How to root Android 4.4 (Android Emulator)

Аватар автора
Техника и Комфортный Дом
Few days ago, I wanted to install RootExplorer to my android Virtual Emulator to modify device&system files. But there was no information for Android 4.4 or 5.X. Finally, I found post on 4pda but it was on russian. So I decided to make tutorial on english. Was searching 3 hours without luck and want to help people out there to keep your time and nerves :) ------- su.bat @echo off adb shell mount -o remount,rw /system adb install Superuser.apk adb push su /system/bin/su adb shell chmod 0755 /system/bin/su adb push su /system/xbin/su adb shell chmod 0755 /system/xbin/su adb shell su --install adb shell "su --daemon&" adb shell setenforce 0 adb shell mount -o remount,ro /system exit /b ---------- copyfiles.bat @echo off adb shell mount -o rw,remount rootfs / adb shell chmod 777 /storage/ adb push CopyFiles /storage/sdcard pause --------

0/0


0/0

0/0

0/0