[Q] Change camcorder maximum time limit - CM11 - Sprint Samsung Galaxy S III

Running CM11 nightlies and using the packaged camera/camcorder.
All video recordings automatically cut off at exactly 10 minutes for both 1080 and 720 quality.
This is not a size issue, there are over 10Gb of space left after a 10 minute video records.
I've attempted recording to both the internal SD and an external SD with the same results.
Is there a way to change the maximum time limit for the CM11 camcorder?
I'm comfortable experimenting with Terminal Emulator or ES File Manager, I just don't really know how to go about doing it.

Some additional information:
The recorded files aren't close to 2Gb or 4Gb, so I don't think it's a partitioning issues.
And since it always cuts off at exactly 10 minutes, I don't think it's a heat issue, buffering issue, power issue, or any other hardware limitation.
If the CM11 camcorder is the android stock camcorder I came across the profile.
Google "android developer camcorder profile" and it's the first link. (I can't link URLs yet.)
There is a duration field in there that automatically cuts off the video after a certain time, I just don't know how to change it.

And this is my media_profiles.xml file in case it's helpful:
<!--
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
apache dot 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.
-->
<!--
Copyright (c) 2012, The Linux Foundation. All rights reserved.
Not a Contribution, Apache license notifications and license are retained
for attribution purposes only.
-->
<!--
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="30">
<Video codec="h264" bitRate="384000" width="176" height="144" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="17000000" width="1920" height="1080" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="qcif" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" width="176" height="144" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="qvga" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="767000" width="320" height="240" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="3078000" width="640" height="480" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="12000000" width="1280" height="720" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="17000000" width="1920" height="1080" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" 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="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="17000000" 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="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" 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="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="767000" width="320" height="240" frameRate="30"/>
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac" bitRate="128000" sampleRate="48000" 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="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="12000000" width="1280" height="720" frameRate="30"/>
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="17000000" 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="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<ImageEncoding quality="95"/>
<ImageEncoding quality="80"/>
<ImageEncoding quality="70"/>
<ImageDecoding memCap="20000000"/>
</CamcorderProfiles>
<!-- Front Camera -->
<CamcorderProfiles cameraId="1">
<EncoderProfile quality="low" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" width="176" height="144" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="12000000" width="1280" height="720" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="qcif" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" width="176" height="144" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="qvga" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="767000" width="320" height="240" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="3078000" width="640" height="480" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="12000000" width="1280" height="720" frameRate="30"/>
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="2"/>
</EncoderProfile>
<EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" 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="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="17000000" 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="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="384000" 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="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="767000" width="320" height="240" frameRate="30"/>
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac" bitRate="128000" sampleRate="48000" 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="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">
<Video codec="h264" bitRate="12000000" width="1280" height="720" frameRate="30"/>
<!--
The Audio part of the profile will not be used since time lapse mode
does not capture audio
-->
<Audio codec="aac" bitRate="128000" sampleRate="48000" channels="1"/>
</EncoderProfile>
<ImageEncoding quality="95"/>
<ImageEncoding quality="80"/>
<ImageEncoding quality="70"/>
<ImageDecoding memCap="20000000"/>
</CamcorderProfiles>
<EncoderOutputFileFormat name="3gp"/>
<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="64000" maxBitRate="20000000" minFrameWidth="176" maxFrameWidth="1920" minFrameHeight="144" maxFrameHeight="1080" minFrameRate="1" maxFrameRate="30"/>
<VideoEncoderCap name="h263" enabled="true" minBitRate="64000" maxBitRate="1000000" minFrameWidth="176" maxFrameWidth="800" minFrameHeight="144" maxFrameHeight="480" minFrameRate="1" maxFrameRate="30"/>
<VideoEncoderCap name="m4v" enabled="true" minBitRate="64000" maxBitRate="20000000" minFrameWidth="176" maxFrameWidth="1920" minFrameHeight="144" maxFrameHeight="1080" minFrameRate="1" maxFrameRate="30"/>
<AudioEncoderCap name="aac" enabled="true" minBitRate="8192" maxBitRate="196000" minSampleRate="8000" maxSampleRate="48000" minChannels="1" maxChannels="2"/>
<!--
<AudioEncoderCap name="heaac" enabled="true"
minBitRate="8000" maxBitRate="64000"
minSampleRate="16000" maxSampleRate="48000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="aaceld" enabled="true"
minBitRate="16000" maxBitRate="192000"
minSampleRate="16000" 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="5525" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="lpcm" enabled="true"
minBitRate="768000" maxBitRate="4608000"
minSampleRate="48000" maxSampleRate="48000"
minChannels="1" maxChannels="6" />
-->
<!--
FIXME:
We do not check decoder capabilities at present
At present, we only check whether windows media is visible
for TEST applications. For other applications, we do
not perform any checks at all.
-->
<VideoDecoderCap name="wmv" enabled="false"/>
<AudioDecoderCap name="wma" enabled="false"/>
<!--
The VideoEditor Capability configuration:
- maxInputFrameWidth: maximum video width of imported video clip.
- maxInputFrameHeight: maximum video height of imported video clip.
- maxOutputFrameWidth: maximum video width of exported video clip.
- maxOutputFrameHeight: maximum video height of exported video clip.
- maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder,
used to limit the amount of memory for prefetched YUV frames.
For this platform, it allows maximum 30MB(3MB per 1080p frame x 10
frames) memory.
-->
<VideoEditorCap maxInputFrameWidth="1920" maxInputFrameHeight="1088" maxOutputFrameWidth="1920" maxOutputFrameHeight="1080" maxPrefetchYUVFrames="10"/>
<!--
The VideoEditor Export codec profile and level values
correspond to the values in OMX_Video.h.
E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline
and level 4096 means OMX_VIDEO_AVCLevel41.
Please note that the values are in decimal.
These values are for video encoder.
-->
<!--
Codec = h.264, Baseline profile, level 4.0
-->
<ExportVideoProfile name="h264" profile="1" level="2048"/>
<!--
Codec = h.263, Baseline profile, level 70
-->
<ExportVideoProfile name="h263" profile="1" level="128"/>
<!--
Codec = mpeg4, Simple profile, level 5
-->
<ExportVideoProfile name="m4v" profile="1" level="128"/>
</MediaSettings>

Related

Help building a homescreen

Ok, I am basically running into a problem when it comes to adding multiple plugin in a row using homescreen builder 2007. I can add third party plugins but I can't add sms/email/mms on the same row. I could do this with madbeetle but I couldn't add 3rd party plugins or didn't know how. So, now I'm flat out at a loss.
Background:
I have installed the Jrulez cab and that should be eliminating my problem to begin with but no dice!
I'm using WM6 on the HTC bright 1.33.
I basically need more space but it's due to the rows not allowing me. I put the sms/email & say profile on the same row and I can't scroll to both but only one when I load it to my homescreen.
Any help much appreciated.
Pfunk
post up your .xml file and I am sure someone can take a look!
XML is like reading braille for me.
<?xml version="1.0" ?>
- <home>
<editor>Ruttensoft's Homescreen Designer</editor>
<author>Tizzo</author>
<title>Packers</title>
<version>1.2</version>
- <default target-width="240" target-height="320" font-face="Segoe" font-size="19" font-weight="normal" padding-left="4" padding-right="4" bgcolor="transparent" fgcolor="#FFFFFF" padding-top="2" b-border-color="transparent" b-border-width="0">
<format state="selected" fgcolor="#C0C0C0" />
</default>
<background bgimage="Packers.jpg" valign="top" />
- <!-- Color Scheme
-->
- <scheme>
<color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF" />
<color name="COLOR_HOMETEXT" value="#FFFFFF" />
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#C0C0C0" />
<color name="COLOR_TRAYGRADLEFT" value="#31D342" />
<color name="COLOR_WINDOW" value="#FFFFFF" />
<color name="COLOR_HIGHLIGHT" value="#FFFF00" />
<color name="COLOR_HIGHLIGHTTEXT" value="#000000" />
<color name="COLOR_WINDOWTEXT" value="#008000" />
<color name="COLOR_GRADLEFT" value="#FFFFFF" />
<color name="COLOR_GRADRIGHT" value="#FFFFFF" />
<color name="COLOR_INTGRADLEFT" value="#FFFF00" />
<color name="COLOR_INTGRADRIGHT" value="#FFFF00" />
<color name="COLOR_BTNFACE" value="#FFFF00" />
<color name="COLOR_WINDOWFRAME" value="#000000" />
<color name="COLOR_SCROLLBAR" value="#0080C0" />
<color name="COLOR_MENUTEXT" value="#000000" />
<color name="COLOR_MENU" value="#FFFFFF" />
<color name="COLOR_GRAYTEXT" value="#008000" />
<color name="COLOR_ALERTWINDOW" value="#FFFF80" />
<color name="COLOR_ALERTTITLE" value="#000000" />
<color name="COLOR_ALERTRULE" value="#008000" />
<color name="COLOR_STATIC" value="#FFFF00" />
<color name="COLOR_STATICTEXT" value="#000000" />
<color name="COLOR_BTNTEXT" value="#FFFFFF" />
<color name="COLOR_TRAYTEXT" value="#000000" />
</scheme>
- <!-- Iconbar Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="0" />
- <!-- }94040f8f48a0-5fca-8904-9b45-fc03baa1{
-->
- <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0" />
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_HOMERULE" b-border-width="0" />
</plugin>
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="1" />
- <!-- MRU Plugin
-->
- <plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" width="320" height="22">
<background b-border-width="0" />
<mru icon-size="16" x="56" y="-3" halign="left" valign="bottom" max-buttons="9" />
</plugin>
- <!-- Date/Time/Carrier Plugin
-->
- <plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="29">
- <label bgcolor="transparent" halign="left" font-weight="normal" y="7" x="2" w="320" font-size="16" fgcolor="#FFFF00">
- <text>
<carrier />
</text>
</label>
- <clock>
<time font-weight="bold" font-size="33" bgtext="transparent" halign="center" fgcolor="#FFFF00" mode="12" y="-1" x="0" w="320" />
<date font-weight="normal" fgcolor="#FFFF00" font-size="16" valign="top" halign="left" mode="short" y="7" x="242" w="320" />
</clock>
</plugin>
- <!-- Profile Plugin
-->
- <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="51">
<background b-border-width="0" />
- <label>
<format state="selected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-size="16" />
<format state="unselected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="16" />
- <text>
Profile:
<profile />
</text>
</label>
</plugin>
- <!-- SMS/Email Plugin
-->
- <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="0" width="320">
<background b-border-width="0" />
- <label y="-14" x="207">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
- <text>
Email/MMS:
<unreadEmail />
</text>
</label>
- <label y="-14" x="271">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="11" />
- <text>
SMS:
<unreadSMS />
</text>
</label>
</plugin>
- <!-- Fizz Weather Plugin Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="3" />
- <plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="54">
<general sepline="false" hilighttoday="true" />
</plugin>
</home>
{
"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"
}
Bump
I think I've made some progress. I noticed on facades settings there was an orange homescreen plugin that was not checked. I'll take a look at HB2007 and try to reload the homescreen.
Booooo!
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
pfunkside said:
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
Click to expand...
Click to collapse
Lol. Turds!
Use phone alarm and u will be able to put more on the same line
Add <allow selection> to yr mru plugin in order to access comm mgr
UPDATE
This is all I needed to know.
This was quoted from Der Alta and n99Hockey @ EverythingQ
The Orange Plugin is a great little piece of software, but there is also a bit of a mystery surrounding it. As n99hockey stated, there is no infomation on it, so you have no choice but to learn it by studying others and expanding upon what they have done.
sadly there is no manual or editor that uses it
So, basically learning XML is the only way to truly understand this...arg
the best home screen on the excalibur is on Kavanas WWE WM 6.1 rom go take a look its dumb hot

[REF] Manilla 2D HomeSettings.XML Explained [ONLINE]

Now that the all new Manilla 2D is in place and still evolving. Themes and skins are flowing in which is a very very good and sporting spirit
This thread is a Reference for explaining each value and coding of the HTCHomeSettings.xml file which manages the whole Manilla 2D eye candy show into it
To start with, this is a default (.xml) file without any modifications: Default XML
Everyone who knows about xml coding can help by posting the explainations. This thread can serve everyone as a how-to for skinning
Code:
Code:
<HTCHome version="3.00.0" device="ELFIN" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="\Windows">
Explaination:
Version = theme skin "Version"
Device = theme for which "Device"
Portrait = size of the "Portrait" screen
Landscape = size of the "Landscape" screen
ImageList Path = path where the below mentioned images are called from for the skins
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="[COLOR=red]31[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_2NDDIGIT_POS" id="4" value="[COLOR=red]68[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_SEPARATOR_POS" id="5" value="[COLOR=red]21[/COLOR], [COLOR=blue]31[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_3RDDIGIT_POS" id="6" value="[COLOR=red]126[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_4THDIGIT_POS" id="7" value="[COLOR=red]165[/COLOR], [COLOR=blue]46[/COLOR]" />
Explaination:
This is for the digital clock. The Red changes left <--> right. Blue changes up <--> dn
Thanks to Showaco: Also, properties ending with POS (instead of RECT) having 4 numbers, first set of two is Portrait and second set of two is Landscape. "(P)Left, Top, (L)Left, Top"
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CLOCKBTN_BGIMG" id="0" [COLOR=teal]value[/COLOR]="40" />
<Property name="IDTABWG_TABBG_IMAGE" id="4" [COLOR=teal]value[/COLOR]="2" />
Explaination:
value in IDs with "BGIMG" or "IMAGE" specifies the Index of image mentioned in the ImageList
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDTABWG_TABBG_ICON_WIDTH" id="3" value="[COLOR=red]48[/COLOR], [COLOR=blue]55[/COLOR]" />
Explaination:
To increase the width of the tab icons to use bigger tabs images, change the value
The Red changes width. Blue changes height
---------------------------------------------------------------------------------------------------------
Code:
Code:
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
Explaination:
In the Widget list, the values of icons refer to the Index of images in ImageList
Changing the ImagePath works but you have to edit the image path/call out further down in the .xml as well. Only changing on top creates kind off a mess - Thanks to tyguy
Top entry from:
Code:
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="\Windows">
To (just an example)
Code:
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="[B][COLOR=royalblue]\ManilaThemes\Original[/COLOR][/B]">
& All other "\Windows" calls as in
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" [COLOR=black]value="[B]\Windows[/B]\hh_myfaves[/COLOR]_button.png" />
To
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" value="[B][COLOR=royalblue]\ManilaThemes\Original[/COLOR][/B]\hh_myfaves_button.png" />
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDLAUNCHERWG_COLUMN" id="3" value="[COLOR=red]4[/COLOR]" />
Explaination: Thanks to imfloflo
To change no of columns in Launcher Widget to 4
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CALENDARBTN1_RECT" id="40" value="[COLOR=red]12,177,228,207[/COLOR]" />
Explaination: Thanks to Showaco
The four numbers are "Left, Top, Width, Height". If a property ending in RECT has eight numbers, then first set of four is for Portrait and second set is for Landscape orientations. "(P)Left, Top, Width, Height, (L)Left, Top, Width, Height"
Explaination: Thanks to btprice2001
Certain RECT settings use "Left, Top, Width, Height" while others use "X1, Y1, X2, Y2"
e.g.
(IDHMWG_CLOCKBTN_RECT) under the HomeWidget uses "X1, Y1, X2, Y2"
(IDWEWG_LOCATIONTXT_RECT) under the WeatherWidget uses "Left, Top, Width, Height"
{
"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"
}
---------------------------------------------------------------------------------------------------------
Weather panel coding
Explaination: Thanks to Showaco
http://forum.xda-developers.com/showpost.php?p=2840521&postcount=132
Note: This thread is not related to Manilla 2D issues or problems but just a reference to coding in the .xml file
Code:
<Image index="0" name="hh_fw_background.png" />
Explaination:
index = the number shortcut of the image
name = the name of the picture you want to use
This line is to add shortcut number to the image which are in the variable path.
To use an image just choose the number of the index
Code:
<Tabs>
Explaination:
This line is for all the tabs you can access at the bottom of manilla 2D
Each tabs must be declare like :
Code:
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
Explaination:
Enable = switch show or hide the tab. value avalaible are 1 to show and 0 to hide the tab
tab_bg_icon = that here you use the number of the index for the image you want to use, this image is when you select a tab
tab_icon = this image is the tab unselected
big_icon = this image is the picture you can see at the center of the screen when you switch tab
There are values for each icon, e.g. "7,8" - the first is the icon and the second is the image mask used.
You can change the order of the tabs by simply switching lines
Code:
<WidgetProperty>
Explaination:
WidgetProperty= contain the property of each tab you declare in <Tabs>
Code:
<Property name="IDTABWG_WIDGET_RECT" id="0" value="0,0,240,230, 0,0,320,230" />
Explaination:
name = the name of the element to show
id = the position order to show element on the screen, 0 = first element show
value = the position on the screen base on portrait and landscape variable ( see previous post)
You can stack element just add new line with an increment id number. Don't know the limitation??
edit : You can change the police font on the today screen only not all the phone with this cab see attachement(thanks to lepsyfou )
use the attache files and use this post for changing police: >>>> http://forum.xda-developers.com/showpost.php?p=2684364&postcount=39
edit : If you want to complete no problem ( Mikulec)
should we describe the 23 files bmp,png,brn use ?
edit : MUST SEE this post http://forum.xda-developers.com/showpost.php?p=2827653&postcount=581 &
http://forum.xda-developers.com/showpost.php?p=2820754&postcount=545 thanx you very much to >>>>> mpenguin14 <<<<< for all he does with this M2D
imfloflo;2659031
Explaination[/B said:
:
Enable = switch show or hide the tab. value avalaible are1 to show and 0 to hide the tab
tab_bg_icon= that here you use the number of the index for the image you want to use, this image is when you select a tab
tab_icon= this image is the tab unselected
big_icon= this image is the picture you can see at the center of the screen when you switch tab
Click to expand...
Click to collapse
There are values for each icon, e.g. "7,8" - the first is the icon and the second is the image mask used.
Yeah, i know but i try to understand the property value in <TabWidget>
cause there is the size of the picture witouth the bottom windows bar but there is other property which contain thier own position like "IDTABWG_UNREAD_TABBG_POS" ***_POS.
If some skinners knows ?
Code:
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="[COLOR=red]31[/COLOR], [COLOR=blue]46[/COLOR]" />
The Red changes left <--> right. Blue changes up <--> dn
Thk to ababrekar
Thanks imfloflo for showing me this thread!
This is what I was looking for!
At the moment I try to imitate the OSX dock but I have a few problems.
Look here:
What I need to know is:
How can I get the Icons on the tabbar a little bit higher?
@imfloflo:
here, http://forum.xda-developers.com/showpost.php?p=2662957&postcount=546, you asked me for some details.. what exactly do you want to know?
Just change the size of hh_fw_tabicon_home.png and the mask associate
i just increase the size , i haven't make new mask to have a high quality of picture
Code:
<Property name="IDLAUNCHERWG_COLUMN" id="3" value="[COLOR=Red]4[/COLOR]" />
Here is the value to change to have 4 column in the widget launcher
landscape can be done too
just needs quite a bit of editing
in TabWidget set landscape value to 140
Code:
<Property name="IDTABWG_TAB_RECT" id="2" value="0,217,240,51, 0,140,320,51" />
but this wil requier all page to be editi to fitt landscape
PseudoReal said:
perfect guys!
Thank you. If someone can find out how to add more appointments under the hometab, this would be very nice!
Click to expand...
Click to collapse
Would like to know this, too!
thx Aileen
Code:
<Property name="IDHMWG_CALENDARBTN1_RECT" id="40" value="12,177,228,207" />
<Property name="IDHMWG_CALENDARBTN1_IMG" id="41" value="46" />
<Property name="IDHMWG_CALENDARBTN1_IMGPOS" id="42" value="29,184" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_RECT" id="43" value="55,178,213,206" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_TIME_RECT" id="44" value="29,178,213,192" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_SUBJECT_RECT" id="45" value="29,192,213,206" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS" id="46" value="181" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS_DN" id="47" value="182" />
maybe by adding 2 times and modify this lines
For some reason my am/pm won't show up; I have both the big digital clock and analog clock. I've tried using the htchomesettings.xml for the clocks posted on the m2d clock/wallpaper thread that has the same setup as mine (large digital and analog clock) where the am/pm shows, but that didn't work. Anyone have any ideas?
ababrekar said:
WHOO!! Too many questions
1. For non leading zero - Change the time in settings to h:mm:tt
2. The clock can move up to the edge of the screen or out of it. Depends on where you want the clock or items
Click to expand...
Click to collapse
I'm having a hard time finding the value to move the clock up so that the first digit is level with the rest; even if I use the same value the first digit is a tad higher or lower. I'm sure it has something to do with IDHMWG_CLOCKBTN_BGIMG_POS. Also, what is IDHMWG_CLOCKBTN_RECT?
showaco said:
Ok, in the home widget portion of xml, why are we missing so many id numbers? Are these the missing id numbers for the landscape values? And if they are, does anyone have them?
Click to expand...
Click to collapse
I just noticed this in people and music there are referans to landscape
form music
Code:
<Property name="IDMUSICWG_PREVIOUSBTN_RECT" id="7" value="200, 47, 238, 85" />
<Property name="IDMUSICWG_PREVIOUSBTN_RECT_LANDSCAPE" id="8" value="26, 27, 91, 62" />
so this might be something we need to look into
showaco said:
yeah, I noticed that as well, thats why it makes sense that the missing id numbers could be the rest of the landscape items or maybe different items that could be displayed but aren't included in this xml. It would be great to get the landscape working correctly.
Click to expand...
Click to collapse
yes that sound right
@crazylilboy first post of me
http://forum.xda-developers.com/attachment.php?attachmentid=115441&d=1222190185
@stopthebus i think it is in registry
@crazylilboy just open the cab, change the font in the cab and change the setup.xml and install your cab.
in RED values to change if you want to make the cab manually
Code:
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install"/>
<parm name="AppName" value="[COLOR=Red]HolyFox Q-Style[/COLOR]"/>
<parm name="InstallDir" value="%CE1%\[COLOR=Red]HolyFox\QQ[/COLOR]" translation="install"/>
<parm name="NumDirs" value="1"/>
<parm name="NumFiles" value="4"/>
<parm name="NumRegKeys" value="0"/>
<parm name="NumRegVals" value="0"/>
<parm name="NumShortcuts" value="0"/>
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir"/>
<characteristic type="[COLOR=Red]neue helvetica 35 thin.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]NEUEHE~1.001[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]neue helvetica 55 roman.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]NEUEHE~1.002[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]Helvetica LT 35 Thin.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]HELVET~1.003[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]Helvetica LT 55 Roman.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]HELVET~1.004[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry"/>
</wap-provisioningdoc>
Well, I have found that the following registry entry is created:
Code:
HKLM\Software\HTC\Manili2D\Font
and also
Code:
HKLM\Software\HTC\Manili2D\TodayItem\TextColor
However, I have not had a chance to play with either of these to see what all can be done.
MyFaves Widget
I just noticed in the xml file:
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" value="\Windows\hh_myfaves_button.png" />
<Property name="IDTMOWG_IMAGE_FILE" id="2" value="0,25,240,225" />
</MyFavesWidget>
My thoughts:
1) The second line, Property name = "IDTMOWG_ICON_RECT", the value refers to an image file.
2) Property name="IDTMOWG_IMAGE_FILE", the value refers to rectangular boundary points.
I'm not an expert, but my IQ tells me that the two values must have been interchanged.
I tried interchanging the values, but no luck in displaying the MyFaves widget.
Now, my questions are, do we have an edited version of the HTCHomeSettings.xml inside the cab file? Who edited it? Can we get hold of the original so we can take a look at the Myfaves widget?
you can see myFaves apps in android here http://www.youtube.com/watch?v=CSm0VgGwBSo
http://androidcommunity.com/blog/wp.../09/t-mobile_g1_getting_started_manual_13.jpg and in the notice pdf here http://support.t-mobile.com/knowbase/root/public/tm30235.pdf
I did a different context on the path of the images:
Code:
<ImageList path="\Windows">
<Image index="0" name="[B][SIZE="3"]\m2d_images\[/SIZE][/B]hh_fw_background.png" />
<Image index="1" name="\m2d_images\hh_fw_title.png" />
<Image index="2" name="\m2d_images\hh_fw_tab_bg_fill.png" />
<Image index="3" name="\m2d_images\hh_fw_tabbtn.png" />
<Image index="4" name="\m2d_images\hh_fw_tabbtn_mask.png" />
<Image index="5" name="\m2d_images\hh_fw_unread.png" />
<Image index="6" name="\m2d_images\hh_fw_unread_mask.png" />
<Image index="7" name="\m2d_images\hh_fw_tabbg_home.png" />
:
:
I've added it directly on the image path (\m2d_images\) and not modifying the imageList path attribute. Why? Everything is working except for one: for some reason my Album Art doesn't display properly, so I traced the root cause to this property:
Code:
[B][SIZE="3"]<Image index="119" name="hh_music_record.png" />[/SIZE][/B]
<Image index="120" name="\m2d_images\hh_fw_tabbg_operator.png" />
It seems hh_music_record.png doesn't want to be read anywhere other than \Windows. So if you have a music cover art problem I think this will fix it
pfcsabre said:
I did a different context on the path of the images:
It seems hh_music_record.png doesn't want to be read anywhere other than \Windows. So if you have a music cover art problem I think this will fix it
Click to expand...
Click to collapse
nice discovery.
I'll try
Code:
<ImageList path="[B]\m2d_images[/B]">
<Image index="0" name="hh_fw_background.png" />
<Image index="1" name="hh_fw_title.png" />
<Image index="2" name="hh_fw_tab_bg_fill.png" />
<Image index="3" name="hh_fw_tabbtn.png" />
<Image index="4" name="hh_fw_tabbtn_mask.png" />
<Image index="5" name="hh_fw_unread.png" />
<Image index="6" name="hh_fw_unread_mask.png" />
<Image index="7" name="hh_fw_tabbg_home.png" />
:
:
and
Code:
[B][SIZE="3"]<Image index="119" name="[B]\Windows\[/B]hh_music_record.png" />[/SIZE][/B]
<Image index="120" name="hh_fw_tabbg_operator.png" />
At least I just have to edit 2 lines of code instead of hundreds of lines.
Hope it works...

[HELP]calling for help translate Langs

DFT is calling for help translate Langs
As you know HTC WP7 First Generation devices only WWE(0409) can be setting for camera and Video , we need your help to translate others langs , we had translate CHS(0804) and CHT(0404) now we need others langs
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Camera Settings" />
<setting mode="video" type="header" title="Camcorder Settings" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Scenes">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Portrait" longValue="8" />
<value friendlyName="Landscape" longValue="6" />
<value friendlyName="Sports" longValue="10" />
<value friendlyName="Beach" longValue="3" />
<value friendlyName="Backlight" longValue="2" />
<value friendlyName="Candlelight" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Effects">
<value friendlyName="None" longValue="0" default="true"/>
<value friendlyName="Grayscale" longValue="2" />
<value friendlyName="Negative" longValue="3" />
<value friendlyName="Sepia" longValue="4" />
<value friendlyName="Solarize" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Resolution">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Resolution">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Metering mode">
<value friendlyName="Center" longValue="1" default="true"/>
<value friendlyName="Average" longValue="0" />
<value friendlyName="Spot" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Flicker adjustment">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Auto focus">
<value friendlyName="On" longValue="1" default="true"/>
<value friendlyName="Off" longValue="0" />
</setting>
</extendedSettingsManifest>
Click to expand...
Click to collapse
Translate RED color to CHS(0804) like this
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="相机设置" />
<setting mode="video" type="header" title="摄像机设置" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="场景">
<value friendlyName="自动" longValue="0" default="true"/>
<value friendlyName="肖像" longValue="8" />
<value friendlyName="风景" longValue="6" />
<value friendlyName="运动" longValue="10" />
<value friendlyName="海滩" longValue="3" />
<value friendlyName="背光" longValue="2" />
<value friendlyName="黄昏" longValue="4" />
<value friendlyName="微距" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="特效">
<value friendlyName="无" longValue="0" default="true"/>
<value friendlyName="灰度" longValue="2" />
<value friendlyName="负片" longValue="3" />
<value friendlyName="深褐色" longValue="4" />
<value friendlyName="过度曝光" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="分辨率">
<value friendlyName="VGA (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" />
<value friendlyName="8M (3264 x 2448)" width="3264" height="2448" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Resolution">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="测光模式">
<value friendlyName="中央重点测光" longValue="1" default="true"/>
<value friendlyName="平均测光" longValue="0" />
<value friendlyName="点测光" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="刷新率调节">
<value friendlyName="自动" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="自动对焦">
<value friendlyName="开" longValue="1" default="true"/>
<value friendlyName="关" longValue="0" />
</setting>
</extendedSettingsManifest>
Click to expand...
Click to collapse
attached is camerasettingsmanifest.0409.xml thanks your help , need JPN_KOR_ENG_FRA_ITA_GER_ESN_NLD_DAN_FIN_NOR_SVE_PTB_RUS_ELL_HUN_CSY_PLK.
will add this into next release
DFT --- mwang
Big Thanks for everyone in here to help us translate , now 22 langs all done , monderator please close this thread, thanks again
ps.7720 coming soon
mwang
I am no developer but I would help with the Hungarian.
I am gonna try it but I can't test it of course
Megelőztél...
Tipp: Villódzás = Képfrissítés
You're quicker.
HUN - Hungarian is 040E.
Here you are. Portuguese - Brazil.
Code:
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Настройки Фотокамеры" />
<setting mode="video" type="header" title="Настройки Видеокамеры" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Сцена">
<value friendlyName="Автоматически" longValue="0" default="true"/>
<value friendlyName="Портрет" longValue="8" />
<value friendlyName="Пейзаж" longValue="6" />
<value friendlyName="Спорт" longValue="10" />
<value friendlyName="Пляж" longValue="3" />
<value friendlyName="Лампа накаливания" longValue="2" />
<value friendlyName="Сумрак" longValue="4" />
<value friendlyName="Макро" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Эффекты">
<value friendlyName="Нет" longValue="0" default="true"/>
<value friendlyName="Черно-белый" longValue="2" />
<value friendlyName="Негатив" longValue="3" />
<value friendlyName="Сепия" longValue="4" />
<value friendlyName="Выцветание" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Разрешение">
<value friendlyName="Малый (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Разрешение">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Экспозамер">
<value friendlyName="Центровзвешенный" longValue="1" default="true"/>
<value friendlyName="Средневзвешанный" longValue="0" />
<value friendlyName="Точечный" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Частота кадров">
<value friendlyName="Автоматически" longValue="3" default="true"/>
<value friendlyName="50Гц" longValue="1" />
<value friendlyName="60Гц" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Автофокус">
<value friendlyName="Включен" longValue="1" default="true"/>
<value friendlyName="Выключен" longValue="0" />
</setting>
</extendedSettingsManifest>
Russian. Unfortunately i'm not a photographer.
Shady313 said:
Megelőztél...
Tipp: Villódzás = Képfrissítés
You're quicker.
HUN - Hungarian is 040E.
Click to expand...
Click to collapse
Thanks for the tip, I will change it
I translated that one quite raw, I didn't take in consideration the technical terms for this one.
Here's for KOR.
Code:
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="카메라 설정" />
<setting mode="video" type="header" title="캠코더 설정" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="촬영모드">
<value friendlyName="자동" longValue="0" default="true"/>
<value friendlyName="인물" longValue="8" />
<value friendlyName="풍경" longValue="6" />
<value friendlyName="스포츠" longValue="10" />
<value friendlyName="해변" longValue="3" />
<value friendlyName="역광" longValue="2" />
<value friendlyName="촛불" longValue="4" />
<value friendlyName="접사" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="특수효과">
<value friendlyName="없음" longValue="0" default="true"/>
<value friendlyName="회색" longValue="2" />
<value friendlyName="반전" longValue="3" />
<value friendlyName="세피아" longValue="4" />
<value friendlyName="태양광" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="해상도">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="해상도">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="측광 방식">
<value friendlyName="중앙" longValue="1" default="true"/>
<value friendlyName="평균" longValue="0" />
<value friendlyName="스팟" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="떨림 보정">
<value friendlyName="자동" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="오토 포커스">
<value friendlyName="켬" longValue="1" default="true"/>
<value friendlyName="끔" longValue="0" />
</setting>
</extendedSettingsManifest>
Here it is for Spanish.... (Any other spanish speaking person out there is welcome to correct it...)
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Ajustes de Cámara" />
<setting mode="video" type="header" title="Ajustes de Videocámara" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Escenas">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Retrato" longValue="8" />
<value friendlyName="Paisaje" longValue="6" />
<value friendlyName="Deportes" longValue="10" />
<value friendlyName="Playa" longValue="3" />
<value friendlyName="Luz de Fondo" longValue="2" />
<value friendlyName="Luz de Vela" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Efectos">
<value friendlyName="Ninguno" longValue="0" default="true"/>
<value friendlyName="Escala de Grises" longValue="2" />
<value friendlyName="Negativo" longValue="3" />
<value friendlyName="Sepia" longValue="4" />
<value friendlyName="Solarizado" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Resolución">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Resolución">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Modo de Medición">
<value friendlyName="Centro" longValue="1" default="true"/>
<value friendlyName="Promedio" longValue="0" />
<value friendlyName="Punto" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Ajuste de Parpadeo">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Enfoque Automático">
<value friendlyName="Encendido" longValue="1" default="true"/>
<value friendlyName="Apagado" longValue="0" />
</setting>
</extendedSettingsManifest>
Click to expand...
Click to collapse
Even that I'm on Android, I would like to help...
Here you go in Spanish SPA code 0C0A (I think it's 0C0A)
Cheers mates
PS: I have made a couple adjustments from previous spanish translation to make it more clear
French
here is the French translation
I do not know the technical things but here is ITALIAN translation
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Impostazioni Fotocamera" />
<setting mode="video" type="header" title="Impostazioni Videocamera" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Profili">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Ritratto" longValue="8" />
<value friendlyName="Paesaggio" longValue="6" />
<value friendlyName="Azione" longValue="10" />
<value friendlyName="Spiaggia" longValue="3" />
<value friendlyName="Retroilluminazione" longValue="2" />
<value friendlyName="Luce di candela" longValue="4" />
<value friendlyName="Primo piano" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Effetti">
<value friendlyName="Nessuno" longValue="0" default="true"/>
<value friendlyName="Scala di grigi" longValue="2" />
<value friendlyName="Negativo" longValue="3" />
<value friendlyName="Seppia" longValue="4" />
<value friendlyName="Solarizza" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Risoluzione">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Risoluzione">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Modalità Telemetro">
<value friendlyName="Area centro" longValue="1" default="true"/>
<value friendlyName="Media" longValue="0" />
<value friendlyName="Zona specifica" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Regola sfarfallio">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Messa a fuoco automatica">
<value friendlyName="On" longValue="1" default="true"/>
<value friendlyName="Off" longValue="0" />
</setting>
</extendedSettingsManifest>
Click to expand...
Click to collapse
The dutch translation
Heya hereby the dutch translation, some words are quite tuff to translate though maybe a second opinion would be best!
Code:
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Camera Instellingen" />
<setting mode="video" type="header" title="Videocamera instellingen" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="tableau">
<value friendlyName="Automatisch" longValue="0" default="true"/>
<value friendlyName="Portet" longValue="8" />
<value friendlyName="Landschap" longValue="6" />
<value friendlyName="Sporten" longValue="10" />
<value friendlyName="Strand" longValue="3" />
<value friendlyName="Achtergrondverlichting" longValue="2" />
<value friendlyName="Kaarslicht" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Effecten">
<value friendlyName="Geen" longValue="0" default="true"/>
<value friendlyName="Grijstinten" longValue="2" />
<value friendlyName="Negatief" longValue="3" />
<value friendlyName="Sepia" longValue="4" />
<value friendlyName="Solarizeren" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Resolutie">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Resolutie">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Meet methode">
<value friendlyName="Centraal" longValue="1" default="true"/>
<value friendlyName="Gemiddeld" longValue="0" />
<value friendlyName="Vlekje" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Flikker aanpassingen">
<value friendlyName="Automatisch" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Automatisch focussen">
<value friendlyName="Aan" longValue="1" default="true"/>
<value friendlyName="Uit" longValue="0" />
</setting>
</extendedSettingsManifest>
Japanese Translation here
Don't hesitate to correct if there are any errors, I'm no guru
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="カメラ 設定" />
<setting mode="video" type="header" title="ビデオカメラ 設定" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Scenes">
<value friendlyName="自動" longValue="0" default="true"/>
<value friendlyName="ポートレート" longValue="8" />
<value friendlyName="ランドスケープ" longValue="6" />
<value friendlyName="スポーツ" longValue="10" />
<value friendlyName="ビーチ" longValue="3" />
<value friendlyName="バックライト" longValue="2" />
<value friendlyName="カンデライト" longValue="4" />
<value friendlyName="マクロ" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="写真効果">
<value friendlyName="无" longValue="0" default="true"/>
<value friendlyName="グレースケール" longValue="2" />
<value friendlyName="マイナス" longValue="3" />
<value friendlyName="セピア" longValue="4" />
<value friendlyName="ソーラー効果" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="解像度">
<value friendlyName="小 (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="解像度">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="測光モード">
<value friendlyName="センター" longValue="1" default="true"/>
<value friendlyName="平均" longValue="0" />
<value friendlyName="スポット" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="フリッカー調整">
<value friendlyName="自動" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="オートフォーカス">
<value friendlyName="オン" longValue="1" default="true"/>
<value friendlyName="オフ" longValue="0" />
</setting>
</extendedSettingsManifest>
Click to expand...
Click to collapse
Here's the Greek
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Ρυθμίσεις Φωτογραφικής" />
<setting mode="video" type="header" title="Ρυθμίσεις Βιντεοκάμερας" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Σκηνές">
<value friendlyName="Αυτόματο" longValue="0" default="true"/>
<value friendlyName="Πορτραίτο" longValue="8" />
<value friendlyName="Τοπίο" longValue="6" />
<value friendlyName="Αθλήματα" longValue="10" />
<value friendlyName="Παραλία" longValue="3" />
<value friendlyName="Αντίθετος Φωτισμός" longValue="2" />
<value friendlyName="Φως Κεριού" longValue="4" />
<value friendlyName="Κοντινό" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Εφέ">
<value friendlyName="Κανένα" longValue="0" default="true"/>
<value friendlyName="Γκρι" longValue="2" />
<value friendlyName="Αρνητικό" longValue="3" />
<value friendlyName="Σέπια" longValue="4" />
<value friendlyName="Σολαριζασιόν" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Ανάλυση">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Ανάλυση">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Τύπος Μέτρησης">
<value friendlyName="Κέντρο" longValue="1" default="true"/>
<value friendlyName="Μέσος Όρος" longValue="0" />
<value friendlyName="Σημείο" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Ρύθμιση Τρέμουλου">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Αυτόματη Εστίαση">
<value friendlyName="Ναι" longValue="1" default="true"/>
<value friendlyName="Όχι" longValue="0" />
</setting>
</extendedSettingsManifest>
I´m going for the german translation, will be up by tomorrow
The German Translation
<setting mode="still" type="header" title="Kameraeinstellungen" />
<setting mode="video" type="header" title="Videoeinstellungen" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Szenen">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Portrait" longValue="8" />
<value friendlyName="Landscape" longValue="6" />
<value friendlyName="Sport" longValue="10" />
<value friendlyName="Strand" longValue="3" />
<value friendlyName="Hintergrundbeleuchtung" longValue="2" />
<value friendlyName="Kerzenlicht" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Effekte">
<value friendlyName="Keine" longValue="0" default="true"/>
<value friendlyName="Graustufen" longValue="2" />
<value friendlyName="Negativ" longValue="3" />
<value friendlyName="Sepia" longValue="4" />
<value friendlyName="Solarisieren" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Auflösung">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Auflösung">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Messmodus">
<value friendlyName="Mittenbetont" longValue="1" default="true"/>
<value friendlyName="Mittelwert" longValue="0" />
<value friendlyName="Spot-Messung" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Flimmer-Anpassung">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Autofokus">
<value friendlyName="On" longValue="1" default="true"/>
<value friendlyName="Off" longValue="0" />
</setting>
</extendedSettingsManifest>
All langs from mango ROM...
0404
0407
040с
0410
0419
0804
0809
0с09
0с0a
Another Italian translation
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Impostazioni Fotocamera" />
<setting mode="video" type="header" title="Impostazioni Videocamera" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Modalità">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Ritratto" longValue="8" />
<value friendlyName="Paesaggio" longValue="6" />
<value friendlyName="Sport" longValue="10" />
<value friendlyName="Spiaggia" longValue="3" />
<value friendlyName="Controluce" longValue="2" />
<value friendlyName="Lume di candela" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Effetti">
<value friendlyName="Nenssuno" longValue="0" default="true"/>
<value friendlyName="Scala di grigi" longValue="2" />
<value friendlyName="Negativo" longValue="3" />
<value friendlyName="Seppia" longValue="4" />
<value friendlyName="Solarizzazione" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Risoluzione">
<value friendlyName="Bassa (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Risoluzione">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Messa a fuoco">
<value friendlyName="Centro" longValue="1" default="true"/>
<value friendlyName="Media" longValue="0" />
<value friendlyName="Spot" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Regola sfarfallio">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Auto focus">
<value friendlyName="Attivo" longValue="1" default="true"/>
<value friendlyName="Disattivo" longValue="0" />
</setting>
</extendedSettingsManifest>
czech-csy
Code:
<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Nastavení Fotoaparátu" />
<setting mode="video" type="header" title="Nastavení Videokamery" />
<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Scény">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Portrét" longValue="8" />
<value friendlyName="Krajina" longValue="6" />
<value friendlyName="Sport" longValue="10" />
<value friendlyName="Pláž" longValue="3" />
<value friendlyName="Podsvícení" longValue="2" />
<value friendlyName="Světlo svíček" longValue="4" />
<value friendlyName="Makro" longValue="5" />
</setting>
<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Efekty">
<value friendlyName="Žadný" longValue="0" default="true"/>
<value friendlyName="Stupnice šedé" longValue="2" />
<value friendlyName="Negativ" longValue="3" />
<value friendlyName="Sepiová" longValue="4" />
<value friendlyName="Solarizace" longValue="5" />
</setting>
<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Rozlišení">
<value friendlyName="Small (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>
<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Rozlišení">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>
<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Režim měření">
<value friendlyName="Střed" longValue="1" default="true"/>
<value friendlyName="Průměr" longValue="0" />
<value friendlyName="Bod" longValue="2" />
</setting>
<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Úprava blikání">
<value friendlyName="Automaticky" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>
<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Automatické zaostřování">
<value friendlyName="Zapnuto" longValue="1" default="true"/>
<value friendlyName="Vypnuto" longValue="0" />
</setting>
</extendedSettingsManifest>
Here is a French Version
to help that fabulous team

[Q] Viper4android deactivates mic

hello everybody, please help me find the issue v4a caused in my mixers paths. My microphone is fully deactivated right now, I figured out because I am looking for the issue since 2Days, right now before I reflashed my OS via recovery so no data got lost and stock datas got resetted. after installing viper ( Installed as user App, after ask install flashed lollivipersurround for supporting Stereo Sound on my Z1c.. and the mic stopped working after driverinstalls reboot. now I'm really sure it's caused by v4a but I don't know how to fix it WITHOUT loosing my stereo Speaker sound (Earpiece is enabled for media)
I'll paste the mixer code here, so let's guess together what it might be, I'm really desperated right without call-ability
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<mixer>
<!-- These are the initial mixer settings -->
<ctl name="Voice Rx Device Mute" id="0" value="0" />
<ctl name="Voice Rx Device Mute" id="1" value="-1" />
<ctl name="Voice Rx Device Mute" id="2" value="20" />
<ctl name="Voice Tx Mute" id="0" value="0" />
<ctl name="Voice Tx Mute" id="1" value="-1" />
<ctl name="Voice Tx Mute" id="2" value="500" />
<ctl name="Voice Rx Gain" id="0" value="0" />
<ctl name="Voice Rx Gain" id="1" value="-1" />
<ctl name="Voice Rx Gain" id="2" value="20" />
<ctl name="TTY Mode" value="Off" />
<ctl name="LINEOUT1 Volume" value="12" />
<ctl name="LINEOUT2 Volume" value="12" />
<ctl name="LINEOUT3 Volume" value="12" />
<ctl name="LINEOUT4 Volume" value="12" />
<ctl name="HPHL Volume" value="16" />
<ctl name="HPHR Volume" value="16" />
<ctl name="RX1 Digital Volume" value="84" />
<ctl name="RX2 Digital Volume" value="84" />
<ctl name="RX3 Digital Volume" value="84" />
<ctl name="RX4 Digital Volume" value="84" />
<ctl name="RX5 Digital Volume" value="84" />
<ctl name="RX6 Digital Volume" value="84" />
<ctl name="RX7 Digital Volume" value="84" />
<ctl name="ADC1 Volume" value="13" />
<ctl name="ADC2 Volume" value="13" />
<ctl name="ADC3 Volume" value="13" />
<ctl name="ADC4 Volume" value="13" />
<ctl name="ADC5 Volume" value="13" />
<ctl name="ADC6 Volume" value="13" />
<ctl name="DEC1 Volume" value="84" />
<ctl name="DEC2 Volume" value="84" />
<ctl name="DEC3 Volume" value="84" />
<ctl name="DEC4 Volume" value="84" />
<ctl name="DEC5 Volume" value="84" />
<ctl name="DEC6 Volume" value="84" />
<ctl name="DEC7 Volume" value="84" />
<ctl name="DEC8 Volume" value="84" />
<ctl name="DEC9 Volume" value="84" />
<ctl name="DEC10 Volume" value="84" />
<ctl name="COMP0 Switch" value="0" />
<ctl name="COMP1 Switch" value="0" />
<ctl name="COMP2 Switch" value="0" />
<ctl name="SLIMBUS_3_RX Port Mixer MI2S_TX" value="0" />
<ctl name="HDMI_RX Port Mixer MI2S_TX" value="0" />
<ctl name="SLIMBUS_0_RX Port Mixer SLIM_0_TX" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia3" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="AUX_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SEC_AUX_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="0" />
<ctl name="Voice_Tx Mixer SEC_AUX_PCM_TX_Voice" value="0" />
<ctl name="HDMI_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="MultiMedia5 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia5 Mixer AFE_PCM_TX" value="0" />
<ctl name="MultiMedia4 Mixer MI2S_TX" value="0" />
<ctl name="MultiMedia1 Mixer MI2S_TX" value="0" />
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia1 Mixer SLIM_4_TX" value="0" />
<ctl name="MultiMedia1 Mixer SEC_AUX_PCM_UL_TX" value="0" />
<ctl name="HDMI Mixer MultiMedia1" value="0" />
<ctl name="HDMI Mixer MultiMedia2" value="0" />
<ctl name="HDMI Mixer MultiMedia3" value="0" />
<ctl name="HDMI Mixer MultiMedia4" value="0" />
<ctl name="HDMI Mixer MultiMedia5" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia3" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="IIR1 INP1 MUX" value="ZERO" />
<ctl name="SLIM TX10 MUX" value="ZERO" />
<ctl name="SLIM TX9 MUX" value="ZERO" />
<ctl name="SLIM TX8 MUX" value="ZERO" />
<ctl name="SLIM TX7 MUX" value="ZERO" />
<ctl name="SLIM TX6 MUX" value="ZERO" />
<ctl name="SLIM TX5 MUX" value="ZERO" />
<ctl name="SLIM TX4 MUX" value="ZERO" />
<ctl name="SLIM TX3 MUX" value="ZERO" />
<ctl name="SLIM TX2 MUX" value="ZERO" />
<ctl name="SLIM TX1 MUX" value="ZERO" />
<ctl name="DEC10 MUX" value="ZERO" />
<ctl name="DEC9 MUX" value="ZERO" />
<ctl name="DEC8 MUX" value="ZERO" />
<ctl name="DEC7 MUX" value="ZERO" />
<ctl name="DEC6 MUX" value="ZERO" />
<ctl name="DEC5 MUX" value="ZERO" />
<ctl name="DEC4 MUX" value="ZERO" />
<ctl name="DEC3 MUX" value="ZERO" />
<ctl name="DEC2 MUX" value="ZERO" />
<ctl name="DEC1 MUX" value="ZERO" />
<ctl name="RX2 MIX2 INP2" value="ZERO" />
<ctl name="RX2 MIX2 INP1" value="ZERO" />
<ctl name="RX1 MIX2 INP2" value="ZERO" />
<ctl name="RX1 MIX2 INP1" value="ZERO" />
<ctl name="RX7 MIX1 INP2" value="ZERO" />
<ctl name="RX7 MIX1 INP1" value="ZERO" />
<ctl name="RX6 MIX1 INP2" value="ZERO" />
<ctl name="RX6 MIX1 INP1" value="ZERO" />
<ctl name="RX5 MIX1 INP2" value="ZERO" />
<ctl name="RX5 MIX1 INP1" value="ZERO" />
<ctl name="RX4 MIX1 INP2" value="ZERO" />
<ctl name="RX4 MIX1 INP1" value="ZERO" />
<ctl name="RX3 MIX1 INP2" value="ZERO" />
<ctl name="RX3 MIX1 INP1" value="ZERO" />
<ctl name="RX2 MIX1 INP2" value="ZERO" />
<ctl name="RX2 MIX1 INP1" value="ZERO" />
<ctl name="RX1 MIX1 INP3" value="ZERO" />
<ctl name="RX1 MIX1 INP2" value="ZERO" />
<ctl name="RX1 MIX1 INP1" value="ZERO" />
<ctl name="HPHL DAC Switch" value="0" />
<ctl name="DAC1 Switch" value="0" />
<ctl name="SLIM_0_RX Channels" value="One" />
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="SLIM RX2 MUX" value="ZERO" />
<ctl name="SPK DRV Volume" value="7" />
<ctl name="AIF1_CAP Mixer SLIM TX7" value="0" />
<ctl name="AIF1_CAP Mixer SLIM TX8" value="0"/>
<ctl name="CLASS_H_DSM MUX" value="ZERO" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="AUX PCM SampleRate" value="8000" />
<!-- echo reference -->
<ctl name="EC_REF_RX" value="NONE" />
<!-- echo reference end -->
<ctl name="AFE_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="Voice_Tx Mixer AFE_PCM_TX_Voice" value="0" />
<!-- These are audio route (FE to BE) specific mixer settings -->
<path name="deep-buffer-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback hdmi">
<ctl name="HDMI Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback speaker-and-hdmi">
<path name="deep-buffer-playback hdmi" />
<path name="deep-buffer-playback" />
</path>
<path name="deep-buffer-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="deep-buffer-playback bt-sco" />
</path>
<path name="low-latency-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback hdmi">
<ctl name="HDMI Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="low-latency-playback bt-sco" />
</path>
<path name="low-latency-playback speaker-and-hdmi">
<path name="low-latency-playback hdmi" />
<path name="low-latency-playback" />
</path>
<path name="multi-channel-playback hdmi">
<ctl name="HDMI Mixer MultiMedia2" value="1" />
</path>
<path name="compress-offload-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback hdmi">
<ctl name="HDMI Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="compress-offload-playback bt-sco" />
</path>
<path name="compress-offload-playback speaker-and-hdmi">
<path name="compress-offload-playback hdmi" />
<path name="compress-offload-playback" />
</path>
<path name="audio-record">
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="1" />
</path>
<path name="audio-record bt-sco">
<ctl name="MultiMedia1 Mixer SEC_AUX_PCM_UL_TX" value="1" />
</path>
<path name="audio-record bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="audio-record bt-sco" />
</path>
<path name="low-latency-record">
<ctl name="MultiMedia5 Mixer SLIM_0_TX" value="1" />
</path>
<path name="voice-call">
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>
<path name="voice-call hdmi">
<ctl name="HDMI_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>
<path name="voice-call bt-sco">
<ctl name="SEC_AUX_PCM_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SEC_AUX_PCM_TX_Voice" value="1" />
</path>
<path name="voice-call bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="voice-call bt-sco" />
</path>
<path name="voice-call afe-proxy">
<ctl name="AFE_PCM_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer AFE_PCM_TX_Voice" value="1" />
</path>
<path name="afe-proxy-playback afe-proxy">
</path>
<path name="afe-proxy-record afe-proxy">
</path>
<!-- These are actual sound device specific mixer settings -->
<path name="adc1">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC6" />
<ctl name="DEC6 MUX" value="ADC1" />
<ctl name="IIR1 INP1 MUX" value="DEC6" />
</path>
<path name="adc2">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC5" />
<ctl name="DEC5 MUX" value="ADC2" />
<ctl name="IIR1 INP1 MUX" value="DEC5" />
</path>
<path name="adc3">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC4" />
<ctl name="DEC4 MUX" value="ADC3" />
<ctl name="IIR1 INP1 MUX" value="DEC4" />
</path>
<path name="speaker">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RX7 MIX1 INP2" value="RX2" />
<ctl name="RX1 Digital Volume" value="90" />
<ctl name="RX7 Digital Volume" value="82" />
<ctl name="SPK DRV Volume" value="6" />
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1" />
<ctl name="DAC1 Switch" value="1" />
</path>
<path name="speaker-mic">
<path name="adc3" />
<ctl name="DEC4 Volume" value="99" />
</path>
<path name="handset">
<ctl name="SLIM RX1 MUX" value="AI
Flash this file with your recovery. It solved this problem for me.
WieserZ1C said:
hello everybody, please help me find the issue v4a caused in my mixers paths. My microphone is fully deactivated right now, I figured out because I am looking for the issue since 2Days, right now before I reflashed my OS via recovery so no data got lost and stock datas got resetted. after installing viper ( Installed as user App, after ask install flashed lollivipersurround for supporting Stereo Sound on my Z1c.. and the mic stopped working after driverinstalls reboot. now I'm really sure it's caused by v4a but I don't know how to fix it WITHOUT loosing my stereo Speaker sound (Earpiece is enabled for media)
I'll paste the mixer code here, so let's guess together what it might be, I'm really desperated right without call-ability
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<mixer>
<!-- These are the initial mixer settings -->
<ctl name="Voice Rx Device Mute" id="0" value="0" />
<ctl name="Voice Rx Device Mute" id="1" value="-1" />
<ctl name="Voice Rx Device Mute" id="2" value="20" />
<ctl name="Voice Tx Mute" id="0" value="0" />
<ctl name="Voice Tx Mute" id="1" value="-1" />
<ctl name="Voice Tx Mute" id="2" value="500" />
<ctl name="Voice Rx Gain" id="0" value="0" />
<ctl name="Voice Rx Gain" id="1" value="-1" />
<ctl name="Voice Rx Gain" id="2" value="20" />
<ctl name="TTY Mode" value="Off" />
<ctl name="LINEOUT1 Volume" value="12" />
<ctl name="LINEOUT2 Volume" value="12" />
<ctl name="LINEOUT3 Volume" value="12" />
<ctl name="LINEOUT4 Volume" value="12" />
<ctl name="HPHL Volume" value="16" />
<ctl name="HPHR Volume" value="16" />
<ctl name="RX1 Digital Volume" value="84" />
<ctl name="RX2 Digital Volume" value="84" />
<ctl name="RX3 Digital Volume" value="84" />
<ctl name="RX4 Digital Volume" value="84" />
<ctl name="RX5 Digital Volume" value="84" />
<ctl name="RX6 Digital Volume" value="84" />
<ctl name="RX7 Digital Volume" value="84" />
<ctl name="ADC1 Volume" value="13" />
<ctl name="ADC2 Volume" value="13" />
<ctl name="ADC3 Volume" value="13" />
<ctl name="ADC4 Volume" value="13" />
<ctl name="ADC5 Volume" value="13" />
<ctl name="ADC6 Volume" value="13" />
<ctl name="DEC1 Volume" value="84" />
<ctl name="DEC2 Volume" value="84" />
<ctl name="DEC3 Volume" value="84" />
<ctl name="DEC4 Volume" value="84" />
<ctl name="DEC5 Volume" value="84" />
<ctl name="DEC6 Volume" value="84" />
<ctl name="DEC7 Volume" value="84" />
<ctl name="DEC8 Volume" value="84" />
<ctl name="DEC9 Volume" value="84" />
<ctl name="DEC10 Volume" value="84" />
<ctl name="COMP0 Switch" value="0" />
<ctl name="COMP1 Switch" value="0" />
<ctl name="COMP2 Switch" value="0" />
<ctl name="SLIMBUS_3_RX Port Mixer MI2S_TX" value="0" />
<ctl name="HDMI_RX Port Mixer MI2S_TX" value="0" />
<ctl name="SLIMBUS_0_RX Port Mixer SLIM_0_TX" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia3" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="AUX_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SEC_AUX_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="0" />
<ctl name="Voice_Tx Mixer SEC_AUX_PCM_TX_Voice" value="0" />
<ctl name="HDMI_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="MultiMedia5 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia5 Mixer AFE_PCM_TX" value="0" />
<ctl name="MultiMedia4 Mixer MI2S_TX" value="0" />
<ctl name="MultiMedia1 Mixer MI2S_TX" value="0" />
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia1 Mixer SLIM_4_TX" value="0" />
<ctl name="MultiMedia1 Mixer SEC_AUX_PCM_UL_TX" value="0" />
<ctl name="HDMI Mixer MultiMedia1" value="0" />
<ctl name="HDMI Mixer MultiMedia2" value="0" />
<ctl name="HDMI Mixer MultiMedia3" value="0" />
<ctl name="HDMI Mixer MultiMedia4" value="0" />
<ctl name="HDMI Mixer MultiMedia5" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia3" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="IIR1 INP1 MUX" value="ZERO" />
<ctl name="SLIM TX10 MUX" value="ZERO" />
<ctl name="SLIM TX9 MUX" value="ZERO" />
<ctl name="SLIM TX8 MUX" value="ZERO" />
<ctl name="SLIM TX7 MUX" value="ZERO" />
<ctl name="SLIM TX6 MUX" value="ZERO" />
<ctl name="SLIM TX5 MUX" value="ZERO" />
<ctl name="SLIM TX4 MUX" value="ZERO" />
<ctl name="SLIM TX3 MUX" value="ZERO" />
<ctl name="SLIM TX2 MUX" value="ZERO" />
<ctl name="SLIM TX1 MUX" value="ZERO" />
<ctl name="DEC10 MUX" value="ZERO" />
<ctl name="DEC9 MUX" value="ZERO" />
<ctl name="DEC8 MUX" value="ZERO" />
<ctl name="DEC7 MUX" value="ZERO" />
<ctl name="DEC6 MUX" value="ZERO" />
<ctl name="DEC5 MUX" value="ZERO" />
<ctl name="DEC4 MUX" value="ZERO" />
<ctl name="DEC3 MUX" value="ZERO" />
<ctl name="DEC2 MUX" value="ZERO" />
<ctl name="DEC1 MUX" value="ZERO" />
<ctl name="RX2 MIX2 INP2" value="ZERO" />
<ctl name="RX2 MIX2 INP1" value="ZERO" />
<ctl name="RX1 MIX2 INP2" value="ZERO" />
<ctl name="RX1 MIX2 INP1" value="ZERO" />
<ctl name="RX7 MIX1 INP2" value="ZERO" />
<ctl name="RX7 MIX1 INP1" value="ZERO" />
<ctl name="RX6 MIX1 INP2" value="ZERO" />
<ctl name="RX6 MIX1 INP1" value="ZERO" />
<ctl name="RX5 MIX1 INP2" value="ZERO" />
<ctl name="RX5 MIX1 INP1" value="ZERO" />
<ctl name="RX4 MIX1 INP2" value="ZERO" />
<ctl name="RX4 MIX1 INP1" value="ZERO" />
<ctl name="RX3 MIX1 INP2" value="ZERO" />
<ctl name="RX3 MIX1 INP1" value="ZERO" />
<ctl name="RX2 MIX1 INP2" value="ZERO" />
<ctl name="RX2 MIX1 INP1" value="ZERO" />
<ctl name="RX1 MIX1 INP3" value="ZERO" />
<ctl name="RX1 MIX1 INP2" value="ZERO" />
<ctl name="RX1 MIX1 INP1" value="ZERO" />
<ctl name="HPHL DAC Switch" value="0" />
<ctl name="DAC1 Switch" value="0" />
<ctl name="SLIM_0_RX Channels" value="One" />
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="EAR PA Gain" value="POS_6_DB" />
<ctl name="SLIM RX2 MUX" value="ZERO" />
<ctl name="SPK DRV Volume" value="7" />
<ctl name="AIF1_CAP Mixer SLIM TX7" value="0" />
<ctl name="AIF1_CAP Mixer SLIM TX8" value="0"/>
<ctl name="CLASS_H_DSM MUX" value="ZERO" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="AUX PCM SampleRate" value="8000" />
<!-- echo reference -->
<ctl name="EC_REF_RX" value="NONE" />
<!-- echo reference end -->
<ctl name="AFE_PCM_RX_Voice Mixer CSVoice" value="0" />
<ctl name="Voice_Tx Mixer AFE_PCM_TX_Voice" value="0" />
<!-- These are audio route (FE to BE) specific mixer settings -->
<path name="deep-buffer-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback hdmi">
<ctl name="HDMI Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback speaker-and-hdmi">
<path name="deep-buffer-playback hdmi" />
<path name="deep-buffer-playback" />
</path>
<path name="deep-buffer-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia1" value="1" />
</path>
<path name="deep-buffer-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="deep-buffer-playback bt-sco" />
</path>
<path name="low-latency-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback hdmi">
<ctl name="HDMI Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia5" value="1" />
</path>
<path name="low-latency-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="low-latency-playback bt-sco" />
</path>
<path name="low-latency-playback speaker-and-hdmi">
<path name="low-latency-playback hdmi" />
<path name="low-latency-playback" />
</path>
<path name="multi-channel-playback hdmi">
<ctl name="HDMI Mixer MultiMedia2" value="1" />
</path>
<path name="compress-offload-playback">
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback hdmi">
<ctl name="HDMI Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback bt-sco">
<ctl name="SEC_AUX_PCM_RX Audio Mixer MultiMedia4" value="1" />
</path>
<path name="compress-offload-playback bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="compress-offload-playback bt-sco" />
</path>
<path name="compress-offload-playback speaker-and-hdmi">
<path name="compress-offload-playback hdmi" />
<path name="compress-offload-playback" />
</path>
<path name="audio-record">
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="1" />
</path>
<path name="audio-record bt-sco">
<ctl name="MultiMedia1 Mixer SEC_AUX_PCM_UL_TX" value="1" />
</path>
<path name="audio-record bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="audio-record bt-sco" />
</path>
<path name="low-latency-record">
<ctl name="MultiMedia5 Mixer SLIM_0_TX" value="1" />
</path>
<path name="voice-call">
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>
<path name="voice-call hdmi">
<ctl name="HDMI_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>
<path name="voice-call bt-sco">
<ctl name="SEC_AUX_PCM_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SEC_AUX_PCM_TX_Voice" value="1" />
</path>
<path name="voice-call bt-sco-wb">
<ctl name="AUX PCM SampleRate" value="16000" />
<path name="voice-call bt-sco" />
</path>
<path name="voice-call afe-proxy">
<ctl name="AFE_PCM_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer AFE_PCM_TX_Voice" value="1" />
</path>
<path name="afe-proxy-playback afe-proxy">
</path>
<path name="afe-proxy-record afe-proxy">
</path>
<!-- These are actual sound device specific mixer settings -->
<path name="adc1">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC6" />
<ctl name="DEC6 MUX" value="ADC1" />
<ctl name="IIR1 INP1 MUX" value="DEC6" />
</path>
<path name="adc2">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC5" />
<ctl name="DEC5 MUX" value="ADC2" />
<ctl name="IIR1 INP1 MUX" value="DEC5" />
</path>
<path name="adc3">
<ctl name="AIF1_CAP Mixer SLIM TX7" value="1"/>
<ctl name="SLIM_0_TX Channels" value="One" />
<ctl name="SLIM TX7 MUX" value="DEC4" />
<ctl name="DEC4 MUX" value="ADC3" />
<ctl name="IIR1 INP1 MUX" value="DEC4" />
</path>
<path name="speaker">
<ctl name="SLIM RX1 MUX" value="AIF1_PB" />
<ctl name="SLIM RX2 MUX" value="AIF1_PB" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RX7 MIX1 INP2" value="RX2" />
<ctl name="RX1 Digital Volume" value="90" />
<ctl name="RX7 Digital Volume" value="82" />
<ctl name="SPK DRV Volume" value="6" />
<ctl name="CLASS_H_DSM MUX" value="DSM_HPHL_RX1" />
<ctl name="DAC1 Switch" value="1" />
</path>
<path name="speaker-mic">
<path name="adc3" />
<ctl name="DEC4 Volume" value="99" />
</path>
<path name="handset">
<ctl name="SLIM RX1 MUX" value="AI
Click to expand...
Click to collapse

Leeco Le Max 2 Lineage OS microphone very low

Hi all,
i have Lex829 with Lineage OS 14.1 lastest nightly.
My microphone is very very low both in conversations and in whatsapp voice messages, i have tried with magisk and "android Mic Fix" but no improvement.
Now i'm trying to modify mixer_paths_letv.xml, but i can't find the right value to change.
Does anyone know how I can increase the volume of the microphone? there is another magisk module or xposed module?
This is my modified xml, do you know what values to change for the microphone of calls and recordings?
this is the first line, all file in the attachments:
<?xml version="1.0" encoding="ISO-8859-1"?>
<mixer>
<!-- These are the initial mixer settings -->
<ctl name="Voice Rx Device Mute" id="0" value="0" />
<ctl name="Voice Rx Device Mute" id="1" value="-1" />
<ctl name="Voice Rx Device Mute" id="2" value="20" />
<ctl name="Voice Tx Mute" id="0" value="0" />
<ctl name="Voice Tx Mute" id="1" value="-1" />
<ctl name="Voice Tx Mute" id="2" value="500" />
<ctl name="Voice Rx Gain" id="0" value="0" />
<ctl name="Voice Rx Gain" id="1" value="-1" />
<ctl name="Voice Rx Gain" id="2" value="20" />
<ctl name="Voip Tx Mute" id="0" value="0" />
<ctl name="Voip Tx Mute" id="1" value="500" />
<ctl name="Voip Rx Gain" id="0" value="0" />
<ctl name="Voip Rx Gain" id="1" value="20" />
<ctl name="Voip Mode Config" value="12" />
<ctl name="Voip Rate Config" value="0" />
<ctl name="Voip Evrc Min Max Rate Config" id="0" value="1" />
<ctl name="Voip Evrc Min Max Rate Config" id="1" value="4" />
<ctl name="Voip Dtx Mode" value="0" />
<ctl name="TTY Mode" value="OFF" />
<!--ctl name="LINEOUT1 Volume" value="13" /-->
<!--ctl name="LINEOUT2 Volume" value="13" /-->
<!--ctl name="LINEOUT3 Volume" value="13" /-->
<!--ctl name="LINEOUT4 Volume" value="13" /-->
<ctl name="HPHL Volume" value="20" />
<ctl name="HPHR Volume" value="20" />
<ctl name="RX0 Digital Volume" value="90" />
<ctl name="RX1 Digital Volume" value="90" />
<ctl name="RX2 Digital Volume" value="90" />
<ctl name="RX3 Digital Volume" value="90" />
<ctl name="RX4 Digital Volume" value="90" />
<ctl name="RX5 Digital Volume" value="90" />
<ctl name="RX6 Digital Volume" value="90" />
<ctl name="RX7 Digital Volume" value="90" />
<ctl name="RX8 Digital Volume" value="90" />
<ctl name="ADC1 Volume" value="13" />
<ctl name="ADC2 Volume" value="13" />
<ctl name="ADC3 Volume" value="13" />
<ctl name="ADC4 Volume" value="13" />
<ctl name="ADC5 Volume" value="13" />
<ctl name="ADC6 Volume" value="13" />
<ctl name="DEC0 Volume" value="95" />
<ctl name="DEC1 Volume" value="95" />
<ctl name="DEC2 Volume" value="95" />
<ctl name="DEC3 Volume" value="95" />
<ctl name="DEC4 Volume" value="95" />
<ctl name="DEC5 Volume" value="95" />
<ctl name="DEC6 Volume" value="95" />
<ctl name="DEC7 Volume" value="95" />
<ctl name="DEC8 Volume" value="95" />
<ctl name="COMP1 Switch" value="1" />
<ctl name="COMP2 Switch" value="1" />
<ctl name="COMP7 Switch" value="1" />
<ctl name="COMP8 Switch" value="1" />
<ctl name="RX HPH Mode" value="CLS_H_HIFI" />
<ctl name="SLIMBUS_3_RX Port Mixer MI2S_TX" value="0" />
<ctl name="HDMI_RX Port Mixer MI2S_TX" value="0" />
<ctl name="SLIMBUS_0_RX Port Mixer SLIM_0_TX" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia7" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia10" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia11" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia12" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia13" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia14" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia15" value="0" />
<ctl name="AUX_PCM_RX Audio Mixer MultiMedia16" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_4_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="MultiMedia5 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia5 Mixer AFE_PCM_TX" value="0" />
<ctl name="MultiMedia5 Mixer TERT_MI2S_TX" value="0" />
<!--ctl name="MultiMedia5 Mixer AUX_PCM_UL_TX" value="0" /-->
<!--ctl name="MultiMedia4 Mixer MI2S_TX" value="0" /-->
<ctl name="MultiMedia1 Mixer MI2S_TX" value="0" />
<!--ctl name="MultiMedia7 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia10 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia11 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia12 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia13 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia14 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia15 Mixer MI2S_TX" value="0" /-->
<!--ctl name="MultiMedia16 Mixer MI2S_TX" value="0" /-->
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="0" />
<ctl name="MultiMedia1 Mixer SLIM_4_TX" value="0" />
<ctl name="MultiMedia1 Mixer AUX_PCM_UL_TX" value="0" />
<ctl name="HDMI Mixer MultiMedia1" value="0" />
<ctl name="HDMI Mixer MultiMedia2" value="0" />
<ctl name="HDMI Mixer MultiMedia3" value="0" />
<ctl name="HDMI Mixer MultiMedia4" value="0" />
<ctl name="HDMI Mixer MultiMedia5" value="0" />
<ctl name="HDMI Mixer MultiMedia7" value="0" />
<ctl name="HDMI Mixer MultiMedia10" value="0" />
<ctl name="HDMI Mixer MultiMedia11" value="0" />
<ctl name="HDMI Mixer MultiMedia12" value="0" />
<ctl name="HDMI Mixer MultiMedia13" value="0" />
<ctl name="HDMI Mixer MultiMedia14" value="0" />
<ctl name="HDMI Mixer MultiMedia15" value="0" />
<ctl name="HDMI Mixer MultiMedia16" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia1" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia2" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia3" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia4" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia5" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia7" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia7" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia10" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia10" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia11" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia11" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia12" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia12" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia13" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia13" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia14" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia14" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia15" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia15" value="0" />
<ctl name="SLIMBUS_0_RX Audio Mixer MultiMedia16" value="0" />
<ctl name="SLIMBUS_5_RX Audio Mixer MultiMedia16" value="0" />
....
xmatrix83 said:
Hi all,
i have Lex829 with Lineage OS 14.1 lastest nightly. My microphone is very very low both in conversations and in whatsapp voice messages, i have tried with magisk and "android Mic Fix" but no improvement. Now i'm trying to modify mixer_paths_letv.xml, but i can't find the right value to change. Does anyone know how I can increase the volume of the microphone? there is another magisk module or xposed module? This is my modified xml, do you know what values to change for the microphone of calls and recordings?...
Click to expand...
Click to collapse
You should be posting these types of questions within the following Official LineageOS 14.1 thread for the LE Max 2:
Official LineageOS CM-14.1 (7.1.2) by cr3pt
I wish you the best of luck!
"Live Long and Prosper..."
~Ambassador S'chn T'gai Spock
Sent via Communicator [D2VZW] from the Bridge of the U.S.S. Enterprise

Categories

Resources