Somone would like it - Rotating Magician Screen On Today - JAM, MDA Compact, S100 Software Upgrading

Rotating Screen was a standard feature in WM2003 but no longer exists in WM6,also WM6 can rotate one degree only(Angle 90)
So I wrote this small TrayApp,it can rotate 3 degree and controllable by a config file.
Install CAB and restart,you can find a new tray icon on Today screen,short press for directly screen rotating,long press(PressTime > 1s) for rotating confirm dialog.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Rotating config file is located at \Windows\my_rotate.ini
Only one line in this file:
[Allow 90 degree],[Allow 180 degree],[Allow 270 degree]
By default config is 1,0,1,so you won't get a 180 degree rotating.
For allowing 90 degree(Button on Left side - WM6 rotating feature):
1,0,0
For allowing 180 degree(Invert):
0,1,0
For allowing 270 degree(Button on Right side):
0,0,1
For allowing 90 degree and 270 degree:
1,0,1
For allowing 3 degrees:
1,1,1

哇~~沙发哎~~嘿嘿

小金、你走到那里我就支持到那里!:d

Too many files in \Windows
would you mind to store the config file in other folder in next version?

Oh,well,I will modify it.

nice app, thanks.

hello .. how did you translucent sheet on wm 6.1? much I like it plss advise me

A nice one, Little Gold, keep up good work. =)
Cheers,
Philip

Related

How can i change scrolling in programs/games folder

The OS is WM2003SE. At present when scrolling through Programs Folder or Games Folder using the D-pad the cursor moves left to right & will not go down or up until you reach the last program icon on each horizontal line.
Does anyone know a reg hack or program that will change the cursor to move up & down freely.
Hope you can understand what I mean ! quite simple issue really but not so simple to put into words.
Many thanks.
I don't this is really possible normally because of the way the listview is implemented in Programs. However, if you use VJSmallIcons II it will let you change the way the icons are displayed, and it might work then.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
V
Yes your app will allow me to scroll through my programs using the "list view".
Thank you.
I'm sure I saw a reg hack to adjust the D-pad movement, have searched on here & with google.
Thank god for forums like this & trusty google, WM would be junk without 3rd party experts correcting annoying bugs/problems.
Well another problem I solved with MortScript.
Wrote a script that allows me to use button 1 & 2 to scroll through my program list just when Programs is active.
Not as good as the cursor movement in WM5 but damn close.
With a few tweaks 2003SE is as good as WM5 for stylus free use & has some other advantage too.

battery icon on top right

does anyone know how to keep the battery icon on titlebar displayed at all times?
mine only displays on the today screen. but when i run a program, it disappears.
anyone the reg tweak for this? im using WM6.1 02 by cotulla on magician
also if anybody knows how to replace the default battery icons?thanks
You can use a software named QuickMenu.
http://www.alensw.com/attachment/QuickMenu_2.8.zip
It's a Chinese favorite software with 0409 mui support.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
great app!but i was hoping of just a reg tweak as i already have wisbarlite, with similar functions but i think uses smaller memory. im only using a 64mb magician so space is quite an issue for me. thanks a bunch though
There is no registry-tweak for BatteryStatus on every titlebar I think...
oh i see. i guess il give the quick menu a shot. theres one problem though. i think it conflicts with my pointui home2 app. whenever quick menu is running, the home button shows i have notifications even if i dont, and the home button cant be cliked. but when i close quickmenu. everything is fine. dunno how its causing it. hey, thanks for your time.
I think I found something interesting with small size...
Shows battery status on every titlebar...
wow thanks again.

The lack of screen rotation and broken GAPI implementation on the Motorola Q 9h

Hi everyone, 1st post
I have a Q 9h which is a very problematic smartphone when using software made for portrait screens and games. Garbled screen or incomplete display is common. I've read that screen rotation and correct GAPI implementation would increase compatibility a lot.
With lack of screen rotation, software made for 240x320 smartphones or PocketPC doesn't work properly. The best I could do was changing DPI:
[HKEY_LOCAL_MACHINE\Drivers\Display\dpi]
"LogicalPixelsX"=dword:00000060
"LogicalPixelsY"=dword:00000060
After changing 131 to 96 fits a lot more on the screen. Then I decreased font size too and played with a virtual cursor utility. But it's somewhat half-assed.
The other problem can be seen here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This explains what I mean: http://www.modaco.com/content/q-q-m...-the-motorola-q-what-developers-need-to-know/
I've read 50+ forum threads by now, downloaded software kits and source code, even searched hacking tools. I've downloaded multiple versions of gx.dll and the source code and tried to recompile it. I've tried whatever I remember in almost a week. I've downloaded 20+ emulators (sometimes multiple versions) and I only found 3 that work. Then it happens in native games too. The problem may be related with PowerVR drivers either.
Honestly I'm exhausted and getting nowhere, please help. Cheers and thanks for reading.
bump. help

[Q] Low light controller for HP Voice messenger

Hi, guys
I made a program for you which alowed you to turn the backlight to half light.
The back light will be lower than brightness "1"
You will need it when you reading in dark night.
maybe can also save your power.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The program only tested on hp ipaq voice messenger
maybe can also work on other model voice messenger (ipaq 512 514 518)
Thanks a lot for the back light program.
By the way, if anybody has post to you the original rom (1.0.12.332.04) with the bootloader, let us know.
thanks, I will test you, my eyes often burn because of the lightning display.
One question, do you know a way to use the flash led as a light (torch) in the night? It would be great to use with the hardware button.
Unfortunately I do not find a way to:
1- use the lock button to suddenly lock the VM instead of keeping it pressed so long
2- assign lock and hardware button to other functions, for example call the tasks manager
any hint?
seems to work well, but I have a small problem, I copied it in the program files directory, made a shortcut and put in the windows\start menu\application\accessory but I can't see it in the menu, how do you suggest to install the application?
you have to put it in
windows\program files\
and put the shortcut in
windows\start menu\

Getting pixel-accurate coordinates of large graphics

I was doing a project with converting map PDFs to PNG.
The PNGs would be generated at different resolution of 256 x 256 tiles to use for a Leaflet map server.
Since the source material is basically a "paper" map you have to calibrate the transformation to real earth coordinates.
And for that you have to get the pixel coordinates of the crosses on the map where the lat/long or northing/easting (UTM) lines intersect.
This is also something you might be doing to troubleshoot graphic layouts (is that border really 4 pixels wide?)
You've probably just reached for the venerable MS Paint, which does the job, but is a bit of a pain.
So I whipped up a Windows utility which suits my current purposes fine.
Can show a single screen view of large images (8192 x 8192 or larger)
Can show a pannable zoomed view at scale 1:1
Can switch between the two views instantly
Navigates by mouse, but also allows cursor keys for pixel fine tuning
Copies coordinates to the Clipboard
Optionally marks (only on the screen) locations already logged
Doesn't risk making permanent marks on your image
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm just wondering if anyone is interested in this and what they'd use it for or if anyone uses something else?
I haven't released this yet (it still needs polishing) or any of the PDF tiling stuff.
Any discussion on this subject at all is welcome.

Categories

Resources