Sony Xperia XA2 Plus: how to enable android debugging?

asked 2019-02-11 15:07:34 +0300

ElderOrb gravatar image

updated 2019-02-11 15:42:06 +0300

jiit gravatar image

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?

edit retag flag offensive close delete

Comments

1

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 )edit

okay, 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 )edit

Okay, 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