Skip to content

Instantly share code, notes, and snippets.

@johnwatsondev
Last active February 11, 2019 11:21

Revisions

  1. johnwatsondev revised this gist Feb 11, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,5 @@ adb reboot recovery
    ```

    4. Permission Related FAQ

    https://github.com/jomo/fix_open_gapps_permissions
  2. johnwatsondev revised this gist Feb 11, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -33,4 +33,7 @@ Then use the TWRP recovery to install it.
    ```
    // load to recovery mode
    adb reboot recovery
    ```
    ```

    4. Permission Related FAQ
    https://github.com/jomo/fix_open_gapps_permissions
  3. johnwatsondev revised this gist Feb 11, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,7 @@ extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    go into folder

    ```
    adb reboot bootloader
    chmod 755 root-mac.sh
    sh root-mac.sh
    ```
  4. johnwatsondev revised this gist Nov 1, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -15,8 +15,8 @@ fastboot reboot

    Install it

    extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    go into folder,
    extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    go into folder

    ```
    chmod 755 root-mac.sh
  5. johnwatsondev revised this gist Nov 1, 2018. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -14,11 +14,13 @@ fastboot reboot
    2. [CF-Auto-Root](https://autoroot.chainfire.eu/)

    Install it

    extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    go into folder,

    ```
    1. extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    2. go into folder,
    3. chmod 755 root-mac.sh
    4. sh root-mac.sh
    chmod 755 root-mac.sh
    sh root-mac.sh
    ```

    3. [Open-GAPPS](https://opengapps.org/)
  6. johnwatsondev revised this gist Nov 1, 2018. 1 changed file with 32 additions and 1 deletion.
    33 changes: 32 additions & 1 deletion Root phone and install Gapp.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,33 @@
    ### Software
    1.

    1. [TWRP](https://twrp.me/Devices/) --- Recovery

    Install TWRP
    ```
    adb reboot bootloader
    fastboot flash recovery twrp-3.2.3-0-hammerhead.img
    fastboot reboot
    ```

    2. [CF-Auto-Root](https://autoroot.chainfire.eu/)

    Install it
    ```
    1. extract CF-Auto-Root-hammerhead-hammerhead-nexus5.zip to folder
    2. go into folder,
    3. chmod 755 root-mac.sh
    4. sh root-mac.sh
    ```

    3. [Open-GAPPS](https://opengapps.org/)

    Download the zip package based your device.
    Put the zip file to device's sdcard.
    Then use the TWRP recovery to install it.

    ```
    // load to recovery mode
    adb reboot recovery
    ```
  7. johnwatsondev renamed this gist Nov 1, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. johnwatsondev created this gist Nov 1, 2018.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    ### Software
    1.