Confirmed users
1,111
edits
No edit summary |
(→Tips) |
||
| Line 120: | Line 120: | ||
==Tips== | ==Tips== | ||
* You can test creating a /system distribution with a rooted phone | * You can test creating a /system distribution with a rooted phone | ||
** Run 'adb devices' to find the ID for your device | ** Run 'adb devices' to find the ID for your device | ||
** Run 'mount -o remount,rw <device> /system' as root in adb shell (replace <device> with your device ID) | ** Run 'mount -o remount,rw <device> /system' as root in adb shell (replace <device> with your device ID) | ||
** Put distribution files at /system/<package>/distribution/* (replace <pagepage> with the ID for the package you want to test, e.g. org.mozilla.fennec) | ** Put distribution files at /system/<package>/distribution/* (replace <pagepage> with the ID for the package you want to test, e.g. org.mozilla.fennec) | ||