[ROM][WWE][18/12/08]gullums TouchFlo2D II Opera Mobile[Online]

Search This thread
Some registry edit to make contact go to default ( original one)

Use registry editor for it.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCONTACTS]
[COLOR="Red"]"0"=[B]"Contacts"[/B]
"1"=[B]"Windows/iContact.exe"[/B][/COLOR]
"2"=dword:1
"3"=dword:0

change it into

Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCONTACTS]
[COLOR="Red"]"0"=[B]"Contacts"[/B]
"1"=[B]":MSPOUTLOOK contacts"[/B][/COLOR]
"2"=dword:1
"3"=dword:0

Hope this one is helpful
 

gullum

Senior Member
Mar 22, 2007
2,471
10
Some registry edit to make contact go to default ( original one)

Use registry editor for it.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCONTACTS]
[COLOR="Red"]"0"=[B]"Contacts"[/B]
"1"=[B]"Windows/iContact.exe"[/B][/COLOR]
"2"=dword:1
"3"=dword:0

change it into

Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCONTACTS]
[COLOR="Red"]"0"=[B]"Contacts"[/B]
"1"=[B]":MSPOUTLOOK contacts"[/B][/COLOR]
"2"=dword:1
"3"=dword:0

Hope this one is helpful
Thanks varanusvincent

I had planed to upload a new rom but with the bluetooth bug I need to get the 5.2.20764 ported so the rom is delayd a bit.
And I'm getting my Shift sometime this week so that might delay the rom even more :( I just have to many toys to play with.
 

prash1410

Senior Member
Jul 25, 2007
76
0
New Contact

Hi,

Every time I want to create a new contact, I get a default (425) where i want to input the number.how can this be removed.
Thanks
 

joolay

Senior Member
Dec 6, 2008
173
0
ok tried out the rom..

Its very beautiful.. but.. All the extras eat up the ram.. max ram I got was 15mb.. i am what some might call a "power user" so this 15mb went down to 2mb very fast.. low ram = programs crashing, manila crashes often, music stops playing after 4 or 5 minutes.. Wifi switches on but the control panel doesnt detect it.. on receiving a call you have to use the hardware buttons because the touch interface doesnt work.. Had to switch back to a more stable one so couldnt test any further.. Also, there is no powerpoint which i will be needing soon

Otherwise, it was quite an interesting rom.. Its not the rom for me but am looking forward to trying out a more refined rom from you Gullum maybe in the opera mini version to come.. Anyway thanx for cooking Gullum
 

3d.dido

Member
Sep 14, 2007
32
0
Ruse
M2D

Hi, I try any Manila 2D roms - this is the most stable.
I think the problem for crashing came from low memory ~15M. Any time I started the big program or game - manila crashed.
Opera work great only if not be used to navigate into internet - else after 5 minutes crashed.
The rom contain more applications that is not necessary at all - why.
The keyboard is pretty but so big to write web address or to write contact.

I mean the digital clock must be more viewable (I mean more big and more white).

Thanks Gullum anyway.
 

changhorng

Member
Nov 12, 2007
33
0
Sarawak
i love this rom~ damn beautiful~ damn fast~ damn rock~

but sorry to say i dont like 3 things:
1. icontact. hope Gullum use back the original 1~~~ ^^
Reason: i used to save my contact in sim. icontact cant show my sim contact~ hope Gullum take Note~~~ lazy to change the registry ^^

2. i prefer default file explorer~ ^^ but tis 1 still can be accepted~

3. that ThumbCal, i think 4 me i prefer "phone" assigned on there~~~

quote: comment is 2 improve from mistake^^ haha~ jsut 4 fun~
 
Last edited:

HC4Life

Senior Member
Nov 16, 2007
5,518
2,140
Hardcore
Hi,

I changed my rom in this weekend for another one. But i realize that was a mistake. And i flashed this one again.
This rom rocks because everything works.

I have only one question:

We have YouTube, but how to put more websites on internet tab?

Thanx Master Gullum. ;)
 
Last edited:

gullum

Senior Member
Mar 22, 2007
2,471
10
Hi,

I changed my rom in this weekend for another one. But i realize that was a mistake. And i flashed this one again.
This rom rocks because everything works.

I have only one question:

We have YouTube, but how to put more websites on internet tab?

Thanx Master Gullum. ;)

needs reg editing

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized]
"BannerURL"="http://www.htc.com/"
"BannerURLText"="www.htc.com"
"CustomizedCount"=dword:00000001
this lets you choose the text and what page is opend when pressing the globe
the last line "CustomizedCount" sets how many links to show under the Globe



to set up one more link you must first change the "CustomizedCount"=dword:2 to get the second link to display or 3-4-5 depending on how many you need below you see the first for the link to youtube.exe
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized\0]
"CustomizedIcon"="\\Windows\\HH_INTERNET_YOUTUBE.bmp"
"CustomizedTitle"="YouTube"
"CustomizedDescription"=""
"CustomizedURL"="\\Windows\\YouTube.exe"
"NoDescription"=dword:00000001

to add more make a new key and call it 1 ( remember that Customized\0 is the first so the counting is 0-1-2-3)

now just add all the regs to the new key named 1

her an exsample add MSN
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized\1]
"CustomizedIcon"="\\Windows\\HH_INTERNET_MSN.bmp"
"CustomizedTitle"="MSN messanger"
"CustomizedDescription"=""
"CustomizedURL"="\\Windows\\WLMMessenger.exe"
"NoDescription"=dword:00000001

you need to make a new bmp for the icon that is 22x22

hope this helps
 

HC4Life

Senior Member
Nov 16, 2007
5,518
2,140
Hardcore
needs reg editing

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized]
"BannerURL"="http://www.htc.com/"
"BannerURLText"="www.htc.com"
"CustomizedCount"=dword:00000001
this lets you choose the text and what page is opend when pressing the globe
the last line "CustomizedCount" sets how many links to show under the Globe



to set up one more link you must first change the "CustomizedCount"=dword:2 to get the second link to display or 3-4-5 depending on how many you need below you see the first for the link to youtube.exe
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized\0]
"CustomizedIcon"="\\Windows\\HH_INTERNET_YOUTUBE.bmp"
"CustomizedTitle"="YouTube"
"CustomizedDescription"=""
"CustomizedURL"="\\Windows\\YouTube.exe"
"NoDescription"=dword:00000001

to add more make a new key and call it 1 ( remember that Customized\0 is the first so the counting is 0-1-2-3)

now just add all the regs to the new key named 1

her an exsample add MSN
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila2D\InternetWidget\Customized\1]
"CustomizedIcon"="\\Windows\\HH_INTERNET_MSN.bmp"
"CustomizedTitle"="MSN messanger"
"CustomizedDescription"=""
"CustomizedURL"="\\Windows\\WLMMessenger.exe"
"NoDescription"=dword:00000001

you need to make a new bmp for the icon that is 22x22

hope this helps

I will try.

Thanx master gullum, you're the man. ;)
 

lufc

Retired Senior Moderator / Resident Priest
Oct 9, 2007
9,513
1,595
Blackpool UK
www.leedsunited.com
make a new bmp for the icon that is 22x22 ?????????????????????
master gullum can you tell me how to do this i have been trying all night
thanks in advance
 

dioxda2

Senior Member
Jan 23, 2006
2,376
59
Hong Kong
make a new bmp for the icon that is 22x22 ?????????????????????
master gullum can you tell me how to do this i have been trying all night
thanks in advance

Dear gullum, please let me have a word here....

dear lufc,

if you have nil tool ( like me ) for picture editing, you may simply use the built-in " Microsoft Office Picture Manager" from the M. Office 2003.

there are edit functions though.... :)

then just crop it or resize it.........

enjoy ~~ :)
 

LaneN

Senior Member
Nov 26, 2006
109
1
Warsaw, Poland
Hello Gullum, I am a fan of your ROMs and have flashed numerous (possibly all)... and have tried three times to flash this one. The flash seems to go fine, but each time at restart following flash I only get the bootlogger screen. Have done Hard Reset following flash and the result is the same. Attempted flashing numerous older ROMs prior to flashing yours (including NVID)... and on different computers just in case... still the same. I've never had this problem flashing any ROM in the past. Any idea what mistake I must be making?
 

Inal

Member
Nov 22, 2008
19
0
This ROM really awesome...everything suitable for me...the only one problem
is touchflo restart when memory get low...cant wait for next release, the stable and fast one,with nice graphic surely... like you made this one

Thanx Gullum, your the master
 

Rhjasp

Member
Mar 13, 2007
19
0
large titlebar

sorry Mr. Gullum,

please, Where to obtain a cab to install large titlebar in my prophet

Thank you very much and a greeting
 

drdisho

Member
Nov 12, 2008
21
1
excellent rom but i have problem with bluetooth i cant recieve but only send and there is no beam icon in setting to fix that . ineed this rom please help
 

deltav13

Senior Member
Sep 4, 2008
53
0
Porto
Love it its the most complete so far just added icontact, thumbcal, advanced config tool, love the phone skins, it works without problems so far, just one thing, it misses a power off and reeboot button like manila, in the rest its really good, dioxda2 you should make one better than this one, take this as reference, i think its better than the blue manila from varanus. :D
Gullum i´m sorry you won´t keep your work with prophet´s roms, but keep seending us your works, cook up some new roms for your new device.
When i have the money i will probably buy the new HTC Touch Cruise its really good. :D