android - ADB doesn't work, device offline, ADBD gives segmentation fault -
i have viewsonic vb100a tablet, , i'm trying use adb app debugging.
when start device, adb works fine. after disconnect, wait while , reconnect, adb gives "device offline" error when trying adb command (devices, shell, none work).
using terminal emulator found out md5 hash of file /sbin/adbd changes. these hashes of files.
working: 06507f51e43a4632507dba159a5cbd13
not working: a2ff86b348e615cce5603cd4761089ef
what cause problem? broken memory chip? don't think since rebooting android restores it.
thanks in advance help!
edit: here's link both binaries md5 sums
edit 2: i've made simple app copies adbd sd card /sbin , restarts it. it's not convenient way, it's better restarting device time :)
i don't know causes changes in adbd, have tried this?
$ adb kill-server
this command kill adbd , if adb shell after restart adbd.
Comments
Post a Comment