start:system:software:boox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:software:boox [2024/10/20 07:38] – [Saving] marlonivo | start:system:software:boox [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Boox ===== | ||
- | The Boox Launcher called '' | ||
- | - Go to Apps > Menu > App Management and activate USB debugging | ||
- | - Make sure you have ADB installed on your computer | ||
- | - Connect the e-reader to your computer | ||
- | |||
- | ==== Debloating ==== | ||
- | |||
- | Use this command to list all Google and Boox related Apps to a text file: | ||
- | < | ||
- | adb shell pm list packages -f > bloatedapps | ||
- | </ | ||
- | Then delete them with | ||
- | < | ||
- | adb shell pm uninstall -k --user 0 com.onyx.gallery | ||
- | </ | ||
- | |||
- | ==== Saving ==== | ||
- | |||
- | Don't delete '' | ||
- | |||
- | If you did, reinstall with | ||
- | < | ||
- | adb shell cmd package install-existing com.onyx | ||
- | </ |