A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Thursday, March 30, 2017

How to root Genymotion

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

No comments:

Post a Comment

Back to top