for linux or bsd,, please install wine
1 enable developer and usb debuging
2 check ip emulator in window decoration
3 download adb and extract here
4 open terminal in directory adb
adb start-server
adb connect (ip emulator chech in window decoration)
adb remount
adb push su /system/xbin/
adb push su /system/bin
adb shell chmod 6755 /system/bin/su
adb shell chmod 6755 /system/xbin/su
done, reboot your emulator
1 enable developer and usb debuging
2 check ip emulator in window decoration
3 download adb and extract here
4 open terminal in directory adb
adb start-server
adb connect (ip emulator chech in window decoration)
adb remount
adb push su /system/xbin/
adb push su /system/bin
adb shell chmod 6755 /system/bin/su
adb shell chmod 6755 /system/xbin/su
done, reboot your emulator
No comments:
Post a Comment