Changes between Version 5 and Version 6 of wip_sf_2
- Timestamp:
- 12/26/16 09:59:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wip_sf_2
v5 v6 40 40 $ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@ARCH@.ks 41 41 }}} 42 === Manually extracting rootfs in adb === 43 boot to recovery. mount sdcard and data. In adb root shell: 44 {{{ 45 mkdir -p /data/.stowaways/sailfishos 46 tar --numeric-owner -xvjf /storage/sdcard0/sfe-vision-2.0.4.13-guhl161225.tar.bz2 -C /data/.stowaways/sailfishos 47 }}}