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/09/28 09:37] – [Apps] John Harrison | lwc:programming:mobile:android:root [2022/01/03 12:21] (current) – [Tips and Tricks] John Harrison | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| ==== App and file permissions ==== | ==== App and file permissions ==== | ||
| * [[https:// | * [[https:// | ||
| + | === Giving an app root access === | ||
| + | //Apps need to be system apps to have root-type privs// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | For apps to have root access they need to be system apps. For KitKat the app needs to be in ''/ | ||
| + | * 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 ==== | ||
| + | * [[https:// | ||
| + | * 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 RO: '' | ||