I put the Diamond gold blend theme on my Jade.
Everythings works, but...wen i disable the analoge clock, the digital clock goes to the right.
Is there a sollution, to disable the analoge clock en get the digital to the center on the home widget screen?
so far i know u can fix it with adjustments in the HTCHomeSettings.xml
i have a other problem, my digital clock disappear when i want to use it an after words not coming back only the analog one, i tested with different skins.
i use M2DC_v0.27.232 for setting
renetje6 said:
I put the Diamond gold blend theme on my Jade.
Everythings works, but...wen i disable the analoge clock, the digital clock goes to the right.
Is there a sollution, to disable the analoge clock en get the digital to the center on the home widget screen?
Click to expand...
Click to collapse
After you've disabled the analog clock you got to edit the position values in HTCHomeSettings.xml to the original ones.
Open the original theme .xml in your PC and edit directly your Jade. Soft reset and it's done.
Where can i find original theme .xml in my device?
renetje6 said:
Where can i find original theme .xml in my device?
Click to expand...
Click to collapse
1. Open in your PC the .xml file of the theme that you've installed.
2. With Total Commander (i. e.) edit the values of the HTCHomeSettings.xml file located in your Jade's Windows directory.
3. Save and soft reset.
I have the diamond gold theme and downloaded here: http://forum.xda-developers.com/showthread.php?t=451702
There no xml file in that file.
And now?
Hi i am new here and i have same problem too.
can anyone help to explain more detail for how to slove this?
Thank you so much
How to re-align Digital Clock
kakikakih said:
Hi i am new here and i have same problem too.
can anyone help to explain more detail for how to slove this?
Thank you so much
Click to expand...
Click to collapse
Many ways discussed here http://forum.xda-developers.com/showpost.php?p=3286748&postcount=1311
Anyway, this may help
1) Install your theme (with analog and digital clock)
2) copy the \windows\HTCHome Settings.xml to PC (rename to something else e.g. wxyz.xml)
3) Now remove the analog clock using M2DC, close M2DC --> you clock jumbles up
4) copy again the \windows\HTCHome Settings.xml to PC
5) on PC, edit HTCHome Settings.xml (can use notepad) (OR edit directly in phone using TC or Resco or other editors.) - the following values
</TabWidget>
<HomeWidget>
<Property name="IDHMWG_CLOCKBTN_BGIMG" id="0" value="40" />
<Property name="IDHMWG_CLOCKBTN_BGIMG_POS" id="1" value="145, 78" />
<Property name="IDHMWG_CLOCKBTN_RECT" id="2" value="6, 31, 234, 149" />
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="152, 32" />
<Property name="IDHMWG_CLOCKBTN_2NDDIGIT_POS" id="4" value="171, 32" />
<Property name="IDHMWG_CLOCKBTN_SEPARATOR_POS" id="5" value="0, 27" />
<Property name="IDHMWG_CLOCKBTN_3RDDIGIT_POS" id="6" value="194, 32" />
<Property name="IDHMWG_CLOCKBTN_4THDIGIT_POS" id="7" value="213, 32" />
<Property name="IDHMWG_CLOCKBTN_ALARM_POS" id="8" value="216, 86" />
<Property name="IDHMWG_CLOCKBTN_AMPM_POS" id="9" value="213, 59" />
<Property name="IDHMWG_CLOCKBTN_FOCUS_POS" id="10" value="6, 31" />
(these values are examples - my values)
You must change these particular values to be the same as those in wxyz.xml (that has been renamed - the earlier .xml)
6) Save
7) Copy back (replace) HTCHome Settings.xml to phone \windows
8) Softreset
Hope that helps and works for you.
Thank you so much azahidi!!
I get done on my jade with good looking digital clock now!!!
Related
Anyone know if its possible to pull the number of unread stories in rss hub from the registry?
Im working on modding a battery status skin to my own needs, replacing the mms icon and counter with an rss icon and counter, just cant find out how i can pull this in.
Rss hub has a today screen plugin (which is a bit ugly) but id assume it stores it in the reg somewhere.
Any help would be great.
Not to worry, just found it at HKCU\Software\Ilium Software\Rss Hub\NewsItemsCount
however my mod just seems to break it, anyone here good with batterystatus?
Original xml file.
<Item class="registry_tracker" ontap="InboxMms">
<image src="MMS%d.png" left="0" />
<label text="%d" suppress0="1" fontsize="+3" bold="1" color="ffffff" left="-28" width="30" align="center">
<registry key_value="HKCU\System\State\Messages\mms\Unread\Count" />
</label>
</Item>
Click to expand...
Click to collapse
and then my version
<Item class="registry_tracker" ontap="InboxMms">
<image src="rss%d.png" left="0" />
<label text="%d" suppress0="1" fontsize="+3" bold="1" color="ffffff" left="-28" width="30" align="center">
<registry key_value="HKCU\Software\Ilium Software\RSS Hub\NewsItemsCount" />
</label>
</Item>
Click to expand...
Click to collapse
i have created the relevant rss0 and rss-1 graphics same as the mms but when i load my version of the mod that icon or where the mms icon would be is gone completely and the two other icons get shunted to the left in its place, but it does seem to be there because if i click to the right of the first icon it loads the "inboxmms" which i havent changed yet, that will ultimately need to be linked to rsshub.
Hope all this makes sense.
There's a BS dedicated thread here.
Please insert here all things for modifying ....
HTCHomeSettings.xml -> there you can enable disable the tabs + ordering ...
Code:
<Tabs>
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<MessagingWidget enable="1" tab_bg_icon="15,16" tab_icon="115,165" big_icon="37,38" />
<EmailWidget enable="1" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
<WeatherWidget enable="1" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<MusicWidget enable="1" tab_bg_icon="17,18" tab_icon="166,167" big_icon="39,58" />
<PhotoWidget enable="1" tab_bg_icon="21,22" tab_icon="170,171" big_icon="61,62" />
<InternetWidget enable="1" tab_bg_icon="9,10" tab_icon="71,110" big_icon="31,32" />
<OperatorWidget enable="0" tab_bg_icon="120,129" tab_icon="145,147" big_icon="200,218" />
<MyFavesWidget enable="0" tab_bg_icon="219,220" tab_icon="221,222" big_icon="223,224" />
<LocationWidget enable="1" tab_bg_icon="13,14" tab_icon="113,114" big_icon="35,36" />
<SettingsWidget enable="1" tab_bg_icon="25,26" tab_icon="174,175" big_icon="65,66" />
</Tabs>
Skins: http://forum.xda-developers.com/showthread.php?t=425974
Sick! Thanks!
Enabled the operator widget to see what it was. I was hoping for some "LEET HAX AT&T FOR GREAT JUSTICE"
It's not... but I think it will learn me a little.
so where is this xml file?
ANSWER: somewhere in \Windows
The file is already under \Windows\
Do NOT use the quoted lines as your xml file. There is a lot more not contained in that block of text.
Why did you open another thread for this? It has already been covered in the main thread and the skinning thread.
what ARE the operator and MyFaves widgets?
Because we need to figure out how to get other things on the home screen (if possible) and how to increase the count of next appointments! Then we can take over the world!
More cowbell!
i tried to enable the myfaves and operator tabs and my touchflo just didnt even start anymore, anyone have any luck with those?
blazingwolf said:
Why did you open another thread for this? It has already been covered in the main thread and the skinning thread.
Click to expand...
Click to collapse
probably because the other thread moves too damn fast and its too much info at one time.. This Thread is a good Idea because it singles out one aspect of modifying manilla2d
? bout modifiing tabs
Has anyone figured out how to keep mods after softreset. I think in the skin thread they mentioned no being able to.
Damn this is awesome. reminds me when kinetic scrolling and touch cube were introduced. I cant wait to see what the week brings.
Add more Items on Internet Page
Want to add a program like Internet Explorer under the Youtube Icon on the Internet Page?
Goto settings\today and unselect Touchflo, then with your fav regeditor...
HKLM\Software\HTC\Manila2d\InternetWidget\Customized
The Key 0 holds the info for the Youtube Program, change it if you want or...
1. Change CustomizedCount to 2. (Keep incrementing for each item you place on the page.)
2. Add a new key "1" (2,3, etc for each item you add)
3. In Key 1,
.... add string "CustomizedIcon" value=\windows\Earth.bmp ( I used HH_INTERNET_EARTH.bmp and resized it to 22*23 pixels and named it Earth.bmp)
.... add string "CustomizedTitle" value= "Internet Explorer"
.... add string "CustomizedURL" value= \Windows\iexplore.exe
.... add DWORD "NoDescription" value= 1 (dec)
Exit regeditor and then go to settings and reselect Touchflo
The String "CustomizedDescription" with text for the value doesn't seem to work. I imagined it would show a popup of sorts when the icon was held but nothing.
Enjoy...
Anyone figured out how the YouTube-Broadcast Yourself link got on the Internet page? Thought it might be from my favorites in Opera but when deleted from favorites it's still there.
Change Internet Link on Internet Page
You've probably already realized it but just in case you haven't
HKLM\Software\HTC\Manila2d\InternetWidget\Customized
"BannerURL" change value to your favorite start page, properly formated
"BannerURLText" change value to, well you get it
Any idea how to adjust the weather icon position
and also why is the audio manager keep starting even we never trun it on
how to stop it from running till we want it to be run
thanks for the info about the tab
Artanis said:
Has anyone figured out how to keep mods after softreset. I think in the skin thread they mentioned no being able to.
Damn this is awesome. reminds me when kinetic scrolling and touch cube were introduced. I cant wait to see what the week brings.
Click to expand...
Click to collapse
I know, it's f'in awesome to see everyone getting together, creating new things, ripping TF2D for other HTC devices, modifying and bettering it. It just adds to what makes owning a WM device so great. *tear* lol
i just need a place to add some additional today plugins. is that possible?
when i click on browser never opens, what browser do i need to install or link it to and how ?... im still reading the other thread...
manila2d works fast on my wing and i dont have it overclocked... Might have to use this for a while and test it out
kwill said:
i just need a place to add some additional today plugins. is that possible?
Click to expand...
Click to collapse
Yes adding thumbcal or other calendar as a tab would be great!
I played with the HTCHomeSettings.xml file changed this line to move the weather picture down
<Property name="IDWEWG_WEATHER_POS" id="17" value="58,35,165,45" />
in value,
first digit(58) is the X place of picture
second (35) is the Y place of picture
what the other two number mean i dont know..
And also i moved by pixels some up and down arrows in weather and in messages tab but again there is the X & Y place and there are additional number i didnt know what they mean
So who knows what each number meaning please post explanation
I agree, without additional plugins Manila2D isn't that useful - I cannot live without SPB Phone Suite and MVBKLight...
Guys,
Keep heads up as Herg saying.
This app has just two days and it's beta. So don't except really much now guys. It's good to post suggestions anyway.
I'm using this app as normal today plugin It's great for me, and I'm waiting for improvments too. For example:
I think its the first step to make TF3D ,
Plugins as Tab would be usefull...
Landscape mode for Kaiser?
There is still many things to do. But its great app.
Hi,
Finally I can get the same wallpaper on every tab. So I would like to get some more space to make my Diamond more beautiful.
1) I was looking for a mod to remove the tab names, but couldn't find any.
2) How to remove the date from Home tab? I've managed to remove the carrier name, but no success with the date:/
I post the screenshots, to let you know exactly what I am thinking about.
SOLVED - no more date on home screen and/or tab names
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
1) No date on home tab:
Modify 590ad244_manila file, removing the date format from the code (code between the highlighted brackets), so it should look like this:
Code:
<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
<file datatype="plaintext" original="Home">
<header />
<body>
<trans-unit id="IDS_HOMETITLE">
<source>Home</source>
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
[COLOR="red"][B]<source></source>[/B][/COLOR]
</trans-unit>
<trans-unit id="IDS_APPOINTMENTS">
<source>Appointments</source>
2) No tab names:
Modify the 26948339_manila file, removing the title from the code (as in fighlighted brackets). For me this code starts at 54th line of the code. Do this for every tab.
Code:
<Page Order="5" Name="calendar.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\calendar.mode9" Component="GizmoRoot" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\calendar.mode9" Component="Calendar_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\calendar.mode9" Component="Calendar_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\calendar.mode9" Component="Calendar_Preview" />
</Page>
<Page Order="3" Name="messaging.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Messaging_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Messaging_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Messaging_Preview" />
BUGS: I still have the weather tab names - will work on this.
PS> I'm not a coder/programmer, just a Diamond heavy-user, who didn't get any reply to his problem and solved it on his own - looking into a several Manila research pages.
I don't know if it will work on other ROM, so please make backup of these two files!!
I post the screenshots.
Hehe, the self resolving capabilities of some people......
pol280 said:
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
I post the screenshots.
Click to expand...
Click to collapse
...GOOD FOR YOU
But how did you do it?
zme999 said:
...GOOD FOR YOU
But how did you do it?
Click to expand...
Click to collapse
Hi, thanks for your interest. Look up 2nd post
simple mod to make it much better thanks
Works perfectly . Thx.
For Weather tab, if your TF3D is in EN-US, you have to edit 090661f7_manila, lign 31. It's the translation Manila<->EN-US file.
In fact, it's perhaps better to edit only this file, and to leave 26948339_manila files without any change ?
For other language... you have to find the right file... or post it here .
And did you really got more space (used for something else, I mean)? Or just wasted it ?
grrrrrrrrrrrrr... editing 090661f7_manila works for all tab (hum... all tab I don't disable)... but not for the Program Launcher tab @@
So, I've to edit 26948339_manila files, just for this tab :'(
More I look at manila files, more I suspect that Manila developpers took too much drugs !
@smog : There's nothing in the "new" empty space... except the theme that you can more see .
how can i edit this files like you show?
when its on my pc, i cant see them even though i have show hidden files option checked.
so i have no way to edit them.
you use simple notepad for that?
maybe you can create a cab ?
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
thanks for sharing
On your Diamond, with Resco Explorer (or Total Commander or...), copy/paste these files on "My Documents" and change attribute (no read-only, no hidden, etc.).
Then, sync with your PC.
And yes, with Notepad, edit them.
Resync.
Re-copy/paste on \Windows folder. Just ignore warning messages.
and enjoy .
frederikk said:
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
Click to expand...
Click to collapse
Hi,
1) It is not a fake - true SS. I don't know - it has always showed me two appointments - I use Dutty 2.5 ROM.
2) Well, I don't have top curtain at all, so I can see more of mine wallpaper. As well I didn't like the tab names, so again I got some more of wallpaper.
As for the date - when I'd like to know what date it is I'd tap clock. It is not as necessary for me to have it all time on my home tab.
pol280 said:
I've managed to remove the carrier name,QUOTE]
And how did you do this????
Click to expand...
Click to collapse
Just figured I'd mention there's a Built in Contact Plugin for CHome aka Titanium. How to get it to work, I have no clue. I noticed there were 2 GUID's not being used a while back listed in the cmhome.dll. I also just notice in cmhomeres.dll there's string 1200-1207 for this plugin. The plugin is called CHomeFavPeople. In order to get it to work, we'd need to find out what the Layout is for it & registries it requires, plus which GUID it uses. I am posting this incase anyone wants to work on getting it functioning.
Here's a list of all GUID's
Code:
{3238D733-D47B-4732-9A8F-CD5A8D9A65ED} CHomeFavs (Program Shortcuts)
{52CD6A6E-9404-4e1c-82DB-CD715B884017} CEmail (Email)
{72233649-3771-4770-B02F-129750B7AE6B} CText (SMSMMS)
{A29AD55D-EE3C-4721-9A4C-9A720D70CA33} CVoicemail (Voicemail)
{EBB3B89E-B3E5-46e2-BFAF-F55FBCA98BA1} CPhone (Missed Calls)
{F0A1B246-6E64-40cd-8E15-347D29FF6F18} "Custom Plugins" (Any user made Plugin)
[COLOR="Blue"]{7D91E036-4511-4e59-8392-9A5861BF551E}
{4BBA9132-366E-4F52-B4B0-8BA302195831} [/COLOR]
{3C3EA205-72F9-48a2-A9E5-8277114608CF} CMyFaves (T-Mobile MyFaves App)
{97343B9B-5BB5-474d-98AA-E4CD2DD0A873} CWelcomeCenter (Welcome Center aka Getting Started)
{AB650274-9A5A-458b-893F-6FB601437979} CWindowsLive (Windows Live Messenger app)
{3255042D-AE66-4cf7-AD1D-718C3004DBE9} CTestUIPlugin (Dev Tool)
{892B90CB-9806-427E-8BED-F45C6A9E576B} CClock (Clock)
{D7B35490-A4B2-4ef4-BF8D-332C4979F14E} CAppointments (Calendar aka Appointments)
{06BC7E69-CE13-4028-9454-C27A32F56197} CMusic (WMP)
{E98FBDCC-6664-4c5b-BB62-20932ED37762} CHome (Missed Calls/Voicemail/SMSMMS/Email)
{C5A51777-B837-447d-8947-FAF3FF9D570B} CLinks (Internet Explorer Favorites Shortcuts)
{1DE8DD6B-D74D-4d2e-A8C3-72439F2B8402} Settings (Setting Shortcuts)
{4F612B1A-E470-4b31-9386-AC396AEDAAF9} CMyPhotos (Picture Viewer)
{3FD3C828-753F-48f9-BEA9-6201F64B5F58} CMessage (SMSMMS/Email)
{892B90CB-9806-427e-8BED-F45C6A9E576B} Docked CClock* (Clock when displayed as "Docked Operator Bar". Appears in base CHome directory)
I noted next to the GUID which plugin it is for. You'll notice 2 are not noted. So it must use one of those 2 GUID's.
The Contact plugin also looks for the following Images.
Code:
\CHomeFavPeoplecontactMethodim.png
\CHomeFavPeoplecontactMethodemail.png
\CHomeFavPeoplecontactMethodtxt.png
\CHomeFavPeoplecontactMethodhome.png
\CHomeFavPeoplecontactMethodwork.png
\CHomeFavPeoplecontactMethodmobile.png
You'll need to figure out what the Image Registries are, plus the GUID.
I think this may be the layout as I have no clue where it came from in my CPR's.
Code:
<Layer ID="ContactsExpanded" Width="240" Height="104" Visible="False" Clip="False">
<Image ID="Icon" Left="2" Top="2" Width="41" Height="41" ScaleStyle="Stretch" Source="\Neo\Neo_Favorite.png" />
<Layer ID="Page" Clip="False">
<Image ID="PICTURES" Left="110" Top="-72" Width="70" Height="70" ScaleStyle="Stretch" />
<Text ID="TEXT1" Left="53" Top="79" Width="189" Height="38" FontFamily="Control Freak" FontSize="12" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Top" Clip="False">
<TextStage TextOffsetType="TextOffsetDropCenterCenter" Color="#00000000" TextOffset="2" BlurFactor="2" />
<TextStage TextOffsetType="TextOffsetOutline" Color="#ffffffff" Alpha="0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#ffffffff" />
</Text>
<Text ID="TEXT2" Left="53" Top="117" Width="189" Height="38" FontFamily="Control Freak" FontSize="12" FontStyle="Regular" Wrap="True" Trimming="EllipsisCharacter" VerticalAlignment="Top" Clip="False">
<TextStage TextOffsetType="TextOffsetDropCenterCenter" Color="#00000000" TextOffset="2" BlurFactor="2" />
<TextStage TextOffsetType="TextOffsetOutline" Color="#ffffffff" Alpha="0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#ffffffff" />
</Text>
</Layer>
</Layer>
<Layer ID="ContactsCondensed" Width="45" Height="39" Visible="False">
<Image ID="Icon" Left="7" Top="7" Width="25" Height="25" ScaleStyle="Stretch" Source="\Neo\Neo_Favorite.png" />
<Layer ID="Page" />
</Layer>
Note: It has been edited for my NeoTitanium skin, but the original should exist if someone still has older Titanium or Sliding Panels cpr's as it's where I got it from.
Hi drkfngthdragnlrd:
I was reading a chome.txt file that you published time ago, and I wondering if maybe this "options" let us run a comand or program when we change pages inside a panel:
CHomePageSwitching
CGestureEventArgs
Or maybe exist other options too.
ryomahino said:
Hi drkfngthdragnlrd:
I was reading a chome.txt file that you published time ago, and I wondering if maybe this "options" let us run a comand or program when we change pages inside a panel:
CHomePageSwitching
CGestureEventArgs
Or maybe exist other options too.
Click to expand...
Click to collapse
I'm not quite sure what you mean, but I can tell you that WMP is NOT Pages. It is a single page plugin. The Arrows used are not the Page Arrows. That's why there are MPI's & NPI's. One set is for Pages, the other is used by WMP.
EDIT: I may be wrong but I think MPI=MultiPageIndicator & NPI=NextPreviousIndicator.
hay man seems you really enjoy studing Titanium
grate work, keep it on, hope I can help,but the new 23037's Titanium is too buggy to use,
so I cook without it
maybe you can also find a fix for 2303X's Titanium too
keep it on , you are my last hope , i tried too many ways to fix but is too tired and the layout is not as beautiful as the original one
I must to say you always do grate work
kane159 said:
hay man seems you really enjoy studing Titanium
grate work, keep it on, hope I can help,but the new 23037's Titanium is too buggy to use,
so I cook without it
maybe you can also find a fix for 2303X's Titanium too
keep it on , you are my last hope , i tried too many ways to fix but is too tired and the layout is not as beautiful as the original one
I must to say you always do grate work
Click to expand...
Click to collapse
I haven't really experienced any problems with Titanium. I have seen it posted a lot & someone posted saying they just replaced the files with the Titanium Files from older builds & fixed the issue. The only thing I've noticed is certain custom plugin such as CMultiClock, the animation bug is worse. I managed to reduce the bug by editing the image codes. I added ScalingAlgorithm="TriLinear" to all Image Lines & removes the Clip="False" from them. Clip="False should only appear in <Layer tags.
ya i had tried your solution, but it's not totoly fix in the original theme
can I put on my cpr file and my reg key?
maybe you are the one only really know Titanium on XDA...
I already call too much ppl to help, but they are unable to help themselves
kane159 said:
ya i had tried your solution, but it's not totoly fix in the original theme
can I put on my cpr file and my reg key?
maybe you are the one only really know Titanium on XDA...
I already call too much ppl to help, but they are unable to help themselves
Click to expand...
Click to collapse
It is not a perfect fix. It just reduces the frequency of the bug appearing. Post your CPR's & I'll look at them. No need for the registries. The CPR controls display.
drkfngthdragnlrd said:
It is not a perfect fix. It just reduces the frequency of the bug appearing. Post your CPR's & I'll look at them. No need for the registries. The CPR controls display.
Click to expand...
Click to collapse
here is my cpr file, thank you my friend you always help me
really really thanks you
kane159 said:
here is my cpr file, thank you my friend you always help me
really really thanks you
Click to expand...
Click to collapse
Ok, what did you change, I can tell from the start that you didn't do what I said at all. Every "<Image" line of code for every Custom Plugin needs to look like this!
Red Values Must Exist! Blue Values can be edited as needed! ScaleStyle can be "Stretch" or "Fit". Scaling Algorithm can be "Fast" or "TriLinear". You can add Source & SourceType if needed. Nothing else is to be added beside those 2 to any <Image line of code. I don't get what's so hard to understand about this. This is what I did, follow my instructions & you won't experience the bug as much. The END!
Code:
[COLOR="Blue"]<[/COLOR][COLOR="DarkRed"]Image[/COLOR] [COLOR="Red"]ID[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]HrBG[/COLOR]" [COLOR="#ff0000"]Left[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]39[/COLOR]" [COLOR="#ff0000"]Top[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]-101[/COLOR]" [COLOR="#ff0000"]Width[/COLOR][COLOR="Blue"]=[/COLOR]"[COLOR="#0000ff"]100[/COLOR]" [COLOR="#ff0000"]Height[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]100[/COLOR]" [COLOR="#ff0000"]ScalingAlgorithm[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]TriLinear[/COLOR]" [COLOR="#ff0000"]ScaleStyle[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]Stretch[/COLOR]" [COLOR="Blue"]/>[/COLOR]
drkfngthdragnlrd said:
Ok, what did you change, I can tell from the start that you didn't do what I said at all. Every "<Image" line of code for every Custom Plugin needs to look like this!
Red Values Must Exist! Blue Values can be edited as needed! ScaleStyle can be "Stretch" or "Fit". Scaling Algorithm can be "Fast" or "TriLinear". You can add Source & SourceType if needed. Nothing else is to be added beside those 2 to any <Image line of code. I don't get what's so hard to understand about this. This is what I did, follow my instructions & you won't experience the bug as much. The END!
Code:
[COLOR="Blue"]<[/COLOR][COLOR="DarkRed"]Image[/COLOR] [COLOR="Red"]ID[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]HrBG[/COLOR]" [COLOR="#ff0000"]Left[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]39[/COLOR]" [COLOR="#ff0000"]Top[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]-101[/COLOR]" [COLOR="#ff0000"]Width[/COLOR][COLOR="Blue"]=[/COLOR]"[COLOR="#0000ff"]100[/COLOR]" [COLOR="#ff0000"]Height[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]100[/COLOR]" [COLOR="#ff0000"]ScalingAlgorithm[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]TriLinear[/COLOR]" [COLOR="#ff0000"]ScaleStyle[/COLOR][COLOR="#0000ff"]=[/COLOR]"[COLOR="#0000ff"]Stretch[/COLOR]" [COLOR="Blue"]/>[/COLOR]
Click to expand...
Click to collapse
no no my friend, this is my original cpr files
you don't tell me whitch should i put on so...
I'll put it later,thanks very much
drkfngthdragnlrd said:
I'm not quite sure what you mean, but I can tell you that WMP is NOT Pages. It is a single page plugin. The Arrows used are not the Page Arrows. That's why there are MPI's & NPI's. One set is for Pages, the other is used by WMP.
EDIT: I may be wrong but I think MPI=MultiPageIndicator & NPI=NextPreviousIndicator.
Click to expand...
Click to collapse
Hi sorry for inconvenience, let me explain you, why I made this question:
I´m trying to perform a better Nitrogen titanium panel; the new version of Nitrogen write in the registry in HKLM\Software\Microsoft\CHome all the info required to Function the panel; and better yet you can run command (like forward, etc) just putting the command after "nitrogen.exe"
Thats why I made that questions: exist any form to perform a command or .lnk when I made lateral swipe inside a panel or maybe pressing this NPI that you mention, to make work this panel like WMP Panel?
Thanks in advance
ryomahino said:
Hi sorry for inconvenience, let me explain you, why I made this question:
I´m trying to perform a better Nitrogen titanium panel; the new version of Nitrogen write in the registry in HKLM\Software\Microsoft\CHome all the info required to Function the panel; and better yet you can run command (like forward, etc) just putting the command after "nitrogen.exe"
Thats why I made that questions: exist any form to perform a command or .lnk when I made lateral swipe inside a panel or maybe pressing this NPI that you mention, to make work this panel like WMP Panel?
Thanks in advance
Click to expand...
Click to collapse
You want to look for my thread on how to add button hotspots to CHome plugins. It's a bit tricky, but is the only way I've managed to do something like what your are talking about, except ot's not swiping, it's press a software button. I believe someone already did this based on Cherish's Plugin. Check in his thread.
Is the stat_sys_download.xml file in framework-res.apk the file that controls what icons show up for edge, 3g, h? If so, could someone in the know see if my suspicion is right, that Tmo has 3g and H both set to only display the 3g icon in the status bar. And if someone could mod that file to display the H icon already in the phone when it is in an HSDPA location. I can take that new xml file and MetaMorph it into my phone. Thanks in advance if anyone can help.
Sent from my SGH-T959 using XDA App
I'll look for it myself with apk manager.
Sent from my SGH-T959 using XDA App
I'm not a developer but ill test if u wip up a morph.
sent from my Vibrant.
I got as far as finding that particular xml file. I don't know how to view it, but I'll do some research and get back to you.
cparekh said:
I got as far as finding that particular xml file. I don't know how to view it, but I'll do some research and get back to you.
Click to expand...
Click to collapse
Open it with notepad.
You can view it in any text editor
There is a png file for the H symbol in the stat_sys_data_in_h.png file located in the res\drawable-hdmi folder in the framework-res file
zephiK said:
Open it with notepad.
Click to expand...
Click to collapse
eweo911 said:
You can view it in any text editor
Click to expand...
Click to collapse
That's what the intertubez tells me to do, but when I do that, I get something that is definitely not a text file. Perhaps I extracted incorrectly. I'll keep trying.
This is not the thread to teach me how to develop in Android, but FWIW, here's a screenshot of what I see in my text editor. (I turned on wrap, so you could see the whole file, but it actually is just one or two lines).
I believe you need to have a Deodexed version of the file to do this
Android xml files are in binary form, for the phone to process them faster. Apk manager decompress them so you can read them in notepad. I'll have a look this weekend to see if I can find the code to make it display when you are in an H area.
Sent from my SGH-T959 using XDA App
Ok I am not officially in over my head I found the icon file as listed in my above post and I found the reference to it in the file public.xml that can be found under res/values. The few lines that seem to deal with the icons are as follows:
<public type="drawable" name="stat_sys_data_in_1x" id="0x0108029e" />
<public type="drawable" name="stat_sys_data_in_3g" id="0x0108029f" />
<public type="drawable" name="stat_sys_data_in_e" id="0x010802a0" />
<public type="drawable" name="stat_sys_data_in_g" id="0x010802a1" />
<public type="drawable" name="stat_sys_data_in_h" id="0x010802a2" />
<public type="drawable" name="stat_sys_data_inandout_1x" id="0x010802a3" />
<public type="drawable" name="stat_sys_data_inandout_3g" id="0x010802a4" />
<public type="drawable" name="stat_sys_data_inandout_e" id="0x010802a5" />
<public type="drawable" name="stat_sys_data_inandout_g" id="0x010802a6" />
<public type="drawable" name="stat_sys_data_inandout_h" id="0x010802a7" />
<public type="drawable" name="stat_sys_data_out_1x" id="0x010802a8" />
<public type="drawable" name="stat_sys_data_out_3g" id="0x010802a9" />
<public type="drawable" name="stat_sys_data_out_e" id="0x010802aa" />
<public type="drawable" name="stat_sys_data_out_g" id="0x010802ab" />
<public type="drawable" name="stat_sys_data_out_h" id="0x010802ac" />
but I have no idea what to change.
Anyone else have any ideas?
Yea, I found that, but here is the guy we are looking for, almost sure of it... Its in bools.xml...
<resources>
<bool name="config_sf_limitedAlpha">false</bool>
<bool name="config_sf_slowBlur">false</bool>
<bool name="config_bypass_keyguard_if_slider_open">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_deskDockEnablesAccelerometer">false</bool>
<bool name="config_carDockEnablesAccelerometer">false</bool>
<bool name="config_use_strict_phone_number_comparation">false</bool>
<bool name="config_disableMenuKeyInLockScreen">false</bool>
<bool name="config_hspa_data_distinguishable">false</bool>
<bool name="config_swipeDisambiguation">true</bool>
<bool name="config_filterTouchEvents">false</bool>
</resources>
Ok that file and that reference is in 2 locations
res/values
and
res/values/-hdpi-v4
Still dont know what to do with it mind you lol
I would def like this done too, maybe should be in dev section
I tried changing it to to "true" and re-compiling it, but it made my phone lock on boot up. Not sure if I did the APK Manger compile correctly or not. Guess someone else will probably figure it out before me. Just hope someone gets it to work, I'd like watching it flip between H and 3G all day long. LOL
Has anyone else had any luck with this?
Seems no one else wants this feature but a very few of us.
Sent from my Vibrant using the XDA app.
I wouldn't mind having it as well
I'd like it as well but can't contribute to figuring it out. Just don't have the technical know how.
I am working on something similar but I haven't figured out how to recompile the XML files. I have tried with both apktool and apkmanager.