ScreenRecorder-for-Android
ScreenRecorder-for-Android copied to clipboard
Use the new Android 4.4 screen recording feature, to record your screen. Requires root access!
java.io.IOException: Error running exec(). Command: [su] Working Directory: null Environment: null i got this exception.anyone help me resolve this?
https://github.com/Leandros/ScreenRecorder-for-Android/blob/develop/ScreenRecorderforAndroid/src/main/java/de/skilloverflow/screenrecorderforandroid/MainActivity.java#L185 Environment.getExternalStorageDirectory() isn't working on devices like Nexus 10 where there is no external card. refer: http://stackoverflow.com/questions/5694933/find-an-external-sd-card-location Simply using "sdcard" is working there. Tested: Nexus 10 (no sdcard) Galaxy S2...
When recording starts, the superuser app's toast appears in the recording. thread.sleep(1) after su request and before record command could be a fix. I can make a pull request fixing...