Last active
December 8, 2024 12:40
-
-
Save projectivemotion/2436e4802b04dd983cf0825e3e68c4a1 to your computer and use it in GitHub Desktop.
Revisions
-
projectivemotion revised this gist
Jan 4, 2017 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. 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](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. -
projectivemotion created this gist
Jan 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.