Last year I wrote a guide on how to triple boot Ubuntu Windows and Android-x86, which since then remains my daily set-up. Now that Android-x86 is partnering with Remix OS I thought I'd give it a try (even if it was closed-sourced).
There are other tutorials on installing Remix OS, but the reason I'm writing this one, is because the others are not detailed and depend on scripts. Lots of things can go wrong with scripts if they're not updated, so this is purely manual and detailed, which offers a very simple successful rooting method.
I have a 12" touch notebook Asus X200 with 4GB of RAM and 500GB of disk space.
Currently triple booting Arch Linux, Windows 10, and Remix OS 2.0.102.
Quick summary:
Pre-Requirements:
First of all, boot your PC into your Linux distro.
A. Creating a partition for you Android
B. Downloading and extracting the ISO
C. Rooting
Now it's extremely easy to root it using the latest stable SuperSU, as you only need to place the su binary in your android system.
D. Configuring Grub
E. Finally
There are other tutorials on installing Remix OS, but the reason I'm writing this one, is because the others are not detailed and depend on scripts. Lots of things can go wrong with scripts if they're not updated, so this is purely manual and detailed, which offers a very simple successful rooting method.
I have a 12" touch notebook Asus X200 with 4GB of RAM and 500GB of disk space.
Currently triple booting Arch Linux, Windows 10, and Remix OS 2.0.102.
Quick summary:
- Create an ext3/ext4 partition for Remix OS.
- Download the iso and extract its content to that partition.
- Root Remix OS easily
- Configure grub to detect Remix OS.
Pre-Requirements:
- A Linux distribution already installed.
- Grub already installed.
First of all, boot your PC into your Linux distro.
A. Creating a partition for you Android
B. Downloading and extracting the ISO
C. Rooting
Now it's extremely easy to root it using the latest stable SuperSU, as you only need to place the su binary in your android system.
- Download the latest SuperSU
- Extract it
- Open a terminal and depending on your architecture (I'll assume you got the 64 bit version) copy the file su to /system/bin inside your android partition and change the file permission to 6755Code:
sudo cp x64/su /path/to/the/android/partition/system/bin
sudo chmod 6755 /path/to/the/android/partition/system/bin/su
- Copy the application Superuser.apk to your system apps under SuperSU folder, and change its permission to 644.Code:
sudo mkdir /path/to/the/android/partition/system/app/SuperSU
sudo cp common/Superuser.apk /path/to/the/android/partition/system/SuperSu/SuperSU.apk
sudo chmod 644 /path/to/the/android/partition/system/SuperSU/SuperSU.apk
- And that's it. You're done. You have root.
D. Configuring Grub
E. Finally
- Reboot your laptop, and select Remix OS from Grub menu (it should be the last entry).
- ... And enjoy Android!
(Don't forget to update the SuperSU root binaries)
from xda-developers http://ift.tt/1PRqYzV
via IFTTT
No comments:
Post a Comment