Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does LookBack only work on debug builds? #6

Closed
e-t-l opened this issue May 1, 2024 · 1 comment
Closed

Does LookBack only work on debug builds? #6

e-t-l opened this issue May 1, 2024 · 1 comment

Comments

@e-t-l
Copy link

e-t-l commented May 1, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants