User Tools

Site Tools


android:oneplusone-lineageos

Differences

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

Link to this comparison view

Next revision
Previous revision
android:oneplusone-lineageos [2022/01/04 19:11] – created Wulf Rajekandroid:oneplusone-lineageos [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 16: Line 16:
  
  
-adb on linux+====== Install adb on linux ======
- +
-    Download the Linux zip from Google. wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip +
-    Extract it somewhere - for example, ~/adb-fastboot. +
-    Add the following to ~/.profile:+
  
 +<code>
 +mkdir ~/adb-fastboot
 +cd ~/adb-fastboot
 +wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip
 +unzip platform-tools-latest-linux.zip
 +</code>
 +Add the following to ~/.profile:
 +<code>
     if [ -d "$HOME/adb-fastboot/platform-tools" ] ; then     if [ -d "$HOME/adb-fastboot/platform-tools" ] ; then
      export PATH="$HOME/adb-fastboot/platform-tools:$PATH"      export PATH="$HOME/adb-fastboot/platform-tools:$PATH"
     fi     fi
- +</code> 
-    Log out and back in. +Log out and back in. 
-    You may also need to set up udev rules: see this repository for more info. https://github.com/M0Rf30/android-udev-rules#installation+You may also need to set up udev rules: see this repository for more info.  
 +https://github.com/M0Rf30/android-udev-rules#installation
   
-Setting up adb+====== Setting up adb ======
  
 To use "adb" with your device, you’ll need to enable developer options and USB debugging: To use "adb" with your device, you’ll need to enable developer options and USB debugging:
Line 56: Line 61:
  
  
-Unlocking the bootloader+====== Unlocking the bootloader ====== 
  
 1.  Connect the device to your PC via USB. 1.  Connect the device to your PC via USB.
Line 83: Line 89:
  
  
-Installing a custom recovery using fastboot+====== Installing a custom recovery using fastboot ====== 
  
 1.  Download a custom recovery - you can download Lineage Recovery. Simply download the latest recovery file, named something like lineage-18.1-20220101-recovery-bacon.img. 1.  Download a custom recovery - you can download Lineage Recovery. Simply download the latest recovery file, named something like lineage-18.1-20220101-recovery-bacon.img.
Line 110: Line 117:
  
  
-Installing LineageOS from recovery+====== Installing LineageOS from recovery ====== 
  
 1.  Download the LineageOS installation package that you would like to install or build the package yourself. 1.  Download the LineageOS installation package that you would like to install or build the package yourself.
android/oneplusone-lineageos.1641323464.txt.gz · Last modified: (external edit)