Open wolph opened 5 years ago
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
A little more info for convenience :)
# adb shell pm list package -3
package:jp.co.cyberagent.stf
package:io.appium.settings
package:io.appium.uiautomator2.server
package:com.google.ar.lens
package:com.google.android.instantapps.supervisor
package:io.appium.uiautomator2.server.test
I can provide a full list, but it's a stock install from Sharp with (as far as I can see) no funky security features enabled. No viru scanners or anything. The STF app is installed and has all permissions I can give it.
The device works perfectly with appium but I want to add it to an STF server for easier usage.
Reinstalling the STF app has no effect. There are no auto-launch settings available anywhere.
And I don't have any install monitoring enabled either: https://github.com/Genymobile/gnirehtet/issues/3#issuecomment-291652499
I've found a workaround. After booting I can open an ADB shell directly from the server where STF is running and enter the following commands:
am start -n jp.co.cyberagent.stf/.IdentityActivity
am startservice -n jp.co.cyberagent.stf/.Service
Since that only works up to a reboot, it's far from a fix though.
It looks like the issue exists on some other phones as well: https://github.com/nikosch86/stf-poc/blob/master/fix-lava-iris.txt
What is the issue or idea you have?
The installation of the STF software on the Sharp B10 ends up in an infinite loop:
Does it only happen on a specific device? Please run
adb devices -l
and paste the corresponding row.Yes, other devices work fine
Please provide the steps to reproduce the issue.
Connect the phone
What is the expected behavior?
A fully connected phone
Do you see errors or warnings in the
stf local
output? If so, please paste them or the full log here.See the output above
Please run
stf doctor
and paste the output here.I should note that I'm running mostly from docker so I'm not sure if the info above is useful. But adb works both locally and in the dockers