dailer and today-screen - P3300, MDA Compact III General

Hi all,
A couple of days ago I recieved my P3300, and I'm running the official HTC WM6 ROM (dutch version). I've installed a nice black theme (htc curve), but I'm looking for the looks of the today-screen I see in all the custom ROM's.
Because I have got quite thick fingers, I'm also looking for another dailer, with bigger buttons.
To give an example, I've borrowed an screenshot of a ROM from Meschle (hope he doesn't mind)
. It's the first and second screen I'm talking about. at the moment I have the regular toda-screen, and the green HTC-dailer that came with the ROM...
{
"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"
}

Flash your p3300 with meschles rom and everything will be fine...

I know that when I flash Meschle's rom I will have these things, but I do want my p3300 in dutch, so flashing Meschle's rom is not an option for me.
Can't these things be installed without flashing a new rom?

Kroesss said:
I know that when I flash Meschle's rom I will have these things, but I do want my p3300 in dutch, so flashing Meschle's rom is not an option for me.
Can't these things be installed without flashing a new rom?
Click to expand...
Click to collapse
Here some info for you:
By_Boto_XDA-Developers_HTC_Touch_CommManager.cab
TOM_ART_PHONE_TOUCH_STYLE.cab

Thanks for those file names! I installed them and they work well!
Just looking for the today-screen now!
**edit** Anybody know if it is possible to change the color of the font of the phone-dailer to white? It's dark-green now, and since the background is black this isn't very readable...

Kroesss said:
Thanks for those file names! I installed them and they work well!
Just looking for the today-screen now!
**edit** Anybody know if it is possible to change the color of the font of the phone-dailer to white? It's dark-green now, and since the background is black this isn't very readable...
Click to expand...
Click to collapse
I have a same problems. There is a way to change the color in registry, but I dont know how. I found some txt on web, but it's not clear for me.

Tweak to turn text white
I was searching for the original post but cant find it
Anyway, the registry is as follows (make a .reg file and import it from your P3300)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Security\Phone\Skin]
"Enabled"=dword:00000001
"ext"="\\windows\\phcanhtc.dll"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\Dialbutton]
"majorcolor"=dword:00FFFFFF
"minorcolor"=dword:00FFFFFF
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\NmBtnDs_land.bmp"
"bmpPressed"="\\windows\\NmBtnDn_land.bmp"
"bmpNormal"="\\windows\\NmBtnUp_land.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\erasebutton]
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\EsBtnDs_land.bmp"
"bmpPressed"="\\windows\\EsBtnDn_land.bmp"
"bmpNormal"="\\windows\\EsBtnUp_land.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\other]
"bmpNormal"="\\Windows\\Dialer_BkgdL.png"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\plainbutton]
"majorcolor"=dword:00FFFFFF
"minorcolor"=dword:00FFFFFF
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\talkendbutton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpTransparencyEnd"=dword:01000000
"bmpTransparencyTalk"=dword:01000000
"bmpFlagsEnd"=dword:00000000
"bmpFlagsTalk"=dword:00000000
"bmpDisabledend"="\\windows\\EdBtnDs_land.bmp"
"bmpPressedend"="\\windows\\EdBtnDn_land.bmp"
"bmpNormalend"="\\windows\\EdBtnUp_land.bmp"
"bmpDisabledTalk"="\\windows\\TkBtnDs_land.bmp"
"bmpPressedTalk"="\\windows\\TkBtnDn_land.bmp"
"bmpNormalTalk"="\\windows\\TkBtnUp_land.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\text]
"textColor"=dword:00FFFFFF
"textDisabledColor"=dword:00BEBEBE
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\VerbButton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\VbBtnDs_land.bmp"
"bmpPressed"="\\windows\\VbBtnDn_land.bmp"
"bmpNormal"="\\windows\\VbBtnUp_land.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\Dialbutton]
"majorcolor"=dword:00FFFFFF
"minorcolor"=dword:00FFFFFF
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\NmBtnDs_port.bmp"
"bmpPressed"="\\windows\\NmBtnDn_port.bmp"
"bmpNormal"="\\windows\\NmBtnUp_port.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\erasebutton]
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\EsBtnDs_port.bmp"
"bmpPressed"="\\windows\\EsBtnDn_port.bmp"
"bmpNormal"="\\windows\\EsBtnUp_port.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\other]
"bmpNormal"="\\Windows\\Dialer_BkgdP.png"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\plainbutton]
"majorcolor"=dword:00FFFFFF
"minorcolor"=dword:00FFFFFF
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\talkendbutton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpTransparencyEnd"=dword:01000000
"bmpTransparencyTalk"=dword:01000000
"bmpFlagsEnd"=dword:00000000
"bmpFlagsTalk"=dword:00000000
"bmpDisabledend"="\\windows\\EdBtnDs_port.bmp"
"bmpPressedend"="\\windows\\EdBtnDn_port.bmp"
"bmpNormalend"="\\windows\\EdBtnUp_port.bmp"
"bmpDisabledTalk"="\\windows\\TkBtnDs_port.bmp"
"bmpPressedTalk"="\\windows\\TkBtnDn_port.bmp"
"bmpNormalTalk"="\\windows\\TkBtnUp_port.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\text]
"textColor"=dword:0FFFFFFF
"textDisabledColor"=dword:00BEBEBE
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\VerbButton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
"bmpDisabled"="\\windows\\VbBtnDs_port.bmp"
"bmpPressed"="\\windows\\VbBtnDn_port.bmp"
"bmpNormal"="\\windows\\VbBtnUp_port.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\landscape]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\landscape\other]
"bmpNormal"="\\Windows\\Progress_BkgdL.png"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\landscape\talkendbutton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpDisabledTalk"="\\windows\\TkBtnUp_Land.png"
"bmpDisabledend"="\\windows\\EdBtnUp_Land.png"
"bmpNormalend"="\\windows\\EdBtnUp_Land.png"
"bmpNormalTalk"="\\windows\\TkBtnUp_Land.png"
"bmpPressedTalk"="\\windows\\TkBtnDn_Land.png"
"bmpPressedend"="\\windows\\EdBtnDn_Land.png"
"bmpTransparencyEnd"=dword:01000000
"bmpTransparencyTalk"=dword:01000000
"bmpFlagsEnd"=dword:00000000
"bmpFlagsTalk"=dword:00000000
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\landscape\text]
"textColor"=dword:00FFFFFF
"textDisabledColor"=dword:00BEBEBE
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\landscape\VerbButton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpNormal"="\\windows\\CmdBtnUp_Land.png"
"bmpPressed"="\\windows\\CmdBtnDn_Land.png"
"bmpDisabled"="\\windows\\CmdBtnUp_Land.png"
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\portrait]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\portrait\other]
"bmpNormal"="\\Windows\\Progress_BkgdP.png"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\portrait\talkendbutton]
"textColor"=dword:00FFFFFF
"textDisabledColor"=dword:00BEBEBE
"bmpNormalTalk"="\\windows\\TkBtnUp_Port.png"
"bmpPressedTalk"="\\windows\\TkBtnDn_Port.png"
"bmpDisabledTalk"="\\windows\\TkBtnUp_Port.png"
"bmpNormalend"="\\windows\\EdBtnUp_Port.png"
"bmpPressedend"="\\windows\\EdBtnDn_Port.png"
"bmpDisabledend"="\\windows\\EdBtnUp_Port.png"
"bmpTransparencyEnd"=dword:01000000
"bmpTransparencyTalk"=dword:01000000
"bmpFlagsEnd"=dword:00000000
"bmpFlagsTalk"=dword:00000000
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\portrait\text]
"textColor"=dword:00FFFFFF
"textDisabledColor"=dword:00BEBEBE
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\PROGRESS\portrait\VerbButton]
"textDisabledColor"=dword:00BEBEBE
"textColor"=dword:00FFFFFF
"bmpNormal"="\\windows\\CmdBtnUp_Port.png"
"bmpPressed"="\\windows\\CmdBtnDn_Port.png"
"bmpDisabled"="\\windows\\CmdBtnUp_Port.png"
"bmpTransparency"=dword:01000000
"bmpFlags"=dword:00000000
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\SMART_DIALER]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\SMART_DIALER\portrait]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\SMART_DIALER\portrait\other]
"bmpNormal"="\\Windows\\Bkgnd_port.bmp"
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\SMART_DIALER\landscape]
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\SMART_DIALER\landscape\other]
"bmpNormal"="\\Windows\\Bkgnd_land.bmp"
Salut i peles
Bakterio

.... and as a file
Here you have it as a file
Salut i peles
Bakterio

Worked like a charm!
Since I'm not a big fan of importing reg-files (never know what will happen...) I looked through the changes and the key that controls the color of the phone-number you're dailing is
Code:
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\landscape\text]
"textColor"=dword:00FFFFFF
[HKEY_LOCAL_MACHINE\Security\Phone\Skin\DIALER\portrait\text]
"textColor"=dword:0FFFFFFF
(the first for the dailer in landscape-mode and the second for the dailer in portrait mode, duhhh...)
I changed them in Total Commander in HEX-mode to FFFFFF

Right... but.....
I found that, apart from the dialed number, all the 'buttons' share that dark font, so you cannot find your 'end', etc... so....
Well I suppose we'd have to have a closer look at the rest of the reg file.
Salut i peles
Bakterio

Okay, strange. The font on the buttons on my p3300 are white (using TOM_ART_PHONE_TOUCH_STYLE.cab). It was just the dailed number whitch was dark-green, and that was solved by these 2 registry-edits.

while we are on the topic, does anyone know how to make the letters bigger and bolder on any phone keypad?

Yes! It works now. I make a misstake because I don't do soft reset after change this two lines in reg to FFFFFF. Thank's.

htc curve
hoi waar kan ik deze theme vinden dus zeg maar het beginscherm van de mda touch op de mda compact htc 3300??
where too find the screen as on the thc touch but then for the mda compac 3 htc 3000

Related

Release-MOSSI meets ANJA31-Diamond Style V1.0 WWE

MOSSI meets ANJA31
Diamond Style V1.0
{
"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"
}
​
Windows Mobile 6.1 - WWE​
looks like this:​
What´s in it:
- MS Office 6.1
- HTC Home new skin with green bubbles
- HTC Taskmanager diamond style / X-Button
- HTC Album
- White dial pad - by spencepu3
- Flat Bars and colours from diamond
- HTC Audiomanager white style
- WMP green style
- Comm Manager white style (Don´t change Comm Manager settings)
- new HTC Keyboard (Touch Keyboard as standart)
- Quick GPS white Style
- new Animation (surprise)
- Tene - PocketCM 0.23 diamond skin
- Netzwork wizzard
- Total Commander
- Oxios Hibernate
- new Task Manager
- Jbed Java
- the new soundfiles from diamond
- Calculator in black style
- big startmenu
- SAP Settings
- Touchflo (no Cube)
- ...​
Bugs:
- tell us, because we are from germany
02/06/08 New Version: MMS Problem is fixed, now WWE - please reload.​
Have Fun with your "new Artemis", regards Mossi and Anja31​
Thanks to: Bepe, Tene, DXC, spencepu3, silent.reader, Fischer17, all users @ PPC-welt and XDA´s​
Deutsche Version: http://www.ppc-welt.info/community/showthread.php?t=130598​
Download​
If you like my work , buy me a beer...
without Paypal: Michael Mossal, Raiba Irrel e.G., Kto. 10 21 70, BLZ 570 697 27, IBAN DE81570697270000102170,BIC GENODED1IRR
02/06/08 New Version in Post 1: MMS Problem is fixed, now WWE - please reload.
maybe want to include cube in it ??
rohithathie said:
maybe want to include cube in it ??
Click to expand...
Click to collapse
Sorry, the cube is out off date.
Can you add french language ?
awesome....
duuuuuuude!!!!!!!!! looks amazing.. downloading in progress
gonna review it soon..
thanks for this.
perfect..nice..now downloading
very nice, does it have the overclock system?
Sorry no BatteryStatus in it, because nearly everyday there is a new version by ikarus. Installation of BS is so easy...
regards
Anja31
Nice rom, but where can i change the Windows Mobile 6.1 effects. Because the movements on the screen?
großes dankeschön !!
If you don´t like the animation you can switch it of with this key in the reg:
[HKEY_LOCAL_MACHINE\SYSTEM\GWE]
"Animate"=dword:0
regards
Anja31
very nice... just testing it. Will let you know if i come across some bugs
mp3's lassen sich nicht als klingeltöne zuordnen. bekomme jedesmal eine fehlermeldung. kann jemand helfen wie ich das fixen kann`?
Just installed this, seemed pretty slow before I installed and overclocked to 273mhz.
So far so good though, seems quick enough now and it looks great.
Good job, thanks mate
ndCChris said:
mp3's lassen sich nicht als klingeltöne zuordnen. bekomme jedesmal eine fehlermeldung. kann jemand helfen wie ich das fixen kann`?
Click to expand...
Click to collapse
copy your mp3 files to my documents and it will work.
regards
Anja31
Very good ROM.
Really nice and quite fast.
Thanks.
cant wait to test it on ma device..
guys.. can any one suggest me an alternative way to install this rom on my device.
i am at work and cant bloody find a USB cable...
i wanted to know if i can install this rom on my device from the SD card.
i have 8 GB SDHC card installed in the device
white screen
hi i have flashed to this rom to try it now trying to flash back to another rom i had on before and only get a white screen
u will need to USPL before installing the prev rom.

[01/01/09] WWE Rom Mary One CE OS 5.2.21109 Build 5.2.21109.5.0.0 NEW OUT

Mary One
Mary One is Coming for YOU!!!!!
Black Rom with a good icons!!!!
{
"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"
}
http://rapidshare.com/files/178751841/ROM_WWE_MARYONE_21109_WM61_010109.rar
=====================================================================
BRICK MY DIAMOND But Back Again!!!
I stop my Project because my phone Bricked, But now back ONLINE with a new Rom!!!!
CE OS 5.2.20764 Build 5.2.20764.1.4.3, base in Blackstorm with Xip and SYS ported!!!
Released 16/12/2008: http://rapidshare.com/files/173846766/ROM_MARYONE_20764_RELEASED_16122008.rar
========== Old ==========
Link: http://rapidshare.com/files/170585892/DIAMOND_ROM_MARY_ONE_20764_WWE_4C_05122008.rar
Menu with 4 columns (small Icons) QuickGps Fix
Link: http://rapidshare.com/files/170593829/DIAMOND_ROM_MARY_ONE_20764_WWE_3C_05122008.rar
Menu with 3 columns (Large Icons) QuickGps Fix
I need support to help me to pay the repair!!! If you want donate me!!!!
=================================================================================
​
Apps:
Start clean
Task Manager 2.1.34563.100
Google maps 2.2.0.20
Adobe Flashlite 3.1
BlueTouth Ftp 1.2.33281.91
BTSAP 3.1.0.0R2
QuickGPS 1.00.8171729.0
CAMERA 6.02.31657.00
Album Raphael 2.0.18173420.0
Arcsoft MMS Raphael 5.0.27.43R4
AudioBooster Raphael 2.0.18143227.6
AudioManager Raphael 1.5.18182331.0
Ezinput Raphael 1.5.31867.0
FMRadio Raphael 1.6.18164032.2
Manila Raphael Version 1.2.34591.1_1813.6
PHM Regedit
Total Commander
PIM Backup
Soft reset
Opera Browser
And many Tweaks!!!
Delete:
Mp3 Trimmer
Youtube Player!!
Enjoy!!!
Mary One link: http://rapidshare.com/files/156919072/Rom_WWE_MaryOne_HTC_Diamond_23_10_2008.rar
PTG is comming!!!!!
Thanks Twolf!!!!
Hey it´s so good to see you back.I am eager to try out your roms again.
Thanks.
hi hellonasty we wait for the ruin very much already
Hy Nasty,
Nice to see you here in Diamond
And Portuguese version, we have?
any idea when ?
Hello Nasty,
Welcome to the word of Diamond! Used your roms on my old trinity and was always very happy with them
Upload Now New ROM!!!!
Is out the rom!!!!!!!!!
hellonasty said:
Is out the rom!!!!!!!!!
Click to expand...
Click to collapse
...Thanks!
Is it possible that you tell us the apps + the versions you included?
Congratulations on rom Hellonasty.
I will wait for the release PTG.
cyron_at said:
...Thanks!
Is it possible that you tell us the apps + the versions you included?
Click to expand...
Click to collapse
Edit first post!!!!!!!
Dear hellonasty, why you delete Youtube Player!? space?
is possible a cab installation if I want YTplayer?
Best Regards from me and from Portugal
thks
what's about storage and programs ?
HELLO Hellonasty
glad to see all the trinity chefs here
3 new good cooks here in two days...GREAT!
here is a fast mirror, nasty you may one to link into 1st post before it gets lost in the thread
here you go http://www.filesavr.com/romwwemaryonehtcdiamond23102008
Fidalgos said:
Dear hellonasty, why you delete Youtube Player!? space?
is possible a cab installation if I want YTplayer?
Best Regards from me and from Portugal
Click to expand...
Click to collapse
Shure is possible!!!!
Hi,
Can you tell us what is different about this ROM than the many others? Why you wanted to create a new one?
Is it UC compliant?
hellonasty said:
Mary One
Mary One is Coming for YOU!!!!!​
Click to expand...
Click to collapse
This is a pretty nice and fast ROM! Had to add the Dutch language myself for the Diamond keyboard. But that's no problem.
Nice to see that you use my modified battery indicator
Keep up the good work!
Nice to see you here mate and great work. Look forward to the PTG version!
Hi Hellonasty
thank u great cooker.. ​
Icons look terrible.

[ROM][ESP][14.10.08]Lando Diamond v3 [OS 20275]

{
"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"
}
Programs
-Htc Album
-Arcosoft MMS
-AudiBooster
-AudioManager
-BTBPP
-BTPSAP
-Camera
-EnlargeStarMenu
-EzInput
-FM Radio
-FullScreenPlayer
-Htc Gesture
-JbedJava
-Manila
-Opera with pages flash support (version 2392)
-SensorSDK
-TaskManager
-TouchFlo
-VolumeControl
-XT9_IME
-YouTube
-NoData
-Regedit
-FixinOnBateri
-Bluetooth Togle
-VoiceDial
-FLashLite 3.1
-BrionsOnet Screen Rotator
-PshutXP (Skin Lando)
-Gravity Control
-Gsensor
.......
and more
Click to expand...
Click to collapse
Tweaks
-Call History Tab
-Sounds Profiles Tab
-Calendar Tab
-ComManager Tab
-Diamond Tweak 0.5
-Touch Flo 3D Config
-Mods Camara: Rafaga, Deporte Geoposicionada and 3MP
-Calendar Lunar
-Citys Spanish in weather
-4rows
-New Baterry icon
.....
Click to expand...
Click to collapse
Download
http://www.gesbasis.com/htclive/home/viewtopic.php?f=19&t=648
Click to expand...
Click to collapse
More Screenshoots
sorry for my bad english,... but,... muchas gracias
wow!!!
very nice!!!!!
English version ??
only spanish, sorry
is very fasted! (L)
Excelente release.....!!!
Buenisima rom ... gracias Lando
de nada
Va a caer en cuanto me termine de petar la buffet 2 de NTX xD Thnx a lot
wow very nice
when WWE is going to release.
or how can change this rom to english
Sorry, only spanish version
Bye
Pues otro que se apunta a probarla.
Tiene un aspecto estupendo.
Muchas gracias.
learn spanish
So I guess this is a reason for me to finaly learn spanish. muchas gracias compadre
Very nice rom!
Thanks! it´s a very good rom.
a disfrutarlar chicos!!!!
hi there. Do you know where can i find the Sounds Profiles Tab???
Hola
I've a problem with this. I would really like to try this ROM. The problem is that I've installed the hard-spl from Olipro and I can only install Olipro's plain ROM.
I've tried with another hard-spl but I cannot install your rom (no progress on the bar, always at 0%).
I don't know if this an issue on the spl I'm using... Anyway, I'm quite new to this because I previously had a Trinity free device (never spl issues) and now I don't know. Any idea?
^coco^ said:
Hola
I've a problem with this. I would really like to try this ROM. The problem is that I've installed the hard-spl from Olipro and I can only install Olipro's plain ROM.
I've tried with another hard-spl but I cannot install your rom (no progress on the bar, always at 0%).
I don't know if this an issue on the spl I'm using... Anyway, I'm quite new to this because I previously had a Trinity free device (never spl issues) and now I don't know. Any idea?
Click to expand...
Click to collapse
I recommend putting the HARDSPL UNSIGNED, and then you can put the ROM, and tell how you gone!
mclein said:
I recommend putting the HARDSPL UNSIGNED, and then you can put the ROM, and tell how you gone!
Click to expand...
Click to collapse
I'm gonna try, I'm looking for this unsigned v1.40 that seems to be most stable one.
The only question I have (but this is maybe not for you) is that there are two .exe files in the folder of the spl (one called manual and other RUU).
Do I have only to run the RUU or the manual also (and first?).
Thx,

[ROM][WWE][6.1][06APR]OS 5.2.21042 (BUILD 21042.1.6.1)TF3D2 - NhatHoa V1.3

i have been trying ROMssssssss on my friends diamond and have come across this one by nhathoa. taught it is not a bad rom for us to get a hook on. so here it goes. have some fun with it.
{
"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"
}
[HKEY_LOCAL_MACHINE\Software\OEM\MASD]
"ZIP"="1_21_18162332_0"
"YouTube"="1_0_1819_4027"
"HTC_EmailSetupWizard"="1_1_19123533_0"
"NewContactCard"="1_0_19131529_00"
"MessageEnhancement"="1_0_19123513_01"
"Manila"="2_0_37395_3" From Rhodium
"VolumeControl"="1_0_18171229_1"
"VideoTelephony"="2_0_32297_0"
"USBToPCPopUp"="2_1_18173225_0"
"TouchFlo"="3_0_29946_47"
"TaskManager"="2_1_35603_1"
"StreamingMedia"="3_0_18193326_00"
"SmartTouch"="1_0_31096_0"
"SIM_MGR"="6_64_0_2"
"ShareDLL"="2_0_080710_00v2"
"SensorSDK"="3_3_18182326_0"
"RingtonePlugin"="1_00_080416_1"
"RandomAccess"="4_1_18192922_0"
"QuickGPS"="1_00_18152630_3"
"PlayShow"="1_0_18162827_0"
"PKG"="1_1_0_0"
"PictureEnhancement"="1_50_18141822_c2"
"PhoneCanvas_Slider"="3_50_33348_0"
"OutlookEnhancement"="1_0_33540_3"
"mHub"="6_54_080529_E0"
"LockStreamDRM"="1_1_080625_O9_Diamond_02"
"Labyrinth"="1_3_7071031_0"
"JBlendJava_6_1"="0_0_20090219_6_1"
"HTCGesture"="1_0_30346_1"
"HTCScroll"="1_0_19111624_0"
"Notification_Enhancement"="1_2_1913_1525"
"GSensorCalibrator"="1_0_18192126_0"
"FullScreenPlayer"="1_05_080910_0"
"FMRadio"="1_6_18164032_2"
"EnlargeStartMenu"="1_2_34837_100"
"DShow"="2_00_081105_0"
"connectionsetup"="1_5_35852_1"
"ConcurrenceMgr"="1_1_18143521_0000"
"CommManager"="2_8_1_0"
"CAMERA"="6_00_32837_00"
"BTSAP"="3_1_0_0R2"
"BTFtp"="1_2_33281_91"
"BTBPP"="1_6_8_0"
"AudioManager_Eng"="1_6_18203027_0"
"AudioBooster"="2_0_18143227_4"
"Album"="2_2_18203428_m0"
http://www.mediafire.com/download.php?nbywdxgyjhm
downloading ....
pliquid said:
i have been trying ROMssssssss on my friends diamond and have come across this one by nhathoa. taught it is not a bad rom for us to get a hook on. so here it goes. have some fun with it.
[HKEY_LOCAL_MACHINE\Software\OEM\MASD]
"ZIP"="1_21_18162332_0"
"YouTube"="1_0_1819_4027"
"HTC_EmailSetupWizard"="1_1_19123533_0"
"NewContactCard"="1_0_19131529_00"
"MessageEnhancement"="1_0_19123513_01"
"Manila"="2_0_37395_3" From Rhodium
"VolumeControl"="1_0_18171229_1"
"VideoTelephony"="2_0_32297_0"
"USBToPCPopUp"="2_1_18173225_0"
"TouchFlo"="3_0_29946_47"
"TaskManager"="2_1_35603_1"
"StreamingMedia"="3_0_18193326_00"
"SmartTouch"="1_0_31096_0"
"SIM_MGR"="6_64_0_2"
"ShareDLL"="2_0_080710_00v2"
"SensorSDK"="3_3_18182326_0"
"RingtonePlugin"="1_00_080416_1"
"RandomAccess"="4_1_18192922_0"
"QuickGPS"="1_00_18152630_3"
"PlayShow"="1_0_18162827_0"
"PKG"="1_1_0_0"
"PictureEnhancement"="1_50_18141822_c2"
"PhoneCanvas_Slider"="3_50_33348_0"
"OutlookEnhancement"="1_0_33540_3"
"mHub"="6_54_080529_E0"
"LockStreamDRM"="1_1_080625_O9_Diamond_02"
"Labyrinth"="1_3_7071031_0"
"JBlendJava_6_1"="0_0_20090219_6_1"
"HTCGesture"="1_0_30346_1"
"HTCScroll"="1_0_19111624_0"
"Notification_Enhancement"="1_2_1913_1525"
"GSensorCalibrator"="1_0_18192126_0"
"FullScreenPlayer"="1_05_080910_0"
"FMRadio"="1_6_18164032_2"
"EnlargeStartMenu"="1_2_34837_100"
"DShow"="2_00_081105_0"
"connectionsetup"="1_5_35852_1"
"ConcurrenceMgr"="1_1_18143521_0000"
"CommManager"="2_8_1_0"
"CAMERA"="6_00_32837_00"
"BTSAP"="3_1_0_0R2"
"BTFtp"="1_2_33281_91"
"BTBPP"="1_6_8_0"
"AudioManager_Eng"="1_6_18203027_0"
"AudioBooster"="2_0_18143227_4"
"Album"="2_2_18203428_m0"
http://www.mediafire.com/download.php?nbywdxgyjhm
Click to expand...
Click to collapse
i will give u feedback tomorow, no time for this today
no internet
this rom is a waste of time
the internet settings dont work
Well! a rom with TF3D2, I will try it, I see that windows live does not, shame!
mobilkungen78 said:
this rom is a waste of time
the internet settings dont work
Click to expand...
Click to collapse
the internet works with no problems here,so far a good rom fast stabile and a
high memory consumption like most of the roms with rhodium on it
This rom is how the itje's rom, but no bugs, no tab programs in the TF3D2 and fails to change the wallpaper. By the way, does anyone have a cab to the programs tab in start menu?
rafabad said:
This rom is how the itje's rom, but no bugs, no tab programs in the TF3D2 and fails to change the wallpaper. By the way, does anyone have a cab to the programs tab in start menu?
Click to expand...
Click to collapse
Dany and2 made a tf3d2 tweak program to enable/disable startmenu manila rotate,enhanced notification,large menu's and programtab. after u install this cab you get a map in programfiles Tools/TF3D2 tweak.
i made a fix for the wallpaper problem :disable TF3D unzip the HTCPhotopicker.exe and put in your winows folder replace old one ,enable TF3D and u can change your wallpaper again.
I'm really interested in trying this rom,Is it fully english and how stable is it.
states WWE in title
only way to find out if any new rom is stable...is to get flashing
liamhere said:
only way to find out if any new rom is stable...is to get flashing
Click to expand...
Click to collapse
Sorry,blind as a bat this morning
i´ll give it another try because my memory was corrupted and
i fixed it with mtty tool so hope foe the best
whiskeybro said:
Dany and2 made a tf3d2 tweak program to enable/disable startmenu manila rotate,enhanced notification,large menu's and programtab. after u install this cab you get a map in programfiles Tools/TF3D2 tweak.
i made a fix for the wallpaper problem :disable TF3D unzip the HTCPhotopicker.exe and put in your winows folder replace old one ,enable TF3D and u can change your wallpaper again.
Click to expand...
Click to collapse
thx for the fix
i did try Showaco AllTabs_BG
but the home screen went blank
will try your fix when i got my frens diamond
whiskeybro said:
Dany and2 made a tf3d2 tweak program to enable/disable startmenu manila rotate,enhanced notification,large menu's and programtab. after u install this cab you get a map in programfiles Tools/TF3D2 tweak.
i made a fix for the wallpaper problem :disable TF3D unzip the HTCPhotopicker.exe and put in your winows folder replace old one ,enable TF3D and u can change your wallpaper again.
Click to expand...
Click to collapse
htcphotopicker works fine, but with danyan2 TF3D2 I dont know as see program tab clicking on start menu
Is there a simple way to remove the color green of htcvol?
Been playing around with this rom for the last hour or so and have to say,very impressive.
Seems very stable,very responsive,only thing missing for me is the EZ input 2 keyboards which I can get myself.
Highly recommended for all you rhodium manilla lovers.
emmm.... Really not bad, or i shd say its really impressive, fast and smooth. It take up not much internal memory.
Only issues i think the TF3D2 is abit old build.. stock in landscape graphic not fix properly compare to XBmod V1D...
Well done, i m using now.
I too have now decided to bring this rom.
This rom is dated 6/4/09, pliquid, is possible that nhatHoa has launched a new version? Where have you found it?
look fine untill now.
Anyone knows why I dont have the photos showing on the contacts tab?
After sync with my PC, the time is 1 hour less thatn it should be, was this related to some "summer time" fix? anyone ?
a litle bug in TF3D2
edit your contact photo in programs/contacts then you see the photo in tf3d
The internet connection is failed. When I connected the wireless connection, Wi-Fi under Connections tab showed it is connected. However, it cannot connecting the internet by Opera nor updating Weather. My wireless connection is using WEP encryption.

[VGA-WVGA-QVGA] MC-Android By kos-world

[size=15pt]Merci de ne poster les fichiers sur d'autres site sans notre permission, mais vous pouvez poster un lien vers ce post
Thank you for not posting the file on another site without our permission, but you can post a link to this post.[/size]
{
"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"
}
http://www.dailymotion.com/video/xa1gsz_android-wad2_tech
[size=15pt]Instructions pour l'installation du thème : [/size]
exit WAD and install :
- Mortscript 4.2 PPC : http://www.mobilecustom.fr/forum/index.php/topic,16.0.html
- Message2Reg : http://www.mediafire.com/download.php?ojifyjdeoji
and install the .CAB
http://www.mobilecustom.fr/forum/index.php/topic,2311.0.html​
This looks pretty nice actually.
Going to have to try it out and report back!
Great theme - maybe you could mention more prominently (best already in the title) that this is a Wisbar Advance Desktop theme. Too bad it suffers greatly from the ugly WinMobile beneath every icon one can click...but who knows, the developers might come up with a Spb Mobile Shell skin, too.
nice job mate !
sorry i cant install the cab file, should i need to install other software first? used wm6.1
I love the look of this, i am a total noob to this, my blackstone is orange out of the box configuration... i also dont speak french
Any of you clever chaps please tell me how to apply this theme to my handset ???
thanks
Hi it's pretty easy to apply actually just install Wisbar Advance Desktop then all the stuff in the post of the author below the "Download" sign and then enjoy.I had a big problem though after using the widget on the bottom bar it dissapears and then it doesn't show again I tried everything but only soft reseting the device did the trick and finally I had to uninstall it cause it's not useable like this.
thanks for the heads up... i will leave it alone...
new VGA AND QVGA
Lucas0511 said:
Great theme - maybe you could mention more prominently (best already in the title) that this is a Wisbar Advance Desktop theme. Too bad it suffers greatly from the ugly WinMobile beneath every icon one can click...but who knows, the developers might come up with a Spb Mobile Shell skin, too.
Click to expand...
Click to collapse
agree 100%
so this is just the Andriod theme..? or the Andriod OS itself..?
square VGA
Dear TS,
For square QVGA, is it develop already or not?
because this theme is awesome..
Could u make it also for square QVGA?
thanks n regards,
teliksandi
So is not possible to have only the topbar?
this theme is available in all version http://www.mobilecustom.fr/forum/index.php/topic,2311.0.html
I'm preparing a V2
http://www.mobilecustom.fr/forum/index.php/topic,2210.0.html
kosworld said:
this theme is available in all version http://www.mobilecustom.fr/forum/index.php/topic,2311.0.html
I'm preparing a V2
http://www.mobilecustom.fr/forum/index.php/topic,2210.0.html
Click to expand...
Click to collapse
will be ready when the v2 ??
This theme is wonderful, I have never seen this kind of theme for WAD, you should get an award from them for this Mr.Kosworld. I wish you good Luck. Cheers.
Looks really nice, but i don't know how to use it...
I installes WAD 3, installed mortscript, installed message2reg and finally installed the cab of the theme itself.
After that i started WAD but only the taskbar and so on changed.
How can i enable the theme?
greetz
//Edit: I'm at Winmobile 6.5; Duttys new Leo ROM
Its for WAD 2 not for WAD 3. I assume this coud be the problem. Try again & see the difference.
Okay, will try that.
1. deinstall WAD 3
2. softreset device
3. install wad 2
4. close wad 2
5. install "theme-cab"

Categories

Resources