Skip to content

Instantly share code, notes, and snippets.

@projectivemotion
Last active February 17, 2020 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save projectivemotion/2436e4802b04dd983cf0825e3e68c4a1 to your computer and use it in GitHub Desktop.
Save projectivemotion/2436e4802b04dd983cf0825e3e68c4a1 to your computer and use it in GitHub Desktop.
How to root Acer A1 830 from linux.

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. http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096
  5. InterlAndroid-FBRL.7z
  6. SuperSu.zip

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 to sdcard.
  4. Extract InterlAndroid-FBRL.7z contents
  • 7z x InterlAndroid-FBRL.7z
  1. cd IntelAndroid-FBRL
  2. Connect tablet via USB.
  3. 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
  1. Install SuperSu from Recovery.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment