adb_root icon indicating copy to clipboard operation
adb_root copied to clipboard

magisk installed this zip file,no device found deivces

Open Eeyhan opened this issue 3 years ago • 14 comments

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

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

Eeyhan avatar Apr 07 '22 16:04 Eeyhan

I have the same issue

thisisagan avatar Apr 18 '22 15:04 thisisagan

same issue here

derekkddj avatar Apr 22 '22 09:04 derekkddj

+1

Fl4sHNoX avatar Jun 26 '22 16:06 Fl4sHNoX

stop module

eos-i avatar Jul 12 '22 06:07 eos-i

Pull requests will fix this bug.

Flint-li avatar Aug 23 '22 03:08 Flint-li

any solution?

C4rmine avatar Sep 23 '22 21:09 C4rmine

Pull requests will fix this bug.

have you tried it?

at3s avatar Oct 11 '22 16:10 at3s

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

Flint-li avatar Oct 25 '22 08:10 Flint-li

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

Freed-Wu avatar Nov 18 '22 14:11 Freed-Wu

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.

cayank avatar Dec 03 '22 00:12 cayank

same issue

evenmonk avatar Mar 12 '23 21:03 evenmonk

Same issue, even after adding service.sh

oukenrui avatar Oct 10 '23 18:10 oukenrui