mrh929 / magisk-wifiadb

A magisk module to enable WiFi ADB automatically.
104 stars 16 forks source link

Does not seems to work on Android 14 #12

Open austinliuu opened 6 months ago

austinliuu commented 6 months ago

I have installed the module on Magisk, but wirelss debugging status does not seem to be preserved and I have to manually turn on Wireless debugging after reboot. My device is Pixel Tablet Android 14

mrh929 commented 6 months ago

I have installed the module on Magisk, but wirelss debugging status does not seem to be preserved and I have to manually turn on Wireless debugging after reboot. My device is Pixel Tablet Android 14

It seems that WiFi adb in Android 14 requires the client to pair with it before connecting to it, and a random port is used. I'll check it out when I have a test device....

austinliuu commented 6 months ago

Yeah I have to use a tasker task which it will run commend in Termux to turn on the wireless debugging. Here is the link if you need for reference: https://taskernet.com/shares/?user=AS35m8lyfRz0LQjeOnogH2mWAtM%2B%2BYGrKyboB3uwK0gLnPDzK0woCq2eOYCXmK8vB3YdObHjDO4%3D&id=Profile%3AEnable+ADB+Wifi+on+Boot

mrh929 commented 3 weeks ago

I have installed the module on Magisk, but wirelss debugging status does not seem to be preserved and I have to manually turn on Wireless debugging after reboot. My device is Pixel Tablet Android 14

Hi there! I'm currently working on the bug you mentioned earlier and I have also been able to reproduce the issue. It turns out that this bug is not related to the Android version; rather, the issue lies with the ADB status detection script in the module, which is not functioning correctly. I'll fix it soon. :)

mrh929 commented 3 weeks ago

please check if this issue is fixed in https://github.com/mrh929/magisk-wifiadb/releases/tag/alpha-1.0.2-07a7c99

westruk commented 2 weeks ago

please check if this issue is fixed in https://github.com/mrh929/magisk-wifiadb/releases/tag/alpha-1.0.2-07a7c99

not work on a15 pixel 6a. need manually turn on Wireless debugging after reboot.