Jump to content

[MOD] Enable fullscreen recording for Froyo


Guest Kenny N

Recommended Posts

Guest Kenny N

The following instructions will enable you to record videos in fullscreen ( 800x480 )

1. Pull the file from the phone

adb pull /system/etc/media_profiles.xml

2. Make a copy of "media_profiles.xml" ( in case you want to restore it )

3. edit "media_profiles.xml" and change the following line from

-----

<EncoderProfile quality="high" fileFormat="mp4" duration="60">

<Video codec="h264"

bitRate="3000000"

width="720" <---- this value

height="480"

frameRate="24" />

-----

to

-----

<EncoderProfile quality="high" fileFormat="mp4" duration="60">

<Video codec="h264"

bitRate="3000000"

width="800"

height="480"

frameRate="24" />

-----

4. Save the changes and reupload the file

adb remount

adb push media_profiles.xml /system/etc/

5. Reboot the phone

adb shell reboot

Regards,

Kenny N

Edited by Kenny N
Link to comment
Share on other sites

Guest Kenny N
Thanks Man !

You are welcome - You can also increase the frame rate to 30fps if you want to play around with it.

Regards,

Kenny N

Link to comment
Share on other sites

Guest pvillasuso
You are welcome - You can also increase the frame rate to 30fps if you want to play around with it.

Regards,

Kenny N

lol I did that too , you know to "test it out" :rolleyes: , and its working good , I don't see any problems , yet !

Im using paul's froyo kitchen version + CM kernel + setcpu.apk ( 1113 )

Cheers ...

Link to comment
Share on other sites

Guest jango76

Thanks, worked a treat. I did need to run adb remount as well though, as it complained that the filesystem was read-only.

Edited by jango76
Link to comment
Share on other sites

Guest Kenny N
Thanks, worked a treat. I did need to run adb remount as well though, as it complained that the filesystem was read-only.

You are welcome - Updated the instruction - I forgot about that step

Regards,

Kenny N

Link to comment
Share on other sites

Guest jywrs
The following instructions will enable you to record videos in fullscreen ( 800x480 )

1. Pull the file from the phone

adb pull /system/etc/media_profiles.xml

2. Make a copy of "media_profiles.xml" ( in case you want to restore it )

3. edit "media_profiles.xml" and change the following line from

SO GOOD,THNAKS!

Edited by jywrs
Link to comment
Share on other sites

Guest Alex Buga

How safe is the 30fps option ?

I mean... for the CPU & stuff.

I'm willing to stay at the 4:3 resolution and have 30fps instead of fullscreen at 24 :rolleyes:

Link to comment
Share on other sites

Guest Kenny N
How safe is the 30fps option ?

I mean... for the CPU & stuff.

I'm willing to stay at the 4:3 resolution and have 30fps instead of fullscreen at 24 :rolleyes:

There shouldn't be any problems. However, it will generate larger files which takes longer to save. I've been using for a couple of days now. No issues so far.

Regards,

Kenny N

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.