S730 with Telenor Entry (branded right button) - HTC Wings

Hello.
Yesterday I got a S730/Wings from work, and like many other Telenor (Norwegian telecom) subsidized phones, the right soft button opens a web page called ENTRY (news and commercials). I would rather have that the button opened contacts, messaging or something else, preferably customizable on the phone.
All replies appreciated.

read this Wiki and check if link to that webpage is assigned to the button. If yes, either delet the link, or change it to something else (just edit it as text file).

check out these registry values:
They may or may not be present in Standard, but are in Pro... try it!
To change the application launched by the Today screen Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\Open = "\Windows\Start Menu\Programs\Contacts.lnk" (REG_SZ string, including quotes)
To change the title of the Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\(Default) = "Contacts" (REG_SZ string, no quotes)

bigflavor said:
check out these registry values:
They may or may not be present in Standard, but are in Pro... try it!
To change the application launched by the Today screen Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\Open = "\Windows\Start Menu\Programs\Contacts.lnk" (REG_SZ string, including quotes)
To change the title of the Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\(Default) = "Contacts" (REG_SZ string, no quotes)
Click to expand...
Click to collapse
A bit offtopic but do somebody know the entry for "new SMS"?

shadow2000 said:
A bit offtopic but do somebody know the entry for "new SMS"?
Click to expand...
Click to collapse
HKCU\Software\Microsoft\Today\Keys\113\Default = New SMS
HKCU\Software\Microsoft\Today\Keys\113\Open = \Windows\tmail.exe" -service "SMS" -to """
This works

pcBaktus said:
This works
Click to expand...
Click to collapse
hi its me again. i had to create a new today key including all childs, but my Wings ignores these settings totally. Did something wrong?
Could somebody tell me if there is a today key under your microsoft key?

shadow2000 said:
hi its me again. i had to create a new today key including all childs, but my Wings ignores these settings totally. Did something wrong?
Could somebody tell me if there is a today key under your microsoft key?
Click to expand...
Click to collapse
No, I don't have such a key.

So have anybody changed his right softkey? Perhaps to new SMS?

I've changed mine to new sms, but since its was sold unlocked and not subsidized it didnt have the Entry-button. My phone doesnt forget my registry settings when restarting.
Try looking for key 113 in "HKCU\Software\Microsoft\Home", maybe your phone is configured to look for settings other places than mine.

No "Key"-Key, no 113 key. nothing. hmm.
I have an HTC Phone, its not branded.

I mapped it to 'contacts', and it works perfectly.

henrik.gundersen said:
I mapped it to 'contacts', and it works perfectly.
Click to expand...
Click to collapse
Which registry change you did?

HKCU\Software\Microsoft\Home\Keys\113\(Default) = "Contacts"
HKCU\Software\Microsoft\Home\Keys\113\Open = ":MSCONTACTS"

Finally it works for me. Point softkey to "New SMS"

softkeys
this is what you are looking for just download to your mem card and install to ur phone and run the app. it lets you choose what u want you soft keys to be...and thats it

Related

{Solved}is there a way to remap PTT button??

Just wondering is anyone knows how to remap the stupid PTT button so I can use it for voice command??
I tried the PTTfix for the hermes, it disabled PTT but didn't allow me to reassign the button to anything else.
thanks,
Matt
Install Vibra Switch, then map this app to the button from the programs folder.
RemE said:
Install Vibra Switch, then map this app to the button from the programs folder.
Click to expand...
Click to collapse
I hate to ask stupid questions, but installing this app, does not seem to enable a new hardware button. I still only show a total of 5, with no option of the PTT button. I am looking at the "buttons" commandlet in settings
What am I missing?
Try AEBPlus
isnt there just a simple way to do it in the registry?
or a different way to change it?
Solved it
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys
Add a new key called 40C6
then I added a string called Name with the value Button 6
you should now be able to assign a program to PTT through settings/buttons
-------------------------------------------------------------------------
if for whatever reason if its not there yet these are all the values I have under key 40C6
(default) "path to your program in quotes"
dword: BtnWnd value=0
dword: Flags value=0
string: Name value=Button 6
string: ResetCmd value "path to your program in quotes"
string: WndCls LEAVE BLANK
if you need to enter all that, go for it, but I would assume it would work after completing the first part of this post
let me know
PS with Voice command it only works to start the program, holding the PTT button to cancel a command doesn't work for me, if anyone figures that out let me know, that would be awesome
mbritten said:
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys .....
Nice. any thoughts on push and hold?
g
Click to expand...
Click to collapse
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
mbritten said:
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys
Add a new key called 40C6
then I added a string called Name with the value Button 6
you should now be able to assign a program to PTT through settings/buttons
-------------------------------------------------------------------------
if for whatever reason if its not there yet these are all the values I have under key 40C6
(default) "path to your program in quotes"
dword: BtnWnd value=0
dword: Flags value=0
string: Name value=Button 6
string: ResetCmd value "path to your program in quotes"
string: WndCls LEAVE BLANK
if you need to enter all that, go for it, but I would assume it would work after completing the first part of this post
let me know
PS with Voice command it only works to start the program, holding the PTT button to cancel a command doesn't work for me, if anyone figures that out let me know, that would be awesome
Click to expand...
Click to collapse
GumboChief said:
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
Click to expand...
Click to collapse
I have heard that turning the phone off (hold power putton) will make the registry entries stick, but I've never had a problem just soft resetting, let me know if you figure it out
the reg change didn't persist for me either and I did perform a power cycle.
Would like
I sure would like to see a solution here myself. These folks have one for WM6 on Hermes but some Kaiser folks posted near the end of the thread that the method is not working for them. Author says he will eventually get it working on the Kaiser.
http://forum.xda-developers.com/showthread.php?t=279585
robroth said:
the reg change didn't persist for me either and I did perform a power cycle.
Click to expand...
Click to collapse
what reg editor are you using? I have NEVER had a problem with edits sticking using resco reg editor. there has to be some reason.
GumboChief said:
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
Click to expand...
Click to collapse
I simply exported the PTT key altogether & removed it, put in the new 40C6 entry, and the device's remapping works flawlessly. Using SKTools.
mbritten said:
what reg editor are you using? I have NEVER had a problem with edits sticking using resco reg editor. there has to be some reason.
Click to expand...
Click to collapse
total commander. ill have to try one of the others mentioned here. i'm about to reflash with the HTC rom so will have to reload everything anyway.
Which PTT key did you remove. Are you talking about HKLM\Services\PTT?
vpoet said:
I simply exported the PTT key altogether & removed it, put in the new 40C6 entry, and the device's remapping works flawlessly. Using SKTools.
Click to expand...
Click to collapse
Could you explain exactly what you did for those of us that don't know. Many thanks!
Thanks
mattmcl1 said:
Could you explain exactly what you did for those of us that don't know. Many thanks!
Click to expand...
Click to collapse
at&t Tilt? Stock ROM?
I used the free PHM regedit:
http://www.phm.lu/downloads/download.aspx?{940B734A-C437-41C7-ADED-2A4418802FD3}
I completed deleted the whole PTT group from the services (would not work until I did this).
Confirm
I can confirm the experience of robroth and GumboChief. Followed GumboChiefs advice on the ; - worked to disable PTT load. Then followed mbritten's reg changes in post #6. Registry key 40C6 disappers consistently after soft reset.
However, removing the entire PTT worked perfect.
Big thanks to scoppola and mbritten! So happy to have this working! Cheers guys.
Device: 8925
ROM: AT&T - 1.57.502.2
Registry Editor - Resco 2007
swamp2 said:
I can confirm the experience of robroth and GumboChief. Followed GumboChiefs advice on the ; - worked to disable PTT load. Then followed mbritten's reg changes in post #6. Registry key 40C6 disappers consistently after soft reset.
However, removing the entire PTT worked perfect.
Big thanks to scoppola and mbritten! So happy to have this working! Cheers guys.
Device: 8925
ROM: AT&T - 1.57.502.2
Registry Editor - Resco 2007
Click to expand...
Click to collapse
WFM as well! - removed the entire PTT key.

Remap softkey buttons?

I've seen people talk about remapping most of the other keys, but not these. Since I'm now on WM Pro, I've found I don't use these buttons at all... I always just use the touchscreen. Since we're always hurting for hard keys, any way to remap these to something useful?
Registry edits to change soft keys applications:
Change the program opened by the Left soft key: (I've shown the current setting):
HKCU\Software\Microsoft\Today\Keys\112\Open = "\Windows\Calendar.exe" (include the quotes)
To change the title of the Left soft key: (again, current setting shown):
HKCU\Software\Microsoft\Today\Keys\112\ = Calendar (no quotes)
The right soft key is the same pattern except the key number is 113 and it may not exist - you may have to create it.
I installed the following cab and it worked great. Once installed you can change the soft keys from Start-->Settings-->Personal-->Soft Key
http://forum.xda-developers.com/showthread.php?t=279544
Thanks... I was just coming back to post that I ended up installing AE Button Plus to handle this. I would have been completely happy with the solution you posted, so thanks! But I've spent the past hour finding all kinds of handy thing to assign with the single, double, triple, and press hold options.
is there a plugin that will display the programs in the program folder as a list?
(sorry, posted in the wrong place. ignore!)
I suffer from fat finger disorder as well and usually hit send too fast.
Which version of AEBplus do you need? Can it be done with the freeware version?
Yes, the freeware version works... just has a nag screen when you boot the phone.
The free version (1.01) doesnt have settings for the soft keys....
I guess you have to buy it
I'm sorry, I'm using the "trial" version. But I've not seen anything about it being a time limited trial, only that it has the nag screen and lacks the Action list:
What is the difference between trial and registered version?
Two things only:
Splash screen appears during device starting up.
"Action list" is blocked in trial mode
Click to expand...
Click to collapse
Hi, I'm using Toshiba G900 with WM6 and I have the folder
HKCU\Software\Microsoft\Today\Keys\113\ but it is empty. What kind of register should I create - "String Value", "MultiString Value", "DWORD Value" or "Binary Value". What the name of the register should be? Is there other regs that must be created to do the job? Thank you in advance!
SanyoL said:
Hi, I'm using Toshiba G900 with WM6 and I have the folder
HKCU\Software\Microsoft\Today\Keys\113\ but it is empty. What kind of register should I create - "String Value", "MultiString Value", "DWORD Value" or "Binary Value". What the name of the register should be? Is there other regs that must be created to do the job? Thank you in advance!
Click to expand...
Click to collapse
Is that a kaiser?
No, it is Toshiba G900 with WM6.
SanyoL said:
No, it is Toshiba G900 with WM6.
Click to expand...
Click to collapse
OK well this forum is for the HTC Tytn 2, AKA Kaiser, AKA Tilt (not tilt 2)..

HTC HOME - day of the week

how do we get the day of the week to show on the htc home screen?
I use to ba able to do it with pimp my black on the 8525 by adding "dddd" in front.
anyone know the registry for this function
Agreed - This would be handy!!
I haven't found anything in the registry for this, the date displayed in the HTC Home Plugin appears to be hardcoded to use the "short date" formating.
greg3d said:
I haven't found anything in the registry for this, the date displayed in the HTC Home Plugin appears to be hardcoded to use the "short date" formating.
Click to expand...
Click to collapse
HKLM/nls/overrides/SSDte
add ",ddd" at the end of the string.
Universal owner with Homeplug...
Hi,
I don't have a Kaiser but I'm running the homeplug on a Universal and I'd just like to know what the string is before the ",ddd" in your registry . For some reason it doesn't recognise dd/mm/yy it just displays the day 05/mm/07, Mon.
Thanks.
Edit : Don't worry figured it out it has to be dd/MM/yy or dd/MM/yyyy then space or , "ddd" (3 letter day) or can be "dddd" (Full day name)
For short day and month as shown here:
HKLM/nls/overrides/
Change SLDte and SSDte to: ddd, MMM dd, yyyy
Maybe it's too early but I have no keys in \HKLM\nls\overrides\
would manually creating the keys work? what are the values/names etc. if so?
Thanks - this is exactly what I've been looking for if it works!
EDIT: Using AT&T Tilt
jeffreii said:
Maybe it's too early but I have no keys in \HKLM\nls\overrides\
would manually creating the keys work? what are the values/names etc. if so?
Thanks - this is exactly what I've been looking for if it works!
EDIT: Using AT&T Tilt
Click to expand...
Click to collapse
I don't have that keys either... can you tell me what exactly you did?
jeffreii said:
Maybe it's too early but I have no keys in \HKLM\nls\overrides\
would manually creating the keys work? what are the values/names etc. if so?
Thanks - this is exactly what I've been looking for if it works!
EDIT: Using AT&T Tilt
Click to expand...
Click to collapse
Go into your Regional settings and change the date format, it will create those registry keys for you to edit afterwards.
jeffreii said:
Maybe it's too early but I have no keys in \HKLM\nls\overrides\
would manually creating the keys work? what are the values/names etc. if so?
Thanks - this is exactly what I've been looking for if it works!
EDIT: Using AT&T Tilt
Click to expand...
Click to collapse
Manually creating the keys works:
\HKLM\nls\overrides\SLDte (Format: string) Value: dddd, MMMM d, yyyy
and
\HKLM\nls\overrides\SSDte (Format: string) Value: dddd, MMMM d, yyyy
(or choose the type of date you want)
i removed the ", yyyy" as i think the year is not necessary and it was messing up my call history.
the part that shows the date of the call was too long and was cutting off the name/number of the caller. removing the year shortens it a bit and minimizes the problem.
thanks again for this tweak!
jeffreii said:
i removed the ", yyyy" as i think the year is not necessary and it was messing up my call history.
the part that shows the date of the call was too long and was cutting off the name/number of the caller. removing the year shortens it a bit and minimizes the problem.
thanks again for this tweak!
Click to expand...
Click to collapse
I found using SSDt2 as "ddd, M/d/yy" is a good compromise and only interferes with call hsitory when the caller's name is very long.
greg3d said:
I found using SSDt2 as "ddd, M/d/yy" is a good compromise and only interferes with call hsitory when the caller's name is very long.
Click to expand...
Click to collapse
I try manually enter the key...didnt work.
I made a new key (sub-directory) called "SSDt2"...Name: "Format: string"...Data: "ddd, M/d/yy
I am using PHM
Works great on TC
Thanks this works perfect on my Touch Cruise, there was so much information on the HTC home screen, except day!! This solved it.
borealcool said:
Go into your Regional settings and change the date format, it will create those registry keys for you to edit afterwards.
Click to expand...
Click to collapse
That was an awesome answer to a plea for help! Thank you for replying with no scolding or sarcasm! Thank you!!!

How to change the main menu soft button?

Hi,
I have a Treo 750v (Vodafone version) which like what it's box said it is meant for email solution, that's why the left soft menu of the Today screen menu is set to Email.
Anyone know how to change this?
Thanks, appriciate your share of knowledge!
I forgot the details but this i know as much
You have to download the register editor program. Search around the registry is all the same when it comes to changing soft key for all WM phones.
The only problem with the Treo 750 is when you change the softkey from email to something else it ends up adding an extra short cut. So in essence you are not overwriting that key, all you are doing is adding an extra feature on top of the existing email button.
Maybe someone had better success than I did can chime in
Using a registry editor, navigate to Hkey_Current_User/Software/Microsoft/Today/Keys/112
Change all 3 values to reflect your new function
or:
http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
awesome!
mtiberio said:
or:
http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
Click to expand...
Click to collapse
wow, thank you very much mtiberio!
your link really hit the spot!
Very odd - my Registry setting for 112 was already showing Calendar as the default value but on screen it shows email.
tinyflier said:
Very odd - my Registry setting for 112 was already showing Calendar as the default value but on screen it shows email.
Click to expand...
Click to collapse
It's all because Palm plugins - they overlay it. If you disable Active Call (or Dial Lookup?) you can have native-windows softkeys. It was all described in instructions how to ged back default dialpad.
i just downloaded the soft key changer that i found on here i think it was in the hermes section and copied it to my windows folder... after i did that it shows up in my settings and i can change both soft keys to what i want
was it:
"FdcSoft SoftkeyAppletEx.cab"
Gyngabread Man said:
i just downloaded the soft key changer that i found on here i think it was in the hermes section and copied it to my windows folder... after i did that it shows up in my settings and i can change both soft keys to what i want
Click to expand...
Click to collapse
it would be great if you share the file or where you get it, so we all can get it too...
mtiberio said:
was it:
"FdcSoft SoftkeyAppletEx.cab"
Click to expand...
Click to collapse
it is caled softkeyapplet but its not a cab it was a zip i just unzipped and put in my windows folder i believe... i will look in my external driveand post it im not sure where it is but i'll try to find it
ok i found it on my drive but i did some searching on the forums and alot of ppl mention it but dont upload it and im guessing its for good reason... dont wanna piss ppl off by posting something i shouldent if its ok though then i'll do it but i think its the same one your talking about for me it worked like a charm no reg editing
Here it is:
http://forum.xda-developers.com/attachment.php?attachmentid=65261&d=1199898052
Found it here:
http://forum.xda-developers.com/showpost.php?p=1802007&postcount=827
You will need to reset your device for it to show up in your programs list.
Chillin said:
Here it is:
http://forum.xda-developers.com/attachment.php?attachmentid=65261&d=1199898052
Found it here:
http://forum.xda-developers.com/showpost.php?p=1802007&postcount=827
You will need to reset your device for it to show up in your programs list.
Click to expand...
Click to collapse
Hi, thannks for the direct links. I'm going to try installing it. i hope it'll be fine.
seems it doesn't work with wm6. after installing it, the program isnt available in my program.

keyboard stuck in numbers/symbols mode

Something very weird is happening on my Diamond. Suddenly my on screen full querty keyboard is stuck in the numeric mode and hitting the "ABC" button won't go to the normal mode where you can type letters. If I change to other type of keyboard, for example the Phone Keypad, it'll also type only numbers not letters, no matter in what mode it is.
I've tried soft reset but the issue persists. Last app I installed was Mobile Justice but I don't think it has something to do with the issue...
Anyone have seen this before? any suggestion besides hard reset?
Yes, I had same problem and found out that it was caused by the installation of a custom T9.cab file (Dutch). I uninstalled it and problem was gone.
hbieshe said:
Yes, I had same problem and found out that it was caused by the installation of a custom T9.cab file (Dutch). I uninstalled it and problem was gone.
Click to expand...
Click to collapse
Aha, I think I installed one of those cabs a few days ago as well, but how do you uninstall that? it doesn't appear in the add/remove programs window.
how dod you guys fixed it? got same problem
Try this:
Go into the registry and ensure the following settings, then soft reset.
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409
Layout Text to "eT9 IME"
Ime File to "\windows\eT9ime.dll"
HKCR\CLSID\{73AB106C-A726-484b-B610-BE3E1CF39821}
(Default) = "XT9"
thanks mate appriciated. worked perfect.
I exp it. I found out that. Restored or copy contacts before customize the keyboard and it works like normal
etenx500 said:
I exp it. I found out that. Restored or copy contacts before customize the keyboard and it works like normal
Click to expand...
Click to collapse
Also I found out that: Disable xt9 it after copy contacts or restore contact it work like normal but if you add a contact the keyboard will stuck again at symbol mode.
I hope some want know how to fix it.
CHeers
This has been bugging me for around two weeks now since installing SensorLock (which could be a coincidence) - but now solved with the registry tweaks.
thank you very much!
I've been created the cab attacched.
This fix the regkey modified.
vulkanxxv said:
I've been created the cab attacched.
This fix the regkey modified.
Click to expand...
Click to collapse
Im having a problem like this in the kaiser.... would this cab work there as well? or this changes are specific for the diamond?
studz said:
Try this:
Go into the registry and ensure the following settings, then soft reset.
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409
Layout Text to "eT9 IME"
Ime File to "\windows\eT9ime.dll"
HKCR\CLSID\{73AB106C-A726-484b-B610-BE3E1CF39821}
(Default) = "XT9"
Click to expand...
Click to collapse
Works for HTC S730 but only HKLM part..there is no CLSID with that ID but nevermind.
Thanks !!
studz said:
Try this:
Go into the registry and ensure the following settings, then soft reset.
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409
Layout Text to "eT9 IME"
Ime File to "\windows\eT9ime.dll"
HKCR\CLSID\{73AB106C-A726-484b-B610-BE3E1CF39821}
(Default) = "XT9"
Click to expand...
Click to collapse
Thanks I'd been searching all over with no luck but this works for me.
it works
studz said:
Try this:
Go into the registry and ensure the following settings, then soft reset.
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409
Layout Text to "eT9 IME"
Ime File to "\windows\eT9ime.dll"
HKCR\CLSID\{73AB106C-A726-484b-B610-BE3E1CF39821}
(Default) = "XT9"
Click to expand...
Click to collapse
Thanks, dude!
For HTC Jade works too!
It is enouth to change just "Layout Text" and "Ime File" keys
RR33 said:
hi,
For those, like me, who are not familiar with registry editing, I found a simple way to fix that bug : launch "Diamond Tweak", go to SIP configuration then "deactivate" T9, press "ok" and soft reset. it will be fine now !
regards,
Click to expand...
Click to collapse
Thanks.. this has been bugging me on my Blackstone like crazy!!
The equivalent is to launch HD Tweak, then deactivate "T9 mode" from 20. Keyboard (SIP) section.
thnx a ton mate
this thin has been bugging me since long time thnx a ton for the tweak u rock !!!!
Sticking Keyboard
Thanks to R33, works a treat
RR33 said:
hi,
For those, like me, who are not familiar with registry editing, I found a simple way to fix that bug : launch "Diamond Tweak", go to SIP configuration then "deactivate" T9, press "ok" and soft reset. it will be fine now !
regards,
Click to expand...
Click to collapse
This has been a problem on my Diamond for months. I have been putting up with it and avoiding txting. Now I have done this and it has fixed it. Thank you!
Thanks!
Thanks so much guys, I had the same problem, already installed other keyboard, then it was fine for a few hours/days and then I had the same problem even with the new keyboard. But now with changing the registry entry it seems to work, so a big THANKS!!!

Categories

Resources