Rotate screen application - Windows Mobile Apps and Games

Since I couldn't find it anywhere else I just made it myself
My Hermes allows me to rotate the screen using a hardware button assignment or using the HTC Home plugin. Using a 'touchflo'-like application -with no hardware button to spare- it was annoying going back to my today-screen to rotate the screen.
It turned out the Compact Framework 2.0 has this nice class which would do the trick: Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation
So I "wrote" exactly 10 lines of code (including class/function def) to rotate my screen.
Anyone interested: download and install the cab.
+ Does not remain in memory: rotates the screen and exits
+ Now you can create a shortcut to rotate the screen
+ tested on a Hermes (TyTN)
- Requires Compact Framework 2.0 (should be default for Windows Mobile 6.0)
- CF is a huge overhead when only needed for this program, but I'm to lazy to go for the API call (ChangeDisplaySettingsEx)
- No settings: rotates 90 degrees counter clockwise (or 90 degrees clockwise with the Rotate Screen CW cab) -on my TyTN it matches the screen setting when the keyboard slides out-
- Icon is but-ugly
- Not tested on other hardware, but I expect the worst thing that could happen is a frozen device which will work nicely after a soft-reset. My expectation is based on the fact it's a CF 'call' and not an API call, therefore it does not write to memory locations directly.
Use 'as is'.
I might be tempted to add 'settings' if people actually would use the program and have requests...
When installed on other devices: a message would be appreciated (even if is doesn't work)

no one yet

I would use this. But except for wiring it to a hardbutton, can you make it (maybe as a setting) to have it go into landscape mode when opening New SMS and then back to portrait when SMS is sent?
I also posted this in another thread but maybe this one is more appropriate.
Thanks

It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)

saenzjoseph said:
It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Is this in reference to my post or the original?

rotating
i don't know if this can be done or not, but if touchflo can have a rotate recognition (similar to HTC album where u can rotate a picture) and use this to rotate the screen in the direction u want to what do u think... is this smtg one should ask efrost?

freakflow said:
Is this in reference to my post or the original?
Click to expand...
Click to collapse
No. But you can have a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this. But im not sure that you can assign it only to the creation of a new message
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)

saenzjoseph said:
Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Mortscript is a great tool, but it requires some scripting-knowledge to get it working. A small app is easier to install for most people.
But I agree mortscript is the better option if you want a "rotate-start app-rotate back" sequence
This small app is just because of my frustration Microsoft didn't give me a "rotates screen"-shortcut.

Thank you.. Still works great..

works like a charm on my htc prophet with winmo 6.5
thanks a lot!

Any way to decrease the length of time it takes to depress the button?
blackstone with leo rom

works great on wm6.5 on a polaris.

work perfectly on my charmer and this really solve my problem ! thank you .... well done

this is a very nice piece of s/w, i find it very helpful to me. thank you, lextendo, for yr contribution.

Works with SGH-i200 (WM6.1)
lextendo said:
Since I couldn't find it anywhere else I just made it myself
Click to expand...
Click to collapse
Tanks you for this app!
It works with my SGH-i200 (WM6.1)!
The "i320 rotation app" is faster than your "Rotate screen" application but needs more clicks to get back to normal...
So I will use your "Rotate screen CW.cab"!
Grondinm said:
I have been looking to do the same thing for some time now. i found that it's a registry value so my thinking is that it must be possible to create a script or app that can change this value but i have yet to find one.
the reg key and values are:
[HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
Click to expand...
Click to collapse

Rotating with MortScript is real comfortable!
saenzjoseph said:
...a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this.
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)
Click to expand...
Click to collapse
Thanks saenzjoseph!
If you have installed MortScript you only need one line to rotate!
Code:
Rotate(270)
And back:
Code:
Rotate(0)

Rotate and remap keys (d-pad)
If you want to remap some keys use "AEButton Plus".
In this thread they remaped the d-pad with that tool...
MortScript for IErotate and AEButton cfg for d-pad

can this be used on a...
can this app be used on HTC TOUCH2 ? just wondering..

anyone test it on HD2?

App Rotate screen v1.1

Related

Rotate your WM2003SE screen from start menu.

For all of those who are now running SE thanks to dcs and others. Just download this little app, unzip it, run setup when connected via activesync and then add it to your start menu. Works like a charm and saves having to hard map a button to rotate your screen we are already limited to buttons as it is. I just put it at the top of my start menu and can use from any application of course. Thank you guys for all of your hard work.
not bad at all. but what i did was use phm plus; it gives you the short cut icons to the items in the settings folder (like bt, clock, input, etc). in this case i copied the "screen" shortcut and had it appear in the today screen using tdlaunch. just click on the icon and the option for landscape or portrait comes up.
cheers
thanks .. that was a very nice utility ..
Cool, another way is to assign it a hardware button, very easy t flip on the fly.
RE
Hi ZeroXtreme!
If you'll to assign the RotateSE to a hardware button its slower than the default Rotate Screen because of the rotating circle.
I think creating a shotcut on the Today screen launcher program is still a better choice and it can also relieves one of the hardware buttons for other use.
Thnx
Works as intended...
thats weird :? ...
does'nt WM2003SE has a <Rotate Screen> at "Assign a program:" list in Buttons section ?! :?:
in my i-mate JAM i can rotate the screen between 'Portrait' and 'Landscape(right-handed)' by pressing "Record" button
i wonder if xda2 wm2003se has it or not, coz mine gone junk while i'm upgrading to chines rom SE
later 8)
@NightmarE
Yes, it does have the hardware button assignment, the problem is that most of us have already used all the hardware buttons for other tasks, so a Start menu option is a nice solution...
I agree I have upgraded to the blue angel but having it in the start menu is much better than hardmapping it to a button, I posted the app for those who want a different option, if you want to waste a button on just rotation then be my guest but some of like myself don't use screen rotation that often then it is better in the start menu and not on a button that I need, considering I use alot of apps like Microsoft Voice Command.
It os better to have it in the Start Menu than in a Today Screen, if you are in the middle of a app it is easier to just open the Start Menu and rotate than go through settings->screen or close then today then back to the app...
I'm using SPB Pocket Plus and add "rotate screen to the right" to close/minimize dialog ... That's just how I do it. Free Up start menu slot for my other frequently used apps.
Right now I'm quite a happy XDA2 user
use PHM utility to add a shortcut of RotatSE in Task bar near by bluetooth icon it will be like i-mate Jam icon 8) ...
laters :lol:
I assinged one hardware button to flip the screenand made the flipting system easily and fast...
Works great on the Treo 700wx. Thanks!
Hi, is ROM version 1.66.00WWE a wm2003SE?
Just tried the software a while ago but it didn't work.
Is there a version of this working on wm2003? just found out that my phone is not wm2003SE version but a wm2003, software not compatible with wm2003. :c
Works ok, but...
Hi.
It works fine, but how I configure it to rotate to the other side (clockwise) ??
Thanks in advance,
Joe

Programming Screen Rotation

Does anyone know how to programatically set a button to rotate the screen? My standard button settings allow this setting but I am using a button enhancement utility that doesn't provide screen rotation as an option.
All I've managed to find is the screen rotation service but I don't know how to execute it.
Many thanks,
Cojo
cojones said:
Does anyone know how to programatically set a button to rotate the screen? My standard button settings allow this setting but I am using a button enhancement utility that doesn't provide screen rotation as an option.
All I've managed to find is the screen rotation service but I don't know how to execute it.
Many thanks,
Cojo
Click to expand...
Click to collapse
when you say rotate do you mean 360 degrees? Or you just want to make the screen from portrait to landscape?
master g.
just the normal portrait <-> landscape rotation.
cojones said:
just the normal portrait <-> landscape rotation.
Click to expand...
Click to collapse
Attach is the cab file for the rotate screen program. I suggest you may want to upgrade to Windows Mobile 2003 Second Edition. There are some available ROM in this forum. Some are Asian ROM and some non-Asian ROM, what you can do is run this and later on customize your GPRS/Internet/MMS Setting. If you dont use them (the latter mentioned) then there is no problem. ROM by region differs only in Telcos but program-wise they are the same.
You can also run the attach file but I have not done this. All i can say is that you back up all your data then install this one. If it works then good for you and if not then you have to hard reset and restore from bacjk-up.
To install just copy the cab file to your pocket pc, and in the pocket PC just click on it and it will automatically install..
I suggest you read more forums you will see more detailed explanation on what you can do with your Pocket PC.
Good luck.

Change soft key under each touchflo 3d tab

Is there any app or way to change the soft keys for each touchflo 3d tab? Like under the people tab thare is the "all people" on the left and the "menu" on the right. I would like to change the all people from going to contacts to going to pocketcm. Is there any way of going about this? Changing some other soft keys would be nice as well.
Use SoftKey manager
Thanks, already tried that one, only lets you change the right and left soft keys on the home tflo3d tab. I want to change the soft keys on any of the other tflo3d tabs like people, or messages, and programs. Any one else with any ideas?
Did you mean TAB-s?
dodadent said:
Did you mean TAB-s?
Click to expand...
Click to collapse
No they used the word "each" before the word tab so they phrased the question correctly. "each tabs" or "each tab?"
But yeah, I am looking for the same thing. I will post it here if I find it. If not... Off to the reg we go!
It has to be doable because people mod the reply button all the time. If you can mod that then you shoudl be able to mod anything, right? Possibly a hex editor for exe files? I hope so bad its not hard coded but you never know.....
soft buttons on tf3d home
I'm also looking for something like this. With touchflo3d turn off, the home screen left soft button will be "calendar" by default, but when you have a reminder/notification, it switches to "notification" "reminder", etc.
when touchflo3d is enabled on the home screen, this button becomes controled by tf3d, and while you can customize the button, it no longer becomes context sensitive - I find we have to hit the icons at the top bar (live msg, reminder, etc). these little icons are a bit hard to hit. ANyone know if the tf3d homepage soft button can become a 'notification' popup activation button?
dwight.
I think that the stock rom actually has this...so I know that it's possible. That also bothers me.
dodadent said:
Use SoftKey manager
Click to expand...
Click to collapse
Does this let me set one of my softkeys on my home screen to "notification"
Just a quick update
I switched to a new rom last night from 'aruppenthal', 'RRE HTC Fuze ROM Ver 4.5 Special Edition" (http://forum.xda-developers.com/showthread.php?t=467592), and it seems that this has a different behavior from my previous rom "PROven_ROM_WWE".
in any case, my tf3d home page now has "calender" and "contacts" as the lower soft buttons, and my reminders are coming up and seem to be changing the lowerleft softkey to "dismiss". I've yet to see "notification", but i'll keep an eye on it for a few days and let you guys know about the behavior.
one thing I left enabled this time, was the "system status" window when you hit the topbar icons - this has a shortcut to a mail icon when there's a notification for that, and when hitting it, it shows the respective notification popup at the lower part of the window. That might be a 'workaround' for those who preferred the old notifications but want to keep tf3d.
dwight.
Credit to "sudsboy"
http://forum.xda-developers.com/archive/index.php/t-401772.html
Edit Registry below, you can modify first page of TF3D Soft Key.
\HKLM\Software\HTC\Manila change value of each key (LSK for Left Soft Key, RSK for Right Soft Key)
HomeLSKArguments - Arguement of application you'll be calling
HomeLSKPath - Path to program with in "" i.e. "\Program Files\WebIS\PocketInformant\PocketInformant.exe"
HomeLSKText - text of the button.
HomeRSKArguments
HomeRSKPath
HomeRSKText
ashu2087 said:
Credit to "sudsboy"
http://forum.xda-developers.com/archive/index.php/t-401772.html
Edit Registry below, you can modify first page of TF3D Soft Key.
\HKLM\Software\HTC\Manila change value of each key (LSK for Left Soft Key, RSK for Right Soft Key)
HomeLSKArguments - Arguement of application you'll be calling
HomeLSKPath - Path to program with in "" i.e. "\Program Files\WebIS\PocketInformant\PocketInformant.exe"
HomeLSKText - text of the button.
HomeRSKArguments
HomeRSKPath
HomeRSKText
Click to expand...
Click to collapse
This doesn't solve this question - this solution is already mentioned. Please read the previous posts before posting.
Any solutions to this questions yet? Been searching both the forum and google without any luck....
Well, the solution is actually SSMaHo! Just do a search for it. Works like a charm and lets you remap pretty much anything
I also have same issue with X1.
Att the Settings Tab, I really want to change left soft-ket to launch the System Setting but default is CommManager.
I already searched the forum and google with no luck. So I tried to looking into source code and just found something.
It is correct or not, however "settings.mode9" file have embedded LUA codes and these codes contains some soft-key assignment codes.
BTW, codes have not only one assignment code, it contains several assignments and TF3D can apply each soft-key by situation(or any registry? macro? configuration?) I think.
ok, so i want to remap the default today screen contacts softkey to bring up the touchflo 3d 2 contacts but cant find how to link to it. any takers?
longice said:
This doesn't solve this question - this solution is already mentioned. Please read the previous posts before posting.
Any solutions to this questions yet? Been searching both the forum and google without any luck....
Click to expand...
Click to collapse
this totally solves the problem in manila, touchflo3d 3.0
none of the other solution worked for me
you need manila editing
Hi guys, i was pm Captain_Throwback about this and here his answer.
You can only remap the soft keys in the Manila Home tab. Changing the others requires Manila editing, and may not even be possible. Here are the registry keys for the Manila Home tab soft keys:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"HomeLSKText"=""
"HomeLSKPath"=""
"HomeLSKArguments"=""
"HomeRSKText"=""
"HomeRSKPath"=""
"HomeRSKArguments"=""
Only the "Text" and "Path" keys need to be used - the "Arguments" key can be left blank.
Click to expand...
Click to collapse
this totally solves the problem in manila, touchflo3d 3.0
none of the other solution worked for me
Click to expand...
Click to collapse
So you'll need a manila editing. for more information do a search or contact him directly by pm. he is a very nice and very patient person that i know so far
plaese give me a feedback if anyone of u have experienced with this :
I have TP Win 6.1 so :
I asking him because i want right direction and...
i have : Gen.Y 1.1 installed and i was edited my home tab with his suggestion above. Works like a charm
i have : TfDetacher.cab but im not yet install this to my device. any feedback? is it working smoothly?
and anybody can give me a link to secondtoday and manila today? is it working together with Gen.Y 1.1 ? (geez a lot of question from nubie.. is ok right? because im tired to do a hard reset again)
coppertop24 said:
ok, so i want to remap the default today screen contacts softkey to bring up the touchflo 3d 2 contacts but cant find how to link to it. any takers?
Click to expand...
Click to collapse
I made an application on VB.net that can assign Home Softkeys to any program in Start Menu, also you can assign it to any other touchflo's tab...
This application is tested on Raphael device with Touchflo 3D 2.0
thanks....
cool.... this worked very easily.... I don't want to install another Cab file just to change the button name.....
thanks again.
ashu2087 said:
Credit to "sudsboy"
http://forum.xda-developers.com/archive/index.php/t-401772.html
Edit Registry below, you can modify first page of TF3D Soft Key.
\HKLM\Software\HTC\Manila change value of each key (LSK for Left Soft Key, RSK for Right Soft Key)
HomeLSKArguments - Arguement of application you'll be calling
HomeLSKPath - Path to program with in "" i.e. "\Program Files\WebIS\PocketInformant\PocketInformant.exe"
HomeLSKText - text of the button.
HomeRSKArguments
HomeRSKPath
HomeRSKText
Click to expand...
Click to collapse
Thanks geolab!
Just need to figure out the Manila://.page name for the All People view under people now.
Edit: Manila://people\browserlayer\?.page works!
I need the All Programs sub page now
Geolab's Manila Softkeys
Thanks Geolab!
Works perfect! I'm using gangsters 6.5 windows mobile rom, desperately trying find a solution and no one elses worked! Can't believe your post has been sat here all this time, the amount of people that should know about it is ridiculous!!! Made changing the soft key assignments in touchflow 2 (3d) real easy.
So glad to have the 'phone' LSK to TomTom and the 'camera' RSK to PSShutXP!
Very greatful!

[APP] Freda - a new ebook reader

[UPDATE: See http://forum.xda-developers.com/showthread.php?p=7141176 in this thread for an updated version of the program, with links to new screen shots and documentation]
[UPDATE: See http://forum.xda-developers.com/showthread.php?t=795753 for the Windows Phone 7 version of this program.]
I've written a program for reading eBooks on Windows Mobile devices. It can read txt, html and (DRM-free) ePub files.
For other formats you can use Calibre to convert them epub.
The program is called 'Freda' - short for 'free reader', since it is free software (both in the sense of 'free beer', as I am not charging for it, and in the sense of 'free speech', as I am licensing my code under the GPL).
It's released now, so please download it and let me have any feeback. (BTW that link points to the WinMo version of Freda; for the Windows Phone 7 version, please go here)
The program uses three third-party libraries, DotNetZipLib, OpenNetCF and the Majestic-12 HTMLParser library; all are licensed on terms permitting their redistribution for commercial and non-commercial purposes. More information is here
Happy reading!
Hi Folks,
It's here: version 1.1 of Freda is now released.
Main new features:
CSS Style sheets are recognised
Controls/gestures can be customised
Line spacing, indent and justification can be customised
Bookmarks and annotations are provided
Dictionary look-up is implemented (using SlovoEd)
See the freda home page for more details, and for download locations.
Any problems or questions, please let me know.
Discussion for this release can be followed from this post on.
Thanks,
Jim
Briljant,
Its the first epub reader that i found on my diamond that is able to render my epub newspaper correctly. Including links and images.
(the standaard is doing a test this week only with an epub version of its newspaper)
A few remarks to help you with the beta version (witch already is a keeper for me)
I had to install freda into main memory for it to start up.
The splash screen seems to to big, the text on it is cut off left and right, i have a vga screen.
The liberary display setting (icons or details) are not saved.
Thanks for the feedback - I'm working on those items now. [fixed in release 1.0]
Thanks,
Jim
Thanks for this program.
I'm a long time reader on PDAs and there was the need for something new.
I've just installed it now and I'll come back with some comments asap.
Looking forward to your feedback. Over at mobileread, I've been getting some feedback that CSS formatting is an important feature, so I'm particularly keen to hear the forum's view on that (because the beta 0.9 version of the program doesn't handle CSS formatting at all).
Cheers,
Jim
this is a really nice app!
I'd like to see an autoscroll in full screen mode if possible, this makes late night reading sessions a bit easier (less chance of being moaned at because of tapping buttons)
I'm not certain how easy it would be to control speed of scrolling on something like my touch HD with virtually no buttons though..
it's replaced mobipocket for me.
Autoscroll speed
Yes I had wondered about implementing autoscroll, but wasn't sure what would be a good mechanism for controlling the speed. I was thinking it would be kind of cool to control it using the acceleromter (gravity sensor) - something like 'tilt more to scoll faster' ... but I've not really throught it through. Ideas welcome.
Jim
Jim Chapman said:
Yes I had wondered about implementing autoscroll, but wasn't sure what would be a good mechanism for controlling the speed. I was thinking it would be kind of cool to control it using the acceleromter (gravity sensor) - something like 'tilt more to scoll faster' ... but I've not really throught it through. Ideas welcome.
Jim
Click to expand...
Click to collapse
one option would be to use the volume buttons to speed up and down, but it may not work in the 6.5.x builds as the MS volume control seems to takeover.
accelerometer is an option, but it could be frustrating when you move the device accidentally, unless you set up a control key such as long press talk/send, to enable the gsensor speed control only when the control key is called.
love Free apps
free apps
Yep. And also it means that it's less of an issue when the customers complain and ask for their money back .
error on my Opal (QVGA).
my 2 cents after one day.
Reader is good, fast and has a good pagination system.
It's really confortable to swipe up the thumb to change page, nice idea. Sometimes i was mad using mobipoket because when you tap, it may happen that you highlight the text instead of changing page. (i don't use hardware buttons expecially during night)
I'm gonna use this reader from now on I think.
Possible improvements from my point of view:
1) i'd like to have an option that allows auto opening of the last read ebook when opening Freda. Why opening the library every time?
2) It would be good to have a couple of presets regarding the color scheme. Usually I use white backgroung and black text during day and black background and grey/red text during night readings.
3) add the possibility to change page by tapping the screen. So, hardware button, or swipe thumb or tap.
Other less important improvements:
4) i usually read in portrait....but maybe add the possibility to read in landscape would be appreciated.
5) it would be nice to add the possibility to change also backlight power in the point 2) presets. IE: during night time low backlight, black background and gray text.
Finally let me add that the improvements I pointed out should help to make the program better (from my point of view) but Freda is really good already as it is, so don't consider them as a critic.
And congrats for the nice work.
TheRem said:
error on my Opal (QVGA).
Click to expand...
Click to collapse
Same error on Touch HD [Energy ROM Leo Build 23081]
TypeLoad Exception error
MrAce said:
Same error on Touch HD [Energy ROM Leo Build 23081]
Click to expand...
Click to collapse
Did you get this error after installing the application onto the Storage Card? Because right now (Beta 0.9 version) that doesn't work. The application has to be in main memory. For version 1.0 I will fix that. [fixed in release 1.0]
If you got the error even though the app was installed in main memory, then it's a problem that I haven't seen before. Normally that error message means that one of the program's DLLs or resource files is missing - and I thought that they were all present and correct in the install package. If you could PM me (or email on jim(at)turnip.demon.co.uk) with a listing/screenshot of all the contents of the \Program Files\Freda folder, I will take a look and see if I can spot the problem.
Thanks for the feedback.
Jim
McAndrew73 said:
...
1) i'd like to have an option that allows auto opening of the last read ebook when opening Freda. Why opening the library every time?
Click to expand...
Click to collapse
Good idea. I will do that for version 1.0
McAndrew73 said:
2) It would be good to have a couple of presets regarding the color scheme. Usually I use white backgroung and black text during day and black background and grey/red text during night readings.
Click to expand...
Click to collapse
makes sense. I don't want to add too many presets as it could get confusing ... but I guess I can come up with something for v1.0
McAndrew73 said:
3) add the possibility to change page by tapping the screen. So, hardware button, or swipe thumb or tap.
Click to expand...
Click to collapse
Right now, I need to reserve the 'tap screen' gesture for bringing up the main menu. I guess I could have a mode whereby it's tap-and-hold to bring up the menu, and quick-tap to page forward. I'm a little concerned though that if I have too many different 'command modes' I will end up with something like uBookReader which (though otherwise a fine piece of software) drives me crazy with trying to figure out which mode it is in. Another option would be to reserve tap-near-bottom-of-screen to mean 'page down' and tap-near-top-of-screen to mean scroll up. What do you think?
McAndrew73 said:
4) i usually read in portrait....but maybe add the possibility to read in landscape would be appreciated.
Click to expand...
Click to collapse
This should work already - if you can get the device into landscape mode, Freda will work in landscape mode. Freda relies on the operating system to tell it whether to work in landscape or portrait. On my HTC Touch Pro 2 I can switch modes by flipping the keyboard. For devices without a keyboard, you should try the G-Config application - run G-Config and follow the instructions (i.e. switch to Freda and then insert the stylus, then soft reset). Now, when you hold the device in landscape orientation, Freda should switch to landscape mode. You can find G-Config at http://forum.xda-developers.com/showthread.php?t=487991
McAndrew73 said:
5) it would be nice to add the possibility to change also backlight power in the point 2) presets. IE: during night time low backlight, black background and gray text.
Click to expand...
Click to collapse
Seems like a useful feature. I don't know how to program the backlight settings, but I guess this gives me the opportunity to learn
Thanks for using the app, and thankyou also for the feedback - I really appreciate it.
Jim
Jim Chapman said:
Good idea. I will do that for version 1.0
Click to expand...
Click to collapse
COOL!
makes sense. I don't want to add too many presets as it could get confusing ... but I guess I can come up with something for v1.0
Click to expand...
Click to collapse
Yes, I can understand. Reading a book should be sometihing really smooth and easy.
Right now, I need to reserve the 'tap screen' gesture for bringing up the main menu. I guess I could have a mode whereby it's tap-and-hold to bring up the menu, and quick-tap to page forward. I'm a little concerned though that if I have too many different 'command modes' I will end up with something like uBookReader which (though otherwise a fine piece of software) drives me crazy with trying to figure out which mode it is in. Another option would be to reserve tap-near-bottom-of-screen to mean 'page down' and tap-near-top-of-screen to mean scroll up. What do you think?
Click to expand...
Click to collapse
Well.....I think that both options are good.....so you should choose the easiest to implement.
I think I would slightly prefer the second one: tap the bottom for one page increase, tap the upper part for one page decrease.
This should work already - if you can get the device into landscape mode, Freda will work in landscape mode. Freda relies on the operating system to tell it whether to work in landscape or portrait. On my HTC Touch Pro 2 I can switch modes by flipping the keyboard. For devices without a keyboard, you should try the G-Config application - run G-Config and follow the instructions (i.e. switch to Freda and then insert the stylus, then soft reset). Now, when you hold the device in landscape orientation, Freda should switch to landscape mode. You can find G-Config at http://forum.xda-developers.com/showthread.php?t=487991
Click to expand...
Click to collapse
As I said, I read in potrait so no problem with that. I was just trying to brainstorm in order to get some possible enanchements to Freda.
Seems like a useful feature. I don't know how to program the backlight settings, but I guess this gives me the opportunity to learn
Thanks for using the app, and thankyou also for the feedback - I really appreciate it.
Jim
Click to expand...
Click to collapse
Thank YOU for the program and listening to my comments.
Jim Chapman said:
Did you get this error after installing the application onto the Storage Card? Because right now (Beta 0.9 version) that doesn't work. The application has to be in main memory. For version 1.0 I will fix that.
Click to expand...
Click to collapse
yes. it is installed in the Storage Card... i find a 6MB installer too large for the Main memory.
waiting for the fix. thanks Jim Chapman!
TheRem said:
yes. it is installed in the Storage Card... i find a 6MB installer too large for the Main memory.
waiting for the fix. thanks Jim Chapman!
Click to expand...
Click to collapse
In the meantime, if you have a Windows Mobile 6 device you could try the wm6 version. That's a much smaller install (about 1.3 MB). It's at http://www.turnip.demon.co.uk/jim/freda/installWM6/setup.msi
Cheers,
Jim
Jim Chapman said:
In the meantime, if you have a Windows Mobile 6 device you could try the wm6 version. That's a much smaller install (about 1.3 MB). It's at http://www.turnip.demon.co.uk/jim/freda/installWM6/setup.msi
Click to expand...
Click to collapse
oh... oh... i've installed the wrong file.
ok i'll try that. thanks!

[APP][HD2][v1.2.1]Camera lock button

Camera lock button
Yesterday I saw video from Windows mobile 7 showing dedicated camera button working even if the phone was locked. Today I bring this feature for HD2 on WM6.5.
Update:
7.9.2010 - I've uploaded version 1.1 see FAQ.
9.9.2010 - Version 1.2 brings support for CHT.
13.9.2010 - Version 1.2.1 fixes loading issue.
What is it and what it does
This little application starts phone's camera when user press home button when the phone is locked.
It is aware of proximity sensor status, so it won't start camera in your pocket.
It won't do anything if pda is not locked.
If your pda is locked and display is switched off, you must click home button twice.
Current limitations
Only for HD2, because of proximity sensor hardware.
Only works with original non-customized lockscreen, because unlocking is performed by sending mouse move events.
v1.1 has unlock gesture learning ability.
Planned features
Camcorder on windows button.
Support for pin.
Installation
Download cab file and run it on your device.
If you want application application to start with your device use camera_lock_button_with_autostart.cab otherwise you'll have to start it manually.
You must turn off this application before uninstallation or reinstallation.
FAQ
Q: Nothing happens when I start the application?
A: That's normal behaviour. Lock your device and try to click home button.
Q: How do I turn it off?
A: Run application again.
Q: How do I start it with device startup?
A: Download cab that ends with '_autostart' or add shortcut do your \Windows\StartUp folder.
Q: I'm getting "This application is not designed for your device!" message.
A: This application is only for HTC HD2. If you have HD2 then there's something wrong with your OEMINFO value. Check "\Windows\ModelName.txt" whether it contains 'HD2' or 'LEO' string.
Q: What is licence for icon?
A: I used free icon from dryicons.com .
Q: Why installer ignores location I picked for installation?
A: NEVER EVER install this application on Storage Card, always use device.
Q: Is there source code available?
A: Nope. Last time I published something under GPL everyone was ignoring it (GPL) completely.
Following FAQ applies only to v1.1
Q: How to learn it unlock gesture?
A:
Start it with shortcut named "Camera lock button toggle learning".
Lock device.
Make sure proximity sensor is not covered.
Press "windows" hw button. "Learning mode!" text should appear on screen.
Unlock device.
Done. Message informing you about success should appear. Learning mode is now switched off automagically.
You can delete "Camera lock button toggle learning" shortcut from start menu.
Q: Why isn't there autostart version of v1.1?
A: Because it needs beta testing and I don't want you to brick your device.
Q: Do I need to learn it gesture if I'm using unmodified lockscreen?
A: No. If there isn't learned gesture it uses default gesture from v1.0.
Q: Where is stored learned gesture?
A: In file \Windows\camera_lock_button_gesture.bin
(You will be asked if you want to remove it at the end of uninstallation.)
Q: What about unlocking the device with password?
A: If device is locked after camera application is closed, it won't be security hole. Maybe next time I'll implement it.
Changelog
v1.2.1:
Fixes forgetting of learned gesture after application was switched off.
v1.2:
Support for CHT.
v1.1:
Volume buttons are working again.
Gesture learning (= maybe S2U2 compatible).
Setup dll, so you don't need to make sure application is not running before uninstallation.
v1.0:
Initial release.
Compatible lockscreens
WM6.5 default (Confetti lock screen)
Co0kie's Home Tab lockscreen [worked for me, not worked for Guus_]
Maybe others but nobody informed me about it.
Not working with S2U2, I contacted author of S2U2 about it.
Reserved for future use.
Excelent work.....!!!
THX!!!
-----------
SteviCzech
GREAT idea, but I/we need to get this to work with Co0kie Home Tab. Can we expect CHT support in the future?
Thanks for sharing!
Why isn't it working with CHT? Different unlock screen? Different camera application?
Also I noticed it conflicts with htc volume control, right now by I'm betatesting fix.
Would it be possible to make compatible with Chris's Lockscreen [middle]? It puts the slider halfway down the screen. I HATE having the lock slider at the top!
Thanx for all your hard work MilaCzeque
Thanks for sharing!
Guus_ said:
GREAT idea, but I/we need to get this to work with Co0kie Home Tab. Can we expect CHT support in the future?
Thanks for sharing!
Click to expand...
Click to collapse
Yes, yes, yes ++. A lot people use Co0kie HT.
will you add future support for su2u?
Very cool idea, I'll have to switch back to the default lockscreen to try it.
Though, it would be cool if the X/Y values for the mouse event could be set in a file, for those of us with customized lock screens.
Edit: got around that by editting my LS_LockScene_480x800.cpr file.
Though, it would be nice if we could program in a "macro" to type in our passwords.
Cheers!
Jaxbot said:
Very cool idea, I'll have to switch back to the default lockscreen to try it.
Though, it would be cool if the X/Y values for the mouse event could be set in a file, for those of us with customized lock screens.
Edit: got around that by editting my LS_LockScene_480x800.cpr file.
Though, it would be nice if we could program in a "macro" to type in our passwords.
Cheers!
Click to expand...
Click to collapse
Very good tool, this is a subscribe
+1 on the configurable lockslider position (middle, left, right, and Y coord pixels), this would make your tools compatible with virtually any sliding lockscreen.
BTW, will the home button return to its normal function (display homescreen ) when the screen is not locked? I use it very often for that purpose.
Gave it some review/press here: http://windowsphonehacker.com/app_review_hd2_camera_lock_button-09-06-10.php
Also a video of it in action:
http://www.youtube.com/watch?v=3dLTP0Jf33E
Great job!
The ideas that continually out and on to the HD2 is still amazing!! I really like the progression of this feature. very genus to include the sensor with button activation!!
MilaCzeque said:
Why isn't it working with CHT? Different unlock screen? Different camera application?
Also I noticed it conflicts with htc volume control, right now by I'm betatesting fix.
Click to expand...
Click to collapse
Yes different lock/unlock screen. CHT is the most used application for the HD2 I think.
CHT support would be great!
bumpity bump on cht. that'd probably be worth a few bucks from me ;-)
could you publish source code?
YES, CHT support is very much needed with the ability of using HD Mini unlock screen. i'll definitely donate for this feature once you have configured it to work with my HD2
s2007 said:
could you publish source code?
Click to expand...
Click to collapse
he clearly explained why he won't in the first post, and I kind of understand him
v1.1
New version is out, see 1st post. It's a bit experimental so be careful and have fresh backup of your device in case anything bad happens.
ephestione said:
he clearly explained why he won't in the first post, and I kind of understand him
Click to expand...
Click to collapse
I'm sorry. My mistake I do not read cerfuly.
Is 1.1 compatibile with CHT lockscreen (manila style)?

Categories

Resources