Shizuku icon indicating copy to clipboard operation
Shizuku copied to clipboard

Devices running Armv7l always fail running shizuku

Open oddbyte opened this issue 5 months ago • 0 comments

Quick overview: I am running this on a old android 6.0.1-based flip phone. This is running on a 32 bit system, and does not support latest shizuku (install fails with INSTALL_FAILED_OLDER_SDK). When I attempt to run shizuku 12.14.0 (latest of v12, and installs on my phone), it fails with error code 7.

Requirements:

  • [ ] Shizuku version is up-to-date (impossible as i am running android 6.0.1 on a 32 bit system. the latest apk fails with INSTALL_FAILED_OLDER_SDK)
  • [ GH ] Shizuku is downloaded from official channels (GitHub release or Google Play)
  • [x] Shizuku is not running in a virtual environment or broken ROM (GrapheneOS)
  • [ No root ] (Root users) No Xposed installed / Xposed is not enabled for Shizuku

Information:

  • Shizuku version: https://github.com/RikkaApps/Shizuku/releases/tag/v12.14.0
  • Mode: [adb]
  • Android version: 6.0.1
  • Device: VN220

Logs: shell@gf2:/storage/emulated/0/Android/data/com.android.cts.shizuku $ sh /stor> info: start.sh begin info: attempt to copy starter from /storage/emulated/0/Android/data/com.android.cts.shizuku/starter to /data/local/tmp/shizuku_starter info: exec /data/local/tmp/shizuku_starter info: starter begin info: killing old process... fatal: can't get path of manager info: shizuku_starter exit with non-zero value 7 shell@gf2:/storage/emulated/0/Android/data/com.android.cts.shizuku $ exit

Describe the bug: shizuku cannot start

Additional context:

I have renamed the shizuku APK (changed the package ID). This is required because this phone requires any apk that is not prefixed with com.android.cts to be signed with LG or Verizon. This is a 32 bit system.

adb shell shell@gf2:/ $ uname -a Linux localhost 3.10.49-gb43ca26 #1 SMP PREEMPT Wed Jul 10 16:53:20 KST 2019 armv7l

This is also a flip-phone, so the buttons in the app dont work (I used scrcpy to click them).

oddbyte avatar Aug 30 '24 22:08 oddbyte