evdenis / adb_root

Magisk Module that allows you to run "adb root". Android 10 only. Probably will work with Android 9. Definitely not with Android 11/12.
GNU General Public License v2.0
433 stars 76 forks source link

magisk installed this zip file,no device found deivces #16

Open Eeyhan opened 2 years ago

Eeyhan commented 2 years ago

After I installed the module,use adb devices ,no device found。

my phone is pixel 2xl,android 10,magisk v22.1

thisisagan commented 2 years ago

I have the same issue

derekkddj commented 2 years ago

same issue here

Fl4sHNoX commented 2 years ago

+1

eos-i commented 2 years ago

stop module

Llooper commented 2 years ago

Pull requests will fix this bug.

C4rmine commented 1 year ago

any solution?

at3s commented 1 year ago

Pull requests will fix this bug.

have you tried it?

Llooper commented 1 year ago

Pull requests will fix this bug.

have you tried it?

Yes.

  1. git clone https://github.com/evdenis/adb_root
  2. cd adb_root
  3. add service.sh (pull requests file, content: /system/bin/adbd &>/dev/null)
  4. make install
  5. adb push adb_root.zip /sdcard/
  6. Magisk -> Modules -> install adb_root.zip
  7. reboot phone
Freed-Wu commented 1 year ago

Still cannot work for me.

I also try

❯ sudo /system/bin/adbd
adbd E 11-18 22:34:06 12591 12591 adbd_auth.cpp:183] Failed to get adbd socket: Success
adbd E 11-18 22:34:06 12591 12591 adbd_auth.cpp:192] Failed to get adbd socket: Success
adbd I 11-18 22:34:06 12591 12592 usb.cpp:250] initializing functionfs
adbd I 11-18 22:34:06 12591 12592 usb.cpp:271] opening control endpoint /dev/usb-ffs/adb/ep0
adbd I 11-18 22:34:06 12591 12592 usb.cpp:356] functionfs successfully initialized
adbd I 11-18 22:34:06 12591 12592 usb.cpp:362] registering usb transport
cayank commented 1 year ago

Pull requests will fix this bug.

have you tried it?

Yes.

  1. git clone https://github.com/evdenis/adb_root
  2. cd adb_root
  3. add service.sh (pull requests file, content: /system/bin/adbd &>/dev/null)
  4. make install
  5. adb push adb_root.zip /sdcard/
  6. Magisk -> Modules -> install adb_root.zip
  7. reboot phone

Hello there! Unfortunately, this issue is not resolved as I only get the devices offline log after setting it up.

❯ adb devices -l
List of devices attached
520327a7b46493eb       offline transport_id:46

USB debugging is enabled as well.

evenmonk commented 1 year ago

same issue

oukenrui commented 11 months ago

Same issue, even after adding service.sh

knowanegg commented 1 month ago

Same issue