Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Root in Android

2

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
2

Root in Android

Posted at 12/16/2014 10:50:07      View:11346 | Replies:7        Print     [Copy Link] 1#

I’m going to introduce a quick way to root in Android, which will help get access to some powerful apks. The following progress is based on Linux.


1.Connect the open-source board to a PC and make sure adb is functioning.

2.Run the quick_root.tar in the attached files. Run the command: tar xf quick_root.tar.

3.Run the following commands.

adb remount
adb push root.tar system/usr/root.tar
adb push quick_root.sh system/usr/
adb shell


And then run the following commands.
root@rk3288:/ # cd system/usr/
root@rk3288:/system/usr # chmod 777 quick_root.sh
root@rk3288:/system/usr # ./quick_root.sh

After that, the configuration files will be installed automatically and the device will be rebooted.The device will be rooted after reboot.



4. Open the RE explorer and test if the root is successful.

1) Open the RE explorer and go to system/app.

2) Click the Mount R/W button on the upper left.You will see a pop-up window for superuser permission.




3) Delete apks under system/app via RE explorer. If you can delete them, it means that the device has been rooted.


root.zip (1.16 MB, Down times: 263)


quick_root.tar (10 KB, Down times: 206)


Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list