[SOLVED] CommManager Button height - Windows Mobile

Hi everyone
I want to reduce the height of CommManager buttons in my Leo ROM so that I can use up to 9 buttns without scrolling! Any chance in reducing this hieght?
Which registry entries are responsible for that?

I never had this idea before, sounds... interesting but impossible too.

I am assuming it is hardcoded in dll!

Hmmm, that's in some way a little bit stupid but I have to live with it! Thanks anyway!

There are no stupid questions, just stupid answers!
keep it up... due to not interest in this idea, this will be closed.
* Mod EDIT *
Re-opened in case someone actually does come up with a 'workaround' in the future; also reduces creation of new threads regarding same topic.

in my comm manager i use these settings for leo:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"IsEnableHTCLoadImage"=dword:00000001
"TextSizeSetting"=hex:11,0c,0a,09
"IsEnableUISettings"=dword:00000001
"IsRetryAllConnectionWhenFail"=dword:00000001
"ScrollBarColorSetting"=hex:aa,aa,aa,00
"BackgroundColorSetting"=hex:ea,ea,ea,00
"IsDisableActiveSyncAPI"=dword:00000001
"IsEnableHTCScroll"=dword:00000001
"EmptyMenuBar"=dword:00000002
"CustomizationFontFileName"="tahoma.ttf"
"CustomizationFontName"="Helvetica Neue OTS"
"BluetoothPlatformType"=dword:00000001
"LandscapeXExtension"=dword:000000a0
"SupportedFunctions"=dword:00000008
"DisableButtonText"=dword:00000003
"UseMSFlightMode"=dword:00000001
"CommManagerUIStyle"=dword:00000004
"TextColorSetting"=hex:33,33,33,00,00,00,00,00,ff,ff,ff,00,a5,a5,a5,00,33,33,33,00,ff,ff,ff,00,a5,a5,a5,00,4c,4c,4c,00,ff,ff,ff,00,a5,a5,a5,00
"DelayWLANButtonTimes"=dword:00000000
"DelayFlightModeButtonTimes"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\UIStrings]
"COMMUNICATIONS"="Wireless controls"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\0]
"ExecuteCommand"=""
"Execute"=""
@="FlightMode"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\1]
"ExecuteCommand"=""
"Execute"="\\Windows\\CMPhone.exe"
@="Phone"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\3]
"ExecuteCommand"=""
"Execute"="\\Windows\\WiFiNetwork.exe"
@="WLAN"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\4]
"ExecuteCommand"="//remote"
"Execute"="\\Windows\\repllog.exe"
@="AUTD"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\5]
"Execute"="\\Windows\\ConnectionSetup.exe"
"ExecuteCommand"=""
@="DataDisconnection"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\6]
"ExecuteCommand"=""
"Execute"=""
@="MobileWifiRouter"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\7]
@="3G"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\WLAN]
"DeviceName"="{98C5250D-C29A-4985-AE5F-AFE5367E5006}\BCMSDDHD1"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\DataDisconnection]
@="DataDisconnect.exe"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\UISettings]
"list_left_padding"=dword:0000000f
"list_right_padding"=dword:0000000f
"list_icon_left_margin"=dword:0000000a
"list_inputfield_left_margin"=dword:0000000f
"list_inputfield_right_margin"=dword:0000000f
"list_combobox_left_margin"=dword:0000000b
"list_combobox_right_margin"=dword:0000000b
"list_content_top_padding"=dword:0000000e
"list_checkbox_right_margin"=dword:0000000f
"list_switch_right_margin"=dword:0000000e
"list_slider_right_margin"=dword:0000000f
"list_signal_right_margin"=dword:0000000a
"list_combobox_top_margin"=dword:0000000f
"list_icon_right_margin"=dword:0000000a
"list_combobox_left_padding"=dword:0000000f
"list_combobox_right_padding"=dword:0000000f
"list_radiobtn_right_margin"=dword:00000019
"msgbox_left_margin"=dword:00000014
"msgbox_right_margin"=dword:00000014
"msgbox_left_padding"=dword:0000001c
"msgbox_right_padding"=dword:0000001c
"msgbox_top_padding"=dword:0000001e
"msgbox_bottom_padding"=dword:0000001e
"msgbox_btn_left_margin"=dword:0000001c
"msgbox_btn_right_margin"=dword:0000001c
"msgbox_btn_top_margin"=dword:00000014
"msgbox_btn_bottom_margin"=dword:00000016
"msgbox_btn_middle_padding"=dword:00000030
"msgbox_left_margin_L"=dword:000000b4
"msgbox_right_margin_L"=dword:000000b4
"list_checkbox_del_right_margin"=dword:0000000f
"list_icon_top_margin"=dword:00000003
"list_sub_content_top_padding"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\2]
"ExecuteCommand"=""
@="Bluetooth"
"Execute"="\\Windows\\BTWizard.exe"
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS]
"PrefDomain"=dword:00000002
"PrefRAT"=dword:00000001
Could one just simply adjust the text size setting above in the registry to fit more?

animelover said:
Hi everyone
I want to reduce the height of CommManager buttons in my Leo ROM so that I can use up to 9 buttns without scrolling! Any chance in reducing this hieght?
Which registry entries are responsible for that?
Click to expand...
Click to collapse
It's simple.
Step 1: Resize these images to reduce the buttons height:
Code:
CM_Btn_Detail_Down_P.png
CM_Btn_Detail_Up_P.png
P_Button_Down.png
P_Button_Focus.png
Step 2: Modify this reg to adjust the function icons position, if your mod button height is too small, you must resize those icons:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\UISettings]
"list_icon_top_margin"=dword:3
I've done the modification just like what you need long time ago (9 buttons). Here's the right value for that:
- CM_Btn_Detail_Down_P.png, CM_Btn_Detail_Up_P.png --> 357x57
- P_Button_Down.png, P_Button_Focus.png --> 480x70
and "list_icon_top_margin"=dword:5
And the result:
{
"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"
}

Cloudyfa said:
It's simple.
Step 1: Resize these images to reduce the buttons height:
Code:
CM_Btn_Detail_Down_P.png
CM_Btn_Detail_Up_P.png
P_Button_Down.png
P_Button_Focus.png
Step 2: Modify this reg to adjust the function icons position, if your mod button height is too small, you must resize those icons:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\UISettings]
"list_icon_top_margin"=dword:3
I've done the modification just like what you need long time ago (9 buttons). Here's the right value for that:
- CM_Btn_Detail_Down_P.png, CM_Btn_Detail_Up_P.png --> 357x57
- P_Button_Down.png, P_Button_Focus.png --> 480x70
and "list_icon_top_margin"=dword:5
And the result:
Click to expand...
Click to collapse
good work man, I may use this in my rom (maybe) would you be willing to share if I gave credit?

[★] said:
good work man, I may use this in my rom (maybe) would you be willing to share if I gave credit?
Click to expand...
Click to collapse
You're welcome!

Big thanks to you, Cloudyfa! You're my hero right again!

oh very good! i never see something like this before... stickied into main thread for chef central tips and tricks

Cloudyfa said:
You're welcome!
Click to expand...
Click to collapse
Why thankyou very much

+ Que PPC said:
oh very good! i never see something like this before... stickied into main thread for chef central tips and tricks
Click to expand...
Click to collapse
And you wanted to close this thread, huh?

yes is true.. in fact i did it jiji

Nice work indeed. I tried and happy...
Thanks a lot...

I've changed thread title to SOLVED, big thanks to Cloudyfa, awsom job.
Added it to the solved issue list as well in the stickie.
{{Chef Central}} Guides | Tutorials | Tips & Tricks | Fixes | Stickies [READ FIRST!!]
http://forum.xda-developers.com/showpost.php?p=6283929&postcount=7

Great stuff Cloudyfa! I made a package for the Kitchen (tested and working for me) perhaps useful for others

9 Button
Can anyone point where to find the 9 button comma manager with 3G for rhodium please. Unless there isnt one because of the beam option?

Related

[UPDATED][Dev][All Bugs fixed, improvements] NMCalc v1.0d - Scientific Calculator

I don't know what you think about calc embedded in WM but I think that it is one big, ugly, extremly piece of @$#@.
So I made NMCalc which should satisfy everyone.
PS. If you have suggestions for some functions PM me.
Screenshots:
Screenshot of newest version
{
"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"
}
Features (1.0a) :
*Support ( ) log, x^n, !, *, -, +, /, Copy, Paste
*7 skins
*Quick Jump to Pocket Word, just press navigation key down. (This can be useful in exams you know , Note: You are using this feature on your own risk, if professor catches you, I'M NOT RESPONSIBLE)
*Support for VGA, QVGA, WM6, WM5, WM2003, WM2003SE
*Needs .NET Compact FrameWork (look at end)
*Free coding - 50k app
Version 1.0b
*Fixed <- bug
*Added sin, cos
*I'm having problems with %, use *1.x. (ex. if you want to know how much is 75 percent of 120312, type 120312*0.75)
Version 1.0c
*Added FreeEdit Mode (enabled by default)
*Added ln, min, max
Version 1.0d (now named NMCalcEE (Extreme Edition))
Fixed "." bug
Free mode improved
Added fullscreen option that will show you expression and result in neat fullscreen
Added fn button (calls last function from Menu)
Added Pi (trigonometry now completed)
Improved screen, bigger numbers
Still under 100k app
Buttons now properly aligned
Credits : xStatProf, for suggestions (thank you sir, it is now exactly as you wanted it)
Extremly sorry for delay.
To ROM makers, you are free to include NMCalc in your ROMS as long as you PM me that you have done that.
PLEASE DONATE ME IF YOU LIKE THIS PROGRAM, MORE INFO IN PROGRAM
THANK YOU IN ADVANCE
Please comment.
Reqs:
WM device that has Net CF 2 installed
Many thanks for your app...
I have a problem when trying to delete the last entry...
The program is closed....
I don't understand what button do you press? <- ?
OH I see thanks, so whan you press <- if operation screen is empty the program crashes, I will fix this.
THANKS for reporting.
nmilosev said:
I don't understand what button do you press? <- ?
Click to expand...
Click to collapse
Yes, this button: <-
this is wonderful. i need something more like Mathematics' Spacetime calc.. but this is really good.
flaviopac, I will update my app today, because of that bug.
nir36, enjoy using it.
Thanks seems good
I didnt download yet but just from looking at pictures, is there no % ?
NotLutzik said:
I didnt download yet but just from looking at pictures, is there no % ?
Click to expand...
Click to collapse
I forgot that , I will add it in next version (today)
works also on 240x240 device (scrolling the window, of course)
Wow thanks for reply
Limitless power of MS .net
new Version Added!!!
Thanks for the new version...
What about a new feature:
Something like the possibility to edit what we have written without using "<--", so we can edit not only the last entry, but also the first, second, third....
For example:
Code:
5+3+1+9=
Something to edit "3" without erase all the next numbers....
Hmmm, maybe i should include FreeEdit mode, in which you can freely move with naigation keys.
nmilosev said:
Hmmm, maybe i should include FreeEdit mode, in which you can freely move with naigation keys.
Click to expand...
Click to collapse
It would be very usefull!
no... i mean... i AM using Spacetime i need MATLAB like graphs cause i'm studying electronics engineering and we're plotting 3D graphs all day long
but thanks man.. it's great for everyday use.
New version
try to enter something like 0,3+0,4+0,1.....
and you'll see that the result isn't correct... there is something wrong with decimals...
flaviopac said:
try to enter something like 0,3+0,4+0,1.....
and you'll see that the result isn't correct... there is something wrong with decimals...
Click to expand...
Click to collapse
try with points instead of comma , perhaps it is like programming "decimal point is comma"

PocketCM 0.23 DIAMOND skin ready now for 0.24

Have fun with this new skin still beta
please try and give me feedback.
its complete english if you don´t use a language file.
{
"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"
}
regards
Anja31
See the update for version 0.24 by gundalbert in post 26
its only the settings.ini - overwrite the old settings.ini and restart PocketCM
Many thanks gundalbert
Awesome theme...One request. Could you make one without the letters down the right hand side?
Its pretty slick
Joe
thank you very much anja
great work! thanks for sharing. been waiting for a diamond one of these for awhile now.
great theme but those #### on the top of the contacts can you remove thim?
thanks any way.
thanks much. looks really good.
can this be put in a cab file ???
-----------
nice work... I gotta use this on my wing
robpet2 said:
can this be put in a cab file ???
-----------
nice work... I gotta use this on my wing
Click to expand...
Click to collapse
They're not supposed to be in cab files. Do you have pocketcm on your phone?
nonegiven said:
They're not supposed to be in cab files. Do you have pocketcm on your phone?
Click to expand...
Click to collapse
i know but there was a pocketcm wm7 skin that was posted and it was posted in cab form...
but anyway - i just have to drop the folder in the subdirectory right ??
Great job on this skin!!!! Only one request. Can you make the SMS threaded? I tried to use it but I only see my side of the conversations, not what the replies were....
Again, I applaud this skin!!!!!
The conversations work fine in mine.
I have been searching all over, first I love this skin, but I was wondering what settings would need to be changed for the alphabet index response area to be bigger and be able to use the selection and scrolling from the left side of the screen? I don't need the actual bar moved just the ability of use on the left hand side. I'm left handed and in order to scroll I have to dig into the right side of the screen so much my hand covers the letter label. any help would be appreciated.
May be you help me, I make dimond skin for PocketCM, but it not work.
http://forum.xda-developers.com/showthread.php?p=2259468#post2259468
Nice Job Anja.
Great skin, thank you. I have been playing with his and i have one comment on this skin. Sometimes some of my contact disappear. When i restart PCMContacts they are back. And that goes on and on. Not the same contacts but it differs. Any thought on this?
????
VGA Support plz
Hi. well done.
But what can i do if it isnt works?
Where should i copy the files, and settings.ini?
where do i extract the files to?
Like already said in this thread, DO NOT extract the files, just copy the .rar or .zip into pocketCM dir and enable it on the skin options
For EvgeniyKo
The solution for your problem was found! Check your forum...

[THROTTLE LOCK] fixes + NEW skin.

Hey there,
I took it upon myself to create a quick theme for the throttle lock app, here is a few screenshots:
{
"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"
}
Though the screenshot is an old one, I also supplied a fix for the "aggain" typo. Just copy everything in the zip, into the folder where you installed it.
Feedback is appreciated.
>> Download Link
looks great thanks!!
No problem
Does this replace the PIN entry lock screen? My device must use the WM PIN/Password Lock screen policy enforced when I connect to company email.
Nope it doesn't replace it.
They look good.
Any chance of seeing a black and white version?
how about is there any chance of seeing a black and green version to match all diamond themes?? black and white sounds nice also but black and green matches too.
a new skin
I've made new quick skin. I'm using it with SPB mobile shell Diamond skin and looks very good for me If you like it - use it
Replace the .PNG files in the archive with the originals in \Program files\TrottleLock\ on your device.
I'm sorry that I can't show a screenshots i don't know how to make a screenshot from my device screen.
Here is the skin:
TrottleLock-Skin.rar
enjoy!
Thread..?
Sup Napbree..
Question, do we really need this thread when all skins and fixes are on APBilbo 's original thread for his Throttle Lock creation (No Credits).. Since you already posted the "fix" in his thread.. and we are all contributing in his thread with skins already..
GODZSON said:
Sup Napbree..
Question, do we really need this thread when all skins and fixes are on APBilbo 's original thread for his Throttle Lock creation (No Credits).. Since you already posted the "fix" in his thread.. and we are all contributing in his thread with skins already..
Click to expand...
Click to collapse
I agree! BOO
its hard to find skins in the original thread..... it has gotten really buisy (which is a good thing, its a great app)
Well you can find alot of skins here:
http://www.touch-innovation.com/allskins/
what now theres two throttle lock skin threads? why dus this one have fix's? what are they?
No this doesn't have fixes anymore - but when it first released it did. Sorry about that
Napbree said:
No this doesn't have fixes anymore - but when it first released it did. Sorry about that
Click to expand...
Click to collapse
its all good man was just confused you thought about gettin a link to this thread in the throttle lock thread its self on first page??? and then get all skins posted here? oh any idea about changing font and text size in text file?
If you were to go into the place where throttle lock is, and edit settings, you can change them there
Napbree said:
If you were to go into the place where throttle lock is, and edit settings, you can change them there
Click to expand...
Click to collapse
sweet i kept changing the font size of the text in the text file lol think i shud stay away from skining if im this slow

Neat little app.

Simple app I share with you guyzzz:
Updated [24.09.08] Ver 3.1.cab.zip Thanks to Member MACkjam and Member omniwolf for the heads up!
You use it to change the name of the Operator on the top right of the jewels screen.
You can put ANY text instead of you operator name (don't like operator name!!! Operator sucks!!)
No need of restart or any thing.
Saves settings after soft resets and off cycles as long as its got respective in Start up in Win.
Hope you fellasss enjoy.
I add a little screen shot as example:
Enjoy
All credits to respective creators.
I just found it.
hi Sergio
thanks for your sharing!!!!!
try it now.
ciao
EDIT: after soft reset you need to set up the personalize again ! or i am doing something wrong??
Nice, thanx.
Sergio PC said:
Simple app I share with you guyzzz:
You use it to change the name of the Operator on the top right of the jewels
Enjoy
I just found it.
Click to expand...
Click to collapse
Thanks for the program! It works great...
What theme did you use and you don't have a background behind the icons?
giangishanghai said:
hi Sergio
thanks for your sharing!!!!!
try it now.
ciao
EDIT: after soft reset you need to set up the personalize again ! or i am doing something wrong??
Click to expand...
Click to collapse
you have to have it in startup folder for it to change after Soft Reset.
Nice one
{
"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"
}
Thanks sergio... TMN text was really a pain in the ass
XC
Glad you guyz liked it.
mugglesquop said:
you have to have it in startup folder for it to change after Soft Reset.
Click to expand...
Click to collapse
I still don't get it how do i get it it in startup folder??
marios96 said:
Thanks for the program! It works great...
What theme did you use and you don't have a background behind the icons?
Click to expand...
Click to collapse
Hi Marios,
is not the theme, you can delete manila files from Windows folder ( 1864da05 for bottom one and 18c460d8 for the top one) in order to clean the curtains.
another possibility is to use the cab that you can find here :
http://forum.xda-developers.com/showthread.php?t=426796
ciao
Now what would be sweet is if it allowed for a small bitmap image to work like the iphone.
Is there a way to change the possible length of the date on the left?
On some weekdays I have the problem that one or two letters are cut off in the middle. (German Rom - long date display)
This one is really cute!!! i use it for some time!!! And i love it.... it is like status on facebook or whatever!!!!
i understand that there're lots of more useful programs but this one - MUST HAVE #1)))))
Peace love n happiness..
i would love it even more if i could have no text at all there
oh just hitting space does that ^^ thanks
Sweet! Thanks Sergio
Hi, thx fo this app! I LOVE IT!!!
Only a question: once i set up a word to write instrea of the operator's name, if I want to change it how can I do? THX
Not to disapiont you sergio,but we already could do this with the latest version of schaps advanced config!!
thanks alot for this, looks wicked
will try now!
Take care
ofdrive said:
Hi, thx fo this app! I LOVE IT!!!
Only a question: once i set up a word to write instrea of the operator's name, if I want to change it how can I do? THX
Click to expand...
Click to collapse
Run the program again and type what you want.
htckaiseruser said:
Not to disapiont you sergio,but we already could do this with the latest version of schaps advanced config!!
Click to expand...
Click to collapse
I can't find it in advanced config. can you point me the way please

[REQ] Change Position of Date in Home Screen

Hi folks,
does anybody know how to change the Position of the Date in Homescreen using the standard htc theme? I saw some themes where the date is in the upper left corner and others where the date is below the clock (besides the alarm). Which manila do I have to edit? It would be great to get some answers ´cause I am searching for hours now .
greets,
Date
kleinerOnkel said:
Hi folks,
does anybody know how to change the Position of the Date in Homescreen using the standard htc theme? I saw some themes where the date is in the upper left corner and others where the date is below the clock (besides the alarm). Which manila do I have to edit? It would be great to get some answers ´cause I am searching for hours now .
greets,
Click to expand...
Click to collapse
I believe that you need a hex editor like (Ultra Edit) and then you need to edit 1c684cd8_manila
It is not an easy task. To remove date completely is easy. Just drag 590ad244 over notepad and edit this
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
<source>MMM d, yyyy</source>
</trans-unit>
to this
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
<source> </source>
</trans-unit>
I know that does not help you but this mod is just not important enough or intrigueing enough to work on.
The ones with the date below the clock are based on the Sprint theme aren't they?
If you want to move it to the middle or something, you can try out TF3D Config.
THX for your answers
I´ll give it a try till i mess up
[email protected] said:
I know that does not help you but this mod is just not important enough or intrigueing enough to work on.
Click to expand...
Click to collapse
Maybe the "WOOOOZAAAA Effect" is a little less
Try this - white flip clock, with sprint date position
http://rapidshare.com/files/182007013/Sprint.zip.html
At least i have it, what about you?
nope, this does not work for me. Now my homescreen has no content
But thanks for trying to help
can you give me a screenie?
try this: http://rapidshare.com/files/182046705/NewSpint.zip.html
it MUST become something like this
{
"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"
}
Yuna said:
try this: http://rapidshare.com/files/182046705/NewSpint.zip.html
it MUST become something like this
]
Click to expand...
Click to collapse
Now it works! Thx for your work!!!
but how did you handle the background4all tabs bug?
i don't use it, that's how
ok
So I have to wait till mun_rus will solve the Problem at all
´cause I´m using a mossi rom and background4all pages is cooked in there...
But i really wanna thank you for helping me so far !
can someone post my own NewSprint?
well, ill try in this thread...
is there... something reverse than at the previous screen? i mean: sprint clock & standard date position? i've searched all the threads and no result.
it should be so obvious, but it isn't.
just download transparent flip clock.cab (smth like that)...
can anyone else downloaded my file to repost it?
This is your trasparent CLOCK with background on all tab.
But i have problem to change COLOR text of DATE.
When set clock COLOR DATE return white !
bye
Yuna said:
can anyone else downloaded my file to repost it?
Click to expand...
Click to collapse
eeehhmmm... thanks, but i need that one mine with flip clock and sprint date position... :-[

Categories

Resources