User Tools


start:system:software:boox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:software:boox [2024/10/20 07:38] – [Saving] marlonivostart:system:software:boox [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-===== Boox ===== 
-The Boox Launcher called ''%%apk=com.onyx%%'' does not have a regular settings menu, you need to install an alternative launcher (e.g. aio launcher) to access it. If you accessed it go onward. 
  
-    - 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: 
-<code> 
-adb shell pm list packages -f > bloatedapps 
-</code> 
-Then delete them with  
-<code> 
-adb shell pm uninstall -k --user 0 com.onyx.gallery 
-</code> 
- 
-==== Saving ==== 
- 
-Don't delete ''%%com.onyx%%'' and the screensaver app, cause these are required to lock your device and keeping the screensaver. 
- 
-If you did, reinstall with 
-<code> 
-adb shell cmd package install-existing com.onyx 
-</code>