2 ms·
I wonder if there is a vulnerability that allows for toggling wireless adb. I have an LG with android 12 which technically should support wireless ADB but LG st
by FrequentLurker 12d ago
I wonder if there is a vulnerability that allows for toggling wireless adb. I have an LG with android 12 which technically should support wireless ADB but LG stripped the option from settings. Some say they stripped out the feature entirely. On top of that the USB port is damaged and doesnt accept data but still accepts power. So no wired adb either.
- Gander5739 12d agoWhat's stopping you from rooting it and then sshing in? You can then run the adb commands using root access.
- rickdeckard 12d ago> What's stopping you from rooting it (probably the broken USB port)
- Gander5739 12d agoIsn't the article about obtaining root from an unprivileged app? The recent GhostLock exploit is potentially usable for this purpose, for instance.
- rickdeckard 12d ago> On top of that the USB port is damaged and doesnt accept data but still accepts power. Data is broken on both sides of the port? (if you rotate the plug 180° it should use the other pins on the USB-C)
- FrequentLurker 12d agoTried both sides but no luck.
- veeti 12d agoIf you can get root and a terminal emulator on the device, you could try something like "adb shell settings put global adb_wifi_enabled 1".