Changes between Version 5 and Version 6 of wip_sf_2


Ignore:
Timestamp:
12/26/16 09:59:18 (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wip_sf_2

    v5 v6  
    4040$ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@ARCH@.ks
    4141}}}
     42=== Manually extracting rootfs in adb ===
     43boot to recovery. mount sdcard and data. In adb root shell:
     44{{{
     45mkdir -p /data/.stowaways/sailfishos
     46tar --numeric-owner -xvjf /storage/sdcard0/sfe-vision-2.0.4.13-guhl161225.tar.bz2 -C /data/.stowaways/sailfishos
     47}}}