after you tap ,quickly go to the screen yo want to capture,you wll hear three beeps.and a folder created earlier called cap in the root of transflash card contains three captured files
Hey guys ,
Have anyone of you used the screencap app ?
I installed it and now I have an extra chinese looking icon . I tap on it and nothing happens .
Can anyone help me on how I could get this working ?
Thx .
after you tap ,quickly go to the screen yo want to capture,you wll hear three beeps.and a folder created earlier called cap in the root of transflash card contains three captured files
I use customized key (the right bottom key) as ScreenCap button, so I can capture freely. But looks like it don't work with java apps.
@wollybyte : Thanx man , that helped a lot .
@bagus : thanx![]()
just one more doubt , are the caps saved in the cap folder overwritten everytime a new cap is taken ?
I guess they are , if so , is there a way that they not be overwritten , coz I have to move them to another folder everytime before taking another cap , and thats really tedious :[
You can edit the cap.lin file if you understand shell scripting by adding timestamp to the file name, and remove "rm -f pic_?" at the end of the file.
bagus - Would it be possible to post the lin file you use for all of us?.
@shadow_cruiser : I was gonna say the exact same thing .
Could bagus or any shell scripting guru please post the edited file .
Please try this one, I haven't test it yet![]()
Everything worked perfect .
Except , when caps are taken , 2 files are saved in the cap folder .
One the jpg file and another extensionless file with the same filename and 0 Kb size .
I wonder why that happens .
I'll put up a screenshot to let you know .
Could you help us on that bagus .
Thanx man .
![]()
I see, I uploaded the updated one.
If you open the cap.lin with text editor, you can solve it by removing '#' character at the end of the file, from:
#rm -f pic_?
to
rm -f pic_?