legendsayantan / ShizuTools

Contains many tools to control android system via shizuku.
GNU General Public License v3.0
649 stars 17 forks source link

Does LookBack only work on debug builds? #6

Closed e-t-l closed 4 months ago

e-t-l commented 4 months ago

LookBack uses the install -d command, which I believe only works on debug apk builds. And when I tried downgrading an app to a previous apk, it didn't work. LookBack kept showing a message about "adb restrictions in developer options." I don't know what that means but Shizuku is already unning and connected. LookBack won't proceed past xhoosing an apk in the file picker dialog.

legendsayantan commented 4 months ago

It is not limited to debug builds. It's most likely that there are additional adb restrictions added by your device manufacturer, like "Permission monitoring" toggle found in Oppo roms, or "usb debugging security settings" toggle found in Xiaomi roms. You just need to find these rom-specific implementation in developer options and configure them in a way that there are no restrictions.

dmytrovoytko commented 2 months ago

Hi! I have similar situation - nothing (visible) happens after choosing any APK. Both USB debugging options are set On in developer options IMG_20240619_065958.jpg

What else should I check?

Xiaomi Redmi Note 8T, Android 9

dmytrovoytko commented 2 months ago

Similar behavior (nothing visible happens after choosing any APK) on another device - tablet (Android 9, no Google).