Changes

Jump to: navigation, search

Mobile/Distribution Files

379 bytes added, 22:03, 4 August 2015
m
Testing a distribution locally
* To create a ROM image distribution, follow these steps with a rooted phone:
** Copy the distribution files to a writable location, <code>adb push distribution /data/local/tmp</code>** Run <code>adb devicesshell</code> to get and adb shell*** <code>$ su</code>*** <code># mount</code>** find the ID mount point for /system in the list of mounts (for example if you see a line that says <code>/dev/block/mmcblk0p20 /system ext4 ro,seclabel,relatime,data=ordered 0 0</code> your devicemount point is <code>/dev/block/mmcblk0p20</code>** Run * <code>mount -o remount,rw <devicemount point> /system</code> as root in adb shell (replace <device> with your device ID)** Put distribution files at * <code>cp -r /data/local/tmp/distribution /system/<package>/distribution/*</code> (replace <package> with the ID for the package you want to test, e.g. org.mozilla.fennec)
==Testing distribution download==
Confirm
2,023
edits

Navigation menu