Sony Xperia XA2 Plus: how to enable android debugging?
There were some articles for Jolla 1 / Jolla C describing how to enable adb debugging via manipulations with config files. Is that approach still applicable to XA2 Plus / android 8?
There were some articles for Jolla 1 / Jolla C describing how to enable adb debugging via manipulations with config files. Is that approach still applicable to XA2 Plus / android 8?
Asked: 2019-02-11 15:07:34 +0300
Seen: 292 times
Last updated: Feb 11 '19
iirc you must chroot on the /opt/alien, then from there start adbd then it should work via adb
tortoisedoc ( 2019-02-11 16:19:45 +0300 )editokay, so the same approach as for Jolla 1 / Jolla C does work for XA2 Plus?
ElderOrb ( 2019-02-11 16:45:41 +0300 )edit[root@Sailfish /]# chroot /opt/alien chroot: cannot run command `/bin/bash': No such file or directory
ElderOrb ( 2019-02-11 20:49:03 +0300 )editOkay, approach with
persist.service.adb.enable=1 service.adb.tcp.port=5555
still seems to work, but now I have another issue: I'm getting 'failed to authenticate' on 'adb.exe connect'
Any ideas how to generate / pass keys to alien dalvik?
ElderOrb ( 2019-02-11 21:25:58 +0300 )edit