Confirmed users
1,111
edits
(→Tips) |
(→Tips) |
||
| Line 124: | Line 124: | ||
** 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 <package> with the ID for the package you want to test, e.g. org.mozilla.fennec) | ** Put distribution files at /system/<package>/distribution/* (replace <package> with the ID for the package you want to test, e.g. org.mozilla.fennec) | ||
* To create a distribution build locally, put your distribution folder at objdir/dist/bin/distribution, then package the app as you normally would. | * To create a distribution build locally, put your distribution folder at objdir/dist/bin/distribution, then package the app as you normally would. The distribution files will be copied out to /data/data/org.mozilla.fennec_yourname/distribution, and they will override a system distribution if it is present. | ||