nexus_4
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| nexus_4 [2015/03/16 17:20] – created michael | nexus_4 [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Nexus 4 ====== | ====== Nexus 4 ====== | ||
| + | |||
| + | Source: https:// | ||
| + | |||
| thinkpad ~ # adb devices | thinkpad ~ # adb devices | ||
| Line 7: | Line 10: | ||
| thinkpad ~ # adb shell grep ro.product.name system/ | thinkpad ~ # adb shell grep ro.product.name system/ | ||
| ro.product.name=occam | ro.product.name=occam | ||
| + | |||
| + | thinkpad ~ # adb shell grep ro.product.device / | ||
| + | ro.product.device=mako | ||
| + | |||
| + | thinkpad ~ # adb shell grep build.id / | ||
| + | ro.build.id=LRX22C | ||
| + | |||
| + | thinkpad ~ # adb reboot bootloader | ||
| + | |||
| + | ** see bootloader screen on mobile device ** | ||
| + | |||
| + | thinkpad ~ # fastboot oem unlock\\ | ||
| + | ...\\ | ||
| + | OKAY [ 32.456s]\\ | ||
| + | finished. total time: 32.456s\\ | ||
| + | |||
| + | ** boot into bootloader -> volume +/- PLUS POWER ** | ||
| + | |||
| + | $ ubuntu-device-flash touch --channel=devel --bootstrap\\ | ||
| + | 2015/03/16 18:41:12 Expecting the device to be in the bootloader... waiting\\ | ||
| + | 2015/03/16 18:41:12 Device is |mako|\\ | ||
| + | 2015/03/16 18:41:12 Flashing version 16 from devel channel and server https:// | ||
| + | |||
| + | ==== LineageOS ==== | ||
| + | |||
| + | ** Download: ** | ||
| + | Recovery: https:// | ||
| + | OS: https:// | ||
| + | Google Apps: http:// | ||
| + | |||
| + | ** Clean Installation: | ||
| + | factory reset in old os | ||
| + | adb reboot bootloader | ||
| + | fastboot flash recovery your_Downloaded_Image.img | ||
| + | go to recovery | ||
| + | adb push $os /sdcard/ | ||
| + | adb push $gapps /sdcard/ | ||
| + | Wipe > Advanced Wipe > /System + /Data + /Cache Confirm "Swipe to Wipe" | ||
| + | install $os | ||
| + | install $gapps | ||
| + | reboot | ||
| + | enjoy | ||
| + | | ||
nexus_4.1426526438.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
