So I've checked most of the comments and spoke with a few people and gathered that the screenshot app in the market for 2.99 only works with JF builds.
I'm running the Haykuro build and a few people said it doesn't work with it.
I've looked at the Developer SDK and that thing is impossible to figure out. Tried it for two days and no luck.
Is there anybody who can make this app work for Haykuro. If the one in the market does work for this build let me know. Id be willing to pay for such a useful app.
(Bronze T-Mobile G1)
Rooted (Haykuro 5.0.2. Hr5 Magic)
2 GB SD card
Phone: ·T···Mobile· Sensation4G/G1/Dream/MT4G(Rooted)
RoM:CyanogenMod 7.0.X Latest N1&MT4G! &
Unknown # of Apps, 141MB Free!
Firmware: Ver 2.2 & 2.3 Gingerbread!
Bootloader: New! 1.33.2005 SPL
Dropbox Why aren't you using this?
Jacksonville, Fl Residents click here!
http://tiny.cc/1OG8bhttp://www.intransitione.com/intrans...x190-64x64.png
Ok sorry. Thanks for reassurance.
(Bronze T-Mobile G1)
Rooted (Haykuro 5.0.2. Hr5 Magic)
2 GB SD card
Here is a snippet that works:
m_recorder = new MediaRecorder();
m_recorder.setPreviewDisplay(m_BeMeSurface);
m_recorder.setAudioSource(MediaRecorder.AudioSourc e.MIC);
m_recorder.setVideoSource(MediaRecorder.VideoSourc e.DEFAULT);
m_recorder.setOutputFormat(MediaRecorder.OutputFor mat.THREE_GPP);
m_recorder.setAudioEncoder(MediaRecorder.AudioEnco der.AMR_NB);
m_recorder.setVideoEncoder(MediaRecorder.VideoEnco der.MPEG_4_SP);
m_recorder.setMaxDuration((int) MAX_TIME);
m_recorder.setOnInfoListener(m_BeMeSelf);
m_recorder.setVideoSize(320, 240);
m_recorder.setVideoFrameRate(15);
m_recorder.setOutputFile(m_path);
m_recorder.prepare();
m_recorder.start();
THE most important thing is the surface. You don't have it, so without it it fails.
And I am exactly answering this question in the following tutorial:
http://integratingstuff.wordpress.co...os-on-android/
Regards,
Naveed
sorry for inconvenient message...
Bookmarks