"Programs" panel in titanium? - Windows Mobile Development and Hacking General

Hi all.. i've searched for a while now and installed multiple plugins, but I still cannot add a "Programs" tab!! I want to be able to launch apps from titanium, is it possible?

I'm looking for the same thing - something to put my favorite apps on so I can launch directly from the Titanium panel.
I thought I saw something somewhere about this but now I can't find it. So I am looking too.....

SimpTheChimp said:
I'm looking for the same thing - something to put my favorite apps on so I can launch directly from the Titanium panel.
I thought I saw something somewhere about this but now I can't find it. So I am looking too.....
Click to expand...
Click to collapse
There is a thread where a chome customizer is developed. With it you can add a plug in and launch your favorite programs, or you can add a new page to an existing plug in, and launch them from there,
http://forum.xda-developers.com/showthread.php?t=506951

claus1953 said:
There is a thread where a chome customizer is developed. With it you can add a plug in and launch your favorite programs, or you can add a new page to an existing plug in, and launch them from there,
http://forum.xda-developers.com/showthread.php?t=506951
Click to expand...
Click to collapse
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?

There is a very well explained guide here in post 2. I think you need a few hours on your hands to achieve results though as it does not look straightforward.

oldsap said:
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?
Click to expand...
Click to collapse
I agree, I have played with that program and actually added a programs panel, but then how does one add the necessary items? I think we need a tutorial somewhere on what are the available registry entries for Titanium....

oldsap said:
hi, i have installed CHome editor but i dont know how to add a program to launch. any help please?
Click to expand...
Click to collapse
You create a new panel, Launcher for ex., then you add a new page and you add as url a program, then you add another page with another program to launch and so on. Then you can swipe from one page to the next one and tap to launch the program you want. If there are too many favorite programs you could add instead a folder with all the programs in there, or launch a program launcher like iLaunch.
Just a few thought how i would do it.

This is most likely the way to do it:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
DefaultXML/ExtensibilityXML= Active plugins and their order. Also tells CHome which CPR’s to use (filename).

Creating a Programs Tab
From my findings, it seems you can achieve the result you are looking for by editing 3-4 files.
1. bronzeres.dll (this contains the icons for each program you want to launch)
2. Titanium_###x###.cpr files (2 if you have a landscape mode)
3. registry change
What you need to do is change everything that is set for the CWelcomeCenter and turn it into your programs panel. Look at this post for an example of my registry change .dll and .cpr files for an example. http://forum.xda-developers.com/showpost.php?p=3651793&postcount=78
Hope this helps in your search

got it. Using CHome Editor:
1. open CHome Editor, click Add New Panel, create a name for it (ex. Programs)
2. after adding "Programs Panel", click on Add New Page, then choose "Program" from the list and click on "Create"
3. back to the CHome editor menu, click on Edit Items Value, and choose "Programs" from the list on the left hand list of panels.
4. choose Page 1, and then edit these values:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
5. Save and you're done

oldsap said:
got it. Using CHome Editor:
1. open CHome Editor, click Add New Panel, create a name for it (ex. Programs)
2. after adding "Programs Panel", click on Add New Page, then choose "Program" from the list and click on "Create"
3. back to the CHome editor menu, click on Edit Items Value, and choose "Programs" from the list on the left hand list of panels.
4. choose Page 1, and then edit these values:
ACTIONURL= Location of exe/ink/etc for the plugin when you press on the panel or press the center D-Pad Button (Example: ”\Windows\fexplorer.exe” to make the plugin open File Explorer)
SK1URL= Same as ACTIONURL, but for the “Left Soft Key”.
SK1TEXT= The text displayed for the “Left Soft Key”.
SK2URL= Same as ACTIONURL, but for the “Right Soft Key”.
SK2TEXT= The text displayed for the “Right Soft Key”.
5. Save and you're done
Click to expand...
Click to collapse
Thanks for the summary - it makes it so much easier when you see it in a list like that. Just to add for completeness before 5. above
PICTURES= location of the graphic to be displayed in the panel eg. \My Documents\Car.png
TEXT1= Text you want to appear in the panel eg. Tom Tom Navigator.
It just looks better with these added rather than having a blank panel.
TouchFlo is so yesterday

Is there mabye possible to make a cab file? Not all of us are xperienst "hackers"
If so, thanks a bunch

custardo01 said:
Thanks for the summary - it makes it so much easier when you see it in a list like that. Just to add for completeness before 5. above
PICTURES= location of the graphic to be displayed in the panel eg. \My Documents\Car.png
TEXT1= Text you want to appear in the panel eg. Tom Tom Navigator.
It just looks better with these added rather than having a blank panel.
TouchFlo is so yesterday
Click to expand...
Click to collapse
any specific dimension for the picture?

oldsap said:
any specific dimension for the picture?
Click to expand...
Click to collapse
I think it gets resized automatically because the car one I have shown is 489x365 on the device - way too large. Another one I did for the camera is 128x128.

custardo01 said:
I think it gets resized automatically because the car one I have shown is 489x365 on the device - way too large. Another one I did for the camera is 128x128.
Click to expand...
Click to collapse
thanks for the info

After we have created these panels what is a good way to extract them so we can share them? I have a few I want to create I want to share them.

JukEboXAuDiO said:
After we have created these panels what is a good way to extract them so we can share them? I have a few I want to create I want to share them.
Click to expand...
Click to collapse
since they are created as registry entries, you may extract them as reg files using resco registry

oldsap said:
since they are created as registry entries, you may extract them as reg files using resco registry
Click to expand...
Click to collapse
Any specific place I can look to extract them from? I have a registry editor but I am not sure where to look for them.

Just added a new Program panel, which launches iLaunch, with text and icon and everything and it works nice. As i customized cHome quite a bit up to now, what everything do i need to backup, to restore it when i flash a new ROM, to get exactly cHome back as it is now?

HKLM\Software\Microsoft\CHome

Related

HELP. How to: control panel entry?

hi there.. i've searched for long (google and here) and still haven't got any answer..
i was wondering how can i put or create my own control panel entry or how to move control panel applets say from System to Personal..
is it possible to place shortcuts to EXE files in the Control Panel/Settings applet?
i would like to place all configuration applications (S2u2 settings, FtouchFLO Config, Battery Status Config, etc) in the Control Panel, since these are all settings/configurations, i feel that they should be within the control panel in one place and not scattered among other programs.
also, i would like to move the SRS WOW and MEMORY applets to the personal tab, because i always use them.. it saves me more clicks..
thanks in advance and i hope someone can help me..
any files with exe etension wont appear in control panel only cpl extensions will appear
scousemartin said:
any files with exe etension wont appear in control panel only cpl extensions will appear
Click to expand...
Click to collapse
aah.. ok.. thanks.. then how can i link cpl extensions to exes? because some (default) control panel entries (ctpnl.cpl) are actually linked to exes like Power, Backlight, Beam, Clock, etc (which are all in \Windows directory)..
is there a way to do the same?
also, how can i move (place into other tabs) some other 3rd party entries in the control panel?
i found in the registry (\HKLM\Control Panel\) that SOME entries can be moved, by changing the 'Group' DWORD vaue in each key(0=personal, 1=system, 2=Conn)..
though some are still missing, such as Clock, Add/Remove Programs, and 3rd party applets (except Wisbar's Theme manager applet)..
where can i find these entries?
also, thanks for the quick reply.. i was afraid that this li'l question will reach the second page without any replies at all..
Go here http://forum.xda-developers.com/showthread.php?t=340974
just copy the location and paste it in your Notepad and save it as .LNK
ather90 said:
Go here http://forum.xda-developers.com/showthread.php?t=340974
just copy the location and paste it in your Notepad and save it as .LNK
Click to expand...
Click to collapse
no, i don't want a shortcut of control panel entries anywhere.. i want shortcuts of PROGRAMS in my CONTROL PANEL..
you got it the other way around sir..
Hi kabayan! just to clarify:
He wants to learn how to make a .cpl file that opens up an .exe file.
I would personally like to know how that's done myself. Maybe I'll try opening a cpl file in Notepad or something..
tried opening a cpl in notepad.. and.. uhhm.. it just shows garbage tetx.. i think it is not unicode or anything readable by notepad..
thanks kabayan.. ehehe.. nice to see someone near home in an international forum..
Put a .lnk file in \Windows\Start menu\settings
_TB_TB_ said:
Put a .lnk file in \Windows\Start menu\settings
Click to expand...
Click to collapse
Hello,
I was also trying to add a new entry in Control Panel and followed your instruction... It worked, I made one shortcut appear in System tab, under Settings. However, I wanted it to appear in Connections tab. Already tried to add the following entries in registry, but it didn't work.
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\APP_NAME]
"Group"=dword:00000002
Any ideas?
Can anyone please help?

change VIDEO CALL SOFTKEY to CONTACTS

Is it possible at all to do this?
Would be really nice
you have to change it in the registry.
some one on here will be able to tell you what bits to change.
i cant as mine is set to something else and you have to
set the right path and mine will be differant to what you want.
964rs777 said:
you have to change it in the registry.
some one on here will be able to tell you what bits to change.
i cant as mine is set to something else and you have to
set the right path and mine will be differant to what you want.
Click to expand...
Click to collapse
I can do better than that. I can point you to the cab I made of the relevant changes so all you need to do is install this one file!
Great job, but do tell if the video call button would come back or not if I uninstall the Cab file.
If not how can we bring it back if and when I want to
This freeware program is a great alternative. Includes a reset to default command.
http://fantasticbytes.com/products/softkeymanager
i got a kinda similiar problem..except i wanna change my left soft key which now says TODAY SCREEN to watever da the default was..i think it was PHONE on my tf3d home screen..the reason it says TODAY SCREEN was after i uninstalled the phone alarm cab i was left wit dat..now i cant figure out how to change it back..i tried da fantasticbytes softkey manager didnt change anything..so if anyone can help or point me to right link link..really appreciate it..thanx
Can someone give me the registry path, so I can choose witch programma I like to map?
I have the new 2.03 ROM installed but want to change the dailer softkeys.
Thanks
You would have to find out a way to edit the DLL from post #4.
Unlike the softkeys from the homescreen the softkey on the dialer work totally different.
I didn't realise we were talking about the dialer when I posted above!
You can change the Left Softkey to the default contacts application (iContact BE on my phone) by setting the following registry DWORD to 1:
HKLM\Software\HTC\PHONE\LSKContact
Cab file attached (my first ever)
Also, you can drop this file in your Windows dir. Just overwrite the original with Total Commander or Resco.
65coupei6 said:
Also, you can drop this file in your Windows dir. Just overwrite the original with Total Commander or Resco.
Click to expand...
Click to collapse
What does this DLL do?
Now I have standard Windows Contacts or Pocket Informant, but I want iContact set as default contact button. This because in the phonepad I can't switch to second phone number when using smartdail...
Davey101 said:
I didn't realise we were talking about the dialer when I posted above!
You can change the Left Softkey to the default contacts application (iContact BE on my phone) by setting the following registry DWORD to 1:
HKLM\Software\HTC\PHONE\LSKContact
Cab file attached (my first ever)
Click to expand...
Click to collapse
That registry key is allready set to 1, but I can't get iContact to start...
What does your cab file do?
Marvie said:
That registry key is allready set to 1, but I can't get iContact to start...
What does your cab file do?
Click to expand...
Click to collapse
It just sets that one registry value, changing the left soft key of the dialer to "Contacts".
This launches the default contacts application - normally pOutlook but it should be iContact if you have installed it.
I installed the new iContact 0.9 and now it is default contact manager
Thanks
Davey101 said:
I didn't realise we were talking about the dialer when I posted above!
You can change the Left Softkey to the default contacts application (iContact BE on my phone) by setting the following registry DWORD to 1:
HKLM\Software\HTC\PHONE\LSKContact
Cab file attached (my first ever)
Click to expand...
Click to collapse
Thank you!!!

Remap Softkeys

I´m using pocket informant for PIM management and HD Tweaks to remap the softkeys, however, I can´t assign to any of the softkey the pocket informant contacts or calendar, only the WM.
Any ideas on how to solve this?
You need to modifye keys in the registry. Here is how I've done it on my HD (it's in french, so you may have to translate the path for your version)
Using a registry editor,
- I have assigned the label "Agenda" to the left soft key :
HKLM\Software\HTC\Manila\HomeLSKText="Agenda"
- I've assigned the week view to the key :
HKLM\Software\HTC\Manila\HomeLSKPath="Windows\menu démarrer\programmes\informant utils\piweek.lnk"
Note that the "Informant Utils" folder contains a shortcut for each view, you can choose whichever you want, their name are self explanatory.
I've configured the x button to close all applications but PI (to have it always active and then have a faster access) :
- start PI
- go to settings>Task manager> tab "current" (or whatever the first tab name is in your language)
- tap and hold on the PI task, then select "add to exclusive"
That way, when I click on the left soft key (now labeled "Agenda") I switch to PI in week view. I can then switch from PI by using the Home button or the x button, PI will stay active and the next switch will be very fast.
Nor working for me...
I should work. You must have made a mistake somwhere. Did you do a soft reset? Did you doublecheck the path to be sure you wrote it correctly?
You can also try the program HD Tweak wich allow you to set that in section 14.4 & 14.5.
My answer to HTCZar was irrelevant, because Claude already anwered.
As I said in the first post, I tried to use HD Tweaks, however the optios presented don´t include the PI calendar\agenda, how do I put them there?
Coude said:
- I've assigned the week view to the key :
HKLM\Software\HTC\Manila\HomeLSKPath="Windows\menu démarrer\programmes\informant utils\piweek.lnk"
Click to expand...
Click to collapse
Could you possibly check the link properties for this and month view? Just for anyone that might have got rid of all those extra links cluttering up his 'All programs list'...
What I'd like to have set up, the left soft key goes to Pocket Informant (maybe the screen where you choose what view you want) and when I tap an appointment in TF3D it loads the agenda view, using SSMaPa. (Can you get me a link for this?)
Here is the link as read in the properties of the shortcut :
For PIWeek.lnk :
"\Program Files\WebIS\PocketInformant\PITab.exe" 4?\Program Files\WebIS\PocketInformant\PITab.exe,-113
For PIMonth :
"\Program Files\WebIS\PocketInformant\PITab.exe" 4?\Program Files\WebIS\PocketInformant\PITab.exe,-114
To get rid af tho extras link in 'All program list', it would have been better to move the shortcut in another folder, so you could still use them if needed...
I haven't used SSMaPa yet (but I planned to) therefore I can't help you on this matter. Sorry.
Yeah, I should have just moved them... silly me. Thanks for your help. Could you possibly give the link to the agenda view too? Thanks.
Is there a link to 'view' view?
I´ll Try that Again then.
Is it possoble to change the hardware keys function?
Works fine! Thank you very much! @claude
Where do you put the path and exactly how are you writing it ?
@AndyCr15
Could you possibly give the link to the agenda view too?
Click to expand...
Click to collapse
"\Program Files\WebIS\PocketInformant\PITab.exe" 2?\Program Files\WebIS\PocketInformant\PITab.exe,-111
Is there a link to 'view' view?
Click to expand...
Click to collapse
Sorry, I couldnt find one.
@HTCzar
Where do you put the path and exactly how are you writing it ?
Click to expand...
Click to collapse
1. You need to install registry editor. I use Resco Registry Editor, but there are some other.
2. Open the registry and follow the tree up to the parameter HomeLSKPath. Taping on the parameter should provide a field where to keyin the path string.
3. Quit the registry editor
4. Restart TF3D or do a Soft Reset.
I´ve done that, and i´m also using Resco editor.
The path strings begins with Windows\....PIWeek.lnk right? it takes no " "?

Adding Programms to "TF3D-Programs-Tag"

Hello,
i think it's just a simple problem, but i couldn't solve it till now lol.
On the one hand there's the program-path on windows, and on the other hand there's another on tf3d, which u can reach by the tf3d icons (2 pics to show at attachments).
I just wanna know how to add programs to the way with tf3d. Or isn't that possible?
Just click on the empty gray icon with a plus in it. Then you get the "add program" dialogue.
well ye, i'm sorry, my bad english in this thread is leading for missunderstandings.
U r right ofc, but that's not my problem. I meant how to add programs which r not in the list!
So for example: i installed mobile navigator and i wanna have the program in that path. There're just about 10 programs in the list and no button like 'add more programs'.
4varic3 said:
well ye, i'm sorry, my bad english in this thread is leading for missunderstandings.
U r right ofc, but that's not my problem. I meant how to add programs which r not in the list!
So for example: i installed mobile navigator and i wanna have the program in that path. There're just about 10 programs in the list and no button like 'add more programs'.
Click to expand...
Click to collapse
I see.
I think the list of "Add programs" applications comes from the \windows\start menu\programs directory.
So, if you want to add a program to TF3D program Tab you first need to copy a short-cut link to the program into the above directory.
UPDATE: It looks like the TF3D collects all programs in the \windows\start menu directories (not just the "Programs" directory). So, make sure there is a link to the application you want somewhere there.
Then, add using the empty grey icon. Finally, if you wish, delete the link to the file.
thx for ur answer, but it didn't solve the problem. As it seems, it hasn't anything to do with each other. The files in \windows\start menu\programs r just for the start-menu, and the files in \windows\start menu\ i dunno what they r for. Neither putting an app in the first, nor putting it in the second path causes anything.
I had a closer look at the folders in the \windows folder, but didn't found anything which could have to do with touchflo!
The most important thing i noticed:
When i go for the icon on touchflo, first there's the screen which program i wanna start. Now i can tab on the 'plus' which normaly therefor is used to add more programs, such as everyone would expect it. Normally so far! but now: in the next screen (look attached pic #2 from first post) there's no dialoge like 'add more applications' (like i said before). So the only way to fix this problem is about windows. But there's no folder i saw. I think finding the right place for the apps is the only way to fix it.
4varic3 said:
thx for ur answer, but it didn't solve the problem. As it seems, it hasn't anything to do with each other. The files in \windows\start menu\programs r just for the start-menu, and the files in \windows\start menu\ i dunno what they r for. Neither putting an app in the first, nor putting it in the second path causes anything.
I had a closer look at the folders in the \windows folder, but didn't found anything which could have to do with touchflo!
The most important thing i noticed:
When i go for the icon on touchflo, first there's the screen which program i wanna start. Now i can tab on the 'plus' which normaly therefor is used to add more programs, such as everyone would expect it. Normally so far! but now: in the next screen (look attached pic #2 from first post) there's no dialoge like 'add more applications' (like i said before). So the only way to fix this problem is about windows. But there's no folder i saw. I think finding the right place for the apps is the only way to fix it.
Click to expand...
Click to collapse
Hi, sorry it did not work - we need a better expert to understand this than me !
clearly TF3D is getting a list of possible applications from somewhere. I thought this was the \windows\start menu directory.
I don't know where else - maybe the registry, etc ???
well, me neither, else i wouldn't have started this topic.
I wondered founding nothing with the search function. I can't believe that i'm the only one with this question. In my opinion the function of that "Apps-Site" is a luxurious advantage of the phone, also having the fact to reach it that simply by tf3d, and not over the start-menu.
But, i really dunno how to fix it... registry could be a possibility, but i dunno much about it, so i'll keep my hands out of it, at least with self-testing..
Well, maybe another one can help me?
Ok, i concentrated on the registry now, but didn't find anything which could have to do with my problem.
So no1 can help me with this problem?
*push*
Cheesy Dave said:
So, if you want to add a program to TF3D program Tab you first need to copy a short-cut link to the program into the above directory.
Click to expand...
Click to collapse
This is the way it should (and does) work.
Adding a shortcut to the windows\startmenu(\programs) folder will also show the application in the WM program path, so check there to verify if you added an application shortcut or perhaps did something else.
Also make sure you don't have more than 6 programs added to the Windows\Startmenu folder itself as it will not work properly otherwise.
If I understand the problem correctly, you want to add a shortcut of a given program in the All Programs list.
Easily done, here's the procedure :
- make sure you have installed the HouMing File Explore Extension ;
- now open File Explorer ;
- search the file you want to see in the All Programs list ;
- touch and hold the file name until a context menu appears ;
- choose 'Send Shortcut to Prog ...' ;
DONE !
Now you can choose your program and add it to the list.
omfg -.-"
i found the solution...when i tried to hit the 'plus' and reached the "all programs" screen, there have been just a few programs, like on my screen showed. I didn't know, that i can scroll down those programs!!! The whole time i thought, there would be just these 10 programs.
So the only problem was not knowing that i can scroll in that screen through all those programs...
I'm really sorry for my own stupidness!!!
Thanks to every1 for helping me... *head -> wall*
He he, good news.
I understand entirely. I was surprised ages ago by the tap & hold function !!
Georgeous2008 said:
If I understand the problem correctly, you want to add a shortcut of a given program in the All Programs list.
Easily done, here's the procedure :
- make sure you have installed the HouMing File Explore Extension ;
- now open File Explorer ;
- search the file you want to see in the All Programs list ;
- touch and hold the file name until a context menu appears ;
- choose 'Send Shortcut to Prog ...' ;
DONE !
Now you can choose your program and add it to the list.
Click to expand...
Click to collapse
Hey you guys this is off subject but it also involves this thread..
ok, so we only have about 30 shortcuts on our programs tab right? well i added more, so now i have up to 51 shortcuts on my programs tab. i click on the extra ones added and everything goes well until after selecting a primary program to add, it doesnt add.
this is what i did.. maybe i missed a step!
Open Regedit and i went to the following root
*HKLM\Software\HTC\Manila\ProgramLauncher.
i created new folders 31-51 and inside each folder i created the following strings and dword:
String Values Name: Command
String:
String Values Name: DispName
String:
String Values Name: IconPath
String:
String Values Name: Path
String:
DWORD Value Name: IsReadOnly
Data : 0
Then i went to the following root:
*HKLM\Software\HTC\Manila\ProgramLauncher\totalItemCount.
and i changed the DWORD Data to 51.
i Restarted my phone and i stopped there.
Please advice cause this would be pretty badass if we can keep adding to our programs tab.
Solutions found, thread closed

[REF] Rotating apps using registry and finding classes

Hi All,
I have written this little tutorial by piecing togethor bits of info from other forums and threads. Some of you will probably know this already but this is for those who are struggling:
To get the g sensor rotating any application that doesnt do so already you will need to edit the registry on your device.
Using your preferred registry editor navigate to:
HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
Here you must create a new string value. The name of your string is whatever you want it to be. The value of your string would be the path to the exe of the program you wish to rotate.
Once this is done you must then navigate to:
HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
Here you must again create a new string value.
The name again is whatever you want it to be... the value would be the class name of the application you are attempting to rotate.
For example.... to get excel rotating with the G sensor:
HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
Create new string value... i named it Excel Mobile. Value is:
windows\pxl.exe
HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
Create new string value... again i named it Excel Mobile. Value is:
BOOKWIN
Create second new string value... i named it Excel Mobile2. Value is:
PXLMainWnd
Exit your registry editor and soft reset the device. Job done. Excel will now rotate within the open file browser (PXLMainWnd) and also within any open workbook (BOOKWIN)
For any particular app you should be able to figure out what the full path is to your exe but to get class names use dotfreds task manager:
http://www.dotfred.net/TaskMgr.htm
Once the task manager is installed.... start your app... then start the task manger... go to applications tab and long press on your app which will be listed if it is still running... select details. Go to the windows tab... this screen will list all of the classes currently accessed by your app. Ususally the ones to add into the whitelist will be the ones that are preceded by the app name but not always.
To get you guys started here are the settings for word:
windows\pword.exe
and you need to add two classes to the white list:
WordPad
Pocket Word
Remember that class names are case sensitive.
disclaimer: I TAKE NO RESBONSIBILITY FOR ANY DAMAGE TO ANYONES DEVICE BY POSTING THIS QUICK TUTORIAL. YOU CAN SERIOUSLY DAMAGE YOUR DEVICE IF YOU EDIT THE REGISTRY INCORRECTLY... IF YOU DO NOT KNOW WHAT YOU ARE DOING LEAVE IT WELL ALONE!!!!
bump cos ive changed the title!
can you find the modulename/whitelist for the messaging (SMS/MMS) tab? It's the only one I have trouble rotating.
lude219 said:
can you find the modulename/whitelist for the messaging (SMS/MMS) tab? It's the only one I have trouble rotating.
Click to expand...
Click to collapse
ill have a look if i get some time.
im having trouble getting the lifestyle home page in spb shell rotating atm!
Audio Oblivion said:
ill have a look if i get some time.
im having trouble getting the lifestyle home page in spb shell rotating atm!
Click to expand...
Click to collapse
thank you, and take your time =) btw, I just wanna be clear that I didn't mean the messaging tab on the home/sense screen, I meant the default win6.5 screen.
Thanks for this post, I am trying to find the details for a new app called DynaInk. I've followed your instructions and I am about to see if it worked?
*** Drum Roll ***
It worked, I used #NETCF_AGL_BASE_
Thank You
I applied this trick for Notepad which is a simple text editor that doesn't even require installation:
http://www.shamasis.net/projects/notepad-mobile/
After installing Dotfred's Task manager it showed me several string values for Notepad.exe and one of them was same as Nighthawk's DynaInk: #NETCF_AGL_BASE_ so I added it for my Notepad.exe.
Now it rotates with G-sensor
Thank you, Audio Oblivion for this guide!
p.s. What kind of damage to the device could possibly be done by adding those strings with those values? One could delete them if there's no result ?!?
Great post, works very well except for 1 program.
Perhaps you can help me out with the class name of TomeRaider3.
Program is TomeRaider3AU.exe, but for the Whitelist entry I always get different ClassNames when I start it as just like: "Afx:83ab6eaa:0, next time I get Afx:d54d7832:0, and so on.
Can anyone please help me out with this ?
many thanx in advance
Edit: Found the solution. I have added a ModuleName Wikipedia with Value "\Programme\TomeRaider3\Wikipedia.tr3 and a Whitelist entry for Wikipedia called "Dialog", for the Whitelist entry of TomeRaider I also used "Dialog", now it works very well.
lude219 said:
thank you, and take your time =) btw, I just wanna be clear that I didn't mean the messaging tab on the home/sense screen, I meant the default win6.5 screen.
Click to expand...
Click to collapse
I launched the default wnimo messaging screen and saw a process called tmail.exe appear.
search for tmail.exe on you device and use its full path as the module name. its probably windows\tmail.exe
for class entry in whitelist try: Dialog
If thats not it then start messaging, lauch dotfreds task manager, long key press on tmail.exe... click on windows and try every class you see!
I have now found that gyrator works quite well if you want EVERY screen on your device to rotate with the acceleromter... however... even though it is set to rotate everything... not all windows work. I still had to add in certain aspects of SPB shell to the whitelist for instance. Also... HTC Sense homescreen doesnt like being rotated.
drkalo said:
p.s. What kind of damage to the device could possibly be done by adding those strings with those values? One could delete them if there's no result ?!?
Click to expand...
Click to collapse
You wont damage your device if you follow my instructions carefully. The values you are changing are safe to add, delete and edit at any time (although dont touch what is already in the registry before you started adding to it). The discalimer is there in case someone messes up their registry by doing something incorrectly!
What about the programs that have the same Class name eg. "Dialog".
As i noticed it's enough to add process name to ModuleName or Class Name to WhiteList. No need to put both.
Better to use ModuleName if you have several applications that both have eg "Dialog" but one of them you do not want to rotate.
Eg. Nimbuzz - Dialog, HTC phone app - also Dialog. I do not want to rotate Phone So for me works only the ModuleName for the Nimbuzz.
For other apss I only include data to whitelist In fact there is two lists - by process name and by Window class...
Is there a similar way to enable the "Pinch to Zoom" feature for programs by just adding the programm to some registry entries?
TomTom
This is great
added TT7 = MunichWinClass to the white list.. now I can use TomTom in landscape
Thank you for this information.
I've done 3 programs;
Resco Explorer 2008
ModuleName
\Program Files\Resco Explorer\Explorer.exe
WhiteList
RESCO_EXPLORER_CLASS
and
Palm Digital Media eReader for windows mobile
ModuleName
\Program Files\Peanut Press\eReader.exe
WhiteList
PalmDigitalMediaWin
IME
and
1-Calc
ModuleName
\Program Files\OmegaOne\1-Calc\1-Calc.exe
WhiteList
Dialog
I can't take responsibility if these changes don't work for someone or if they brick their device.
Google maps, OziExplorer, File Explorer & Garmin
Thanks for the detailed info
ModuleName
"GMaps"="\Program Files\GoogleMaps\GoogleMaps.exe"
"Ozi"="\Storage Card\OziExplorer 2\OziExplorerCE.exe"
"FileMan"="\Windows\fexplore.exe"
"Garmin"="\Storage Card\Garmin\Apps\WM\QuePPC.exe"
WhiteList
"GMaps"="GoogleMapsMobile"
"Ozi"="OziExplorer"
"FileMan"="FEXPLORE"
"Garmin"="QUE_SUBAPP_WND_CLASS"
Thanks for this have done tomtom too. Perfect!!
Edit: Could anyone put this in a cab for me please?
Dir of .exe = \Storage Card\Program Files\TomTom Navigator.exe
Value = MunichWinClass
Not working
Hi all,
I have tried to apply this procedure but my applications still do not rotate.
I have tried both modifying the registry by hand, and using BsB Tweaks to rotate Excel but with no success. Any suggestions to share?
EDIT: I have tried disabling and re-enabling the Rotate feature (AutoRotation -> 0 -> 1), resetting the phone after each change, and now NO APPLICATION will rotate: not even HTC messaging nor the Sense Pictures tab.
HELP!!!!
EDIT 2: Solved! I've just found out by pure chance that rotating works only counterclockwise, while I assumed it should work both ways!

Categories

Resources