Secilweather 0.8.0.2 fingerfriendly - Touch Diamond, MDA Compact IV Themes and Apps

Found it yet not installed it to try.
"SecilWeather is a Windows Mobile finger friendly weather application with a pretty UI interface.
{
"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"
}
{
Features:
- Supported resolutions: QVGA (240×320) and WQVGA (240×400).
- Finger-friendly.
- Cached weather feeds for each location.
- Skinnable user interface.
- Multiple locations (supports up to ten locations).
- Satellite photos (5 zoom level).
- Currently, today and 8 days forecast.
- Supported devices: Windows Mobile 6 and Windows Mobile 6.1 (with touchscreen only!).
Finger Gesture Commands:
- Left scroll -> Days.
- Right scroll -> Cities.
- Move your finger right to left on current or forecast screen for update weather data.
- Move your finger top to bottom on current or forecast screen for exit application.
- Right click any weather icon for menu.
- Move your finger top to bottom on satellite photo screen for close satellite screen.
- Move your finger right to left on satellite photo screen for update photo.
- Move your finger top to bottom or bottom to top on current or forecast screen left corner for change forecast.
- Move your finger top to bottom or bottom to top on current or forecast screen right corner for change city. "
free to download many iconsets available too.

not on the full screen, no steing for full screen
not diamond resolution
QVGA (240×320) and WQVGA (240×400).

not4you said:
not diamond resolution
QVGA (240×320) and WQVGA (240×400).
Click to expand...
Click to collapse
Which I just notice.Hmm, shen searching on "Secil" didn't find it. main thread here SRI.No VGA support, yet.

Related

What App Is This?

Wish I had a photo, but I remember seeing some Today screens that inidicated the number of voicemails, e-mails and SMS messages on the very top of the screen where signal strength, the clock, volume, etc indicators are. Can someone tell me what app(s) do this?
Well, there's Phone Alarm. But that is on your Today screen, not up on the top bar. But you can put it up next to it, like this...
{
"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 feel as if I've seen it in the area above where you've placed PhoneAlarm. Does Wisbar do what I'm looking for?
It's not this one is it?
V
^^^ It is! ^^^
What is it?
dunno but the website tat pic came from was:
http://www.vijay555.com
The screenshot shows a couple of plugins I wrote, and some other tricks.
Ok, basically, I used my app called VJToggleToday to minimise the StartBar and Bottom bar down to maximise screen space.
Then, I used a custom PhoneAlarm skin I wrote. Using VJToggleToday, that can now "replace" the standard OS Start Bar.
It's all explained here, and the skins etc are available:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
VJToggleToday is being re-written for WM5 - go to the end of that thread for the current alpha release.
I haven't converted the PA skin to the WM5 version yet. I'm in the process of doing it now.
V
Thanks! I look into this; however, the links to your alpha release of VJToggleToday don't seem to work.
Try this one:
http://www.vijay555.com/vj/releases/vjtoggletodayii/vjtoggletodayiialpha.exe
V
Thanks! Hopefully your full release will offer the option to keep the lower menu bar.
makisupa: use the configuration screen (or edit the registry directly), and just set the softkeys to 26 pixels as default. Then the softkeys will stay, but you can hide the start bar (top bar) as you wish.
In the current alpha release, both bars can be sized to whatever size <=26 pixels you want.
Access the config by launching it with the command line -config
V
vijay555 said:
makisupa: use the configuration screen (or edit the registry directly), and just set the softkeys to 26 pixels as default. Then the softkeys will stay, but you can hide the start bar (top bar) as you wish.
Click to expand...
Click to collapse
Where is this located in the Registry?
HKLM > Software > Vijay555 > VJTodayToggle
But as I said, you don't need to use the registry, you can use -config
V

Internal Use Spy???what is this?!!

I was messing with my JAM the other day, and I tried to find a hidden screen in the today menu, just like the one you get when you press the action button in the middle of the directional pad + touch the clock icon on the today screen in the top right corner....
I know this is the RUN command just like the one in other windows OS...
{
"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"
}
so I tried pressing the action button for a second + pressing something else..
and when I tried the space between the start icon and Sync( or G or E.. etc) icon... I get a message as in the screenshot...
does anybody know what is this? or what is it for??
BTW.. it appears that it doesn't mater whether I press Yes or NO... nothing seems to happen, and no files or what ever is stored in the root or in My Documents..
Excellent find, very useful for developers!
V
wow, in substance u can retrieve infos on the current window in the screen like size name etc (but u can do it only if there is enough space between the title bar and the notification icons) even if I'm not a programmer, I guess it's very useful for others.. cool find :wink:
By MocciJ
Nice of MS to leave a built in functionality of the Spy++ utility.
Regarding the yes / no it doesn't create a file. If the window is a child (any window but the today screen) it shows the info on its parent.
For those who are not developers little explanation:
hwnd - window handle that the OS uses to identify and control windows
style / ex - windows style (border / ok button etc.) and extended style, determines how window looks and behaves.
Class - type of window (like button)
Window - total window size.
client - "client area" size. Internal par of the window not counting border scroll bars, menus etc.
Owner - parent window (the window that contains this one).
thank you levenum for your helpful explanation..
tested working in Wizard not only in Today screen but also while playing games
I do not want to be the one to spoil the moment but you can get that same info (and more) just by using a TaskManager with Windows Management feature :roll:

[App] Push v0.01 (aka new Pocket Gforce)

Hi all on the last week some friends ask me to make some simple apps using the Accelerometer from HTC and other. I'm still up my neck whit work but some simple app's came true. So heres one...
Gforce Push v0.01
This one is really simple but me and my friends enjoy driving whit it all the time.
{
"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"
}
Atm all he does is...
First put your devise in landscape mode (it will return to normal in the end)
Prevents backlight Dim and Standby (it will return to normal in the end)
show Total (x/y) Gforce in the big Blue center label
show Total (x/y) Gforce in the bar on the right (scale can be selected on the options menu)
show direction of Gforce(or movement if you invert x/y in the options menu)
show update rate on the red label
show other debug stuff on the green label (x, y , angle and battery)
atm Auto Calibrate is not working reasonably well so don't use it.
How to use it....
I dint make a instaler so yoiu have to copy the files to your devise manually and the open
"Push" folder must be put in the device memory root!!!
To go to options just touch the label "Options"
to go back to main just touch the label "Main"
to manually calibrate click the right button on the Dpad
to close the app click the center button on the Dpad
Skins...
All image's can be change but for the moment don't use different sizes
To do list...
Make config file to save preferences and path for the "img" folder.
Put Auto Calibrate more reliable
Release v0.01
http://rjsmsampaio.googlepages.com/Pushv0.01.rar
Thats it for 3 days of work.
Plz do comment.
Hi Ikari, I have downloaded your application. I'll tell you my experience after I tested it on my HTC phone.
Maybe I didn't test it in the right way, the arrow didn't point to the right direction that the phone was moving or accelerating. Nice arrows though.

Flash Pimp Clock

Loved the original idea from here:
http://www.tokyoflash.com/en/watches/pimp/p2pusher/
{
"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"
}
Its basicly a different visual clock, to read the hours see the left vertical columns and for the minutes see the right 5-rows columns.
The PDF on the site above explains it better...
To use:
---------
- 5 colors to choose from, just press the bottom bar to change colors.
- If you prefer a 12-hour clock, simply click the left numbers after 13h.
- Exit with enter (keypad) or by pressing the top-right area.
- See the "normal" digital clock and date by pressing anywhere else on the screen.
Notes:
-------
- Needs FLASH 7, if it doesnt exit properly, you dont have it.
- Attached the CAB, already with the WM6.5 icon on install.
- Also added a separated swf file, to see it run on your NOKIA, PC or Throttle Launcher..
Enjoy.
Nice idea
Love it! thanks!
it would be cool if it can be a screensaver.
thanks twolf!
WQVGA issue omnia
just wondering if there's a way to make the excess screen on my omnia to default BLACK- then your app would be awesome
maybe even add function buttons - there's some promising update potential
awesome clock - would it be possible to simulate the look of a recessed L.E.D.?
looks good on my armband at the CLUB!!!
Great...very cool with the color options!
Sorry, the software I use for the EXE only allows VGA/QVGA, he doesnt even allow any extra options for the size or screen color.
Use flash pimp clock
I need a macromediaflash for use it. someone can help me?
found it
Yes, yes my first app for the htc diamond.
it`s fantastic........... I`m cry
Standalone app?
Just wondering... what is the program you are using for these standalone apps? I could probably use the same thing to make my own FlashGadgets play as standalones, which would make them work across a broader series of device platforms. Please check out my thread, and tell me what you think. http://forum.xda-developers.com/showthread.php?t=630985
Regards,
Unit ZER0

What do you think of my home screen?

What to improve? What to add/remove? Trying to make this homescreen as aesthetically pleasing as possible ^_^
- The background gradually rotates the hue colour, a full cycle takes around 4 minutes. It's not noticeable until you open an app and come back to the home screen. Different colour. Pretty kewl x3
- Jacket recommendations based on the wind chill temperature, and how windy it is.
- Bar underneath the date shows the current time/24 hours
- Cornerfly looks awesome (I set radius to 14) on the OP5.
Apps used:
- KWGT
- KLWP
- Nova
- Cornerfly
Planning to add/improve:
- Location-based events (Tasker)
- Improved weather stats
- Better animations(?)
Thanks in advance! (Not sure if this is the right board)
{
"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"
}
There is a specific thread for showing off your home screen design. Please put your post there.
Whyte The Weeabear said:
What to improve? What to add/remove? Trying to make this homescreen as aesthetically pleasing as possible ^_^
- The background gradually rotates the hue colour, a full cycle takes around 4 minutes. It's not noticeable until you open an app and come back to the home screen. Different colour. Pretty kewl x3
- Jacket recommendations based on the wind chill temperature, and how windy it is.
- Bar underneath the date shows the current time/24 hours
- Cornerfly looks awesome (I set radius to 14) on the OP5.
Apps used:
- KWGT
- KLWP
- Nova
- Cornerfly
Planning to add/improve:
- Location-based events (Tasker)
- Improved weather stats
- Better animations(?)
Thanks in advance! (Not sure if this is the right board)
Click to expand...
Click to collapse
Looks awesome
Where did you get that wallpaper? Looks awesome. And what widget for weather information?

Categories

Resources