Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:programming:mobile:android:root [2021/12/07 21:19] – John Harrison | lwc:programming:mobile:android:root [2022/01/03 12:21] (current) – [Tips and Tricks] John Harrison | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| For apps to have root access they need to be system apps. For KitKat the app needs to be in ''/ | For apps to have root access they need to be system apps. For KitKat the app needs to be in ''/ | ||
| * Example: '' | * Example: '' | ||
| + | |||
| + | ==== Emulator ==== | ||
| + | To give emulator root: | ||
| + | - change to directory where emulator is located, probably something like: '' | ||
| + | - start the emulator yourself with an incantation similar to: '' | ||
| + | - in emulator shell: '' | ||
| + | //not fully tested// | ||
| ==== Tips and Tricks ==== | ==== Tips and Tricks ==== | ||
| * [[https:// | * [[https:// | ||
| * when compressing the animation to a zip, make sure the zip is uncompressed (use the '' | * when compressing the animation to a zip, make sure the zip is uncompressed (use the '' | ||
| + | * for script to run on boot add/create ''/ | ||
| * Mount system RW: '' | * Mount system RW: '' | ||
| * Mount system RO: '' | * Mount system RO: '' | ||