will this Rom work on the Blackstone.
as the web site says its for the Touch Pro 2
No only for the Touch PRO 2.
will this Rom work on the Blackstone.
as the web site says its for the Touch Pro 2
yes, there's a link to opera 9.7 in the faq, bookmarks work in that version
I've looked on the FAQ page but can't find the solution on how to get Opera bookmarks on the Favorites boxes in the Internet tab...
Apologies, looked again, I take it I need to download and install the cab at the bottom of the post for Opera 9.7 build 3543?
What I do is manually input the data...
Tap and highlight the web address, copy it and close Opera.
Click on the favurites box you want and then copy the address into the correct box.
Voila
Hope that helped?
Hi everybody
for my first post here i hope to brougt to you a working solution with Marketplace and the fabulous NRG's ROMS
so i played around with registry keys and I find something that works:
Just change the following as below:
[HKEY_LOCAL_MACHINE\SYSTEM\Versions]
"Aku"=".5.3.00"
Tada it will work
Hope it will work for you guys
See you
Hi everybody
for my first post here i hope to brougt to you a working solution with Marketplace and the fabulous NRG's ROMS
so i played around with registry keys and I find something that works:
Just change the following as below:
[HKEY_LOCAL_MACHINE\SYSTEM\Versions]
"Aku"=".5.3.00"
Tada it will work
Hope it will work for you guys
See you
I've had a flick through this thread and not found what I thought might be there... Sorry if I've missed it!
Having trouble sending and recieving any MMS and desporately want to get it sorted as the wife is due to give birth any day! Want to get it sorted asap...
I have only just upgraded from the 18th Sept 'Genesis' version.
If there is no fix can anyone suggest an ENRGZ ROM that MMS works please?
Thanks in advance![]()
I don't make many calls, or long ones, but I can get 3 days use out of one charge. I ensure I have -I have 100% in the mornings and just wiht a few phone-call, some browsing and use of RSS hub it's already down to 25% so far today, and the same happens every day. Is there some power saving adjustments I can make? thanks.
for me mms is working perfectly
first go to start>settings>connections>connections
you have two things there the for me vodafone live and my work network
for me the vodafone live is important as i have to set mms to that server
then go to start>system>messaging>sms/mms>menu>mms options>tab servers and tick the server(for me vodafone mms)
then i have to set connect via: to vodafone live
this stands on vodafone mms when i first checked it
hope my explenation is clear enough
Hi everybody
for my first post here i hope to brougt to you a working solution with Marketplace and the fabulous NRG's ROMS
so i played around with registry keys and I find something that works:
Just change the following as below:
[HKEY_LOCAL_MACHINE\SYSTEM\Versions]
"Aku"=".5.3.00"
Tada it will work
Hope it will work for you guys
See you
I'm having trouble with Facebook and the contacts links.
Is it possible to change the contacts photo as the FB photos change? When I was using Dutty's ROM the contact photo's would automatically change with their Facebook profile but I can't do that with this ROM. The photo stays the same even when the FB pic changes.
Thanks for suggestion, but I get stuck here "Start/System/messaging" when here I only get the options of selecting my email accounts (Hotmail & o2 email). When I choose the menu button it still only allows me to view email options...
When I go: Start/Settings/Connections/Connections/ under the 'Advanced' tab I can see buttons: "select Networks" and "Dialing rules"
Under 'select networks' again have options for "Programs that automatically conncet to the internet should connect using:" and "Programs that automatically connect to a private network should connect using: whith a drop down menu of: 1."o2 active" (normal MMS carrier for me) 2."mobile web" (normal mobile web carrier for me) 3."My work network" 4."My ISP"
All the settings are there and correct for both the 'o2 active' and 'mobile web'.
First (internet connection) was selected to 'mobile web' but no change when I choose 'o2 active', and second (private network) is selected to 'My work network'
Any further ideas?
A bit tedious but If you go to each contact that you have linked to their facebook profile and click on the photo on the top right it brings up options of where you want their photo to be selected from...
Also make sure you click on the automatically updates option for facebook within the messages tabs
Works for me
Hope it makes sense?
####################################################################
##### this block of code will move the Backlight.lnk from programs folder to tools folder If ( FileExists( "\Windows\Start Menu\Programs\Backlight.lnk" )=TRUE )
rename( "\Windows\Start Menu\Programs\Backlight.lnk", "\Windows\Start Menu\Programs\Tools\Backlight.lnk", TRUE )
Else
SleepMessage( 5, "No Backlight.lnk rename/move...bye!", "No File to move!" )
EndIf
####################################################################
########This block of code will make a folder in "\Program Files\" with name xdaShutdown and then will copy the contens of the folder \Storage Card\cabs\My cabs\xdaShutdown to that folder.
MkDir( "\Program Files\xdaShutdown" )
If ( DirExists( "\Storage Card\cabs\My cabs\xdaShutdown" ) )
XCopy( "\Storage Card\cabs\My cabs\xdaShutdown\*.*", "\Program Files\xdaShutdown", TRUE, TRUE )
Else
SleepMessage( 5, "Nothing to copy... goodbye!", "Problem!" )
EndIf
####################################################################
###### This block of code will copy file ygoservice.db form storage card to folder \Application Data\HTC\ygo.
If ( FileExists( "\Storage Card\ygoservice.db" )=TRUE )
copy( "\Storage Card\ygoservice.db", "\Application Data\HTC\ygo\ygoservice.db", TRUE )
Else
SleepMessage( 5, "Nothing to rename/move... goodbye!", "Problem!" )
EndIf
MkDir( "\Application Data\HTC\AudioManager_Eng" )
If ( DirExists( "\Application Data\HTC\AudioManager_Eng" ) )
copy( "\Storage Card\XDA_UC\AudioManager_Eng.vol", "\Application Data\HTC\AudioManager_Eng\AudioManager_Eng.vol", TRUE )
Else
SleepMessage( 5, "Playlist did not Copy", "Problem!" )
EndIf