How do you add D-pad scrolling to apps ? - Tilt, TyTN II, MDA Vario III General

Currently MMS, SMS & SIM Manager do not scroll (cursor jog) with the D-pad or scroll wheel.
Took out my old WM2003SE Magician & surprise surprise it does.
Any registry values we can change to activate this ?
My current SIM Manager is v6.45 & without being able to select contacts without the D-pad makes it a useless app as using the finger to tap them instantly opens the contact for editing.
Maybe it's time to look at a WM6.5 ROM !

Related

Calender and TF3D

Hy,
is it possible to change one setting?
when i open the standard calender throut TF3D there i can scroll down or up by using TF3D. But i can't go right or left to flow throu the next day or the last day. I must use the pen to press M/T/W/T/F/S/S in the Top of my Screen.
Is there a software or one registry to change this?
Thanks
Clamsy
try using left/right hard-buttons (located left and right from the centre wheel)
I know this is usual.
But maybe there is a possibility to use the TF3D so scroll left or right in the calender.

Task Manager Suggestions?

I'm looking for a task manager that I can launch with a hard button with the help of AEButton,
in which I can scroll though my open programs using the scroller not the touch screen and close each in turn or close all.
I've tried a lot and they all either;
- They dont have the facility to use the buttons as a scroller, touch only.
- They cant be launched to open using a hardware button, as in the program launches but all I get is the little cross, dot button appear in the top right of my today screen, not actually open the task manager.
- Or they dont have the facility to close all apps.
there must be a simple little program that does this, and im starting to feel like i've tried them all...
I can distantly remember using a version on RomEOS 1.2.1 but cant find any reference to it, it allowied me to 'check' each program and close them, and launched as an actual program, rather than enabling a cross on my today screen. And it wasn;t HTC Taskmanager.
Any suggestions you lovely people? I think one handed PPC use is they way to go and this is frustraiting me.
Install SPB Pocket Plus
Soft reset
Go to Settings-Buttons
Assign "Alt-Tab" on any button you want.
Press button, see all open prg's and scroll with the wheel to the one you want, press wheel and you are there.
Hi,
ever tried WkTask (freeware) ?
Quickmenu does the trick for me. Much better than WKTask. Also freeware. X button closes the app, gives a PC feel to menus and you don't ever have to use stylus.
Thanks for the replies
tried both WKTask and Quickmenu, but evenually settles on HandySwitcher, turned out to be a bonus that you can customise the colours, since i have a white background and couldn't read the white text on the menu.
Success!
Why wouldn't you use the task switching part of phoneAlarm?
You can set the default function to the switcher and be managing open tesks with 2 button pushes.
I second Quickmenu. Once you click the exe once it'll auto start after soft resets. Goto the settings and customize the startmenu the way you want. I set mine up to have Running programs first and that set to be shown as submenu and then it allows you the close one or close all feature, quickmenu popout second, then a break and then program, settings, and office folders all set to submenus and then my regular programs as links below. I can control it all with my finger or with the jog dial. Retains your windows TSK theme and if you set it to replace windows start menu it is like the other never existed. Excellent program and very lightweight. To fix the text issue I use UI Tweaker. Also helps me match the color to my TSK better. Just my personal preference.

Butler - Using capacitive area as stroke launcher and many more features

I really enjoy this forum since it helps me a lot to increase the productivity with my HTC Touch Pro. I found many useful applications. Unfortunately, after installing a large number of them, I run into the infamous 32 processes limit of Windows Mobile. So I decided to write my own app that combines all the features that I find useful. It is implemented as a Pocket PC service, so it does not require an own process.
Here are the features:
- Better vibration for incoming calls. I found the built-in vibration function very annoying as it vibrates permanently during an incoming call. This extensions vibrates in pulses of 300 ms with a pause of one second when a call is incoming
- SIP changer depending on stylus state. If stylus is out, another soft input panel is selected as if stylus is in. Can be changed via the registry keys StylusInSIP and StylusOutSIP.
- Stroke Launcher. If the finger is stroked from one button to another, an application is launched.Four directions are possible: From home button to accept phone call button and vice versa as well as from back button to reject phone call button and vice versa. The applications can be configured via the RightUpApp, RightDownApp, LeftUpApp and LeftDownApp registry keys. The required length of the stroke can be configured via the GestureMinLen registry key. Unfortunately, the program has to poll HTC's NAV sensor directly in order to not disturb the functionality of the wheel sensor. The sleep time between two polls can be configured with the GesturePollingDelay (in ms). If you use very fast strokes and the device does not react, try to decrease this value.
- Key lock if device is face down. The key lock is activated and the device is powered off if it is turned face down. The key locked is acknowledged by two short vibrations. Key lock can be disabled depending on the foreground window or active process list. Exclude list can be specified via the ExcludedProcesses and ExcludedWindows registry keys. The tolerance for the face down detection can be configured via the FacedownTolerance registry key.
The registry settings for Buttler are stored in HKLM\Software\Butler. Each extension described above can be switched of by setting the EnableFeature registry key to 0.
As I have not much time to react on bugs or feature requests, I have also attached the source code. Fell free to modify my Butler but please publish it here so that we all can benefit from it.
The Butler service is started with the program "StartButler.exe" located in the Windows directory. I call it from a MortScript during device boot. It is important that HTC Touch Flo 3D is already loaded. For some reason, the gsensors can not be initialized if Touch Flo 3D is not loaded. Here is the code I use:
# Wait for TouchFlo3D
While(ProcExists("manila.exe")=0)
Sleep(1000)
EndWhile
# Start the butler
Run("\Windows\StartButler.exe")
Have fun!
Siggie
Change log:
V1.0:
- Initial release
V1.1:
- Reading of the NAV sensor completely rewritten. The sensor is now directly polled. This does not interfere with other programs, so the wheel sensor and the camera is working again.
- EnableFeature registry keys added for switching off each extension individually.
linuxis said:
New thread For Keyboard Slide Out Support:
http://forum.xda-developers.com/showthread.php?p=3305730#post3305730
Updated CAB is there. Happy using.
Click to expand...
Click to collapse
sounds like an excellent program, I'll try it
man, great app. it is totally replacing hbutton, and lets me start using voice commander again. two questions....can you list the other sip layout entries? i really want to use the full qwerty when the stylus is out and in. secondly, is there a way to define a diff lock such as s2u2 and then shut down. either way, the function is fine as is and really, thanks for sharing
I'm interest in Stroke Launcher more than the other apps. is there a chance you can provide a cab for just that portion of your application> I know it's contrary to your original intent (of combining apps) but that's the only one of those apps I really would want so I have the opposite- no desire to install any extra apps even if it's a single process Thanks.
about to give it a shot, sounds great
but i second the request to have s2u2 when put face down
noticed that if you delete the entries for sip, keeping the actual keys though. butler wont start. guess it still needs to check those values i was trying to get it to do nothing to my sip's and just keep full qwerty.
edit** here is the key for full qwerty {36BC8FF6-8241-4c36-ABDE-204885471FEE} and the other keys are all listed under HKCR/CLSID and look like this:
(HTC SIPs)
{198D503A-...} = Phone Keypad
{36BC8FF6-...} = Full QWERTY
{62B00599-...} = Compact QWERTY
(MS Default SIPs)
{42429667-...} = Keyboard
{42429690-...} = Letter Recognizer
{42429691-...} = Block Recognizer
{F0034DD0-...} = Transcriber
Maybe it would be easier to be able to just input the name
Sound great, I'll give it a try as well.
can you make it so that when it face down, the light turn off?
ok i figured out how to change what sip came when
and i turned off "facedown"
only problem is that the smart scroll such as zooming in opera and pics no longer works or autofocus in camera
Great app cannot go unrecognized!
so i downloaded and installed and forgot to make shortcut. A day after i just luanch it using fileexplorer with copy on storage card. Sounds like alot but considering i only reset once a week maybe... its not so bad.
After using it for a half day. I have to admit i was waiting for a way to use shortcuts with out using manilla. I am a RLtoday fan and i dont really use all of manilla features. I LOVE IT. I am considering removing Manilla all together. This has great potential for those of use that want alternatives to manilla.
This should really be placed in essentials.
Thank you.
**BTW cant get screen lock disabled, anyone have more detailed instructions for disabling face down lock?
to disable the lock i set the sensor threshold to 0
in the registry path that was said earlier in the thread
V1.1 available
I have added a new version that fixes the wheel sensor and camera problem. There are also now registry keys available to switch off each feature individually.
ok I dont know what happend but i installed this app and after a restart the keyboard pops up on the splash screen and the phone freezes.. I need a resolution fast. I really dotn want to hard reset. I have a lot of stuff i need back up.... Please help!!!
fuk it. had to hard reset.
any chance on just releasing stroke launcher as a standalone app so we don't need to install all and then disable them? Thanks
Exclude S2U2
How can I disable stroke launcher, when s2u2 is active? I tried to add S2U2(name of DWORD value=0) to ExcludedWindows and s2u2.exe to ExcludedProcesses, but stroke launcher is still active, any ideas?
Great App siggie1970,
Thanks .. I Think The most important thing to do now is to add a User Interface for the configuration..as it kinda hard to do it through the registry
thanks
Wow amazing programs are being released and 09 just started. Great name btw How are resources being used with this program? Since your combining apps perhaps you could work with the guy to incorporate his new alternative to gyrator/ screen tilt app.
bugsykoosh said:
any chance on just releasing stroke launcher as a standalone app so we don't need to install all and then disable them? Thanks
Click to expand...
Click to collapse
that is not the purpose of the program
would it be possible to turn one of the sides into scrolling up and down?
like leave the left up and down for app launching but right side scrolling that would make it pretty much perfect for me
then of course a configurator, although i got it setup but no fun having to change on each new install
It sounds like a great program, thanks! Stroke Launcher, I like that one LOL

"Old" startmenu.

I recently bought TD2, and is by no means a big fan of the new startmenu. How is it possible to replace it with the "old" one ?
I've been searching the forum, since I've heard of a little program that can fix this issue, but without luck .
Thanks in advance !
The new start menu comes as part of Touch Flo 3D.....If you distable TF3D in settings\personal\today\items, you get the old menu system.
I'm amazed that anyone would prefer the old WM one.
HandySpanner said:
I'm amazed that anyone would prefer the old WM one.
Click to expand...
Click to collapse
There are two great lacks in the new menu :
1. too few items available in the 'icons' start page, and no kind of sub-folders or program groups.
then
2. if you go in the full list because your program is not in the icons page, the list can be long and fastidious.
Hope it will be corrected in next version and be available for D2, or windows 6.5 titanium/CHome will replace TF3D
Try TF3D2 Tweak in this thread
http://forum.xda-developers.com/showthread.php?t=502102
Thank you all, for your replies .
If you just want to change the start menu but leave Manila turned on, just change the following in the registry:
HKEY_LOCAL_MACHINE\Software\HTC\EnlargeMenu\Enable ManilaStartMenu =dword:00000000
After a restart you have the old start menu
Is it possiple too keep both ways?
I mean when you press the start menu on the top of the screen to have the old start menu and when you press the windows hard key to have the new one?
I think this would be more usefull for many people who like the new menu but want some features of the old one!
kitarolivier said:
There are two great lacks in the new menu :
1. too few items available in the 'icons' start page, and no kind of sub-folders or program groups.
2. if you go in the full list because your program is not in the icons page, the list can be long and fastidious.
Click to expand...
Click to collapse
Ah right, I see. I've not hit that issue, I guess I just don't use that many programs!
One question: how can I enable the old style like in WM 6.1.
I use 6.5 without Manilla (UDK R1.)
It's annoying to select start/settings/connections if you want to set more the 1 thing...bluetooth, WIFI etc....also for programs.
Or how can I customize the start menu in 6.5 ...order, content...
another way
This would keep the new start menu when you tap on "start" and make pop-up a replica similar whith the old one when you tap on windows or whatever icon you have on the upper left corner of the screen near the text "start". I didn't make this just downloaded from somewhere.
cliviu said:
This would keep the new start menu when you tap on "start" and make pop-up a replica similar whith the old one when you tap on windows or whatever icon you have on the upper left corner of the screen near the text "start". I didn't make this just downloaded from somewhere.
Click to expand...
Click to collapse
Doesn't seem to work on my Diamond2. (Does nothing)
I was wondering if someone could do a buttom like the settings buttom in the new start menu that could open the old programs menu.
I think this shouldn't be so difficult, since there is a similar buttom for the settings.
Welcome here Liviu. (Bine ai venit pe aici, marfa site-u pt HTC-uri)
I try it Quick Menu, it's like Windows PC START menu and it's hard to use with a finger
I speak about the old menu from WM6.1 not Pc windows...
Ksara it's works on TD2 I try it and work well but it's not what I want.
You are right Pauln, it's not finger friendly but hei! that stylus is there so ...
Anyway for me it does the job so here is a pic for those who want an alternative. The icon "Quick menu" you will find also in Programs.
HandySpanner said:
I'm amazed that anyone would prefer the old WM one.
Click to expand...
Click to collapse
I'm one of them. I disabled touchflo and installed spb pocket plus: I've got everything in sight, with no need to flip over strange desktops and icons!
I found these registry entries somewhere else and i thing these are the key to make a shortcut in manila programs folder to the old Programs folder Just like there is for the settings folder (number 3)
"Remove the locked program tab items
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
Change this value from 1 to a 0 and you can then edit their shortcuts."
Please someone who is familiar with this , create a shortcut.
gogan said:
I'm one of them. I disabled touchflo and installed spb pocket plus: I've got everything in sight, with no need to flip over strange desktops and icons!
Click to expand...
Click to collapse
But what is the way to do it, because I don't want to install some software that almost does the same. I want it the old way.
Please help.

[30 07 09][WWE] Touch X INFINITY 2.0B ULTIMATE X-TREME [WM 6.5]

Touch X INFINITY​
SCREENS WILL COME LATER..
But if anyone out there who like my work could find it in there heart to make a small donation i would be forever greatful!
Support ME (Smaberg) to buy a New X1, so i can continue develop ROMs for the X1 CLICK HERE
Touch X INFINITY 2.0B ULTIMATE X-TREME ​_____________________________________________________________________________________________________________________________________________
Go here to download latest build​
new in 2.0
many, many and many small fixes
added new internet explorer (request)
added new Drivers to fix lag (i hope my testers where right and theese work), there will come a cab with old drivers if this aint working.
added the custon notification manager (request)
and some more i won't tell
NEW in 2.0B
New agps app.
Totaly new drivers
New build
and many files changed
Fix for manila tabs in Touch X INFINITY 1.2 - View attachment manila_tabs_fix.cab
Go here to see an optional "start menu", this one is great...
http://www.panoramicsoft.com/mobileapps/launchpad/LaunchPad.php
ten charaters needed agian
Thankyou
Thank you!
Will give it a spin as soon as possible!
downloading now
will flash in a bit
am using this now. havent tested much but i noticed when it boots theres a mortscript error msg. something to do with titanium plugins?
and i like the wm6.5 start menu icons but the scrolling can be smoother.
photo swiping under photos and videos tab is laggy.
after disconnecting from pc, the two touch options on the bottom is stuck on all the tabs.
on the left is All Programs and right is Remove. they dont change according to the tab. i hv to restart TF3D to get it back to normal.
What's new about this ROM? Any improvements?
flashing it at the moment. i am so bored i need to play with my x1.
I tested Windows Media player with some clips created with Super and the video rendering sometimes slows to quickly catch up. This didn't happen in the previous version.
I've heard about tools for speeding up access to the memory card. Maybe that helps.
Also the soft keys gets stick to "all programs" and "remove" after you change from the programs tab
Other than that.. omg fast ROM
... testing further after reflashing ....
The first time I selected "Settings" I could see the soft button "All Settings", but when I selected it, I ended in the Communication Settings menu, repeatedly.
Back at the Home menu, I tried Settings again, but this time it only shows "All Programs" soft button. Clicking on it generates no action. I can't find a way to go to All Settings.
sinchi said:
... testing further after reflashing ....
The first time I selected "Settings" I could see the soft button "All Settings", but when I selected it, I ended in the Communication Settings menu, repeatedly.
Back at the Home menu, I tried Settings again, but this time it only shows "All Programs" soft button. Clicking on it generates no action. I can't find a way to go to All Settings.
Click to expand...
Click to collapse
similar bug to what i reported, seems to occur on all tabs, but most reproducible on program tab for me.
I noticed in the first version some bugs:
1. when you open most apps like message, opera, contacts and etc, when you press the upper left portion (inbox, url adress, search contact) it takes you to the app shortcuts/home of wm 6.5
2. camera button does not work
3. the lower left shortcut(all programs) on standby mode does not work and does not change when you switch between Touch flow apps like messaging, email, fave people, etc.
Overall awesome ROM as always
pacm23 said:
I noticed in the first version some bugs:
1. when you open most apps like message, opera, contacts and etc, when you press the upper left portion (inbox, url adress, search contact) it takes you to the app shortcuts/home of wm 6.5
2. camera button does not work
3. the lower left shortcut(all programs) on standby mode does not work and does not change when you switch between Touch flow apps like messaging, email, fave people, etc.
Overall awesome ROM as always
Click to expand...
Click to collapse
The camera hard button works for me. Once to activate the camera and once to take a picture.
... more testing ...
I installed latest Skype and it worked almost fine calling to a normal phone, except that when the screen goes black (for energy saving) the conversation was interrupted.
I had to press the power button to resume. After that, I had to keep touching the screen to keep the conversation alive.
sinchi said:
... more testing ...
I installed latest Skype and it worked almost fine calling to a normal phone, except that when the screen goes black (for energy saving) the conversation was interrupted.
I had to press the power button to resume. After that, I had to keep touching the screen to keep the conversation alive.
Click to expand...
Click to collapse
You can disable that feature in the WinMo Setting, isn't it?
Or delay the time before it will go in Standby
What's the difference between 1.2 & 1.1?
New drivers/tweak improvements or bugfixes?
Anyway it definitly looks promising ;-)
Keep up the good work, Smaberg
i stick to ur roms..i flash this one immidiately now..
yep fast and awesomely done. bravo!
i have wait looooooog time!thank you smaberg

Categories

Resources