Created
March 12, 2015 02:22
-
-
Save ming4883/bde1b516e4c1a1df1a00 to your computer and use it in GitHub Desktop.
Native Code Debugging hotfix for Android 4.3 or above
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For rooted devices running a custom recovery: | |
- reboot to recovery | |
- find the mount system and check it | |
- open a terminal and type: adb shell | |
- type: chmod 4750 /system/bin/run-as | |
- uncheck the System mount and reboot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment