Get Send button Back in Htc Messenging - Touch HD General

i read this tweak on some other forum so i thought i should share it here aswell....
Get "Send" icon back in HTC Messaging (thanks, Gooser711):
1) Disable HTC Sense
2) With a registry editor, navigate to "HKEY_CURRENT_USER\Software\HTC\Manila"
Change "LSK_Send_Msg" value from "1" to "0"
3) Enable HTC Sense

works
Great! I missed that button very much. It replaced the "back" hotkey, so there was no quick way to return to main page. Thanks.

Related

How to re-assign command bar?

I'm using Atom Pure /w WM6 0.7.2 01172008C1WWE 6MBPP
+ HTC Home Plugin
I have silly questions:
how to re-assign 2 shortcut on the (bottom) command bar on the first page?
T.q.
Oery said:
I'm using Atom Pure /w WM6 0.7.2 01172008C1WWE 6MBPP
+ HTC Home Plugin
I have silly questions:
how to re-assign 2 shortcut on the (bottom) command bar on the first page?
T.q.
Click to expand...
Click to collapse
can you explain further what you wanted to create shortcuts mate? is it the soft button(left and right) at the bottom. If so, just use the built in soft key customizer in the ROM.
hi brian
i use the key customizer, but when i change it, it's say "error opening the shortcut or locating the target filename"
what should i do ?
thank you
PiaL said:
hi brian
i use the key customizer, but when i change it, it's say "error opening the shortcut or locating the target filename"
what should i do ?
thank you
Click to expand...
Click to collapse
do it this way, lets say you have installed htc action screen and wanted to create a short cut on the left soft key.
open soft key customizer, then select customize.
label anything like NEW or HTCA or anything that you want. (In my case I use new) click ok
Then select the correct path with the .EXE e.g. /windows/HTCActionScreen.exe (I believe it should be written precisely if it's upper case or lower case so correct me if im wrong hehehe)
You are almost done! just select anything you want on the right softkey.
Yes on soft reset, presto! a new short cut on the left softkey!
Hope this helps
ow, i see how it works now, thanks brian
oh, i forgot to mention that calendar, contacts, messaging (in the option) don't work, if i select it then tap the key, it say "error opening the shortcut or locating the target filename"
how can i fix this ?
is there anyway to deactivated the softkey customizer ?
i mean to change back to the default setting
thank you
PiaL said:
ow, i see how it works now, thanks brian
oh, i forgot to mention that calendar, contacts, messaging (in the option) don't work, if i select it then tap the key, it say "error opening the shortcut or locating the target filename"
how can i fix this ?
is there anyway to deactivated the softkey customizer ?
i mean to change back to the default setting
thank you
Click to expand...
Click to collapse
all the options worked for me. calendar/contacts et al. I personally use it to assign htc action screen on left soft key.
If you want the default ones, just run soft key customizer again then select what was the default key before then soft reset.
that's the problem, the calendar, contacts and messaging didn't work, so I can't select one of them for the right side softkey
Oh well, this is my first problem with this ROM, overall I like this ROM
Thank you

Modding the SMS\MMS Screen

Does anyone know how I might be able to change the default lower toolbar buttons in the SMS\MMS screen? At present the options are "Delete" & "Menu" and I want the 'delete' to be replaced with 'New SMS', it seems daft to have a 3 stage process just to send a quick SMS. A new message menu would be an acceptable compromise but I'd prefer a direct link to an SMS since I use those the most by far.
Are there any registry mods that I can implement to do this?
I'm using the official 6.1 WWE rom by the way.
I use a program called WM5 New Menu and used M2DC to make my left soft key launch it from the today screen. Basically it allows me in one press to create new SMS, Appointment, Contact etc. Its quite configurable.
i know what he wants, and that's not it. isn't there some way to change it within the program?

Please help - can't change the right softkey!

Hi guys!
I tried to change my right softkey from "Menu" to "BT Toggle" (a bluetooth switching program I've already installed) using Advanced Configuration Tool 3.3 but it didn't work on my HD2.
When I restart the HD2, the key is changed to "BT Toggle" but after entering the PIN and after HTC sense started the key is named "Menu" again.
I looked into the registry but all is right there, the changes were saved. But why is the new softkey name only displayed before starting HTC sense and not after?
Any ideas?
Best regards,
Oliver
Home RSK
I wouldn't mess with the right soft key of sense.
Only the left.
How would you edit the quick tabs?
If you aren't using sense, only the WM interface, you can edit those SK's.
Did you get BT Toggle to work?
It wouldn't for me.
Benz-Driver said:
Hi guys!
I tried to change my right softkey from "Menu" to "BT Toggle" (a bluetooth switching program I've already installed) using Advanced Configuration Tool 3.3 but it didn't work on my HD2.
When I restart the HD2, the key is changed to "BT Toggle" but after entering the PIN and after HTC sense started the key is named "Menu" again.
I looked into the registry but all is right there, the changes were saved. But why is the new softkey name only displayed before starting HTC sense and not after?
Any ideas?
Best regards,
Oliver
Click to expand...
Click to collapse
This one works with my HD2:
http://forum.xda-developers.com/showpost.php?p=4292054&postcount=11
Sorry, what do you mean with
I wouldn't mess with the right soft key of sense.
Only the left.
Click to expand...
Click to collapse
My english isn't that good...
Using this post by vovichek62 as a guide I used the following process to change the right soft key:
Download LuaDec from here and extract
Copy \Windows\07c67730_manila from device to luadec folder (and somewhere else as a backup).
Open a command prompt there
Run
Code:
luadec 07c67730_manila > 07c67730_manila.lua
Open 07c67730_manila.lua in an editor like notepad
You need to change two functions. The fuction above "SetSoftKey = l_0_0" sets the text for the soft buttons. This is my modified line:
Code:
_application:SetRightSoftkey(Softkey(Locale:GetString("IDS_CONTACTS"), OnMenuPressed))
I think it was originally set to IDS_MENU. That "OnMenuPressed" is the function called when you press it.
So now you need to change that function - The function above "OnMenuPressed = l_0_0". On mine this is now:
Code:
l_0_0 = function()
_application.Navigation:Navigate(URL("Manila://people/browserlayer/peopleAll.page"), false)
end
Now, back in the command prompt run:
Code:
luac -o 07c67730_manila 07c67730_manila.lua
and copy 07c67730_manila back to your device.
If you were up for it you could probably copy some of the left soft key code to allow changing the right soft key in the registry.
Xaddict is right, once you do this you can no longer tweak your home buttons. If I need to change one I go back in to the registry and find:
HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\0\IsSet (where 0 is the button number) and change the value to 0. If you then restart manila (or your device) you can change that button. It will still show the old text and icon until you do. I also made a simple .reg which clears all the buttons, attached. For me it was worth this hassle as I could remove the People tab.
Tx fot BT Toggle
Nice one.
Thanks very much : )
Benz-Driver said:
This one works with my HD2:
http://forum.xda-developers.com/showpost.php?p=4292054&postcount=11
Sorry, what do you mean with
My english isn't that good...
Click to expand...
Click to collapse
iv just made a new 07c67730_manila file that reads from the registry
so all you have to do is download my 07c67730_manila file
http://www.filefront.com/16489283/07c67730_manila
then copy it to your windows folder (backup the old 07c67730_manila file)
then in registry at:
HKLM > Software\HTC\Manila
Change:
HomeRSKPath
HomeRSKText
HomeRSKArguments
to anything you like
for contacts:
HomeRSKPath Manila://people\browserlayer\?.page
HomeRSKText anything you like something liek contacts or all people
HomeRSKArguments leave this blank
how to remove quick Links without the menu:
all you do is hold the quick link you dont want for about 3-4 seconds and then drag it away this works on my dutty rom but gessing its the same for all roms
I am using HD2Tweaks - beats the hassle of backing up/copying manila files, editing registry entries - to assign the left and right softkey at the Home/Today screen.
But the available options are a fixed set.
Telephone (default for left), Menu (default for right), Backlight, Contacts, Contacts List, Notes, Calendar WM, Calendar WM (week view), Calendar WM (month view), New Appointment, Tasks, Messaging, SMS/MMS, Internet, Opera, Camera, Album, Comm Manager, File Explorer, Google Maps, Internet Sharing, MyPhone, RSS Hub, Radio FM, Windows Live, You Tube.
http://forum.xda-developers.com/showthread.php?t=588652
HD2Tweaks does not work for me on duttys rom so if HD2Tweaks works thats grate but mine is like a backup option
Holding quicklinks for 3-4 secs dont work for me. I'm on 1.66 WWE stock ROM. Need help on how to remove quicklinks. Also does anyone know the path for New SMS on LSK or RSK? Thanks!

HTC People Shortcut Restore?

How can I get the "HTC People" shortcut back as I like direct access to that rather than through the tabs!
And most of the custom ROMs I have tried have removed the people shortcut!
Is there someway to create a shortcut? Thanks.
Some ROM Chefs remove the HTC shortcuts (such as HTC Messages etc) If you want to enable them again, grab a registry editor such as resco registry editor (Trial should do fine ) And go here once you've got your program:
HKEY_CURRENT_USER\Software\HTC\Manila
In here there is a key " IsShortcutEnable " Change the value from 0 to 1
Hope I helped!
I did that and restarted the phone and it popped up!
Thanks ever so much!
As this topic has come up.. I deleted mine from the start menu accidently. I have HTC music/messages. Need to restore People please
Doing what was already suggested will bring back whatever is missing so it is as "standard"

[Q] Menu style without HTC sense

Hi guys,
I have disabled HTC Sense on my HTC HD mini (WM6.5) but the menu I get now (in any application such as SMS, Mail, Calendar and so on) has big sized font and smaller width and coloured bars on top and bottom.
Is there a way to enable "only" the HTC Sense style menu without enabling all the HTC Sense?
Thanks in advance
It's real easy, just grab your reg editor of choice and navigate to:
HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus
Change:
EnableManilaCheck=dword:1
To:
EnableManilaCheck=dword:0
missing key (?!)
jmart518 said:
It's real easy, just grab your reg editor of choice and navigate to:
HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus
Change:
EnableManilaCheck=dword:1
To:
EnableManilaCheck=dword:0
Click to expand...
Click to collapse
Hi jmart518,
thanks for your fast resply but there is no value EnableManilaCheck inside the key HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus.
I also tryed to search for that value inside all the registry but search returned nothing.
I have an HTC HD mini with WM6.5
Any idea?
Just create this key.
great
Great !!
it works perfectly!!
Thank you very much.

Categories

Resources