User Tools

Site Tools


docs:tips_n_tricks:android:index.html

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:tips_n_tricks:android:index.html [12.12.2018 13:56 CET] – [Install LineageOS 14.1] peterdocs:tips_n_tricks:android:index.html [16.12.2018 23:28 CET] peter
Line 198: Line 198:
   - Choose destination ''/system/piv-app/''   - Choose destination ''/system/piv-app/''
   - Reboot Phone   - Reboot Phone
 +
 ==== Install LineageOS 14.1 ==== ==== Install LineageOS 14.1 ====
 //Installing the LineageOS 14.1 update.zip on Android 7.2.1 //Nougat// following the simple((i.e. TWRP -> Install from ZIP)) update process did not work for me.// //Installing the LineageOS 14.1 update.zip on Android 7.2.1 //Nougat// following the simple((i.e. TWRP -> Install from ZIP)) update process did not work for me.//
Line 209: Line 210:
   su -   su -
   for file in boot.img cache.img recovery.img userdata.img ; do fastboot flash "${file%.img}" "$file" ; sleep 1 ; done   for file in boot.img cache.img recovery.img userdata.img ; do fastboot flash "${file%.img}" "$file" ; sleep 1 ; done
-  exit # finish su 
      
 Depending where you came from (i.e. what has been the previous OS Revision on the phone) you might want to flash further firmware: Depending where you came from (i.e. what has been the previous OS Revision on the phone) you might want to flash further firmware:
  
-  su - 
   ./flash-radio.sh   ./flash-radio.sh
-  exit # finish su 
  
-Then reboot the //Swift// into fastboot+Then reboot the //Swift// into the new fastboot
 + 
 +  fastboot reboot-bootloader
  
 In fastboot, boot TWRP: In fastboot, boot TWRP:
  
   fastboot boot twrp-3.2.3-0-crackling.img   fastboot boot twrp-3.2.3-0-crackling.img
 +  exit # finish su
 +
 +In TWRP select "Advanced", then "ADB Sideload".
 +
 +You might want to tick "Wipe Dalvik Cache" and "Wipe Cache" to avoid problems due to cache inconsistency. Then start the sideload mode by doing the "Swipe to Start Sideload"
  
-In TWRP select "Extendet ... //something//", then "Sideload" +Then install Lineage from PC((Might finish with "(~47%)    * failed to read command: Success" on the PC while everything is reported OK in TWRP))
-Then install Lineage from PC+
   adb sideload lineage-14.1-20180905-nightly-crackling-signed.zip   adb sideload lineage-14.1-20180905-nightly-crackling-signed.zip
  
 In TWRP select "Reboot System" In TWRP select "Reboot System"
  
-After reboot, wait for the installation process to finish.+After reboot, wait for the installation process to finish. (If you think, its stuck - keep waiting provided the animated LineageOS Logo is still running) 
 + 
 +If you want to have //root// for apps, you need to install [[https://download.lineageos.org/extras|addonsu-14.1-arm64-signed.zip]] 
 + 
 +If you want to use //f-droid// with privilege extension, you need to install [[https://f-droid.org/de/packages/org.fdroid.fdroid.privileged.ota/|org.fdroid.fdroid.privileged.ota_2070.zip]]((ZIP herunterladen))
  
 =====  ===== =====  =====
Line 242: Line 250:
   * https://stackoverflow.com/questions/19496907/set-date-time-using-adb-shell   * https://stackoverflow.com/questions/19496907/set-date-time-using-adb-shell
   * https://github.com/nelenkov/cryptfs-password-manager/issues/20   * https://github.com/nelenkov/cryptfs-password-manager/issues/20
- 
  
docs/tips_n_tricks/android/index.html.txt · Last modified: 13.08.2022 17:07 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki