Skip to content

Instantly share code, notes, and snippets.

@projectivemotion
Last active December 8, 2024 12:40
Show Gist options
  • Save projectivemotion/2436e4802b04dd983cf0825e3e68c4a1 to your computer and use it in GitHub Desktop.
Save projectivemotion/2436e4802b04dd983cf0825e3e68c4a1 to your computer and use it in GitHub Desktop.

Revisions

  1. projectivemotion revised this gist Jan 4, 2017. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions Root Acer a1 830 linux.md
    Original file line number Diff line number Diff line change
    @@ -3,16 +3,17 @@
    1. https://forum.xda-developers.com/showpost.php?p=58471627&postcount=381
    2. https://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096/post66226530#post66226530
    3. https://forum.xda-developers.com/showthread.php?t=2681783
    4. [InterlAndroid-FBRL.7z](https://www.androidfilehost.com/?fid=95857557620392052)
    5. [SuperSu.zip](http://download.chainfire.eu/supersu)
    4. http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096
    5. [InterlAndroid-FBRL.7z](https://www.androidfilehost.com/?fid=95857557620392052)
    6. [SuperSu.zip](http://download.chainfire.eu/supersu)

    ## Rooting Acer A1 830 from Linux

    1. Install android sdk tools
    - Arch LInux:
    - yaourt -S android-sdk-platform-tools
    2. Download InterlAndroid-FBRL.7z
    3. Download SuperSu zip file and save into sdcard.
    2. Download [InterlAndroid-FBRL.7z](https://www.androidfilehost.com/?fid=95857557620392052)
    3. Download [SuperSu.zip](http://download.chainfire.eu/supersu) to sdcard.
    4. Extract InterlAndroid-FBRL.7z contents
    - 7z x InterlAndroid-FBRL.7z
    5. cd IntelAndroid-FBRL
    @@ -33,5 +34,4 @@ sudo fastboot flash /tmp/recovery.launcher FB_RecoveryLauncher/recovery.launcher
    sudo fastboot flash /system/bin/cp FB_RecoveryLauncher/recovery.trigger
    sudo fastboot oem backup_factory
    ```

    8. Install SuperSu from Recovery.
  2. projectivemotion created this gist Jan 4, 2017.
    37 changes: 37 additions & 0 deletions Root Acer a1 830 linux.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    ## Sources:

    1. https://forum.xda-developers.com/showpost.php?p=58471627&postcount=381
    2. https://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096/post66226530#post66226530
    3. https://forum.xda-developers.com/showthread.php?t=2681783
    4. [InterlAndroid-FBRL.7z](https://www.androidfilehost.com/?fid=95857557620392052)
    5. [SuperSu.zip](http://download.chainfire.eu/supersu)

    ## Rooting Acer A1 830 from Linux

    1. Install android sdk tools
    - Arch LInux:
    - yaourt -S android-sdk-platform-tools
    2. Download InterlAndroid-FBRL.7z
    3. Download SuperSu zip file and save into sdcard.
    4. Extract InterlAndroid-FBRL.7z contents
    - 7z x InterlAndroid-FBRL.7z
    5. cd IntelAndroid-FBRL
    6. Connect tablet via USB.
    7. Execute on pc

    ```
    adb reboot-bootloader
    sleep 5
    echo 1
    sleep 5
    echo 2
    sleep 5
    echo go..
    sudo fastboot getvar all
    sudo fastboot flash /tmp/recovery.zip FB_RecoveryLauncher/recovery.zip
    sudo fastboot flash /tmp/recovery.launcher FB_RecoveryLauncher/recovery.launcher
    sudo fastboot flash /system/bin/cp FB_RecoveryLauncher/recovery.trigger
    sudo fastboot oem backup_factory
    ```

    8. Install SuperSu from Recovery.