[Developement Thread|12 Oct 2007] Marshall Transparent WaitCursor - Windows Mobile Development and Hacking General

___________________________________________
MWC has been released: please follow the discussion here: MWC thread
___________________________________________
UPDATE: October 12th, 2007 - The animation will now show with no flickering.
Dear developers,
I started the developement of a WM WaitCursor replacement. Since the default WM graphic module (gwes.exe for WM5 and shellres.96.dll for WM6) doesn't support transparent images for the WaitCursor, I'd like to add this feature to our devices.
The idea is quite simple:
- Remove the WaitCursor Resources from that modules
- Write an application that catch the WaitCursor event (if it exists) and shows an user defined one.
I already wrote a initial application that shows a cursor only when executed and it works quite good. It is written in Native C++ that means more efficency and less memory usage.
The application runs in background and has no window so it doesn't show any "close" button and no soft-keys.
The images (PNG with alpha transparence!!!) are loaded from a directory and drawed in the screen (the IImagingFactory interface is no more used because it's too slow).
Here are some screenshots...
{
"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"
}
Below, you'll find a video of the product in action.
Marshall

Help wanted
Anyway I have 2 major problems:
If there is another window opened and I scroll that window, the already drawed pictures scroll, too.
The pictures are painted over the precedent ones, so if there is a transparent picture, the back one is still present. (To avoid that problem I tried to capture the portion of the screen and paint it just before every picture with BitBlt, but it introduces a little flicker problem)
If someone is experienced with the GDI and can suggest me a way to solve that problem or a better way to draw that pictures I'll appreciate it very much.
And do you know which event is thrown when the WaitCursor is showed? So i can catch it.
thank you very much for every help you give me.
Marshall

I attached a video in the first post showing the potential of this application.
Any suggestion will be appreciated.
Marshall

WOW! this is very big! i would like to see this happen.. though i don't have any programming skills.. i'll support this all the way..

I know this is offtopic, but how did you record the video on WM ?
Ontopic: If you need some beta testing, I'm here

dferreira said:
I know this is offtopic, but how did you record the video on WM ?
Ontopic: If you need some beta testing, I'm here
Click to expand...
Click to collapse
The video was made using Coolcapture.
Marshall

I just wanna point out that your first problem might not be a problem at all... Can you scroll when the current / official wait icon is shown ? i think not, since that is why it is shown, to let you know there's nothing you can do but wait... I'm not sure, but my guess is that nothing can happen under your cursor once you show it when it's supposed to be shown.
About the second problem, i have no idea...

wow i like what i see. cannot help with "flicker" though...video and info explains why mac wait cursor is not possible now ....

RPG0 said:
I just wanna point out that your first problem might not be a problem at all... Can you scroll when the current / official wait icon is shown ? i think not, since that is why it is shown, to let you know there's nothing you can do but wait... I'm not sure, but my guess is that nothing can happen under your cursor once you show it when it's supposed to be shown.
About the second problem, i have no idea...
Click to expand...
Click to collapse
Good point! Thank you RPG0. Maybe it could be a problem if you, for example delete a file. The WaitCursor appears (it can happen in the \windows dir) and the file explorer remove that line and makes the window scroll because now one file is missing. I'm not sure but maybe this situation could introduce that error.
BTW, at the moment it is not so important. Thank you again.
Marshall

nothin said:
wow i like what i see. cannot help with "flicker" though...video explains why mac wait cursor is not possible now ....
Click to expand...
Click to collapse
Actually it could be possible in some way. If I capture the screen and draw it before every frame, the "overlapping" problem will not occur. But, like I saied, it will introduce the flicker issue. I believe that there is a way to do it with no flickering but I'm still looking for it.
Marshall

...this guy is so smart...can´t wait to see it´s first stable release...keep up this cool work.
...btw...when you managed the waitcursor to get transparency, this should also work for the pop-up windows eg for new sms coming in????...wow imagine the posibilities...

henftling said:
...this guy is so smart...can´t wait to see it´s first stable release...keep up this cool work.
...btw...when you managed the waitcursor to get transparency, this should also work for the pop-up windows eg for new sms coming in????...wow imagine the posibilities...
Click to expand...
Click to collapse
Thank you henftling
The projects is going on, a bit slowly since I'm very busy and I have some issues with the new version.
I finally eliminated the flicker problem replacing the IImage functions with the better bitblt but I'm still getting some problems with the AlphaBlend function to draw the pictures transparently.
BTW, like you said, it can bring lot of possibilities!
Marshall

I have the xda neo with gullums prophet VIII. I copied at first touch wait cursor to programs folder and tried to install. After installation it makes a softreset, but the old waitcursor is on screen, not the new installed. I tried it again with vista cursor...the same. What can i do?

Me Too!
I'm also getting the same issue. I use LSW's Black WM6 OS.

This questions should be posted at the Marshall WaitCursor Skin thread. This is the Developement thread of the "Transparent" WaitCursor.
However, the skins you installed are for WM5. You have to install a WM6 version. At the moment only the Touch WaitCursor Skin is available for WM6 but all the others are coming soon.
You'll find it at the bottom of the languages list for the Touch WaitCursor Skin at the download page.
Marshall

I found this feature in wisbar 3 ,but I don't know how it work

I'm using Blue Angel WM6.
Wait skins not work on my Blu Angel WM6.
anybody pls share solution..about my problem

ong9 said:
I found this feature in wisbar 3 ,but I don't know how it work
Click to expand...
Click to collapse
Yes I know! I think that the developer will not give me suggestions . However, if I have big problems that I can't solve by myself, I'll try asking him.
ajie said:
I'm using Blue Angel WM6.
Wait skins not work on my Blu Angel WM6.
anybody pls share solution..about my problem
Click to expand...
Click to collapse
Please, refer to this thread.
Marshall

Good news!
I finally was able to show the animation with no flickering. This "little" step will make it possible to use any kind of transparent pictures (even MAC and Linux Bouncing cursors). Ther'll be no overlapping between two different frames in total smoothness.
The next step will be capturing the moment in which the OS shows the default WaitCursor in order to show mine. I sadly discovered that there is no event thrown by the system in that situation, so I'll have to look for another way. I read somewhere that it can be done with the WM Cursor APIs but it seems to not work.
If you know a way to let the application know when the OS shows (and hides) the default WaitCursor, please tell me.
Any other help will be also appreciated.
Marshall

any update Marshall07?

Related

How are you guys customizing your today screens?

I know you can download different today plug-ins, and i know about VisBar and such, but I don't see how your today screens look so different from mine (after looking at various 'today screen' threads).
My screen is just several horizontal lines, with the usual "no new messages", "active tasts", etc, and a couple of plugins.
I see people's screens with a completely different layout.
Cheers for any replies
matheprat: it might be worth reading through some of the threads on this subject, eg here:
http://forum.xda-developers.com/viewtopic.php?t=26468&highlight=
V
Thanks for the link, very helpful.
How do you get rid of only the bottom toolbar in WM5? I downloaded the program that other people had used, but I could only get rid of the top bar (which i'd prefer to keep), and not the bottom one.
Cheers
matheprat: If you're referring to the program ToggleToday, I haven't released it yet for WM5, but it's coming very soon.
{
"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"
}
If you need an alternative, try Wisbar Desktop Advance.
V
Note: Wisbar 2 or desktop is very very laggy
Use PPX instead if you want better speed, its just as good as WisDesktop.
This is the skin I m currently using
Does PPX work on WM5? Looking on their website it doesn't mention specific compatibility, but has anyone got it runniung satisfactorily?
Cheers,
Fin
Yes, I forgot to mention PPX. It takes quite a bit of headscratching to get it set up, but it works well in the end. Never tried it on WM5.
V
vijay555 said:
matheprat: If you're referring to the program ToggleToday, I haven't released it yet for WM5, but it's coming very soon.
V
Click to expand...
Click to collapse
Yeah, that is what I was refering to. When do you think it will be released?
Many thanks
There's so many program's out there that can change the way you're today screen looks
- PocketBreeze
- PocketPlus
- RescoExplorer
- and many more
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
It's so hard to quickly find a contact in my contact list while on a bike, in my car, etc since the scrollbar is like 3 pixels wide. Or to lock the phone or close an application, the icons are to frigging small
Not that I have big hands, rather small for a guy even but still...
Any suggestions?
matheprat: not sure when it'll be released, when I get time!
I'm working on too many other things as well, it's really just when I get a few minutes to work on each bit. Hopefully release fairly soon, as I said, WM5 is done, I need to join it to my old WM2003 code and then check it against a companion today plugin I wrote. Quite a bit of behind the scenes stuff involved
V
vijay555 said:
matheprat: not sure when it'll be released, when I get time!
I'm working on too many other things as well, it's really just when I get a few minutes to work on each bit. Hopefully release fairly soon, as I said, WM5 is done, I need to join it to my old WM2003 code and then check it against a companion today plugin I wrote. Quite a bit of behind the scenes stuff involved
V
Click to expand...
Click to collapse
I didn't mean to come accross pushy, sorry if I did. I know there's a lot of work needed in developing programs, and no doubt it will be worth it when it is released.
Many thanks
matheprat: no offence taken at all, didn't think you were being pushy.
ToggleToday was one of the first programs I ever wrote, and then I bought myself a Universal to start development on, but accidently wrote VJBigPhone and that kept me busy for a month or so
Now VJBigPhone has gone quiet, I'm finally getting around to re-writing ToggleToday! It's a messy program to write, particularly for dual WM5/WM2003 compatibility, but the basic code is written. Now I'm wrapping it together and will work on a GUI for it.
V
well......what's the full name of PPX? what's their website? didn't find anything...
greetz Stefan
Nemesis311088 said:
well......what's the full name of PPX? what's their website? didn't find anything...
greetz Stefan
Click to expand...
Click to collapse
PPX3k.com
Also I actually like this PPX skin... thinking to swtich
thanx
Mesh said:
There's so many program's out there that can change the way you're today screen looks
- PocketBreeze
- PocketPlus
- RescoExplorer
- and many more
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
It's so hard to quickly find a contact in my contact list while on a bike, in my car, etc since the scrollbar is like 3 pixels wide. Or to lock the phone or close an application, the icons are to frigging small
Not that I have big hands, rather small for a guy even but still...
Any suggestions?
Click to expand...
Click to collapse
This will let you change the size of the scroll bars :
http://www.back-pocket.co.uk/pocketmate.php
Mesh said:
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
Click to expand...
Click to collapse
i use .mobile contacts on my jam and it makes finding contacts and calling them much much easier while driving. don't know if its completely compatible with WM5 but won't hurt to try. heres the link http://www.sygic.com/mobile/phoneedition/index.php
The MOST stable Today Information plugin eva
By the way, can someone recommend the most stable Today Information Plugin?
I was using latest PowerLevel plugin by ScaryBear but it has lots of memory allocation/deallocation problems. Then I switched to simple 15Kb "TodaysInfo" plugin by Lou Terrailloune (v1.7) and it is quite stable but it has significant rendering delays when rotating screen. So, what is the most stable/fastest one to show battery/memory levels and perhaps it can inform you when your battery charge completed (aka PowerLevel/AudioInformer)?
Thanx!!!
Sounds good - any chance of a link?

Today Plugins: which is most used?

Cause of low memory space i need to know how many users prefer a today plugin instead another.
Ps: If is Others (must have similar today functions of the softwares in the poll) , please write something about it!
Thanx for your contribute and sorry fotr my BAD english!
SkizZO: that's a very big question. What do you want your plugin to do? Many of us use many different plugins for very different reasons.
{
"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 generally use cLaunch as a launcher, or my own plugins. But if you want to read about different plugins, please have a good long read here and here.
V
I know I know (...i've forget claunch!!!)
You have to install ONE of this Plugins, and i want to discover which is most used by Magician users.
As a task closer, I use my VJOkButt. It's not perfect, but it works well for me. For launching, I use cLaunch. With SmallMenu as a startmenu replacement, that's pretty much everything I need.
V
I use PZP.
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
however i hope spb is + used... but isn't a little heavy??
Currently i'm running Ilauncher (for icons)+ GSPocketMagic (taskManager)
(+Pocketweather+PZP+Egress+messaging)
and i would to change this "configuration"
@vijay555: i am talking of Today Plugin that put icons on the screen (and others individuals functions)
I use Resco explorer's Plug in.. I find it very nice and light... it shows battary, memory..etc, also allows you to add your own apllications shortcuts into the today screen....
very nice one indeed
SkizZO said:
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
Click to expand...
Click to collapse
You did not specify that in your original quote. You just mentioned Today plug-ins, not specifically ones that allow you to add icons.
TheBrit said:
SkizZO said:
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
Click to expand...
Click to collapse
You did not specify that in your original quote. You just mentioned Today plug-ins, not specifically ones that allow you to add icons.
Click to expand...
Click to collapse
ok you've right! but all the software in the Poll has this function.
xcuse me
Calendar+ and PPCprofilesPRO.
Regards,
Arto.
Currently ?
- JGUI Zodiac Date (jeus for the date, and it doesn't pop up anything if you accedently tap it )
- tAgenda (used to have Tasks, Inboy and CalenderPlus, tAgenda makes all three obsolete)
- Oh, and Nakka's TDLaunch, because it let's can configure Iconsize and margins !
Not really a Today Plugin, but it replaces Todays info perfectly : W-Tools ResInfo (yes, Battery stats, Storage and Mem gauge in the Tray! It even shows charging )
My taskmanager is PocketNav, and i use the camerabutton as TodayToggleOFF and the memobutton for TodayToggle (Hi Vijay ! Great tools ! Normaly i would have taken a dozen pictures of side of my pants !
Now nothing really serious happens if the buttons get pushed accedentaly!)
Wow, someone actually uses TodayToggle?!
There's a name I haven't head for a looong time
I like it, but I will really have to think of something useful to do with that app some day!
V
Well, it's usefull enough for me.
I used to have "Today" under a button, but always shutdown the PPC afterwards, so.......
And if i use TTN5, i don't want to PPC to trun of, hence....
AND i always had a problem with accendently pressing the side buttons, and now the at least don't open "Tasks" or like i said, worse; the camare and starts shooting...
Btw, i tried Hidestart, but it doesn't seem to do anyting but temp. show time and batt %....
I'm still looking for all kinds of "Thumbs only" or "Thick fingers" solutions, i use my PPC a lot 'one handed' or in the car...
Espec. setting snooze to 15 min. or so in the car is considdered 'reckless driving'
I haven't developed HideStart any futher than a very early preview a long time ago. I've got some ideas about changing the way notifications are presented, particularly in VJSihaya, but I still like the idea of HideStart.
However, I think that when you "ghost" reminders, they still try to silently activate themselves from time to time, which causes your current app to lose focus, which is irrititing if you're typing something. I thought it was a bug in my code until I realised this. However, I still use it to ghost reminders from time to time when I'm too busy to snooze them all
It's possible some code I wrote for the upcoming release of VJOkButt (used to get around incoming call notifications) might be of help here... but HideStart is not a priority right now unfortunately. I actually just developed it for my own use in a modified version so that I could switch between Start Bar, New Bar and ToggleToday. It shouldn't really have been released, but I thought the reminder remodeling code was a useful idea to demonstrate... more later, I've got work to do
V
vijay555 said:
I haven't developed HideStart any futher than a very early preview a long time ago. I've got some ideas about changing the way notifications are presented, particularly in VJSihaya, but I still like the idea of HideStart.
Click to expand...
Click to collapse
So do i, if it worked If i only could find a decent prorgamming/scripting language for the PPC. Although Mortscript is pretty nice, it misses so features....
And i'm not really a programmer, more like a scripter... Maybe i should take some time to dive into VB or eVB (I can do quite nice things in Acces on the desktop !)
However, I think that when you "ghost" reminders, they still try to silently activate themselves from time to time, which causes your current app to lose focus, which is irrititing if you're typing something. I thought it was a bug in my code until I realised this.
Click to expand...
Click to collapse
All a MS problem; on the desktop the same happens
It's possible some code I wrote for the upcoming release of VJOkButt (used to get around incoming call notifications) might be of help here... but HideStart is not a priority right now unfortunately.
Click to expand...
Click to collapse
No prob, i just see whats floating a round and use it if possible. I don't ask around to create solutions for me...

Anyone know a Today Plug in that can do this?

I was wondering if there is a today plug in that will allow me to write or type my own message and show up on my today screen permantly (and allows me to change it through settings)?
Doesnt thebuild in tasks plugin work for you?? Or you want a more "post-it" notes kinda feel??
I just want like one line on my today screen to write whatever I want....for example......like the owner informations with phone number is 2 lines.....I want to disable that and write my own information in one line.....doesn't have to be owner info....just anything I want.....it's kinda hard to explain.....and I want to to be able to use chinese characters to write too.....
Notes Today
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Re: Notes Today
tbito said:
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Click to expand...
Click to collapse
tbito, this was exactly what i was thinking of recommending to kiru...and i can confirm that it works with wm2005. i'm using a mio a701 and this is one of my plugins.
Yes, NotesToday is one of my staples. I think it's very useful.
I tweaked the default skin slightly to allow me to minimise it to a dot, (just above the weather plugin)
{
"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"
}
and then maximise it to normal:
I didn't end up using it much, but nice idea, well implemented, and well worth the $5.
V
hey vijay, very interesting the way you made it look so small and efficient! mind sharing it? :wink: interesting little application; although i don't use it as much it's good as a quick scratch pad for all occasions...
Someone just emailed me about the skin.
I've found a copy on my ftp - I haven't used the plugin for a while, because I'm still migrating my setup to WM5 and deciding on new plugins.
But hopefully this is the skin shown:
http://www.vijay555.com/vj/!tools/notestodayskin/notestoday_skin_new.zip
I modified the skin to take almost no room, but be stylus selectable, but particularly selectable with the dpad. I can't remember if I had to edit the registry, but basically you can switch minimised and maximised mode by scrolling down the today screen with the dpad and clicking enter. It'll shrink/expand accordingly
V
Hi Vijay,
I Guess this is off topic. But on one of the screenshots your have an extra blue bar underneath the start button. With two arrow vertical up anddown at the start and sms, phone, and bluetooth etc. in it. I also saw some sort of profiles program with the same arrows in a later screenshot. with seems like profiles to me.
Are those programs the same and if yes, which program is it? I'm tried several programs Pocket Zen phone and WM Profiles. But wasn't happy because the vibrate function didn't work properly on my wizard.
Let me know, thanks.
Cheers
Shah
Shah, the blue bar near the top in my 18 August 2005 screenshots is an early version of my PhoneAlarm skin. This was refined into the one you can see in my 5 April 2006 screenshot, at the top of the screen (being used via my VJToggleToday program).
This is used to select profiles (where the normal "Vibrate" icon is at the top of the screen, clicking this brings a drop down menu with my profiles, Work, Home, Silent, FlightMode)
PhoneAlarm is excellent, generally. Profiles are a very basic feature on any phone, and it's mindboggling that it's not a standard feature, but I like PhoneAlarm, and Bruce, the author (you can also see my slightly hacked version of AlarmToday as well in the screenshots).
My 5 April 2006 screenshot also shows claunch at the bottom (apologies for the stupid icons, I lost some icons when I changed phones), being used to change PhoneAlarm profiles with my thumb. So I can make calls/send SMS using VJPhoneTools, change profiles (PhoneAlarm), and launch selected apps all from the same plugin.
V
Vijay, do you not find PhoneAlarm is resource-heavy?
Also, is that skin on your home page? (I've had a look and can't see it)
kiru said:
I was wondering if there is a today plug in that will allow me to write or type my own message and show up on my today screen permantly (and allows me to change it through settings)?
Click to expand...
Click to collapse
google for wrench TodayNote. does exactly the job
Hi Guys,
First: THANKS YOU vijay555 for giving me the skin files! (I'll mail you later with my findings, regarding VGA and landscape use)
Second: Does anyone have the other zips that were placed on the NotesToday website? (which is offline now , anyone know why?)
Cached version of the page with the zips I mean:
Code:
http://64.233.183.104/search?q=cache:HqVMKtMAO-EJ:evs.dellama.com/index.php%3Fp%3Dsoftware_notestoday_skins+config_config.zip&hl=nl&gl=nl&ct=clnk&cd=1
Thanks in advance.
Cheers!
Puzom:
I may have the skins at home. Frankly, it's easy to write your own. The standard skins are nothing exciting!
Webreaper:
My phonealarm skin is towards the end of the first post here:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
I've used PhoneAlarm for pretty much my whole year on XDA devs, and never found it to be a problem on resources. There are simpler ways of doing what it does, but it's useful, and gives me easy control of profiles etc. Bruce is filling it up with stuff I can't imagine needing, like cell based profiles etc, but I'm happy with the basics - notifications, mail count, profiles etc.
PhoneAlarm or a similar app is essential IMHO for effective use of the phone.
I've had trouble with AlarmToday since upgrading to WM5, but the old WM2003 version was flawless and very useful too.
V
Thanks Vijay. Your skin looks the simplest and neatest I've seen.
I really liked the idea of the cell-based profiles, in particular for things like enabling wifi for when I'm at home, but disabling it when I'm at work. Unfortunately, my house and office are both on the same cell.
Re: Notes Today
tbito said:
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Click to expand...
Click to collapse
Okay will check it out......but is there anything any Cleaner?.....I just want to wirte my own information (ie. owner info and phonenumber on one line) and make it somewhat pernament......but this todaynotes looks good...I just want to find a way to create more real estate on my screen....but thanks for the tips!
As much as I hate linking to FreewarePPC.com, with it's popup laden turdware, check out OwnerInfoX.
http://www.freewareppc.com/utilities/ownerinfox.shtml
V
thanks vijay!...exactly what I was looking for!......
Post a screenshot once you're set up. Sounds like an interesting idea
V
vijay555 said:
Post a screenshot once you're set up. Sounds like an interesting idea
V
Click to expand...
Click to collapse
Well I couldn't get it on one line (I probably could....but it won't look right due the limitations of the program).....but at least now i can type my phone number in chinese characters and add a pict...awsome find on the plug in....

Flash Lite Diamond

I'm working on a flashlite diamond layout, so far this is what i've got. The signal and battery status up top should both work and the icons on the bottom scroll when you click on the far right one. Hopefully I'll be adding some more functionality to it soon. Please leave any comments or suggestions. So far only tested on the wing and you need flash lite installed.
Update: New icons, finger scrolling
Working on a way to disable the right click while its open, also soon an update with clock
http://cid-11fcacbb36b0b63f.skydrive.live.com/self.aspx/Public/phone%20v1.4.swf
Sweet!! give us MORE please
thanks for making a flashlite version of the diamond interface. its a good beginning but i'd like to scroll the icons with a finger move instead of tapping the last icon. also the icons should have a higer resolution in the future.
keep up good work!
also, looks great and all, but will you eventually make the icons look EXACTLY like the diamond's?
Looks nice, if you want any help on the graphics just send me a pm.
New update!!!
fast update! unfortunately i cant open the swf anymore.. It says: check for valid SWF or valid SVG failed, aborting attempt to load content.
i hope you can fix this problem.
is the 22kb filesize correct?
EDIT: the correct filesize is 14.5kb i selected "save file as" the frist time. you must download the swf by clicking on the link instead of savefile as.
Made a small flash clock to resemble the Diamond with a animation like it:
{
"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"
}
Tried to attach it to the "pocket theme manager 2" tsk theme, but that peticular software doesnt work in WM6.1
Get it here, source-code included: http://rapidshare.de/files/39815429/diamond_clock.zip.html
hey man
i like the watch's animation
keep up the gd work
hope somethin gd will come out of this project
all the best dude
twolf said:
Made a small flash clock to resemble the Diamond with a animation like it:
Tried to attach it to the "pocket theme manager 2" tsk theme, but that peticular software doesnt work in WM6.1
Get it here, source-code included: http://rapidshare.de/files/39815429/diamond_clock.zip.html
Click to expand...
Click to collapse
hi,
i loooove that diamond clock but how may i make it a today plugin?!
twolf said:
Made a small flash clock to resemble the Diamond with a animation like it:
Tried to attach it to the "pocket theme manager 2" tsk theme, but that peticular software doesnt work in WM6.1
Get it here, source-code included: http://rapidshare.de/files/39815429/diamond_clock.zip.html
Click to expand...
Click to collapse
i tested this swf on my PC running in IE and it seems there are a few second ticks missing. it skipped 03,23 and so on.
tom108 said:
i tested this swf on my PC running in IE and it seems there are a few second ticks missing. it skipped 03,23 and so on.
Click to expand...
Click to collapse
Yep.
It seems to be skipping 1 sec every 16 secs, at least what I am seeing.
I'm currently working on changing it from flash lite to just a today screen plugin I'd love to use your clock if thats ok, also I'll make a plugin for just the clock
pgiuoco said:
I'm currently working on changing it from flash lite to just a today screen plugin I'd love to use your clock if thats ok, also I'll make a plugin for just the clock
Click to expand...
Click to collapse
This clock as a today plugin would be sick! Looking forward to it
The Minute-Counter has the same prob as the second-counter!
jumps from 14 to 16...
but awsome work!
I used POCKET THEME MANAGER 2 in my wm2003 pocket pc, but it doesnt work so good in WM6, so i'm now using it with FLASHTHEMES...
On the other hand, the FLASHTHEMES generator doens work good with vista, so im having some problems creating a normal black TSK to use it with, lol...
btw, just tested it and the seconds jump from 2 and 2 on my htc touch dual, thats a slow ystem problem...
I'm at work right now, but when I get home I'm planning on trying .netcf to make a todayscreen plugin
pgiuoco said:
I'm at work right now, but when I get home I'm planning on trying .netcf to make a todayscreen plugin
Click to expand...
Click to collapse
Tried that... apparently getting the swiping menu is easy but integrating the Phonebook and SMS is giving me some problems. I needed someone to code the native C dll files to retrieve Contacts and SMS messages and then I can integrate it into my program...
slow system problem?
i have a kaiser and my pc is a core2duo 3ghz, 3gb ram ...i don't think its too less performance ^^
hey again
there's a problem with the clock
the hours counter is nt moving
hope this will go into a gr8 today plugin

[PRJ][01.01.2009] iDiamond Project v.0.2b [PUBLIC BETA IS OVER]

Hello boys and girls!
Here's my little Chrismas present for you: iDiamond Project public beta
As for now, it's nothing but a fancy application laucher, but it will be developed into complex UI over time. I'm too lazy to write more, so look for yourself.
And yeah, a feedback (or even an usability review) will be appreciated.
Special thanks to:
mun_rus: for your help in manila R&D (reverse-engineering and development)
bepe: for your useful hashing utilities
nestore5: for your help with decompilation
chainfire & guys: for QTC converter
Thank you all guys! You all helped greatly to make it happen!
System requirements:
TouchFLO 3D enabled VGA device
The official beta testing period of v.0.2 is over, coz all valuable information is collected and we got into flood&flame stage.
You're supposed to stop using the beta and wait for next releases (in Feb-Mar). The beta will forcefully expire after Jan, 15th.
If you haven't got a chance to try, here's the video:
http://www.youtube.com/watch?v=-VWsOUt41X4
Attention!
If you're going to distribute this to other forums, please do not remove credits.txt from the package, so users can always check back for newer versions in this thread.
Interface modders, if you're going to change some graphics, please leave loading screen logo untouched. This is my personal request
Regarding HTC Touch HD version:
I can not develop HD apps without actual device, and i don't think i will get any, coz it's not even sold here. But as soon a i get one (by some miraculous means), you can count on HD releases along with Diamond releases. You heard me
Donations:
I don't need money for this project, coz i write it for my own pleasure, and Paypal is not available in my region anyway. I wrote it just above, but i will state it more clearly: what i really need are Touch HD (for HD version) and iPhone itself (to look how things are done there), so, if you want, you can look in the direction of fundraising via someone trustworthy in the community, but that's just an idea...
Enjoy!
Known issues:
- Manila hangs or restarts sometimes during adding a shortcut
- Clock icon does nothing - it's just showing time (for now)
Impossible features (do not request them please):
- Locking the entire interface
- Integrating TF3D tabs into iDiamond UI
- Integrating iDiamond UI into TF3D
- QVGA version
Upcoming features:
- Setting wallpaper
- Built-in applications: picture viewer, music player (with coverFLO), messaging, etc.
- Active icons for applications: showing number of missed calls, new messages, etc.
Tips & tricks:
- Adding shortcuts to special places/actions, like Settings and New SMS (workaround): I haven't tried that personally, but i'm sure it's possible to create a special .lnk (with special parameters) for such actions (just goggle it) and add em like regular application.
"New SMS" shortcut attached. Just put it into your Programs folder
SMS Inbox: 00#"\Windows\tmail.exe" -service "SMS"
More shortcuts here: http://www.handy-faq.de/forum/windo...51874-windows_mobile_shortcuts_erstellen.html
[re-served]
Thanks bro but any screenshot go with that?
screenshots are in the .zip
put screenshot here also, people won't download the zip to check out the screenshots
DUDE U FKING PWN! I LOVE THIS! LOL! I'm hella hyper now!
The screenshot:
{
"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"
}
Edit: So wait. This means my TF3D won't run Awe. I was hoping to secondtoday this....any way I can get two versions of TF3D running at the same time? I would like to keep TF3D and have this run on my fuze. Suggestions D-Man?
Good job, man. Can't wait to try...
1 min review:
Seems very usable. I like the look. I'm a compare it to the iFonz, like that it's not an app, but I still feel that if you can seperate the bottom four icons and put the page dots above it and have the same docking look as the iPhone. You're good to go Oh and I hate the fact that I can't have TF3D and have this running on Second Today I can only have one. No bugs so far. It seems pretty fast.
Kraize said:
seperate the bottom four icons and put the page dots above it and have the same docking look as the iPhone.
Click to expand...
Click to collapse
I thought about it, but there's a techical problem there, but eventually, i will do that.
Kraize said:
I can't have TF3D and have this running on Second Today I can only have one.
Click to expand...
Click to collapse
Yeah, i know, but i can't help here - i'm developing it in manila platform and it's not designed to run in multiple instances.
Cool ! man I love this UI
no qvga huh?
meccax5 said:
no qvga huh?
Click to expand...
Click to collapse
umm you are in the diamond section which is a VGA device...
meccax5 said:
-mod removed moronic remarc by meccax5-
Click to expand...
Click to collapse
Um. Respect people please. This is a proper forum. Not for retards. K? Thanks. And if you were smart enough to know that TF3D (VGA Version) can run on QVGA devices and since this just replaces manila files, it should run on QVGA devices.
wow, saw the youtube vid, really fast! will try this when i get back home.
meccax5, why don't u "-mod removed moronic remarc by meccax5-"? heheheh
sorry for another flame...
Gonna test this out on my FUZE get back to ya ASAP!
thx
Kewlj1313
I understand the UI, but wondering if it was possible to make it so that TF3D still is the main hompage, and this becomes a replacement for the programs portion of WM6. I understand that it is iPhone like, but I like the TF3D, but would love to replace the programs folder with this instead of the WM6 version. Or even replacing the TF3D programs tab with this. Using it as a today screen cuts out alot of essential info. Just asking and giving feedback.
meccax5 said:
---LANGUAGE!!!.
Click to expand...
Click to collapse
zmob123 said:
I understand the UI, but wondering if it was possible to make it so that TF3D still is the main hompage, and this becomes a replacement for the programs portion of WM6. I understand that it is iPhone like, but I like the TF3D, but would love to replace the programs folder with this instead of the WM6 version. Or even replacing the TF3D programs tab with this. Using it as a today screen cuts out alot of essential info. Just asking and giving feedback.
Click to expand...
Click to collapse
I basically said the same thing I think it would be possible, but D-Man would have to re-code it and change it, because I think it'd be hard to keep both of them. If you're want it like this only for the programs, I suggest you look into TouchXperience by schaps which should have a public beta by christmas >.> (I've been waiting ever so patiently for him to come out with it since it looks too good to be true and it's uber awesome and I could like talk about it all day since it's so awesome, but I won't because it's going to clog my whole post with TouchXperience)
Kraize said:
I basically said the same thing I think it would be possible, but D-Man would have to re-code it and change it, because I think it'd be hard to keep both of them. If you're want it like this only for the programs, I suggest you look into TouchXperience by schaps which should have a public beta by christmas >.> (I've been waiting ever so patiently for him to come out with it since it looks too good to be true and it's uber awesome and I could like talk about it all day since it's so awesome, but I won't because it's going to clog my whole post with TouchXperience)
Click to expand...
Click to collapse
To me (personal opinion) this is more of a app launcher (a nice one at that), and as far as TouchExperiance, I gave up on it and I think it has been abandoned.
tried it and like it!
it somehow slows down menu popup when im in app launcher thou, not at home screen
one more thing is sometimes it will restart itself when u add a shortcut, and u have to add a different shortcut instead of the one causing prob, then only able to add the one afterward

Categories

Resources