• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Extended Power menu (Screenshot fail)

pOsSuM72

Android Enthusiast
Ok I added in the power menu and I noticed error on using screenshot.Im getting this.

Error:error running exec(). command[/system/bin/screenshot]Working Directory:null envirement: null

screenshot is saved at null.

Anyone have this error.Anyone know a fix?

Thanks for any help much appreiciated.
 
I'm struggling,not sure what's going on I redid everything and getting the same error.Once figured out new updated will be uploaded.
 
Are you trying to add it to tWiZt3D? Make sure to follow the instructions in the Hydra thread. From there, make sure you have screencap and screenshot in /system/bin, and from there edit the installer to give both the correct permissions, as follows:
Code:
set_perm(0, 0, 0755, "/system/bin/screencap");
and

Code:
set_perm(0, 0, 04755, "/system/bin/screenshot");

KTB solved this one for me, even in the ICS Elite ROM the permissions for the screenshot binary file were 0755, and not 04755.

Those instructions in Hydra need updating....
 
Are you trying to add it to tWiZt3D? Make sure to follow the instructions in the Hydra thread. From there, make sure you have screencap and screenshot in /system/bin, and from there edit the installer to give both the correct permissions, as follows:
Code:
set_perm(0, 0, 0755, "/system/bin/screencap");
and

Code:
set_perm(0, 0, 04755, "/system/bin/screenshot");

KTB solved this one for me, even in the ICS Elite ROM the permissions for the screenshot binary file were 0755, and not 04755.

Those instructions in Hydra need updating....

Thank you ;-) yes trying to add to mine.Update will be delayed wife wanted to go fishing today lol.Now i know what im doing wrong :-)
 
Back
Top Bottom