Related
How can I set up multiple today screens on my blackjack II (WM6)? Looks like wisbar advance desktop would accomplish this, but will it work on a non-touch screen device? I'll try it when I get home later and see. What I want to do is have multiple pages of completely different plugin sets, ie Home, something like HTC Action, Settings, and then be able to switch them by using the volume rocker (up/down). If you could imagine something similar to the HTC cube, only scrolling vertically (with the rocker) that's what I'm going after. I think this would work nicely for us non-touch screen users, i'm beginning to get envious of all the great options out there for touch. Any ideas are greatly appreciated, maybe I'll post a photoshop visual later of what I'm going after.
seems wisbar is pocket pc only at the moment, although it doesn't state this specifically on the downloads page. But i couldn't get through the install on my phone. The forums suggest smartphone apps are in developement but I couldn't find anything. SK Today Commander looks like another option and it installed...however I was unable to select any of the profile options it has, must be just incompatible with my phone or something...
any ideas? Any programmers could make a program that could render the today screen for a few different xml's and allow you to switch between them?
mortscript....looks like it will confuse the hell out of me, but I'm looking into it.
bvone21 said:
seems wisbar is pocket pc only at the moment, although it doesn't state this specifically on the downloads page. But i couldn't get through the install on my phone. The forums suggest smartphone apps are in developement but I couldn't find anything. SK Today Commander looks like another option and it installed...however I was unable to select any of the profile options it has, must be just incompatible with my phone or something...
any ideas? Any programmers could make a program that could render the today screen for a few different xml's and allow you to switch between them?
Click to expand...
Click to collapse
sbsh wisbar is for wm6 pro devices with touch screens. sbsh facade is for wm6 standard devices with no touch screen. facade allows the use of multiple screens. check out the sbsh facade forums for some pretty cool multi screen skins.
bvone21 said:
How can I set up multiple today screens on my blackjack II (WM6)? Looks like wisbar advance desktop would accomplish this, but will it work on a non-touch screen device? I'll try it when I get home later and see. What I want to do is have multiple pages of completely different plugin sets, ie Home, something like HTC Action, Settings, and then be able to switch them by using the volume rocker (up/down). If you could imagine something similar to the HTC cube, only scrolling vertically (with the rocker) that's what I'm going after. I think this would work nicely for us non-touch screen users, i'm beginning to get envious of all the great options out there for touch. Any ideas are greatly appreciated, maybe I'll post a photoshop visual later of what I'm going after.
Click to expand...
Click to collapse
It is not difficult to create multi-page homescreens, though some "rules" do apply. You can check out what we are doing over at the Facade forum for examples.
http://forums.sbsh.net/index.php?showforum=57
The "rules":
http://forums.sbsh.net/index.php?showtopic=14911&st=0&p=141894&#entry141894
Thanks for your replies guys, yeah it does look like facade is the way to go. Seems ekoflip on the SBSH forums has a few facade homescreens that "fake" the multiple page effect, I'll have to learn from that. I guess what I was really going for was a slick way to navigate them as well. In the facade multiple page themes, you don't really have more than one plugin on each "page", is that because you need the up/down keys to switch "pages" so you can't use them to go from plugin to plugin within the same "page" ? not as functional, or as "slick" as may be possible...
But I will definitely be looking into it, hopefully this weekend, thanks again.
Hey everyone!
First off I want to thank Dr. Gonzo again for the 6.1 rom. It's great and love it!
Second, I was using the HTC home screens that user tho made (found here) and I really got used to having the weather plugin on the homescreen. I really like how the homescreen is setup on this new rom, but I still want a weather plugin for it. Is there any way to add that plugin to this homescreen?
thanks.
if i was you i would try the following:
install the home plugin on your device. copy the .xml file from the plugin to your harddrive. open it and find the coresponding <plugin...> entry for the plugin. Then copy this entry to the xml-file of your skin of choice and there it should appear again... if it does not work or you have no clue what i was talking about, give me report.. i will try to do it for you,
Yea that's what I was thinking about doing. I just did not know if it would work or if it would look alright. I'm at work now so I don't really want to mess with it, but I'm going to try that when I get home.
ok. let us know if it worked when you're done
Wow this is a lot more difficult than I had thought. I can't find the weather plugin in the HTC Home screen and as the other thread may have tipped you off, the Sliding Panel home screen is very confusing to work with.
Basically what I would like to accomplish is to have Weather on my homescreen, while still using the Sliding Panel motif. So like if I could click over to the right next to where it displays the time it would show the weather. I'm going to keep working on this, but if anyone would like to jump in and help me I'd appreciate it.
Thanks.
according to the slide panel. I think all you can do is to manipulate the panels with basic configurations read out from the registry. It is not that easy to create something new, but i think a good point to start is always the manipulation of the welcome center, because this one is what most people need when they like to make "their own panels". The only way something will create a new slide is to code a plugin which is dedicated to appear in the slides. and still someone has to figure out what basic options are needed to create a new panel or to figure out what these guids are respectively.
Can you provide the htc home xml at least? it would be nice to have all extracted files in a zip file, so i do not have to install it again and pic all files out by myself.
Well that's sortof bad news that I can't create something new, however it might still be possible to edit the home panel to add that in?
I attached the xml for one of the home screens. I looked through it all and couldn't find the plugin for the weather but maybe you will have better luck than I will.
well, that is exactly what i meant. First choice, change one of the existing panels. If it works then and someone can explain those damn GUIDs I think we would manage to get it work on an own panel.
As far as it is "documented" in the XML (which is quite interesting i think for non wm6.1) this is the plugin-option for the htc home:
<plugin clsid="{B0C8AC4B-CDDC-4010-AAEB-076A2A6EB171}" name="HTCHome" height="88"></plugin>
This means to me, that cannot extract the weather-plugin for the homescreen unless you know how the home-plugin was made and the weather-plugin is a standalone, built-into htc home.
if you install the htc home, and edit your slidingpanel.xml with this tag somewhere, the home plugin should appear. I added the .xml for Frau Hottelmanns panther scheme with the htc home plugintag so you can see what i mean (not sure if the comment-tag is allowed, so just remove it before uploading to your device).
This is all I can do for you right at the moment.
Alright, Thanks a lot. I will try it when I get home.
I am really sorry that i wrote some damn ******* before It surely is possible to create new slides!!! It is just not possible to create a slide with ANY functionality
i just had the idea, that we may figure out what the minimal options for a slide are and then go on to figure out what the others are. But if we know the minimal options we could for example copy the testuiplugin-panel and try to get it work with the entire htc home plugin in it.
just wanted to write that, so you would not be that hopeless
Ok, what i found so far is:
- The htc home plugin works on wm6.1 as usual
- It seems not to work with the bronze-plugin in the same theme
* when loading the theme, the htc home plugin is displayed but vanishes as fast as the bronze-plugin is loaded.
* i played around with the height-attribute from the bronze-plugin but it seems to have absolutely no effect
- what i discovered in one of the previous skins is, that there are at least two major plugins for the htc home plugin which can be loaded in a theme. there is the notificationbar where the calls and sms etc. are shown and there is the htchome where the weather is displayed and so on.
- I also found that the exe-file for the weather-plugin is located at /windows/weather.exe so maybe its possible to configure the "output" on a call of this file and the weatherplugin is displayed (which means that we could put it into a slide)
- I also found an old thread here on xda for the "customization" of the htc home plugin, but it seems that the way the plugin works has changed since this thread and the version gregory released
- what is missing is something like a documentation on the htc home plugin, so which parts are implemented, how are they called from the homescreen etc. maybe gregory, if he's still around here has any idea(s) ???
- i just got that the weather.exe sets the city, downloads and refreshes the local weatherdata. So the output has to be somewhere else.
sounds like you are onto something here. Since the HTC home weather plugin is causing some problems, I think I am going to take a look at some other weather plugins. They might make it a little easier. I'm specifically looking at SPB Weather and Fizz Weather.
The only problem is, once I install them I'm not really sure how to put them into the slide panel. I'm going to play around with it and I'll let you know.
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
kimamil said:
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
Click to expand...
Click to collapse
You mit be better waitin until HTC release a WM6.1 Standard ROM to see if HTC customize bronze to have parts of there Home plugins integrated and extract everything from a ROM then making a cab file to install it .
Roland
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
kimamil said:
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
Click to expand...
Click to collapse
Have you tried using Facade to use the HTC plugin with Bronze?
Roland
nope. i thought one has to BUY facade???
First off I want to thank everyone here at XDA for all the hard work and effort you put into tweaking these great devices.
Now, on to my question, I've searched here and the diamond forum and I can't find any mention of a way to change the shortcut buttons on the landscape TF3D screen. I would really like to be able to customize that screen with shortcuts to applications I actually use. There must be a way to do this, has anyone got an idea?
First post , please go easy on my noobness.
Searchipoos......
Post #9 on first page, bottom ish of second page for a bit extra
http://forum.xda-developers.com/showthread.php?t=426328&page=2
Thanks Ouza but I saw that post and it's not what I'm looking for. This only deals with changing the two softkeys at the bottom of the landscape screen (which is nice in itself).
I'm wanting to change the 6 big shortcut ''buttons'' above that.
Basically I'd like to make the landscape screen the same idea as the programs tab in TF3D or something like it.
Any ideas... anyone??
I would seriously like to change the big shortcuts as well.I have a dock in my car using the video out. Video out forces Landscape mode. When I hop in my car, I dont want to take notes or check tasks, I want GPS, internet radio, Live Search...
I will dig deep into the registry and let you know what I find.
I want the same thing !!
Video out in the car, so I want to be able to start my Navigation from the landscape-menu.
Jochen
Change Landscape Menu
For the TV out menu that pops on screen after you plug in the video out cable, you can change the shortcuts in the registry.
HKLM\Software\HTC\TVOutPopUp\
There are four links in there, you can change them to any app installed on your phone. Only problem im having is changing the icons.
I have to bump this thread. There must be a customizer out there for the lanscape shortcuts! I just may go back to HTC Home if there is no way to put shortcuts in landscape!
I doubt this is exactly what you're looking for, but herg62123 is working on adding landscape tf3d to his project. See http://forum.xda-developers.com/showthread.php?t=447056
Not quite,
I have my TP docked in landscape in the car and I would like to open apps like NAV, or Picture Dial, or Kinoma Play in landscape.
jlivefat16 said:
First off I want to thank everyone here at XDA for all the hard work and effort you put into tweaking these great devices.
Now, on to my question, I've searched here and the diamond forum and I can't find any mention of a way to change the shortcut buttons on the landscape TF3D screen. I would really like to be able to customize that screen with shortcuts to applications I actually use. There must be a way to do this, has anyone got an idea?
First post , please go easy on my noobness.
Click to expand...
Click to collapse
I don't think there is going to be any easy way to customize those shortcuts. I'm pretty sure the landscape shortcuts are hard-coded in one of the binary manila files.
That sucks!
Well I guess HTC Home will do for now.
You could change the softkeys to point to two of the apps you want to run. Not the perfect solution but it's better than nothing...
I guess....
Maybe I can use 2nd today and set a button to it with AEbutton and have HTC HOME for landscape and TF3D for portrait.
Thoughts?
sandiegodude said:
I guess....
Maybe I can use 2nd today and set a button to it with AEbutton and have HTC HOME for landscape and TF3D for portrait.
Thoughts?
Click to expand...
Click to collapse
Sounds like a good solution. I haven't used either product but from what I've read on here that should work. good luck!
Glad to see this topic getting some attention finally
For anyone interested, try out this theme with a slimmed down version of tf3d in landscape. It may suit what you're wanting more.
http://forum.xda-developers.com/showthread.php?t=458036&highlight=landscape
Frankly, though, I didn't like it, and preferred to go back to my old theme. My main goal was having a landscape screen with a handful of a few apps I'm most likely to use, but in this theme you still have to scroll through your entire list of apps installed so, it really wasn't any kind of shortcut.
I'll keep sorting through all the manila files for a solution. Anyone with any reference docs or anything on creating themes or customizing tf3d would help as I've never dealt with it until now.
jlivefat16 said:
Glad to see this topic getting some attention finally
For anyone interested, try out this theme with a slimmed down version of tf3d in landscape. It may suit what you're wanting more.
http://forum.xda-developers.com/showthread.php?t=458036&highlight=landscape
Frankly, though, I didn't like it, and preferred to go back to my old theme. My main goal was having a landscape screen with a handful of a few apps I'm most likely to use, but in this theme you still have to scroll through your entire list of apps installed so, it really wasn't any kind of shortcut.
I'll keep sorting through all the manila files for a solution. Anyone with any reference docs or anything on creating themes or customizing tf3d would help as I've never dealt with it until now.
Click to expand...
Click to collapse
I've been searching around and noticed that indeed themes do change the "landschape shortcuts" but there doesn't seem to be a "general" program that's able to change them. I'm a little confused, because some reactions state it isn't possible to change these "shortcuts", saying they are hardcoded. Does this mean they're rooted so deep in the code that it's very hard to change them? Anyway I keep following this thread and hopefully some come up with a solution... Keep it up!
*Wish I could help*
I feel like I searched everywhere! On my TP2 with MSMobile, there was an addin for more weather locations for the Weather Theme. I found one link to directions for the Android saying if you press the add locations/search you can get gmaps to come up and select from there, but it won't work on the Incredible. Anyone know how?
By the way, this thing is amazing! Too bad it's not Global!
Yeah on my old Hero if I pressed search Google maps would come up, but on the Incredible nothing. I'm guessing this is a small bug that will get fixed in a future update. If anyone knows of a fix please let me know.
Hit the weather part of the screen under the clock and it will take you to weather just like the tp2 did. Then you can add to your hearts content with the plus.
Yours must work different, because that's what I did, then it won't find cities. Ashville, Blowing Rock, Hilton Head Island.... examples of popular destinations, but they aren't there.
Feels like there are only 10 cities in their list. Really sad.
The past week i have been messing around a lot with my phone.
First i had Artemis with android on sd. I thought id try a nand android, but it had a less responsive screen. Also the navigation solutions are not what i am used to with igo8.
The only nice thing about android is the use of the nice widgets like Gmail, Weather, SMS, News and so on. It also has a lot off apps but most of them are useless.
I am back to win mobile but this time i am trying the energy rom
I would love to see more widgets for our Winmobile phones, so that we have best of both worlds in one package.
4stimpy said:
The past week i have been messing around a lot with my phone.
First i had Artemis with android on sd. I thought id try a nand android, but it had a less responsive screen. Also the navigation solutions are not what i am used to with igo8.
The only nice thing about android is the use of the nice widgets like Gmail, Weather, SMS, News and so on. It also has a lot off apps but most of them are useless.
I am back to win mobile but this time i am trying the energy rom
I would love to see more widgets for our Winmobile phones, so that we have best of both worlds in one package.
Click to expand...
Click to collapse
Have you tried cookie's home tab 2.0 yet? We already have working widgets for all those items you mentioned.. gmail, weather, sms, news and all kinds of others as well (clocks, music players, stop watches, calc's, etc..). I'd suggest searching and doing some reading first b4 posting. I look at it as we already have the best of both worlds since we can run all those other OS's with our devices. Lets see android run windows mobile and do it well.
A have been using cht for a long time now.
Energy has it baked into his rom.
Since i registered here i have been reading a lot and normally i don't ask for things.
I like to read an be a little on the background on this forum, that is why i don't have so many post counts. I was using Artemis since ver 16, almost everyday i visit this forum. I like it very much, only thing is that i can't find what i want using the search function. Often too many hits.
I think i spent about 17 hours this weekend on searching for widgets and stuff.
Sadly could not find it, that is why i posted this.
I would really appreciate it if someone could point me in the right direction.
Thanks
4stimpy said:
A have been using cht for a long time now.
Energy has it baked into his rom.
Since i registered here i have been reading a lot and normally i don't ask for things.
I like to read an be a little on the background on this forum, that is why i don't have so many post counts. I was using Artemis since ver 16, almost everyday i visit this forum. I like it very much, only thing is that i can't find what i want using the search function. Often too many hits.
I think i spent about 17 hours this weekend on searching for widgets and stuff.
Sadly could not find it, that is why i posted this.
I would really appreciate it if someone could point me in the right direction.
Thanks
Click to expand...
Click to collapse
Hey man my bad for the way that came across. I wasn't bad mouthing or saying anything negative, its just that alot of people start new threads asking questions that could easily be found/answered with a simple search. Believe me, I know how frustrating it could be to find what your looking for using the search here in the forums but thats because of all these new threads being started when the question could be asked/answered in one of many threads on similar topic. Please don't take it as I'm complaining and I certainly don't won't to detour you from posting..i'm just trying to help keep things less cluttered around here. Now anytime anyone else searches for "widgets" they'll have another thread added to the list. See what I mean?
Damn thats a long ass time..17 hours and you came up empty handed?
Here are links to all the CHT Widgets i could find. (just searched and came up with these..)
1 rat_2665's CHT 2.0 Clock Widgets
2 ZaxXx's CHT2.0.0 Widgets
3 DJC & BobsBBQ "Touch of Glass" Sense 2.5/Windows MP Skin
4 RESIZABLE RSSReader
5 CHT2.0 WIDGET TypoClock
6 CHT widget B&L_Group Alarm Widget
7 Oxygene Analogue Clock
8 dSign Clock v1.3 (typoclock variant)
9 Colossus MOD of Poyensa Typoclock
10 The Ultimate Geek Clock
11 MIUI Analog Clock - 3 Clockface Options
12 GregReadClock English
13 Transparency clock
14 Poyensa's Read Clock & Azarbel's DrecWordClock
15 B&L_Group Weather Widget
16 B&L_Group Birthday Widget
17 Background Set
18 TEXTBattery Widget
19 only 10 widget slot problem solution
I understand what you are trying to say.
Those are the ones i also have found.
There are lots of clock widgets and a few other things.
But the widgets i have mentioned earlier......nice widgets like Gmail, Weather, SMS, News and so on..... I still can't find them except for an weather widget(which only works with a few places in Holland, and another one is the same layout as standard) And i could use the rss widget for the news.
Id love to see less clocks and more like news, gmail and that sort of stuff.
Maybe the choice of widgets is a bit smaller because the core functions of WinMo and Sense are quite strong already.
And once CHT is in action, you can make shortcuts/quicklinks to existing apps. Why bother to make a widget for something existing, it´s like re-inventing the wheel, imho.
As an example, touching the sms or mail notification, the respective app opens immediately. That´s perfect for me...
Your right it has nice features already built in but dont like the extra steps i have to make to see a list of all the mails and mark them as read.
In android i swipe to a side and i see all my mails in a list and and check the ones i would like to mark as read. I have a lot of mail traffic that is why i would love that.
The same with news, swipe the other way and have the news right on the screen.
I know that there are more ways to do the trick, but i like the way they do it in android.
4stimpy said:
Your right it has nice features already built in but dont like the extra steps i have to make to see a list of all the mails and mark them as read.
In android i swipe to a side and i see all my mails in a list and and check the ones i would like to mark as read. I have a lot of mail traffic that is why i would love that.
The same with news, swipe the other way and have the news right on the screen.
I know that there are more ways to do the trick, but i like the way they do it in android.
Click to expand...
Click to collapse
WOW dude..So than buy an android! Why complain that your windows mobile isn't more like android..I mean seriously man. I just listed close to 20 different widgets, when you said you spent 17 hrs searching to find nothing, and thats still not good enough. What did you think by starting this thread developers where going to line up here asking what you'd like? Develop them yourself if you don't like everyone else's hard work. You speak of sms and email with one swipe to the side..Those are 2 of the easiest things to set up with cht since they're default widgets.(don't have to install any additional cabs).
I thought asking would be free.
It would have been easy for you just to say that there is no such widget like i asked for.
End of discussion i'll start reading again and try not to post to much.
4stimpy said:
I thought asking would be free.
It would have been easy for you just to say that there is no such widget like i asked for.
End of discussion i'll start reading again and try not to post to much.
Click to expand...
Click to collapse
hey there. these posts get my blood a tad boiling. why? because xda is free and the contributors do not get paid to post. everything here is because people want to create and share. yet these threads happen and in my opinion they just seem to spit in the face of all that work. see the thing is, you didn't ask. you complained. you want nice widgets, implying the ones made for you for free were not good enough. you want less clocks and more other widgets. and you want them for free. WM has never been built on widgets; only with maxsense roms and cht can you find widgets. but yet, you want more. if you want something and it doesn't exist; make it. but really complaining in a forum where wares are made for free that there isn't enough out there is, well, rude.
a post of mine, in a different thread, but with the same message:
jsmccabe78 said:
hey.
so your post irkes me. at first i was going to ignore it but here i am.
you see, not only do you lessen the work of the people providing "tweaks" (like you are disdainful at people's free work) but you ignore all the fantastic work being done here and just sweep it all under the rug as being "roll overs" and "simple upgrades." really? there are a ton of apps (widgets?) in this forum and the windows mobile general forum that are fantastic...and free.
yes, free.
and provided because people want to share. nothing more.
not enough for you? start developing.
bored of all the tweaks and changing of winmo 6.5? start making some art.
what do you expect with your post? people to run to you and ask you what specific things they can make for you? how they can appease your wants? how about next time you use someone's work, say thanks or buy them a cup of coffee if you can. but don't sit there complaining that what is provided free to you is not enough.
or even better, contribute.
Click to expand...
Click to collapse
jsmccabe78 said:
hey there. these posts get my blood a tad boiling. why? because xda is free and the contributors do not get paid to post. everything here is because people want to create and share. yet these threads happen and in my opinion they just seem to spit in the face of all that work. see the thing is, you didn't ask. you complained. you want nice widgets, implying the ones made for you for free were not good enough. you want less clocks and more other widgets. and you want them for free. WM has never been built on widgets; only with maxsense roms and cht can you find widgets. but yet, you want more. if you want something and it doesn't exist; make it. but really complaining in a forum where wares are made for free that there isn't enough out there is, well, rude.
a post of mine, in a different thread, but with the same message:
Click to expand...
Click to collapse
It was impossible for me to find better words. Thanks
I think i stepped on en few toe's here.
Just to get things straight, I really appreciate what all the devs are doing.
And as long as i cant do even a little of what they are doing, you wont hear me complaining about anything they make. I personally cant stand it when people keep nagging that something isn't right on a rom or app.
Believe me, i meant good by starting this post.
Goodbye for now.
Since CHT 2.0.0 was released there is an oportunity to add widgets in the home page of the Sense. [[ UPPPSSS !!! sorry forgot MaxSense ]]
CHT is free & open source, and all the members of the CHTgroups are kindly helping to anybpody who wants to edit, modify and create new CHT widgets. Its not so difficult as you could think initially, i tell you by experience. Just try and have fun
But sense is also more than home tab. Further the standar tabs you can add RSS tab, TV tab, FB tab, documents tab, weather tab, game15th tab, and some others i cannot remember right now.
Even WM is more than sense: titanium, SPB shell, wad, throttle launcher, and some others for sure i dont know!
Anyway i dont understand any competition between OS, I never use other than WM but frequently visit android-WP7 forums (even Iphone ) Anywhere is good for inspiration!
By now the CHT widgets list is limited. I hope that future verssions will bring more widgets. Up to now i have seen lot of PM movement, but I am sure is time to open a thread for widget makers and try to involve more friends in this job pleasure.
Enjoy yourselves!
lnando84 said:
Hey man my bad for the way that came across. I wasn't bad mouthing or saying anything negative, its just that alot of people start new threads asking questions that could easily be found/answered with a simple search. Believe me, I know how frustrating it could be to find what your looking for using the search here in the forums but thats because of all these new threads being started when the question could be asked/answered in one of many threads on similar topic. Please don't take it as I'm complaining and I certainly don't won't to detour you from posting..i'm just trying to help keep things less cluttered around here. Now anytime anyone else searches for "widgets" they'll have another thread added to the list. See what I mean?
Damn thats a long ass time..17 hours and you came up empty handed?
Here are links to all the CHT Widgets i could find. (just searched and came up with these..)
1 rat_2665's CHT 2.0 Clock Widgets
2 ZaxXx's CHT2.0.0 Widgets
3 DJC & BobsBBQ "Touch of Glass" Sense 2.5/Windows MP Skin
4 RESIZABLE RSSReader
5 CHT2.0 WIDGET TypoClock
6 CHT widget B&L_Group Alarm Widget
7 Oxygene Analogue Clock
8 dSign Clock v1.3 (typoclock variant)
9 Colossus MOD of Poyensa Typoclock
10 The Ultimate Geek Clock
11 MIUI Analog Clock - 3 Clockface Options
12 GregReadClock English
13 Transparency clock
14 Poyensa's Read Clock & Azarbel's DrecWordClock
15 B&L_Group Weather Widget
16 B&L_Group Birthday Widget
17 Background Set
18 TEXTBattery Widget
19 only 10 widget slot problem solution
Click to expand...
Click to collapse
thanks for the list bro......
I've used SPB Mobile Shell for years - love it:
http://spb.com/products/mobileshell/