Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
alpinemobile_devices_nexus_7_2012 [2020/07/19 19:21] okias removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Nexus 7 2012 ===== | ||
| - | codename: grouper / tilapia | ||
| - | ==== Instalation ==== | ||
| - | < | ||
| - | git clone https:// | ||
| - | cd pmbootstrap | ||
| - | ./ | ||
| - | ./ | ||
| - | ./ | ||
| - | </ | ||
| - | Copy data partition to the correct place. | ||
| - | < | ||
| - | # start TWRP | ||
| - | (computer) $ adb shell | ||
| - | (twrp) $ df # look for the data partition. should be something like / | ||
| - | (twrp) $ umount / | ||
| - | (twrp) $ umount / | ||
| - | (computer again) $ adb push / | ||
| - | </ | ||
| - | * grouper has likely data on / | ||
| - | * tilapia has likely data on / | ||
| - | it's probably because tilapia has additional modem partition. If you're not sure, come to our Matrix channel and ask :) | ||
| - | ==== Update ==== | ||
| - | < | ||
| - | cd pmbootstrap/ | ||
| - | git fetch origin | ||
| - | git reset origin/ | ||
| - | git reset HEAD --hard | ||
| - | cd .. | ||
| - | ./ | ||
| - | ./ | ||
| - | ./ | ||
| - | </ | ||
| - | and continue with copying partition to the right place or update with apk update & apk upgrade inside device. | ||