quik link adjustment ???? - HD2 Windows Mobile 6.5 Themes and Apps

hi people
i use my hd2 with cookies home tab (and settings ad onn)
i want my layout in a certain way (dont ask to explain) for this i need the sms and email icon out of the botom (default) HTC bar
when i use quik links to the same programs i dont get the nice HTC look / programms
questions
1 can i get these quiklinks to stat up the htc programs ???
2 if not can i get the email link to start up in my inbox instead of the account selection screen
thanks in advance
greeetz mitch

mike-bravo said:
hi people
i use my hd2 with cookies home tab (and settings ad onn)
i want my layout in a certain way (dont ask to explain) for this i need the sms and email icon out of the botom (default) HTC bar
when i use quik links to the same programs i dont get the nice HTC look / programms
questions
1 can i get these quiklinks to stat up the htc programs ???
2 if not can i get the email link to start up in my inbox instead of the account selection screen
thanks in advance
greeetz mitch
Click to expand...
Click to collapse
answers
1. make an shortcut for manila.exe with the parameters: --switchtopage messaging.page (this is for the sms tab, cos I understand this is what you want)
for other tabs is the same, different is 'tab name'.page
# messaging.page
# weather.page
# people.page
# email.page
# album.page
# music.page
# internet.page
# settings.page
these are tested and work.
2. from the inbox of one email account go to: menu->tools->options and uncheck "Display account picker when opening Messaging"

R3dD3vil said:
answers
1. make an shortcut for manila.exe with the parameters: --switchtopage messaging.page (this is for the sms tab, cos I understand this is what you want)
for other tabs is the same, different is 'tab name'.page
# messaging.page
# weather.page
# people.page
# email.page
# album.page
# music.page
# internet.page
# settings.page
these are tested and work.
2. from the inbox of one email account go to: menu->tools->options and uncheck "Display account picker when opening Messaging"
Click to expand...
Click to collapse
hope to hear how i do answer 1
i found the manila exein windows but what to do then and how is a mystery to me

R3dD3vil said:
answers
2. from the inbox of one email account go to: menu->tools->options and uncheck "Display account picker when opening Messaging"
Click to expand...
Click to collapse
Do you happen to know how to change this back to have the account picker and the option back?
<edit>
Never mind. I didn't notice the menu could scroll up. The Option menu was hidden, but now it's back.

Related

ALWAYS request SMS receipt report from TouchFLO SMS interface

Hi,
There is a WinMo setting to always request SMS receipts when using the WinMo interface to send SMS. When you are using the nicer Topaz SMS view one has to always manually re-select this. This is annoying. Is there some kind of Manila registry setting?
I think there is two seperate settings for this.
start messaging app (programs - all programs - Message app, i got swedish D2) then select menu then options. Select sms/mms and tick box for message recipt.
The other setting im not certain about, for the touchflo, but it should be somewhere.. Write back if this doesn't help.
ah, hang on a minute. I just tested this and I also need to manualy check the box for recipt. Annoying, bah.. Why have two individual settings for this?
HD tweak has no setting for this..
I'm also looking for this answer....
KrisJ said:
Hi,
There is a WinMo setting to always request SMS receipts when using the WinMo interface to send SMS. When you are using the nicer Topaz SMS view one has to always manually re-select this. This is annoying. Is there some kind of Manila registry setting?
Click to expand...
Click to collapse
Yes, you can set up it in registry
[\HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settin gs]
Create a Dword key name “SMSDeliveryNotify” and set the value to 0x000001, if the key is already there, just change the value.
Save it to the registry and soft reset the device, and you are all done, now the “request message delivery notification” option is always ticked except when forwarding messages.
Or use Advanced Config
zimmicz said:
Or use Advanced Config
Click to expand...
Click to collapse
Tried to use it and it only changes the winmo default messaging app (this setting can allready be changed in options/settings for messaging), but still dont affect the manila SMS app.
You can try this yourself, press on favorite contacts - all people - select a person and then select the 2nd box on the left (sms icon) and type a message. Here you wont get a delivery notification unless you select menu - message option - request delivery notification.
Same bug mentioned here:
http://forum.xda-developers.com/showthread.php?t=518306

S2U2: Have Slide2view link directly to the sms tab of manila?

Hi everybody !
I had a question concerning S2U2 :
I wish that when I receive a sms, Slide to view would send me directly to the Messaging tab of TF3D instead of opening the message from the native WinMo interface.
Here's what I tried:
In HKCU\Software\A_C\S2U2\S2VEXE\
For "2" (sms), I tried the following values:
Manila://messaging.page
--switchtopage Manila://messaging.page
\Windows\manila.exe --switchtopage Manila://messaging.exe
AND OF COURSE, I get an error message, rubbing in my face that I do not fully understand the logic of the registry syntax..
Anyone have any idea?
Merci d'avance !
F.
hello! i am afraid i have the same issue.
the exact text that works when you edit the softkeys shortcuts in manila, does not work for S2U2 (nor icidentally for the manila 2.1 start menu)
this seems confusing! the type of registry value is the same in both instances ('REG_SZ')
i have followed the S2U2 instructions exactly (http://forum.xda-developers.com/showthread.php?t=535582) and searched the S2U2 thred, but i'm afraid still can't find a solution
I figured it out! You need to set "HKEY_CURRENT_USER\Software\A_C\S2U2\S2VEXE\2File" to "\Windows\manila.exe" and "HKEY_CURRENT_USER\Software\A_C\S2U2\S2VEXE\2Parameters" to "--switchtopage messaging.page".
I used the information from here:
sushilange said:
you can open a tab with this:
\windows\manila.exe --switchtopage home.page
Instead of "home.page" you can use:
messaging.page
weather.page
people.page
email.page
album.page
music.page
internet.page
settings.page
programs.page
Click to expand...
Click to collapse
... and also from here:
A_C said:
Q. How to customize the application opened when "slide to view"?
A. They are under HKEY_CURRENT_USER\Software\A_C\S2U2\S2VEXE, named 0File, 0Parameters, 1File, 1Parameters,... 8File, 8Parameters.
0 - missed call; 1 - voice mail; 2 - SMS; 3 - MMS; 4 - email;
5 - Flexmail; 6 - WL Messenger; 7 - reminder; 8 - active task.
e.g. when there is a missed call, open iContact's call history instead of the system call history,
edit 0File to \Program Files\iContact\iContact.exe;
and 0Parameters to -recents (the path may be different on different language device & where it's installed).
Click to expand...
Click to collapse
Hmmm, I tried this yet for some reason it still doesn't work... now slide 2 view doesn't like to anything when I get an sms, it just unlocks... I put "\Windows\manila.exe" into 2file and "switchtopage messaging.page" into 2parameters, was there some kind of punctuation or capitalization or something like that I missed, what else should I try?
Thanks
papaslides said:
Hmmm, I tried this yet for some reason it still doesn't work... now slide 2 view doesn't like to anything when I get an sms, it just unlocks... I put "\Windows\manila.exe" into 2file and "switchtopage messaging.page" into 2parameters, was there some kind of punctuation or capitalization or something like that I missed, what else should I try?
Thanks
Click to expand...
Click to collapse
make sure you put in the two dashes for the parameters key. "--switchtopage messaging.page

Hide/Show Sim Contacts Htc HD2

Simple solution:
-CeRegEditor (it's FREE) install it on your computer.
-Connect your hd2 IN ACTIVE SYNC MODE and WAIT until it appears.
-Run CeRegEditor and go to Hkey_Current_User\Control Panel\Phone
-Create a BINARY key ShowSim (right click Ad new binary key..) and set the value to 0 to disable and 1 to enable.
Done..
And pic:
Hello,
Is there a reg edit on how to change phone>menu>view>calls and contacts
to just show all calls instead without doing this manually all the time.
Sorry, I don't know, I didn't notice that but you are wright. Still, it doesn't bother me at all.
did everything like you said, and it didn't work. If you go to the sense people's tab, and click on all people, it still show all of the sim contacts.
Hello,use BsB tweaks
Doesn't work either. Both make the same registry edit.
Ummm...there's already an option for this in the standard manila people options.
People Tab > A'll contacts > menu > view > and you can choose "All", "Contcts" or "SIM".
So if you want conatcts without SIM contacts, just choose "contacts".
Agoattamer said:
Doesn't work either. Both make the same registry edit.
Click to expand...
Click to collapse
exactly! I'm running NRG Energy CHT that has bsb tweaks, but that changes them only on the contact list inside the start menu, it does nothing on the all people/people tab. It still shows doubles.
on some of my previous devices like excalibur and kaiser, there was a simshowhide app, actually it was more of an .exe, 'cause all you did was click on it and they would either show or disappear, but I haven't found another way for this.
the_scotsman said:
Ummm...there's already an option for this in the standard manila people options.
People Tab > A'll contacts > menu > view > and you can choose "All", "Contcts" or "SIM".
So if you want conatcts without SIM contacts, just choose "contacts".
Click to expand...
Click to collapse
wow, I can't believe it was something so simple and I overlooked it, I feel like a dumb ass, I usually play with my phone for a while after flashing to find all the features, but I haven't had much time in the 3 days that I've had my hd2, thank you very much for pointing that out.
lol...no worries
Yes you are correct. This does hide the sim contacts in the people tab. But it does not hide the sim contacts in the sms tab. I have been looking to hide them here but have been unable to do so.
the_scotsman said:
Ummm...there's already an option for this in the standard manila people options.
People Tab > A'll contacts > menu > view > and you can choose "All", "Contcts" or "SIM".
So if you want conatcts without SIM contacts, just choose "contacts".
Click to expand...
Click to collapse
I know its there but it is always resetting itself and I want to not always have to pick it all the time more of a automatic permanent. So is there a better reg edit then BINARY key ShowSim that just shows ALL CALLS instead of contacts in the phone call section.
Agoattamer said:
Yes you are correct. This does hide the sim contacts in the people tab. But it does not hide the sim contacts in the sms tab. I have been looking to hide them here but have been unable to do so.
Click to expand...
Click to collapse
this is what im trying to do.
phone is set to CONTACTS only already but when I go write a new msg and pick a name it shows the name twice. 2 choices for same name is for contact and sim. gay.
autoamaticaly set
If you want to automate this settings (lets say through XDA_UC) change/create the following registry keys
[HKEY_CURRENT_USER\Software\HTC\Manila]
"PeopleAllViewSource"=dword:00000002
"PeopleBrowserSource"=dword:00000002
good luck
thkz
thkz will try it out hope it wrks

Help...problem with setting link!

Hi guys, i didn't find a solution.
I have disabled for mistake the TouchFlow3D form Today setting. I didn't have the setting link from start menu (from start menu i can only open programs and explore folder) and without touch flow i can't go to setting and reactivate the TF3D. How can i put setting link using explore folder?
Sry for my english...i don't know if it's easy to understand.
Tnx for attention guys.
Please guys i can't use telephone like this...
Here is what you need to do:
Press the home key
Click the windows icon on the top left of the screen
The last 2 entries in the displayed list will say "Programs" and "Settings" - you need to click on "Settings"
You are now in the "Personal" tab in Settings - click on the "Today" icon
There are 2 tabs in this screen - "Appearance" and "Items" - you need "items"
A sorted list of the "Plugins" available in the today screen are listed. You need to tick the one called "TouchFLO 3D
Sorted!
arabbitte said:
Here is what you need to do:
Press the home key
Click the windows icon on the top left of the screen
The last 2 entries in the displayed list will say "Programs" and "Settings" - you need to click on "Settings"
You are now in the "Personal" tab in Settings - click on the "Today" icon
There are 2 tabs in this screen - "Appearance" and "Items" - you need "items"
A sorted list of the "Plugins" available in the today screen are listed. You need to tick the one called "TouchFLO 3D
Sorted!
Click to expand...
Click to collapse
T
hanks, but if I had setting button I did not make the thread....I don't have setting button so i can't go to "today"! help me...how can i enter in Setting across Explore folder???
I can't understand why your settings menu would disappear - is it possible the language on the phone is displaying "settings" as some other word?
Anyway, there are many other ways to go into "Settings" - here is just one option:
Install mortbuttons from http://www.sto-helit.de/index.php?module=page&entry=mb_overview&action=view&menu=14
Use your file explorer to go to \windows\Start Menu\Programs\Mortbuttons
Run the file "Settings (MB).lnk"
Select the "Today" icon and then use the instructions in my above post to switch TouchFLO on.
Can I say that for a guy with just 3 posts, I think the tone of your posts is a little agressive considering you are asking people to give freely of their time to help you. I was going to ignore your response, but am giving you the benefit of the doubt because of possible language misinterpretations.
Maybe try to give a little with your future posts!
Thanks so much for help.... I want to tell to all guys sorry for my tone, i don't know if what i wrote was correct...Thanks again for all patience.

[Q] TP2 WM6.5 Today Screen Help

I have a Sprint TP2 with the SPrint WM6.5 ROM.
I am using the "Windows Default" Today Screen Items because HTC Sense is so slow and makes my phone screw up all the time now.
I like it, but I would like to modify which items are on the list. How can I do that?
I can change the items on the list, but once u select the Windows Default, you cannot select anything else. I like the default, but just want to add/remove some stuff.
Thanks in Advance!
Any ideas?
there should be a setting for start menu that allows you to change which programs appear in the pull down menu. i've been using the sense menus lately so i forget how to go back to tell you exactly where to find it but i know its somewhere. if i stumble upon it i'll let you know.
crash said:
there should be a setting for start menu that allows you to change which programs appear in the pull down menu. i've been using the sense menus lately so i forget how to go back to tell you exactly where to find it but i know its somewhere. if i stumble upon it i'll let you know.
Click to expand...
Click to collapse
In stock rom there isnt that many options to check/choose from cuz its WM 6.5
To check what is available go to Settings -> Today -> items (tab)
(could be different in Sprint version)
Hope this helps
EDIT:
I hope we were on same page.. or not.. if you want to edit quick links then all you have to do is access pull down menu and on bottom right corner select delete then select all apps to remove them.. after you hit done then plus + sign should show up.. click on it and select app that you want in that place
If I go to the settings for Today, I can choose multiple items, but it looks bad. If I choose Windows Default on the menu, I cannot choose any other items. So I am looking for a way to customize whats in that Windows Default setting. I thought it would be a registry entry or something, but cannot find it.
djtech2k said:
If I go to the settings for Today, I can choose multiple items, but it looks bad. If I choose Windows Default on the menu, I cannot choose any other items. So I am looking for a way to customize whats in that Windows Default setting. I thought it would be a registry entry or something, but cannot find it.
Click to expand...
Click to collapse
as far as i know you wont be able to add any stuff same way as you were able to do it in WM 6.0.. Do some research on Spb shell. you may like that or check out Iphone Today Theme on xda-devs.
I have been looking but haven't found anything yet.
I just want to add some items that fit into the Windows Default Today screen item. They already have those slider buttons and I would like to add some new ones.
Try "Home Screen Customizer". I use it to add a contacts panel and a weather panel, but it can do more. You can install it through Windows Marketplace too. Oh, did I mention it's free ? Here's a direct link to the application site: http://homescreencustomizer.spaces.live.com or the link from Marketplace. Hope this is what you're looking for. Thanks.
Doesn't Show Missing Calls?
Hello,
I JUST upgraded to MR2 from verizon on my touch pro 2. My main concern is that it does not show the missed calls on the home screen anymore. I have to go to notifications to click on missed calls to see them.
When i was looking around i saw this thread:
ww.wmexperts.com/tags/touch-pro-2
(sorry i had to take the w out of www to be able to get the link above to post)
and it shows a picture of my phone, with the MR2 upgrade WITH the missed calls showing!
What am i doing wrong? How do i get my missed calls to show back up on the screen.
as a side note, it also shows calendar items, my phone also does not show calendar items. It seems to me that my first row of quick links is up too high (that is where the missing calls and calendar show up on the picture for MR2)
Hi, I just bought a stock Sprint Touch Pro 2 and I really want to find the option that I can disable the HTC sense.
I have tried to find the settings tab but actually my 'settings' is not the one I want. Following is the list of all options in this settings:
Personalize (wallpaper, etc)
Wireless Controls (Wi-Fi, Bluetooth, mobile networks, push mail)
Sound & Display
Data Services (options for ActiveSync, social networks, e-mail, etc)
Location (set location service options)
Security (encryption, phone lock and reset)
Application (remove programs, etc)
SD card & phone storage (view available storage)
Date & Time
Locale & text
Updates & feedback
Other (miscellaneous settings - none appear to be relevant)
About phone (battery status, device info)
So by which I can disable the HTC sense?
Thanks first.
djtech2k said:
I have a Sprint TP2 with the SPrint WM6.5 ROM.
I am using the "Windows Default" Today Screen Items because HTC Sense is so slow and makes my phone screw up all the time now.
I like it, but I would like to modify which items are on the list. How can I do that?
I can change the items on the list, but once u select the Windows Default, you cannot select anything else. I like the default, but just want to add/remove some stuff.
Thanks in Advance!
Click to expand...
Click to collapse
@ zhangaa
Since you are using Win 6.5 and HTC sense is still on you will have to go by this path -
Go to setting > bottom right there is "Menu" written click that > will give you an option of " All Settings " select that > then find the icon name " Today " select that > it will take you to a screen where u will have two tabs on the bottom left - " Appearance" & "Items" here select " Items " > You will have a list of itmes the third one will be will be checked -"HTC Sense" - uncheck it > then click OK on the top right.
You will now have HTC sense disabled. If you want to re-enable just check it again and click OK !
Hope this helps!
Thank you very much for your reply, abhisahara
I have got it
Thanks again!
abhisahara said:
@ zhangaa
Since you are using Win 6.5 and HTC sense is still on you will have to go by this path -
Go to setting > bottom right there is "Menu" written click that > will give you an option of " All Settings " select that > then find the icon name " Today " select that > it will take you to a screen where u will have two tabs on the bottom left - " Appearance" & "Items" here select " Items " > You will have a list of itmes the third one will be will be checked -"HTC Sense" - uncheck it > then click OK on the top right.
You will now have HTC sense disabled. If you want to re-enable just check it again and click OK !
Hope this helps!
Click to expand...
Click to collapse

Categories

Resources