Hello,
I was trying to use lwi_me.py but it says the app is not debuggable.
python .\lwi_me.py --daemon ..\..\..\streamline\bin\arm\gatord --32bit --lwi on --package com.package
ERROR: Package 'com.package' not debuggable
The same apk works fine on a Galaxy A10.
Some relevant info about Galaxy J2 Pro:
Android version: 7.1.1
Kernel version: 3.18.31-18635600
Should it be working?
Regards,
Denis
Got this on streamline:
Failed to set permissions of file on remote device:[run-as: Could not set capabilities: Operation not permitted] com.arm.streamline.deviceconn.adb.AdbSelfCleaningSession$CommandFailedException: Failed to set permissions of file on remote device:[run-as: Could not set capabilities: Operation not permitted] at com.arm.streamline.deviceconn.adb.AdbSelfCleaningSession.pushFileAndSetPermissions(AdbSelfCleaningSession.java:174) at com.arm.streamline.deviceconn.adb.AdbSelfCleaningSession.pushExecutable(AdbSelfCleaningSession.java:103) at com.arm.streamline.databrowser.AndroidDeviceGatordManager$1.lambda$0(AndroidDeviceGatordManager.java:146) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
That looks like the issue with "adb run-as" not working, which unfortunately means we don't really have a workaround, sorry.