Your best Handbrake settings for Wildfire. - Wildfire Themes and Apps

Hi guys. I was just wandering that what are your best encoding settings for Wildfire in the free video encoding program Handbrake.
Mine are:
First select Ipod from presets.
Sizes at your choice.
At video tab (codec Mpeg4) (tick 2pass encoding) (Frame Rate Same as source) (Avg Bitrate 400)
At audio tab (sample rate 44.1) (stereo) (bitrate 160)
Thats all. Thanks for your answers.

My current HB settings
Code:
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<array>
<dict>
<key>AudioList</key>
<array>
<dict>
<key>AudioBitrate</key>
<string>64</string>
<key>AudioEncoder</key>
<string>AAC (CoreAudio)</string>
<key>AudioMixdown</key>
<string>Stereo</string>
<key>AudioSamplerate</key>
<string>Auto</string>
<key>AudioTrack</key>
<integer>1</integer>
<key>AudioTrackDRCSlider</key>
<real>0.0</real>
<key>AudioTrackDescription</key>
<string>Unknown (MP3)</string>
</dict>
</array>
<key>ChapterMarkers</key>
<integer>0</integer>
<key>Default</key>
<integer>2</integer>
<key>FileFormat</key>
<string>MP4 file</string>
<key>Folder</key>
<false/>
<key>Mp4HttpOptimize</key>
<integer>0</integer>
<key>Mp4LargeFile</key>
<integer>0</integer>
<key>Mp4iPodCompatible</key>
<integer>0</integer>
<key>PictureAutoCrop</key>
<integer>1</integer>
<key>PictureBottomCrop</key>
<integer>72</integer>
<key>PictureDeblock</key>
<integer>0</integer>
<key>PictureDecomb</key>
<integer>0</integer>
<key>PictureDecombCustom</key>
<string></string>
<key>PictureDecombDeinterlace</key>
<integer>1</integer>
<key>PictureDeinterlace</key>
<integer>0</integer>
<key>PictureDeinterlaceCustom</key>
<string></string>
<key>PictureDenoise</key>
<integer>0</integer>
<key>PictureDenoiseCustom</key>
<string></string>
<key>PictureDetelecine</key>
<integer>0</integer>
<key>PictureDetelecineCustom</key>
<string></string>
<key>PictureHeight</key>
<integer>240</integer>
<key>PictureKeepRatio</key>
<integer>0</integer>
<key>PictureLeftCrop</key>
<integer>0</integer>
<key>PicturePAR</key>
<integer>3</integer>
<key>PictureRightCrop</key>
<integer>0</integer>
<key>PictureTopCrop</key>
<integer>70</integer>
<key>PictureWidth</key>
<integer>320</integer>
<key>PresetBuildNumber</key>
<string>2009112300</string>
<key>PresetDescription</key>
<string></string>
<key>PresetName</key>
<string>buzz 512 2pass 320x240</string>
<key>Type</key>
<integer>1</integer>
<key>UsesMaxPictureSettings</key>
<integer>0</integer>
<key>UsesPictureFilters</key>
<integer>0</integer>
<key>UsesPictureSettings</key>
<integer>1</integer>
<key>VideoAvgBitrate</key>
<string>512</string>
<key>VideoEncoder</key>
<string>H.264 (x264)</string>
<key>VideoFramerate</key>
<string>24</string>
<key>VideoGrayScale</key>
<integer>0</integer>
<key>VideoQualitySlider</key>
<real>20</real>
<key>VideoQualityType</key>
<integer>1</integer>
<key>VideoTargetSize</key>
<string>700</string>
<key>VideoTurboTwoPass</key>
<integer>1</integer>
<key>VideoTwoPass</key>
<integer>1</integer>
<key>x264Option</key>
<string>ref=2:bframes=0:subq=6:mixed-refs=0:weightb=0:8x8dct=0:me=umh:cabac=0</string>
</dict>
</array>
</plist>

Sounds interesting I will give it a try, thank you

My new one: just select iPhone (yeah, i know it sucks) and set the resolution to your phone's and it's done. If you can't change resolution set the anamorphic to none. Give it a try?
Sent from my HTC Wildfire using XDA App

Related

[APP - unsolved] - youtube preloading settings

Does anyone know if it is possible to change the preload settings in the new youtube app? I would like the ability to preload a lot more than it currently is.
The youtube.xml had some interesting properties that I think if tweaked would allow for more storage of offline videos. It also had some other interesting properties.
Code:
<long name="prefetch_last_not_used_notification_time" value="1341515076733" />
<boolean name="show_channel_store_turorial" value="false" />
<boolean name="prefetch_watch_later" value="true" />
<boolean name="download_only_while_charging" value="true" />
<int name="transfer_max_connections" value="3" />
<int name="session_summary" value="1" />
<long name="prefetch_last_local_playback_time" value="1342121116028" />
<int name="download_max_rate" value="131072" />
<int name="session_watch_count" value="0" />
<int name="last_ad_delay" value="420000" />
<boolean name="prefetch_subscriptions" value="true" />
<string name="prefetch_quota">512</string>
<boolean name="promo_fullscreen" value="true" />
<long name="last_ad_time" value="1339645854411" />
I think the entry that needs to change is prefetch_quota. I'll be changing mine to 1024 and report back. Another interesting one is transfer_max_connections as well as download_max_rate. The 131072 value for download_max_rate I believe is in bytes or it is also 128kb which aligns with what some other users have noticed.
Thanks.
So after changing the value to 1024 and letting it sit for a night on the charger the file was automatically changed back to 512.
I'm going to try transfer_max_connections and i set mine to 8 next.
I have a feeling 'prefetch_quota' refers to the 'prefetch_subscriptions' line above it. It seems to me that that setting refers to how much to load from your subscriptions, as opposed to buffering a video more before starting to play or preloading more of the general video index.
I'm not sure what you mean by 'preload more than it is', though, so maybe that's what you want.
Good luck.
g
its only for your subscriptions
It still isn't preloading as much as I'd like it too. I'll mess with some more settings over the weekend.
iconeo said:
It still isn't preloading as much as I'd like it too. I'll mess with some more settings over the weekend.
Click to expand...
Click to collapse
Thanks for investigating this. Have you been able to determine which directory or folder Youtube is preloading the cache to?

[app][GB+] beats manager app (sound mod)

well...its been a long time since I've made my last thread. this is an app for you called "beats manager". this app is made to enhance our bass and overall sound quality in our device. it works just like dsp manager. well...it's actually modified dsp manager with beats theme. however, several part of the app has been modified to meet my needs. you'll notice that you have 4 instead of 3 bass strengt setting. you also got more two eq preset and 1 virtual effect preset. long story short.
the link
Beats Manager:
v_0.1 : http://d-h.st/1Zi
v_0.2 : http://www.mediafire.com/?ajajtgghuu0pq4j
v_0.3 : http://www.mediafire.com/?1fqfr06uyrfpwbu
v_0.4 : http://www.mediafire.com/download.php?n46kt5ald2etl2v
note: this app is a modified version of an app I found recently on google play called "equalizer". the original link is https://play.google.com/store/apps/details?id=org.equalizerapp what I do is only rethemed it and rename the app. I didn't take credit for this app and I modify this app only for fun. if you have a lil spare time I hope you could visit their page and give them some appreciation and encouragement.
v_0.5 : http://www.mediafire.com/?a53bukwqayjbof5
based on com.devdnua.equalizer with beats themed version.
v_0.5.1 : http://www.mediafire.com/?s21jwu8js5d33d6
dsp manager for ICS. it doesn't work on GB. I put it here just in case if someone want to use i on ICS.
Miui Player: http://d-h.st/hnf
Click to expand...
Click to collapse
changelog:
Beats Manager
v_0.1 (30-9-12)
- first public release
v_0.2 (1-10-12)
- attempt to fix dynamic compression bug (need tester on stock sgy music player)
v_0.3 (22-10-12)
- complete new app based on an app I found in evanlocked's custom rom
- eq modified.
v_0.3 (27-10-12)
- new base app
- new icon and app name
Miui Player
v_0.1 (30-9-12)
- first public release
Click to expand...
Click to collapse
btw, the new eq setting is- kuro bass (7.5 - 6.0 -1.0 - 3.5 - 4.0), max amp (10-10-10-10-10). you can install this app as an ordinary app. no need to push it to system/app. if you already have dsp manager, you must unistall it before installing this app. for the addition, I included modified miuiplayer which can be installed as ordinary app too. this app is actually intended for GB based rom but it should be working fine on ICS or newer android system version. already tested on my tipo
KNOWN BUG
- v1 and v2 doesn't work with several beats n xloud mod
- v3 lag on slow system.
enjoy...
TERM OF USE AND SHARING:
this thread intent is for sharing. feel free to use, edit, distribute all material inside this thread which came from me. if there any parts of this mod which comes not from me please refer to the original dev I've mentioned in this thread. if want to share it to another forum or modify it you don't have to ask my permission. no need to credits, put links or whatsoever. you'll only need to remember that you should held all the responsibility by using this mod, modify it or distribute it. DO IT WITH YOUR OWN RISK
Click to expand...
Click to collapse
ADDITIONAL STUFF - HOW TO ADD YOUR EQ PRESET AND MODIFY THIS APP
decompile the app usual. the file required to modify is in /res/values. the other files are untouched. under this folder you'll find four xml files
1. arrays
2. public
3. string
4. ids
we didn't touch the last one. now look into array.xml. you'll find
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="headphone_modes"> //this part contain the virtual effect setting
<item>Studio</item>
<item>Room</item>
<item>Large room</item>
<item>Kuros</item> //kuro-this value is added by me to add one more virtual setting
<item>Stage</item>
</string-array>
<string-array name="headphone_modes_values">
<item>0</item>
<item>250</item>
<item>500</item>
<item>750</item> //kuro-this value is added by me to match the addition above
<item>1000</item>
</string-array>
<array name="equalizer_preset_modes"> // this part is the eq preset stuff
<item>@string/eq_preset_acoustic</item>
<item>@string/eq_preset_bass_booster</item>
<item>@string/eq_preset_bass_reducer</item>
<item>@string/eq_preset_classical</item>
<item>@string/eq_preset_deep</item>
<item>@string/eq_preset_flat</item>
<item>@string/eq_preset_r_and_b</item>
<item>@string/eq_preset_rock</item>
<item>@string/eq_preset_small_speakers</item>
<item>@string/eq_preset_treble_booster</item>
<item>@string/eq_preset_treble_reducer</item>
<item>@string/eq_preset_vocal_booster</item>
<item>@string/eq_preset_kuro_max</item> // this one is the eq preset added by me
<item>@string/eq_preset_kuro_bass</item> // this one too
<item>@string/eq_preset_custom</item>
</array>
<string-array name="equalizer_loudness_modes"> // the loudness compensation setting. doesn't have any noticeable effect. lets leave it
<item>Disabled</item>
<item>Weakest</item>
<item>Weaker</item>
<item>Weak</item>
<item>Strong</item>
<item>Stronger</item>
<item>Strongest</item>
</string-array>
<string-array name="equalizer_loudness_values"> // loudness compensation value
<item>10000</item>
<item>5000</item>
<item>4000</item>
<item>3000</item>
<item>2000</item>
<item>1000</item>
<item>0</item>
</string-array>
<string-array name="equalizer_preset_values"> // eq preset value
<item>4.5;3.5;1.75;3.5;2.5;</item>
<item>7.5;6.0;0.0;0.0;0.0;</item>
<item>-6.5;-4.0;0.0;0.0;0.0;</item>
<item>4.0;3.25;-0.5;2.0;3.5;</item>
<item>4.0;0.5;1.5;-4.0;-4.5;</item>
<item>0.0;0.0;0.0;0.0;0.0;</item>
<item>5.5;3.5;-1.75;1.5;2.5;</item>
<item>4.5;2.75;-0.5;2.75;4.0;</item>
<item>6.5;4.0;0.0;-6.5;-4.0;</item>
<item>0.0;0.0;0.0;4.0;6.5;</item>
<item>0.0;0.0;0.0;-6.5;-4.0;</item>
<item>-2.5;0.0;3.5;1.5;-2.0;</item>
<item>10.0;10.0;10.0;10.;10.0;</item> // this part is added to match the EQ stuff above
<item>7.5;6.0;1.0;3.5;4.5;</item> // this one too :P - max value is 10 to -10. don't forget the sequences!! the first one is - max amp, then - kuro bass if you add more eq preset you should remember their position in <array name="equalizer_preset_modes">
<item>-1337</item>
</string-array>
<string-array name="compression_modes"> // dynamic compression. only works on stock player. it's buggy. so let this one untouched
<item>Low</item>
<item>Medium</item>
<item>High</item>
</string-array>
<string-array name="compression_modes_values">
<item>50</item>
<item>100</item>
<item>300</item>
</string-array>
<string-array name="bassboost_modes"> // the amazing bass boost
<item>Low</item>
<item>Medium</item>
<item>High</item>
<item>X-tra</item> // this one is added by me
</string-array>
<string-array name="bassboost_modes_values">
<item>0</item>
<item>333</item>
<item>666</item>
<item>1000</item> // this one is added to match the modification above. max value is 1000. you can't add something higher than this but you still could add more variable setting on it.
</string-array>
</resources>
now open you public.xml. we need to register our eq preset here
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<public type="drawable" name="icon" id="0x7f020000" />
<public type="layout" name="equalizer" id="0x7f030000" />
<public type="layout" name="equalizer_popup" id="0x7f030001" />
<public type="xml" name="bluetooth_preferences" id="0x7f040000" />
<public type="xml" name="headset_preferences" id="0x7f040001" />
<public type="xml" name="main_preferences" id="0x7f040002" />
<public type="xml" name="speaker_preferences" id="0x7f040003" />
<public type="array" name="headphone_modes" id="0x7f050000" />
<public type="array" name="headphone_modes_values" id="0x7f050001" />
<public type="array" name="equalizer_preset_modes" id="0x7f050002" />
<public type="array" name="equalizer_loudness_modes" id="0x7f050003" />
<public type="array" name="equalizer_loudness_values" id="0x7f050004" />
<public type="array" name="equalizer_preset_values" id="0x7f050005" />
<public type="array" name="compression_modes" id="0x7f050006" />
<public type="array" name="compression_modes_values" id="0x7f050007" />
<public type="array" name="bassboost_modes" id="0x7f050008" />
<public type="array" name="bassboost_modes_values" id="0x7f050009" />
<public type="string" name="app_name" id="0x7f060000" />
<public type="string" name="dB" id="0x7f060001" />
<public type="string" name="select_configuration_title" id="0x7f060002" />
<public type="string" name="headset_title" id="0x7f060003" />
<public type="string" name="speaker_title" id="0x7f060004" />
<public type="string" name="bluetooth_title" id="0x7f060005" />
<public type="string" name="dsp_settings_headset" id="0x7f060006" />
<public type="string" name="dsp_settings_speaker" id="0x7f060007" />
<public type="string" name="dsp_settings_bluetooth" id="0x7f060008" />
<public type="string" name="pref_dsp_title" id="0x7f060009" />
<public type="string" name="pref_dsp_summary_on" id="0x7f06000a" />
<public type="string" name="pref_dsp_summary_off" id="0x7f06000b" />
<public type="string" name="pref_dsp_enable" id="0x7f06000c" />
<public type="string" name="pref_effect_title" id="0x7f06000d" />
<public type="string" name="dialog_effect" id="0x7f06000e" />
<public type="string" name="pref_equalizer_title" id="0x7f06000f" />
<public type="string" name="pref_equalizer_summary_on" id="0x7f060010" />
<public type="string" name="pref_equalizer_summary_off" id="0x7f060011" />
<public type="string" name="pref_equalizer_enable" id="0x7f060012" />
<public type="string" name="pref_equalizer_preset_title" id="0x7f060013" />
<public type="string" name="pref_equalizer_loudness_title" id="0x7f060014" />
<public type="string" name="pref_bassboost_title" id="0x7f060015" />
<public type="string" name="pref_bassboost_summary_on" id="0x7f060016" />
<public type="string" name="pref_bassboost_summary_off" id="0x7f060017" />
<public type="string" name="pref_bassboost_enable" id="0x7f060018" />
<public type="string" name="pref_headset_virtual_title" id="0x7f060019" />
<public type="string" name="pref_headset_virtual_summary_on" id="0x7f06001a" />
<public type="string" name="pref_headset_virtual_summary_off" id="0x7f06001b" />
<public type="string" name="pref_headset_virtual_enable" id="0x7f06001c" />
<public type="string" name="pref_room_title" id="0x7f06001d" />
<public type="string" name="dialog_room" id="0x7f06001e" />
<public type="string" name="menu_reset" id="0x7f06001f" />
<public type="string" name="eq_preset_acoustic" id="0x7f060020" />
<public type="string" name="eq_preset_bass_booster" id="0x7f060021" />
<public type="string" name="eq_preset_bass_reducer" id="0x7f060022" />
<public type="string" name="eq_preset_classical" id="0x7f060023" />
<public type="string" name="eq_preset_deep" id="0x7f060024" />
<public type="string" name="eq_preset_flat" id="0x7f060025" />
<public type="string" name="eq_preset_r_and_b" id="0x7f060026" />
<public type="string" name="eq_preset_rock" id="0x7f060027" />
<public type="string" name="eq_preset_small_speakers" id="0x7f060028" />
<public type="string" name="eq_preset_treble_booster" id="0x7f060029" />
<public type="string" name="eq_preset_treble_reducer" id="0x7f06002a" />
<public type="string" name="eq_preset_vocal_booster" id="0x7f06002b" />
<public type="string" name="eq_preset_kuro_max" id="0x7f06002c" /> //this value is added by me to match the eq preset addition on array.xml
<public type="string" name="eq_preset_kuro_bass" id="0x7f06002d" /> //this one too. remember that the address should be different each other
<public type="string" name="eq_preset_custom" id="0x7f06002e" /> //you should change this address too.
<public type="string" name="dsp_settings" id="0x7f06002f" /> //don't forget this one :P the address is on hexadecimal code, so that the next number will be 0x7f060030
<public type="menu" name="menu" id="0x7f070000" />
<public type="id" name="FrequencyResponse" id="0x7f080000" />
<public type="id" name="reset" id="0x7f080001" />
</resources>
for the last part, open your string.xml. we need to register the eq preset here too.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Beats™ Manager</string> //simply the app name. you can play with it. the rest part of this file is the UI message.
<string name="dB">+0 dB</string>
<string name="select_configuration_title">Menu Configuration</string>
<string name="headset_title">Beats™ Headset</string>
<string name="speaker_title">Beats™ Speaker</string>
<string name="bluetooth_title">Beats™ Bluetooth Device</string>
<string name="dsp_settings_headset">Beats™ Settings - Headset</string>
<string name="dsp_settings_speaker">Beats™ Settings - Speaker</string>
<string name="dsp_settings_bluetooth">Beats™ Settings - Bluetooth Device</string>
<string name="pref_dsp_title">Dynamic Range Compression</string>
<string name="pref_dsp_summary_on">Compression is enabled</string>
<string name="pref_dsp_summary_off">Compression is disabled</string>
<string name="pref_dsp_enable">Enable</string>
<string name="pref_effect_title">Select Effect Strength</string>
<string name="dialog_effect">Effect Strength</string>
<string name="pref_equalizer_title">Beats™ Equalizer</string>
<string name="pref_equalizer_summary_on">Equalizer is enabled</string>
<string name="pref_equalizer_summary_off">Equalizer is disabled</string>
<string name="pref_equalizer_enable">Enable</string>
<string name="pref_equalizer_preset_title">Select Preset</string>
<string name="pref_equalizer_loudness_title">Loudness compensation</string>
<string name="pref_bassboost_title">Beats™ Bass Boost</string>
<string name="pref_bassboost_summary_on">Bass Boost is enabled</string>
<string name="pref_bassboost_summary_off">Bass Boost is disabled</string>
<string name="pref_bassboost_enable">Enable</string>
<string name="pref_headset_virtual_title">Beats™ Virtual Effect</string>
<string name="pref_headset_virtual_summary_on">Virtual Effect is enabled</string>
<string name="pref_headset_virtual_summary_off">Virtual Effect is disabled</string>
<string name="pref_headset_virtual_enable">Enable</string>
<string name="pref_room_title">Select Room Type</string>
<string name="dialog_room">Room Type</string>
<string name="menu_reset">Reset</string>
<string name="eq_preset_acoustic">Acoustic</string>
<string name="eq_preset_bass_booster">Bass Booster</string>
<string name="eq_preset_bass_reducer">Bass Reducer</string>
<string name="eq_preset_classical">Classical</string>
<string name="eq_preset_deep">Deep</string>
<string name="eq_preset_flat">Flat</string>
<string name="eq_preset_r_and_b">R&B</string>
<string name="eq_preset_rock">Rock</string>
<string name="eq_preset_small_speakers">Small Speakers</string>
<string name="eq_preset_treble_booster">Treble Booster</string>
<string name="eq_preset_treble_reducer">Treble Reducer</string>
<string name="eq_preset_vocal_booster">Vocal Booster</string>
<string name="eq_preset_kuro_max">Max Amp</string> //our new eq preset
<string name="eq_preset_kuro_bass">Kuro Bass</string> //this one too :P
<string name="eq_preset_custom">Custom</string>
</resources>
btw, the icon is stored inside /res/drawable-hdpi. you can play with it. this is all I know about this app. please don't ask me how to decompile and recompile it
Hell Yeah Kuro!!! Just great:thumbup:
Sent from my GT-S5360 using xda premium
great brotha :victory:
Compatible with xLoud+Beats+Bravia?
if you're using real xloud, then the answer is no. if you're using the modified one. yes
kurotsugi said:
if you're using real xloud, then the answer is no. if you're using the modified one. yes
Click to expand...
Click to collapse
Just tested it.. its working!
we still have a lot of slot on the eq preset. if you're familiar with this app structure you can modify it by yourself to add more eq and setting.
EDIT: a tut will be nice. however, I didn't want to publish any tut regarding this app modification on public. if anyone interested on how to modify dsp manager you can contact me via PM. apktool/manager/ or anything similar with it is minimum requirement for this modification. a picture editor is also necessary if you want to modify the icon.
kurotsugi said:
we still have a lot of slot on the eq preset. if you're familiar with this app structure you can modify it by yourself to add more eq and setting.
Click to expand...
Click to collapse
Is the dynamic range compression fix? I want to replace dsp manager on CoD Rom sir
Sent from my GT-S5360 using Xparent SkyBlue Tapatalk 2
nope...I didn't touch the smali code
kurotsugi said:
nope...I didn't touch the smali code
Click to expand...
Click to collapse
Yup... Already use it almost broke my eardrum (lol), so I leave it untick
Still it's better ‎​than dsp manager :good:
Sent from my GT-S5360 using Xparent SkyBlue Tapatalk 2
if you want to use dynamic range...you can use it at low setting. it won't give you any those bug. it only work with stock music player.
kurotsugi said:
if you want to use dynamic range...you can use it at low setting. it won't give you any those bug. it only work with stock music player.
Click to expand...
Click to collapse
It just fine to leave it untick coz already try to set it low but the shock rising sound is still occured sir
Sent from my GT-S5360 using Xparent SkyBlue Tapatalk 2
i changed my mind...the tutorial is on 1st post. please don't ask me how to decompile-recompile the app or why your tools can't recompile it.
Awsome sir, you're cool
Sent from my GT-S5360
nice post..
thank u sir.awesome...
post updated. need report from stock music player user
kurotsugi said:
post updated. need report from stock music player user
Click to expand...
Click to collapse
have tested on stock music player.have dynamic....tested in all settings and there was no issue it works perfect.anyway a good work from you,thanx.:good:
Sir..:'(
Fc on my device :crying:
Globally recognised & certified NOOB
alkesh95 said:
Sir..:'(
Fc on my device :crying:
Globally recognised & certified NOOB
Click to expand...
Click to collapse
wich player are u using/did u have previous dsp one deleted?

[Q] How to map accented characters in keyboard xml

Hi Guys,
I have to implement a simple custom soft-keyboard in my application and I want to show accented characters on the keyboard too.
These are: í, é, á, ű, ú, ő, ó, ü, ö
My question is how to map these in the keyboard xml? What are the key codes for these? I could not found them in the official KeyEvent document.
My current keyboard definition xml looks like this:
Code:
<Keyboard xmlns:android=""
android:keyWidth="10%p"
android:horizontalGap="0px"
android:verticalGap="0px"
>
<Row android:keyHeight="16%">
<Key android:codes="45" android:keyLabel="q" android:keyEdgeFlags="left"/>
<Key android:codes="51" android:keyLabel="w"/>
<Key android:codes="33" android:keyLabel="e"/>
<Key android:codes="46" android:keyLabel="r"/>
<Key android:codes="48" android:keyLabel="t"/>
<Key android:codes="54" android:keyLabel="z"/>
<Key android:codes="49" android:keyLabel="u"/>
<Key android:codes="37" android:keyLabel="i"/>
<Key android:codes="43" android:keyLabel="o"/>
<Key android:codes="44" android:keyLabel="p" android:keyEdgeFlags="right"/>
</Row>
<Row android:keyHeight="16%">
<Key android:codes="?" android:keyLabel="ö" android:keyEdgeFlags="left"/>
<Key android:codes="?" android:keyLabel="ő"/>
<Key android:codes="?" android:keyLabel="ü"/>
<Key android:codes="?" android:keyLabel="ű"/>
<Key android:codes="?" android:keyLabel="ó"/>
<Key android:codes="?" android:keyLabel="é"/>
<Key android:codes="?" android:keyLabel="á"/>
<Key android:codes="?" android:keyLabel="í" android:keyEdgeFlags="right"/>
</Row>
</Keyboard>
Up
Does anyone have any suggestion?
I don't think so contact seniors
Sent from MOON......
Seniors?
Moonguy75 said:
I don't think so contact seniors
Sent from MOON......
Click to expand...
Click to collapse
Where are these seniors? I can only post here :\

[ROM] RCentral v1 15/10/2013 4.2.2 BATTERY, SPEED AND 1080P xt910

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
First thanks to those who lowered their stock based RCentral.
Since some are fan of cm try to make a rom for them , is based on the latest stable v10.1.3 no errors exist in the CM page.
As everyone knows the only problem is that they filmed cm in FullHD and has no hdmi, reading some forums I resolve to film in 1080 with no problems ... utds now only remains to be made to use it and tell me they did not like or would like ...
*
*
v1:
eliminated all unnecessary applications cm
Bastard was incorporated in the installation zip volt
module was incorporated to film in full hd
all applications were added bike x (okay now and unlock google must be configured)
took his camera and added cm ics + camera to film in 1080
changes build.prop
nova launcher prime
install:
1 has to be root
2 install boot menu
3 enter the bootmenu
4 format system
May do the 3 wipes
Installing the ROM 6
7 Install the gaps
8 restart and wait
9 when setting turns and end up re-start
** wifi works well.
* Ensure they are selected in the bootmenu manager (in the system to be installed) options "Custom kernel (2nd boot)", "Custom kernel (Kexec)", "Insecure adb", the option "Custom init (2nd init ) "not marked to not give them reboots when connecting to the pc as usb.
link:
ROM
GAPS
COUNCILS : VERY IMPORTANT AND FOLLOW IF OR IF
INSTALL OR IF YES AND HIBERNATE GREENIFY APPLICATIONS donative and also very imporatente system
*
FULL HD YOUTUBE LIKE NEVER BEFORE SEEN :
open youtube > press the touch button that opens the options > advanced setting> tick the 3 options for HD settings and restart the youtube
***********************************************************************
******************************************************************enable developer mode ( the other points are made with this)
go to settings > about device > find where it says RCentral ROM and press 5 or 6 times followed leftover the name
*
MORE ANIMATION SPEED :
Settings> opc.desarrollo > turn > Window animation scale 0.5 > transition animation scale 0.5 > .5 animator length scale
*
PERFORMANCE
put 1000mhz processor helps the battery last much longer and do not miss fluides .
*
DOWNLOAD TRICKERS MOD AND PUT MAX 10000 MIN 300 MAX, SPEED AND ACTIVATE LOCK TO START (VERY IMPORTANT)
*
cleared using the camera to film ics + if or if ... the end of the video will throw error, but if they wait a few seconds and go to the video gallery will be saved correctly
SCREEN RAZR XT910 1780mAh battery​GRACIAS A Uncanfeeling POR 1080P
PERDONEN MI INGLES .... EMI RC ARGENTINA
help me to continue these projects
Thanks man
coming from verizon 98.72.16 using on XT910... can i use this ROM..?? which slot it will be suited..?? Thanks..
Does not record 1080P video !. stands in the camera app. does not work any more. Now the phone is frozen, reset, I did it.
---------- Post added at 10:18 PM ---------- Previous post was at 09:46 PM ----------
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE MediaSettings [
<!ELEMENT MediaSettings (CamcorderProfiles,
EncoderOutputFileFormat+,
VideoEncoderCap+,
AudioEncoderCap+,
VideoDecoderCap,
AudioDecoderCap)>
<!ELEMENT CamcorderProfiles (EncoderProfile+, ImageEncoding+, ImageDecoding, Camera)>
<!ELEMENT EncoderProfile (Video, Audio)>
<!ATTLIST EncoderProfile quality (timelapse1080p|timelapse720p|timelapse480p|timelapsehigh|timelapselow|1080p|720p|480p|qcif|high|low) #REQUIRED>
<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED>
<!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
<!ELEMENT Video EMPTY>
<!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
<!ATTLIST Video bitRate CDATA #REQUIRED>
<!ATTLIST Video width CDATA #REQUIRED>
<!ATTLIST Video height CDATA #REQUIRED>
<!ATTLIST Video frameRate CDATA #REQUIRED>
<!ELEMENT Audio EMPTY>
<!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED>
<!ATTLIST Audio bitRate CDATA #REQUIRED>
<!ATTLIST Audio sampleRate CDATA #REQUIRED>
<!ATTLIST Audio channels (1|2) #REQUIRED>
<!ELEMENT ImageEncoding EMPTY>
<!ATTLIST ImageEncoding quality (100|90|80|70|60|50) #REQUIRED>
<!ELEMENT ImageDecoding EMPTY>
<!ATTLIST ImageDecoding memCap CDATA #REQUIRED>
<!ELEMENT Camera EMPTY>
<!ATTLIST Camera previewFrameRate CDATA #REQUIRED>
<!ELEMENT EncoderOutputFileFormat EMPTY>
<!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED>
<!ELEMENT VideoEncoderCap EMPTY>
<!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
<!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED>
<!ATTLIST VideoEncoderCap minBitRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxBitRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameWidth CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameWidth CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameHeight CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
<!ELEMENT AudioEncoderCap EMPTY>
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma) #REQUIRED>
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
<!ATTLIST AudioEncoderCap minBitRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap maxBitRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap minSampleRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap minChannels (1|2) #REQUIRED>
<!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED>
<!ELEMENT VideoDecoderCap EMPTY>
<!ATTLIST VideoDecoderCap name (wmv) #REQUIRED>
<!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED>
<!ELEMENT AudioDecoderCap EMPTY>
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
<!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED>
]>
<!--
This file is used to declare the multimedia profiles and capabilities
on an android-powered device.
-->
<MediaSettings>
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<!-- Back Camera -->
<CamcorderProfiles cameraId="0">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="11000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="22000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="22000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="192000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="30000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="192000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="14000000"
width="1920"
height="1080"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1536000"
width="352"
height="288"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="14000000"
width="1920"
height="1080"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<ImageEncoding quality="100" />
<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageDecoding memCap="20000000" />
</CamcorderProfiles>
<!-- Front Camera -->
<CamcorderProfiles cameraId="1">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="1610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="14000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="14000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="3078000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1536000"
width="352"
height="288"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="3078000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<ImageEncoding quality="100" />
<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageDecoding memCap="20000000" />
</CamcorderProfiles>
<EncoderOutputFileFormat name="mp4" />
<!--
If a codec is not enabled, it is invisible to the applications
In other words, the applications won't be able to use the codec
or query the capabilities of the codec at all if it is disabled
-->
<VideoEncoderCap name="h264" enabled="true"
minBitRate="640000" maxBitRate="25000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1088"
minFrameRate="20" maxFrameRate="60" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="8000000"
minFrameWidth="176" maxFrameWidth="704"
minFrameHeight="144" maxFrameHeight="576"
minFrameRate="1" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="10000000"
minFrameWidth="176" maxFrameWidth="1280"
minFrameHeight="144" maxFrameHeight="720"
minFrameRate="1" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="96000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrwb" enabled="true"
minBitRate="6600" maxBitRate="23050"
minSampleRate="16000" maxSampleRate="16000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
minBitRate="4750" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />
<VideoDecoderCap name="wmv" enabled="false"/>
<AudioDecoderCap name="wma" enabled="false"/>
</MediaSettings>
By.TRabZonLu™ said:
Does not record 1080P video !. stands in the camera app. does not work any more. Now the phone is frozen, reset, I did it.
---------- Post added at 10:18 PM ---------- Previous post was at 09:46 PM ----------
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE MediaSettings [
<!ELEMENT MediaSettings (CamcorderProfiles,
EncoderOutputFileFormat+,
VideoEncoderCap+,
AudioEncoderCap+,
VideoDecoderCap,
AudioDecoderCap)>
<!ELEMENT CamcorderProfiles (EncoderProfile+, ImageEncoding+, ImageDecoding, Camera)>
<!ELEMENT EncoderProfile (Video, Audio)>
<!ATTLIST EncoderProfile quality (timelapse1080p|timelapse720p|timelapse480p|timelapsehigh|timelapselow|1080p|720p|480p|qcif|high|low) #REQUIRED>
<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED>
<!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
<!ELEMENT Video EMPTY>
<!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
<!ATTLIST Video bitRate CDATA #REQUIRED>
<!ATTLIST Video width CDATA #REQUIRED>
<!ATTLIST Video height CDATA #REQUIRED>
<!ATTLIST Video frameRate CDATA #REQUIRED>
<!ELEMENT Audio EMPTY>
<!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED>
<!ATTLIST Audio bitRate CDATA #REQUIRED>
<!ATTLIST Audio sampleRate CDATA #REQUIRED>
<!ATTLIST Audio channels (1|2) #REQUIRED>
<!ELEMENT ImageEncoding EMPTY>
<!ATTLIST ImageEncoding quality (100|90|80|70|60|50) #REQUIRED>
<!ELEMENT ImageDecoding EMPTY>
<!ATTLIST ImageDecoding memCap CDATA #REQUIRED>
<!ELEMENT Camera EMPTY>
<!ATTLIST Camera previewFrameRate CDATA #REQUIRED>
<!ELEMENT EncoderOutputFileFormat EMPTY>
<!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED>
<!ELEMENT VideoEncoderCap EMPTY>
<!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
<!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED>
<!ATTLIST VideoEncoderCap minBitRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxBitRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameWidth CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameWidth CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameHeight CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
<!ELEMENT AudioEncoderCap EMPTY>
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma) #REQUIRED>
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
<!ATTLIST AudioEncoderCap minBitRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap maxBitRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap minSampleRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED>
<!ATTLIST AudioEncoderCap minChannels (1|2) #REQUIRED>
<!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED>
<!ELEMENT VideoDecoderCap EMPTY>
<!ATTLIST VideoDecoderCap name (wmv) #REQUIRED>
<!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED>
<!ELEMENT AudioDecoderCap EMPTY>
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
<!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED>
]>
<!--
This file is used to declare the multimedia profiles and capabilities
on an android-powered device.
-->
<MediaSettings>
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<!-- Back Camera -->
<CamcorderProfiles cameraId="0">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="11000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="22000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="22000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="192000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="30000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="192000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="14000000"
width="1920"
height="1080"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1536000"
width="352"
height="288"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="14000000"
width="1920"
height="1080"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<ImageEncoding quality="100" />
<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageDecoding memCap="20000000" />
</CamcorderProfiles>
<!-- Front Camera -->
<CamcorderProfiles cameraId="1">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="1610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="14000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3610000"
width="640"
height="480"
frameRate="30" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="14000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="3078000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1610000"
width="176"
height="144"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="1536000"
width="352"
height="288"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="3078000"
width="640"
height="480"
frameRate="30" />
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac"
bitRate="62900"
sampleRate="44100"
channels="1" />
</EncoderProfile>
<ImageEncoding quality="100" />
<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageDecoding memCap="20000000" />
</CamcorderProfiles>
<EncoderOutputFileFormat name="mp4" />
<!--
If a codec is not enabled, it is invisible to the applications
In other words, the applications won't be able to use the codec
or query the capabilities of the codec at all if it is disabled
-->
<VideoEncoderCap name="h264" enabled="true"
minBitRate="640000" maxBitRate="25000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1088"
minFrameRate="20" maxFrameRate="60" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="8000000"
minFrameWidth="176" maxFrameWidth="704"
minFrameHeight="144" maxFrameHeight="576"
minFrameRate="1" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="10000000"
minFrameWidth="176" maxFrameWidth="1280"
minFrameHeight="144" maxFrameHeight="720"
minFrameRate="1" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="96000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrwb" enabled="true"
minBitRate="6600" maxBitRate="23050"
minSampleRate="16000" maxSampleRate="16000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
minBitRate="4750" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />
<VideoDecoderCap name="wmv" enabled="false"/>
<AudioDecoderCap name="wma" enabled="false"/>
</MediaSettings>
Click to expand...
Click to collapse
when shooting in full hd. This tested by several users on another website Grupoandroid and facebook group that developed. We used the xda media_profiles risen.
I recommend you install it again!
brothers entered the phone freezes again after recording video, the camera does not work with the program.
Audio problems
Hey guys, thanks for the rom.It runs pretty fast.And it's stable.
But, I;m having an issue with the audio.When I try to set the ringtone it freezes and restarts.When I manage to set the ringtone,It only works for a short period of time, and when the phone should ring, It doesn't, only vibrates or it rings a random ringtone.
This bug was also present in early versions of android 4.1 roms.
Am I the only one with this bug?Any ideas?I did a clean install on slot 3
Thaanksssssss
Oh, I am thanked without knowing that .....
Thank you man for thiis awsome work...
I wished I could use it.. but I'm feeling happy now whit the 4.3.1 PACman Roms...
And thank you again...
And Please try to put a link to the lastest PA Google Apps for Android 4.2.2... To people could find it easly...
and keep going on this way... and the ROM Seems great to me from the replies of those who used it...
Thx for sharing the rom here!
How does this rom work for you guys?
Please add links to the Rom- and Kernel-Sources to the OP (forum rules) -- if this is a kexec rom! Not sure about this...
dtrail1 said:
Thx for sharing the rom here!
How does this rom work for you guys?
Please add links to the Rom- and Kernel-Sources to the OP (forum rules) -- if this is a kexec rom! Not sure about this...
Click to expand...
Click to collapse
is based on cm10.1.3 think it has the link order. thanks to those who trusted and tested!
emilakd said:
is based on cm10.1.3 think it has the link order. thanks to those who trusted and tested!
Click to expand...
Click to collapse
In this case it's a Kexec Rom and you have to add the links to the sources, especially the kernel source to the OP (as you can read in the forums rules)
I am wondering about 1080p video recording and why it's stated as stable in this rom - I guess the media_profiles.xml has been edited to enable HD resolution. But how do/did you solve the crashing/freezing issue?
dtrail1 said:
In this case it's a Kexec Rom and you have to add the links to the sources, especially the kernel source to the OP (as you can read in the forums rules)
I am wondering about 1080p video recording and why it's stated as stable in this rom - I guess the media_profiles.xml has been edited to enable HD resolution. But how do/did you solve the crashing/freezing issue?
Click to expand...
Click to collapse
After one video recording once the, camera freezes the program. does not work any more.
I tried this rom and it works just fine but, I thought nova launcher prime was a premium app (have to pay for it) so according to xda rules it should not be posted.
Sent from my XT910 using XDA Premium 4 mobile app
By.TRabZonLu™ said:
After one video recording once the, camera freezes the program. does not work any more.
Click to expand...
Click to collapse
That's what I mean - this Rom has just the HD profile enabled, just similar to my method I used once to enabel 720p recording. Due to Motorola's closed-source ducati binary we cannot just modify its driver to fix it. We can only make a whole new kernel with version 3.0.31 or 3.0.88 which is the most highest supported version by the ducati firmware - and this is currently in development by STS guys, but not sure if they will finish it...
any update 4.3 or 4.4

Play Store Search Results Problem Despite Efforts - Exact Name Ranking Very Low

The app was published about a month ago, and when I do a search for the exact name of the app Turbo Verse it ranks very low 25th at the highest, currently its #92.
I understand the basic SEO rules for the play store (downloads, rankings, compatibility etc.) but I feel this is an anomaly because this is the only app in the entire store that contains the words Turbo and Verse in the title and I can see no reason why it shouldnt be ranked very high for the exact name.
I was thinking it may have something to with the manifest so I will post it below, I have 18 reviews, mostly positive and over 100 downloads.
The full name of the App as it appears in the store is: Turbo Verse KJV - Bible Memory but I am only typing in the first part: Turbo Verse, but when I type the whole name into the search its still ranking about 9 or 10th
I would really appreciate any advice, I am a new developer and I would like to learn from my mistakes.
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="url removed because I can post a link in this forum"
package="com.turboverse.scripturememory"
android:versionCode="2"
android:versionName="1.01" >
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="10" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:description="@string/appDescription"
>
<activity
android:name="com.turboverse.scripturememory.MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".RequestVerse" android:screenOrientation="portrait" />
<activity android:name=".ByReferenceBookList" android:screenOrientation="portrait" />
<activity android:name=".ByTopicList" android:screenOrientation="portrait" />
<activity android:name=".Chapters" android:screenOrientation="portrait" />
<activity android:name=".Verses" android:screenOrientation="portrait" />
<activity android:name=".PlayVerse" android:screenOrientation="portrait" />
<activity android:name=".MyVersesList" android:screenOrientation="portrait" />
<activity android:name=".ChapterVerses" android:screenOrientation="portrait" />
<activity android:name=".UpdateDownloadVerses" android:screenOrientation="portrait" />
<service android:name=".TurboVerseService" />
</application>
<!-- application android:name="GlobalObjects" android:label="@string/app_name" /-->
<uses-permission android:name="android.permission.WAKE_LOCK"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"><group gid="media_rw"></group></uses-permission>
<supports-screens android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true" />
</manifest>

Categories

Resources