Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
alpinemobile_devices_nexus_7_2012 [2020/02/05 21:33]
okias created
alpinemobile_devices_nexus_7_2012 [2020/07/19 19:21]
okias removed
Line 10: Line 10:
 ./pmbootstrap export ./pmbootstrap export
 </code> </code>
 +Copy data partition to the correct place.
 <code> <code>
 # start TWRP # start TWRP
Line 21: Line 22:
   * tilapia has likely data on /dev/block/mmcblk0p10 but make sure!   * tilapia has likely data on /dev/block/mmcblk0p10 but make sure!
 it's probably because tilapia has additional modem partition. If you're not sure, come to our Matrix channel and ask :) it's probably because tilapia has additional modem partition. If you're not sure, come to our Matrix channel and ask :)
 +==== Update ====
 +<code>
 +cd pmbootstrap/aports
 +git fetch origin
 +git reset origin/master
 +git reset HEAD --hard
 +cd ..
 +./pmbootstrap update
 +./pmbootstrap flasher flash_kernel
 +./pmbootstrap export
 +</code>
 +and continue with copying partition to the right place or update with apk update & apk upgrade inside device.