[APP]Application for screen rotation simulating the keyboard out - Touch Pro2, Tilt 2 Themes and Apps

Dear developers,
I have a big issue with Rhodium, apparently without solution (as I see in the forum many others have it): if I use any G-Sensor application to rotate the screen to landscape based on the internal G-Sensor, some windows/applications still show in portrait. One example is the Dialer, that cannot be "kept" into landscape just by keeping the phone in lanscape position.
I've searched the registry and found an interesting key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Keypad\IsSlideOut - value is 1 if the phisical keyboard is open and this triggers the entire Windows and Manila to rotate "for good" in landscape - no more annoying bugs and unattended rotations back to portrait.
If i rotate the phone to landscape and set the key value to 1 in registry WITHOUT sliding out the keyboard, the phone STAYS in landscape, even if it is rotated back to portrait, no matter what application is opened (in fact the phone thinks the keyboard is out and disables the G-sensor).
So, my request is for an app (exe to be assigned to long press send key) that triggers first a rotation to landscape and then changes the key in registry to 1, if the phone is in portrait; if the phone is in landscape, the app should modify the key to 0 and rotate the screen in portrait.
Is it possible to do it? How difficult it would be?
Sorry for the long post and the "non-technical" language.
Many thanks,
Radu

Solution is simple - MortScript
Dear all,
A friend has gave me the simplest possible solution: Mort Script.
For the ones that need it, here it is:
screenrotation = RegRead("HKLM", "\System\GDI\Rotation", "Angle")
if (screenrotation = 0)
Rotate (270)
RegWriteDWord("HKLM", "System\CurrentControlSet\Keypad", "IsSlideOut", 1 )
elseif (screenrotation = 270)
Rotate (0)
RegWriteDWord("HKLM", "System\CurrentControlSet\Keypad", "IsSlideOut", 0 )
else
Message ("Not a standard rotation!")
endif
Be sure to have the following value in registry before using the script:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCSensor\GSensor]
"KBDSlideOut_To_Stop_GSensor"=dword:00000001
Dear moderators, please close this thread, as I don't know how to do it.
Regards,
Radu

try installing this cab file make most of the stuff home screen stuff, calander etc work in landscape

No success
combat goofwing said:
try installing this cab file make most of the stuff home screen stuff, calander etc work in landscape
Click to expand...
Click to collapse
Hi,
Thanks for info, but I have done it since the beginning. It's working very well, but there are some bugs, like the dialer program: if in landscape I press the Send key, I have a 1 sec delay before the screen autorotates to portrait and than the dialer shows in portrait.
The only solution suitable for my needs seems so far the MortScript.
Radu

It's totally awesome.
Great hack man.
Finally my problem was solved.
It's the only perfect and complete solution 4 rotating TP2 screen.
I had a post asking 4 solution like that but no one answered me.
Moderators should make it STICKY and should be added to the TP2 hack section
Thanks.

Glad I could help
meromar said:
It's totally awesome.
Great hack man.
Finally my problem was solved.
It's the only perfect and complete solution 4 rotating TP2 screen.
I had a post asking 4 solution like that but no one answered me.
Thanks.
Click to expand...
Click to collapse
I'm glad I could help. If you use autolock (http://forum.xda-developers.com/showthread.php?t=505032) you can use the attached script (original one updated) to disable the autolock while in landscape. I use autolock for suspend, incall and outcall when connected - if you use other features you have to modify the keys accordingly.
Radu

I have a question: I have a Tilt 2 and I'm looking to just beable to rotate any screen as I please...how in the world do I play/edit with Mort Script?
I'm very new to this phone and HTC in general.
Also...when I install a .CAB file. I've downloaded a few and stored them on my Memory (Scan Disc) to help conserve memory on my phone. Once it's saved on my memory disc I then loaded the program and POOF...it's done.
Is that the right way to install a .CAB file? I'm kind of lost and I hope I didn't mess anything up.
Thanks,

pimp4cheddar said:
I have a question: I have a Tilt 2 and I'm looking to just beable to rotate any screen as I please...how in the world do I play/edit with Mort Script?
Click to expand...
Click to collapse
Everything about MortScript can be found here: http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view
The "Scripts" are text files (can be edited with any text editor on PC or phone) saved with .mscr extension. Install the CAB from the link above, put the script on device and double click on it in a file explorer.
pimp4cheddar said:
Also...when I install a .CAB file. I've downloaded a few and stored them on my Memory (Scan Disc) to help conserve memory on my phone. Once it's saved on my memory disc I then loaded the program and POOF...it's done.
Is that the right way to install a .CAB file? I'm kind of lost and I hope I didn't mess anything up.
Click to expand...
Click to collapse
It's recommended to keep the .CABs on SD card, in case you hard reset the device they are handy to be reinstalled. I personaly prefer to install the programs in main memory instead of SD card.
Radu

nradu said:
It's recommended to keep the .CABs on SD card, in case you hard reset the device they are handy to be reinstalled. I personaly prefer to install the programs in main memory instead of SD card.
Radu
Click to expand...
Click to collapse
Thanks...I was alittle concerned about where I was saving the .CAB files. I appreciate you getting back to me.
I guess I was doing it right.
I believe there is a .CAB file somewhere on this website to make phone be able to switch between landscape and port...regardless of what menu or screen your looking at.
As of right now...I'm simply looking for a way to remove some of the programs that came installed on this phone. When the phone is on IDLE...it's still using about 70% of it's memory. It's killing me and I need to remove a ton of random programs (However, I do not want to flash my rom)...
Thanks again!

pimp4cheddar said:
As of right now...I'm simply looking for a way to remove some of the programs that came installed on this phone. When the phone is on IDLE...it's still using about 70% of it's memory. It's killing me and I need to remove a ton of random programs (However, I do not want to flash my rom)..
Click to expand...
Click to collapse
Hi,
Memory usage is affected by running programs not neccessary by installed programs - if you don't use an application and that application doesn't have any process resident in memory, it doesn't affect the amount of free RAM.
Try this to minimaze RAM usage: http://translate.googleusercontent....le.com&usg=ALkJrhgxbK5uth-OsSBjHj7d-TAJphQmUg
Radu

pimp4cheddar said:
When the phone is on IDLE...it's still using about 70% of it's memory.
Click to expand...
Click to collapse
My Tilt2 used to run +75%. From what I read, some programs take up memory even after being closed out. I did some more searching and installed the Dynamic Resource Proxy and No Push Internet cabs from here. Now I run in the 50-60% range.

combat goofwing said:
try installing this cab file make most of the stuff home screen stuff, calander etc work in landscape
Click to expand...
Click to collapse
After realizing this .cab would do it's job automatically (I thought I had to set the programs that wanted to rotate), I was wondering if there's anyway to auto-rotate the Titanium U/I with this?

Related

WM5.o Compatible close button needed!

has anybody come across a one button close all application for WM5.0? Spb 3.0.1 is too slow on WM5 and Wisbar Advance 2.4.....is also too much for what is needed. Something like Magicbutton but written for WM5.0 would br nice, nothing that requires much memory, but something that enables the closing of running apps without having to go into start/settings/system/memory...etc.
Wouldn't it be nice if Microsoft had just written in that piece of code, as they are well aware that since PPC2000, that every application opened, remains so unless you manually close it down in memory (therefore hogging memory resources!) :evil:
Well if anyone knows of a WM specific solution, please do share.
mackaby007 said:
has anybody come across a one button close all application for WM5.0? Spb 3.0.1 is too slow on WM5 and Wisbar Advance 2.4.....is also too much for what is needed. Something like Magicbutton but written for WM5.0 would br nice, nothing that requires much memory, but something that enables the closing of running apps without having to go into start/settings/system/memory...etc.
Wouldn't it be nice if Microsoft had just written in that piece of code, as they are well aware that since PPC2000, that every application opened, remains so unless you manually close it down in memory (therefore hogging memory resources!) :evil:
Well if anyone knows of a WM specific solution, please do share.
Click to expand...
Click to collapse
I added couple files which they are usefull for you and they include the closeall app.
Install the cab files you'll see the close all, Reset and Running programs, which they can be clicked from the systray directly, after the installation they require a soft reset or else you go to Start>Programs>System open TrayLaunch and press Enable
GSPocketMagic++ is the most stable program I've tried. You need to put some amended bitmaps in to get it to integrate with WM5 but it works well...
http://www.pocketpcfreewares.com/en/index.php?soft=1276
Thanks guys. I'll try them both and let you know how I get on.
Damn!! My Jasjar is a Rocket!!
sub69 said:
GSPocketMagic++ is the most stable program I've tried. You need to put some amended bitmaps in to get it to integrate with WM5 but it works well...
http://www.pocketpcfreewares.com/en/index.php?soft=1276
Click to expand...
Click to collapse
sub69: I don't know what kind of coding they used in that software you recommended, but it has boosted refresh rates and performance in general by at least 30%!! I know this sounds crazy but it's true! My opinion has completely changed about the speed of the Jasjar. It seriously Rocks! I couldn't care less if it doesn't stay this way, because it shows me conclusively, that future ROMs' will probably address the issues I have had thus far.
I needed this. Thanks a bunch sub69; best link I've had with regards to Universal software.
OK 1 gripe only: I've lost my two soft buttons on the bottom bar (any ideas?). It comes back and stays operational after a soft reset, but as soon as I use the 'close all' option of the program, I loose the soft keys! Damn..there's always a hitch!
Another positive though, the speed boost remains even after I have exited the program and revert to standard WM5.0 launcher!
P.S. I had at least 12 programs running simultaneously with no slow downs at all and 15 megs of Memory still available (tried to run out of memory, But couldn't). Very pleased at the moment, this is what I was expecting from the HTC Universal!! I'll test extensively before I comment further.
Thanks again sub69, u da Man!!
Mental...I didn't realise it was that good!?!
Not sure about the soft buttons, although come to think of it I have noticed they've disappeared a couple of times. Must've been when I hit "Close All" too?
Glad I could help, anyway. Do let us know how things go...
Re:getting better all the time!!
sub69 said:
Mental...I didn't realise it was that good!?!
Not sure about the soft buttons, although come to think of it I have noticed they've disappeared a couple of times. Must've been when I hit "Close All" too?
Glad I could help, anyway. Do let us know how things go...
Click to expand...
Click to collapse
Still cannot believe it!! It's still going strong. Sussed the soft button thingy:Under start (GSPocket)/options/settings...uncheck the 2 tabs for'use exten task close' & 'Use Today skin'. That's it. It runs absolutely perfectly for me & with no need for amended bitmaps too! It fits right in wih my red or blue border themes (I only use my own jpegs now instead of themes - in the hope that I get no performance issues.....so far so good). Under menu settind tab I only select close all & setting (which gives me quick access to all settings in WM5.0..personal & system) and under 'click' tab I leave it as default 'Menu'. I'm so impressed with this software, I didn't think non-specific WM5 software coul be this good!
That site you recommended is also tops!
This software is so good that I must put up a new thread to inform all of your wonder find. I just hope all who try it get the same experience I'm getting. Thanks again sub69....I don't even feel the need for the next ROM update/grade...though I won't be turning it away.
Hmmm, not sure why you're that stunned. I'm finding it just fine - but certainly no faster than my JJ runs under PocketPlus 3.01, and the non-VGA graphics are a real step backwards. Anyone know how to solve this?
You mention a speed improvement; can you clarify: Before this, how long did it take to rotate the screen, and how long does it take now?
MagicButton (mbutton) works with batterymeter
Hi All,
I installed MagicButton (freeware) om my K-Jam. It works so far!
Cheers,
CookieM
pocketpcfreewares.com is great! They do an RSSfeed showing all new and updated software, too, so its a permanent fixture as a "Live Bookmark" on my Firefox bookmarks toolbar.
I must fiddle with some .bmp's for GSPocketMagic++...
Can someone tell me how to install this? In laymans terms
It's simpler than you think
trapper said:
Can someone tell me how to install this? In laymans terms
Click to expand...
Click to collapse
Carnivor said:
CJSnet said:
Which CAB file do I install?
Click to expand...
Click to collapse
GSPMagic.xscaleE.CAB for english on JJ
Sub69, nice start button, now the flawless look sets it off
Click to expand...
Click to collapse
That's the file you need to download for the Jasjar, then if you have an SD card reader, you can transfer it directly to it and install the .cab file by selecting it! If you don't have a card reader, let's hope you have a bluetooth dongle, as it's a small file then you can bluetooth it over. However if you have no problems with your activesync connection, just use that to dump the .cab file on your storage card somewhere or into 'My Documents' on the jasjar.
It's not complicated.
Read the posts craigiecraigie4!
craigiecraigie4 said:
Hmmm, not sure why you're that stunned. I'm finding it just fine - but certainly no faster than my JJ runs under PocketPlus 3.01, and the non-VGA graphics are a real step backwards. Anyone know how to solve this?
You mention a speed improvement; can you clarify: Before this, how long did it take to rotate the screen, and how long does it take now?
Click to expand...
Click to collapse
craigiecraigie4 said:
I can confirm that this programme is small and perfectly funcitonal for closing apps. If you're battling with PocketPlus for some reason, then this is definitely the way to go.
Click to expand...
Click to collapse
mackaby007 said:
For anyone like sub69 who have experienced relatively few problems with their universal, you might not notice any difference, but for anyone who is still suffering performance issues
Click to expand...
Click to collapse
Read the following thread and you'll see that I had performance issues with my jasjar, hence these posts:
Link:
http://forum.xda-developers.com/viewtopic.php?t=30443
ramram said:
I added couple files which they are usefull for you and they include the closeall app.
Install the cab files you'll see the close all, Reset and Running programs, which they can be clicked from the systray directly, after the installation they require a soft reset or else you go to Start>Programs>System open TrayLaunch and press Enable
Click to expand...
Click to collapse
Good App ! made my day, very useful and simple
Cheers
hrb
Yep, using it myself now - but no speed change over PocketPlus (even after hard reset to remove PP). Using it cos I like menu and PP didn;t offer all that much more that other apps don;t give me.

TF3DOnnOff Paket by JeckyllHavok

TF3DOnnOff Paket by JeckyllHavok
UPLOADING UPDATED FILES YOU NEED TO REPLACE THE AUTOOFF.MSCR!!!!
Hi there with this collection off scripts you get the possibility to power on/off your device with TF3D enabled, also a little auto Off Function is Included.
Just download the attached zip folder and unpack all files to the root of your device.
Then copy TF3D-DisplayOff-mscr to your programs folder and map it to a button.
Now run the writenotification.mscr, (you need this file just at the first time, do not run it twice)
Now reboot your device with tf3d disabled in today plugins.
After reboot you should notice that TF3D starts.
Now with the button you mapped the tf3dDisplayOff Script to you can put your device to sleep with a keypress.
To power it back on just press power button.
If TF3D is disabled you can start it with the maped button too.
After 5 minutes a windows apear which will ask if device should go to sleep, if you press yes or do nothing device goes to sleep, if you press no the window will reapear in 5 minutes, i make that cause i miss that device with TF3D won't go automaticlly to sleep.
To remove the scripts just run remove notifications.mscr and delete the files.
hey i can't seem to get it to work on my nike..
how do you run writenotification.mscr???
My device says: first run program, then file.
And do you know a way to reload the clock so it starts on 00:00 and then flip down. Mine only does that when i enable the plugin the first time after it has been disabled.
hey i can't seem to get it to work on my nike..
how do you run writenotification.mscr???
My device says: first run program, then file.
And do you know a way to reload the clock so it starts on 00:00 and then flip down. Mine only does that when i enable the plugin the first time after it has been disabled.
Click to expand...
Click to collapse
Do you have MortScript installed on your device?
Just open the file like an audio file for example.
what do you mean by unpack all files to the root of your device.
in the attached zip file are several mscr files. Copy them to the main directory of your phone
can't work for me.... i must locate files in windows folder or anywhere in my device? when i click on mscr file WriteNotification.mscr nothing happens why?
can't work for me.... i must locate files in windows folder or anywhere in my device? when i click on mscr file WriteNotification.mscr nothing happens why
Click to expand...
Click to collapse
There comes no visible notification when clicking on write notification, place all files like this
\
\Windows
\My Documents
\Program Files
\...
\...
\...
pim.vol
*.*
*.*
<<--Extract here the files from the zip file
and now place a second copy of TF3D Displayoff.mscr in \Windows\Start Menu\programs\HERE...
Before you start right press remove notification and open it, and noe the same with erite notification.
Now map TF3D Display OFF to a button of your choice and disable TF3D in today plugins and restart.
If it works you will notice that TF3d start...
JeckyllHavok said:
After 5 minutes a windows apear which will ask if device should go to sleep, if you press yes or do nothing device goes to sleep, if you press no the window will reapear in 5 minutes, i make that cause i miss that device with TF3D won't go automaticlly to sleep.
To remove the scripts just run remove notifications.mscr and delete the files.
Click to expand...
Click to collapse
who does that part work? i dont get it
Uhhhhhh....
Sorry--what is this mortscript and where do we get it..? lol
telegraph0000 said:
Sorry--what is this mortscript and where do we get it..? lol
Click to expand...
Click to collapse
What about search function? Or Google?
This prog. freezes up my Kaiser to the point of a soft reset. I see TF3D start automatically after a reset, but when I press the assigned soft key to 'sleep' the screen goes off for a second, comes back on, TF3D is gone, and the unit is unresponsive...
doesnt work...I followed your instruction explicitly....and 1 after the inital reboot...tf3d doesnt come up and when activating the TF3D Displayoff.mscr its just dims my screen...howeever I'm still testing
ljinsane said:
doesnt work...I followed your instruction explicitly....and 1 after the inital reboot...tf3d doesnt come up and when activating the TF3D Displayoff.mscr its just dims my screen...howeever I'm still testing
Click to expand...
Click to collapse
I'm on 3. Nothing. If I take any longer with this phone tonight, my girl is going to KILL me. I'll play again when she goes to bed.
ljinsane said:
doesnt work...I followed your instruction explicitly....and 1 after the inital reboot...tf3d doesnt come up and when activating the TF3D Displayoff.mscr its just dims my screen...howeever I'm still testing
Click to expand...
Click to collapse
I have had this on my phone for the last few days...not only does it not work consistently but I cant uninstall the damn thing...'remove notifications' script does not work at all ...I'm going to have to do a hard reset(no big deal though) to get it off my phone.
To the OP...I appreciate your efforts but please PLEASE test and make sure your apps work as advertised before releasing in the futre...these scripts have far too many flaws
I have had this crapware on my phone for the last few days...not only does it not work consistently but I cant uninstall the damn thing...'remove notifications' script does not work at all ...I'm going to have to do a hard reset(no big deal though) to get it off my phone.
To the OP...I appreciate your efforts but please PLEASE test and make sure your apps work as advertised before releasing in the futre...these scripts have far too many flaws
Click to expand...
Click to collapse
If anyone here is playing around with TF3D for qvga or the drivers you should know that everything with this is still instable and beta´.
The script to it works on some roms and on some not,
If i hear questions like what is mort script and so on i think noone of you should anything of this, caus you are unable to use a search button.
Next versions of the script are posted in the new TF3D Manila dev. forum.
I think everything is posted there (that has to do with manila) until development is ready.
Cause everyone here is always asking the same questions.
If someone can't get rid of the notifications.... mmhhh.... search and you will find a solution how to edit the notifications on your your phone. Hard reset was not needed.
JeckyllHavok said:
If anyone here is playing around with TF3D for qvga or the drivers you should know that everything with this is still instable and beta´.
The script to it works on some roms and on some not,
If i hear questions like what is mort script and so on i think noone of you should anything of this, caus you are unable to use a search button.
Next versions of the script are posted in the new TF3D Manila dev. forum.
I think everything is posted there (that has to do with manila) until development is ready.
Cause everyone here is always asking the same questions.
If someone can't get rid of the notifications.... mmhhh.... search and you will find a solution how to edit the notifications on your your phone. Hard reset was not needed.
Click to expand...
Click to collapse
on the contrary..due to time...a hard reset was needed..I dont have time at this particular moment to dig and search for a solution... it is much less time consuming for me to harrd reset and restore from a back up. If you have solution to the notifications issue you should have posted it ...not trying to diss you but seriously...what was the point?
If after the write notifications script, you start the remove notification script all is good.
look into the scripts and you will see that the one does the oposite of the other.
Don't know why it dowsn't work for you.
Try the attached one, it doesn't do anything with notifications, in the archive there is a readme file.
If you don't want this anymore just delete the scripts and the lnk file(make a backup of the old one if it's there)
JeckyllHavok said:
If after the write notifications script, you start the remove notification script all is good.
look into the scripts and you will see that the one does the oposite of the other.
Don't know why it dowsn't work for you.
Try the attached one, it doesn't do anything with notifications, in the archive there is a readme file.
If you don't want this anymore just delete the scripts and the lnk file(make a backup of the old one if it's there)
Click to expand...
Click to collapse
great post. I will test it out.
JeckyllHavok said:
If after the write notifications script, you start the remove notification script all is good.
look into the scripts and you will see that the one does the oposite of the other.
Don't know why it dowsn't work for you.
Try the attached one, it doesn't do anything with notifications, in the archive there is a readme file.
If you don't want this anymore just delete the scripts and the lnk file(make a backup of the old one if it's there)
Click to expand...
Click to collapse
I have been using this most recent one and it has proven to be the best solution thus far! Is there any type of update on this method since your last post? I am not a member of the developers forum but I feel you are on the right track and hate to be excluded from future developments.
Thanks for all of your work!!!!!
Great, work. This is really the workaround that makes TouchFlo3D worth it for me. The turning off is smooth, whilst it takes a bit too long to switch on (I know that's touchflo and not your script).
I couldn't get the autooff to work. The instructions say to paste the autooff and poweron in the root folder. Shouldn't poweron be in the windows/startup folder? Otherwise I don't see how that script is being called? Or are the scripts in the root folders run automatically?
Is the newest mortscript beta release required for the latest version of this to work? Or would 4.05 or 4.1 do just as well?
Thanks for the good work!
Edit: Ah, the short_power.lnk calls poweron. But doesn't that means you have to manually enter standby and then wake up every time you softreset?

[APP] Call Manila Control by built-in Biotouch.exe

This is not a program, but just registry settings to use the built-in biotouch.exe to call Manila Control in order to toggle between M2D and Today.
Notes:
must install Manila Control to \Windows\ before the attached .cab
the cube no longer works after installing this, but the corresponding processes (i.e. QuickDial.exe, MediaHubMini.exe and APLauncher.exe.exe) may still in your memory unless you replace the .exe by dummy programs or kill the processes.
must backup the original [HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\Biotouch] before installing the attached cube, otherwise won't be able to restore the cube.
toggling M2D/Today using softkeys as shown in the demo video is NOT set by the attached .cab
Demo video:
http://hk.youtube.com/watch?v=3fGNWYI2fkA
download:
for Nike, Polaris and Vogue, pls refer to attachments of this post.
for Elf, pls see the one provided by dark.angel at post #13
Good idea, I'll try on HD when I'll have it, I hope monday.
Thank you
great idea. Although I've still yet to find a use for a second today screen. lol
is there going to be a version of this for the vogue? it seems neat but im not ballsy enough to install something not meant for my device quite yet.
lazyboy0172 said:
is there going to be a version of this for the vogue? it seems neat but im not ballsy enough to install something not meant for my device quite yet.
Click to expand...
Click to collapse
Vogue uses different registry settings. please try the newly added cap in post #1. pls be prepared for bug-fixing time because i can't test it on my own. for safe, pls do a backup, especially the [HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\Biotouch] registry key, before installing.
good luck.
davideuck said:
Good idea, I'll try on HD when I'll have it, I hope monday.
Thank you
Click to expand...
Click to collapse
surely none of the 3 uploaded version would fit the vga devices.
if you want a try, i guess the Polaris version can be a good start. pls be prepare for the pull-up screen being in 1/4 size.
pls do let me know the testing result and see whether i can find a way to fix it. if it doesn't work at all, pls kindly let me know the following registry key values on your device:
[HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\Biotouch]
"App1"
"Cube1"
"Path11"
thanks for your interest.
thx!! its very fine!
to pp18 with a simple question..
PP18!!
please let me know before i make some serious mistake with my HTC touch 3G jade..Is it working on it as well?Or your program is connected only to the above mentioned phones?I needed exactly the program tweeks u wrote.It should be fantastic,but I have this conserne..
Please let me know if I can tweek my 3G jade without fear..?!
by the way,thank you for the nice app you wrote..HELIOS
Great find,. thanks for sharing,,.
pp18 said:
This is not a program, but just registry settings to use the built-in biotouch.exe to call Manila Control in order to toggle between M2D and Today.
Notes:
must install Manila Control to \Windows\ before the attached .cab
the cube no longer works after installing this, but the corresponding processes (i.e. QuickDial.exe, MediaHubMini.exe and APLauncher.exe.exe) may still in your memory unless you replace the .exe by dummy programs or kill the processes.
must backup the original [HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\Biotouch] before installing the attached cube, otherwise won't be able to restore the cube.
toggling M2D/Today using softkeys as shown in the demo video is NOT set by the attached .cab
Demo video:
http://hk.youtube.com/watch?v=3fGNWYI2fkA
Click to expand...
Click to collapse
Is it possible to use this on HTC Touch (Elf)?
And also I would like to change running program from ManilaControl to any other, for example CommManager.
I've installed reg settings from the Vogue cab (is it right?), and copied original Biotouch.exe and dummy APLauncher.exe, MediaHubMini.exe and QuickDial.exe to the windows dir, created shortcut for biotouch.exe in the windows/startup folder and Soft-reseted my device.
Now when I make touch gesture the screen appears into black and nothing happens.
Is it possible using registry settings to bind touch gesture to run any exe (for example, commmanager.exe)?
Thank you for answers!
heliosismagic said:
PP18!!
please let me know before i make some serious mistake with my HTC touch 3G jade..Is it working on it as well?Or your program is connected only to the above mentioned phones?I needed exactly the program tweeks u wrote.It should be fantastic,but I have this conserne..
Please let me know if I can tweek my 3G jade without fear..?!
by the way,thank you for the nice app you wrote..HELIOS
Click to expand...
Click to collapse
sorry i really can't answer your question because i haven't played around with a Jade before and I don't have any friends who have bought one. the main prob is, i don't know the version no. of biotouch shipped with Jade.
if you really want a try,
do a full backup (so that you can hard reset + restore in worst case)
backup/export the [HKEY_LOCAL_MACHINE\Software\HTC\Biotouch] registry subtree
try the Polaris version
good luck
dark.angel said:
Is it possible to use this on HTC Touch (Elf)?
And also I would like to change running program from ManilaControl to any other, for example CommManager.
I've installed reg settings from the Vogue cab (is it right?), and copied original Biotouch.exe and dummy APLauncher.exe, MediaHubMini.exe and QuickDial.exe to the windows dir, created shortcut for biotouch.exe in the windows/startup folder and Soft-reseted my device.
Click to expand...
Click to collapse
Elf's built-in biotouch version is different from Vogue's. pls find the Vogue's version, which should appear in those threads about installing 4-sided cube on Elf
Now when I make touch gesture the screen appears into black and nothing happens.
Is it possible using registry settings to bind touch gesture to run any exe (for example, commmanager.exe)?
Thank you for answers!
Click to expand...
Click to collapse
basically yes. the trick is in the "App1" reg key. if the app being called has a visible window and you want to use the swipe-down gesture to hide it (like the original cube), the first part of the key value must be the right class name. otherwise, like the case for Manila Control, simply use a non-exist class name.
I've duplicated my commanager.exe and mui files and renamed them to biotouch.exe and biotouch.exe.mui, so now after the touch gesture commanager is running. It works!
Here is the test cab file, i haven't tested it on a clean device, but it seems to be work. If it doesn't working, post here please.
added a link to the Elf's version by dark.angel to post #1
snoopy
Hey, Love the snoopy. Is there anyway to take it off however? I't just doesnt go well with my today screen?
KH2GR said:
Hey, Love the snoopy. Is there anyway to take it off however? I't just doesnt go well with my today screen?
Click to expand...
Click to collapse
though not totally take if off, but editing the registry keys as below can minimize its appearance:
[HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\Biotouch]
"TotalBMP"=dword:00000001
"Cube1"=hex:07,01,01,01,01,01,01,01,0A,C8,C9,CA,CB ,01,01,01,01,01,01
"UpFPS"=dword:0000FFFF
if you want to further cut down the size of the snoopy image that may appear for a short time, you can also change the below key:
(for Nike and Polaris) "Path1"="mc01.brn"
(for Vogue) "Path1"="\Windows\mc01.brn"
Is it possible to call manilla from any program with this gesture fix?
I mean the way I call and close cube by just scrolling tumb up or down.

Navipanel

I have found the tip to access Navipanel without the dock. A couple of questions:
It seems that Navipanel can only be used in landscape mode - is this right because I tend to have my phone docked in portrait mode?
How do I exit Navipanel once I have finished with it?
Thanks,
James
How did you open Navipanel, i don't seem to find it in the Windows folder.
By following the instructions in the hints and tips - see the sticky at the top of the forum.
6. Enable NaviPanel Without Owning the Car Kit/Navigation Dock
Go to Windows folder and copy NaviPanel.exe as a shortcut to Windows\Start Menu folder.
Click to expand...
Click to collapse
I don't have the navipanel.exe in the windows folder so I cannot copy it anywhere.
ovidiaconescu said:
I don't have the navipanel.exe in the windows folder so I cannot copy it anywhere.
Click to expand...
Click to collapse
That's a bit strange... Are you absolutely certain?
ovidiaconescu said:
I don't have the navipanel.exe in the windows folder so I cannot copy it anywhere.
Click to expand...
Click to collapse
You must use Resco Explorer (AND switch off in setting of resco "Hide hidden files", Hide files in Rom") !
I just wanted to post that RescoExplorer doesn't show hidden files by default. I found it with total commander and then thought it might be an option like that in Resco.
Thanks guys.
Any thoughts on the original questions ?
1. Couldn't swear to it, but I think I remember seeing pictures or video of the panel in both landscape and portrait orientations
2. Press the Home key - the panel doesn't appear to stay resident in memory - haven't checked this with Memmaid or anything yet, but it certainly doesn't appear in Task Manager (Dutty's version)
A far bigger pain is that all of the links seem hard coded to a Co-Pilot install on the device, as opposed to one on the SD Card - iyt would be nice to be able to customise it!
Gustopher said:
1. Couldn't swear to it, but I think I remember seeing pictures or video of the panel in both landscape and portrait orientations
2. Press the Home key - the panel doesn't appear to stay resident in memory - haven't checked this with Memmaid or anything yet, but it certainly doesn't appear in Task Manager (Dutty's version)
A far bigger pain is that all of the links seem hard coded to a Co-Pilot install on the device, as opposed to one on the SD Card - iyt would be nice to be able to customise it!
Click to expand...
Click to collapse
Hi Gustopher - Thanks. It seems Navipanel starts in landscape and then if it feels like it rotates to portrait. This only seems to happen occassionally which is very frustrating because the most common case it that it is stuck in landscape mode. Does anyone know of a way of starting Navipanel in portrait mode?
To be honest all I want to achieve is to switch the phone to a mode where when I answer calls they automatically go to speaker phone and ideally for screen lock to be switched off. This must be a common use case for people who have their phone docked in a car. Anyone know of how this can be achieved using something other than Navipanel?
Many thanks,
James
Well, the Navipanel is supposed to be used in landscape mode in conjunction with an official dock in the first place.
double post.
jwillans said:
Hi Gustopher - Thanks. It seems Navipanel starts in landscape and then if it feels like it rotates to portrait. This only seems to happen occassionally which is very frustrating because the most common case it that it is stuck in landscape mode.
Click to expand...
Click to collapse
On my phone navipanel is switching automatically when i rotate phone.
There is just a 6-7 sec. delay when switching landscape to portrait and 1-2 sec in oposite direction.
Just on another note - navipanel won't start on my HD2 no matter what i try - does anyone else have this problem? Also, what does it do!
it just loads up a half screen
hi
can we link Navipanels shortcuts to different navigation software?igo 8 maybe?and i would like to do the same with footprints.i don't like Copilot.
thx
I had the same problem so I wrote a little app for it.
Just copy it to your CoPilot folder and put the path to your Navi Software in the config.ini.
With igo8 I had the problem that it couldn't find its database when you start it this way so I had to create a link to igo8.exe and call this link instead.
You can get the app here:
http://alb-net.spaces.live.com/blog/cns!A1A144F30CB6452D!156.entry
KaNarlist said:
I had the same problem so I wrote a little app for it.
Just copy it to your CoPilot folder and put the path to your Navi Software in the config.ini.
With igo8 I had the problem that it couldn't find its database when you start it this way so I had to create a link to igo8.exe and call this link instead.
You can get the app here:
http://alb-net.spaces.live.com/blog/cns!A1A144F30CB6452D!156.entry
Click to expand...
Click to collapse
download page not found...
same here :/
i ve got a hong kong hd2 and there is no navipanel.exe in windows folder. can any one extract the exe please?
Anyone found the archive?

Screen Rotation

Hello all. I have always wondered why i was not able to rotate the screeen more for apps other than opera. Why did i need to slide open the keyboard to get landscape mode? Well in searching i found this app in T-mobile touch pro 2 forum. the discovery was made by McBrian. Unfortunately i am not too sure who wrote the app. For this i apologize. I have used xda extensively and thought that this would be a good little app to post...to give back to the community. so here it is....Once u install the the cab, go to Programs and start the application and change the default settings to suit ur preference. I take no responsibilty for what happens to ur phone
there are several apps that do that, and can be found here on xda with some searching. Thanks for the link
Turns out ChangeScreen is the perferred program...
I'm wondering...if I don't like it, can I just remove the program?
Thanks,
pimp4cheddar said:
Turns out ChangeScreen is the perferred program...
I'm wondering...if I don't like it, can I just remove the program?
Thanks,
Click to expand...
Click to collapse
If you want to uninstall it, all you have to do is go to Start>Settings>System>Remove Programs and select Changescreen before pressing "Remove".
Dave your the freakin man!!!
I swear your everywhere!!!
Anyway, I just downloaded the program and I was having a little trouble with excluding and including stuff...
I have no idea what's going on, but I think I got it to work. It's pretty slow though...
Can you post what you have on each tab checked and unchecked. I promise this will be the last you hear from me!!!
Thanks again,
LOL don't worry about it, I'm happy to help
On the 1st tab I have Enabled, Run on Startup, and the first two directions in the next row checked. On the second tab, I deleted "manila" from the list and nothing is checked. On the third tab, nothing is checked.
As for the slowness, however, there's no way I know to speed it up. It's a shame, as it does take quite a while to rotate.
Ahh...that's the problem...
I remember reading something you wrote that said exclude Manila...but I couldn't find it.
On the second tab (Exceptions), I have nothing there.
I simply have a bottom at the top that says "ADD". If I click add, it brings a blank slate and I can type stuff on there...it's weird.
Thanks again,
so whats the difference between this cab, abd the g sensor cab that once installed allows all of the manila TF3D stuff to rotate using the phones g sensor,then any new app you add just use g sensor app to make them rotate,theres no lagg with either of these
Even for my AT&T Tilt 2?
pimp4cheddar said:
Even for my AT&T Tilt 2?
Click to expand...
Click to collapse
g config works with any pro 2 you jus st launch it then launch the app you want to rotate then insert the stylus and it adds that app to the ratation settings,
as for the g sensor cab im not ure give it a try, if it works then calender etc and everything else on TF3d should rotate without having to open the keyboard , if it doesnot work just remove the cab file
combat goofwing said:
g config works with any pro 2 you jus st launch it then launch the app you want to rotate then insert the stylus and it adds that app to the ratation settings,
as for the g sensor cab im not ure give it a try, if it works then calender etc and everything else on TF3d should rotate without having to open the keyboard , if it doesnot work just remove the cab file
Click to expand...
Click to collapse
Does anyone else have any insight to these programs or even change screen?
I'm not too savy with HTC's...
Thanks,
from what i understand, and correct me if im wrong, but these programs will make ur battery drain significantly...the reason being is bc it "pools" the accelerometer alot more often than normal...again, correct me if im wrong but i believe this is true

Categories

Resources