Guest willy1973 Posted June 6, 2006 Report Posted June 6, 2006 New Homescreen plugin for smartphone released. Great looking homescreen for smartphone 2002/2003 with big analog clock, and measuring levels for: - Battery - Network Signal - Program Memory - Memory Card It will also show you the exact percentage of each meter. The top 3 zeroes are: SMS, MMS and E-Mail This is the SP2003 ver. the WM5 version will be up in a few days.. Click here for more info.
Guest w411y Posted June 6, 2006 Report Posted June 6, 2006 RJ Time and Smart Monitor in one... cool :)
Guest willy1973 Posted June 6, 2006 Report Posted June 6, 2006 RJ Time and Smart Monitor in one... cool :) Yes Thanks, This plugin is made from scratch, not using anyone elses work, just to have said it... so nobody missunderstands :) Willy
Guest Quotient Posted July 6, 2006 Report Posted July 6, 2006 New Homescreen plugin for smartphone released. Great looking homescreen for smartphone 2002/2003 with big analog clock, and measuring levels for: - Battery - Network Signal - Program Memory - Memory Card It will also show you the exact percentage of each meter. The top 3 zeroes are: SMS, MMS and E-Mail This is the SP2003 ver. the WM5 version will be up in a few days.. Click here for more info. excellent work, will definitely go for it. hey btw, do u mind giving a small tutorial on how to write plugin. i have wanted to do this since a long time. thanks aldy
Guest willy1973 Posted July 6, 2006 Report Posted July 6, 2006 excellent work, will definitely go for it. hey btw, do u mind giving a small tutorial on how to write plugin. i have wanted to do this since a long time. thanks aldy To write a plugin for the smartphone you'll need to know some C++ Use Visual Studio 2005 (only free for 90 days) se details here: http://www.microsoft.com/windowsmobile/dev...rs/default.mspx or Embedded Visual studio 2004 (Free) http://www.microsoft.com/downloads/details...;displaylang=en EVC2004 is for win mobile 2003, but applications and homescreen plugins will work on WM2005, and I guess you can write for WM5 with EVC2004, making a few modifications. You also need the SDK's for the platform you want to write plugins for. http://msdn.microsoft.com/mobility/downloa...ks/default.aspx I would get the 2003 sdk as well as the wm2005, as the 2003 containes a sample homescreen plugin. To write the code, use the examples from Microsoft in the SDK typically found in C:\Program Files\Windows CE Tools\wce420\SMARTPHONE 2003\Samples\Win32 , also found om MSDN: http://msdn.microsoft.com/library/default....ndowsmobile.asp Use the web to find other examples of plugins, for example: http://www.virtuoffice.com/node/view/137 Use the newsgroups to find code and examples: http://groups.google.no/group/microsoft.pu...eveloper?lnk=oa It is important to understand how Visual Studio works with mobile devices, getting the Windows Mobile Developer resource kit is a very good place to start. Good Luck.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now