[Dev] rlToday - Windows Mobile Development and Hacking General

I've made a new small Today Plugin, which makes of XML Files like this
Code:
<?xml version="1.0" ?>
<today height="100">
<AnalogClock x="0" y="0" clockface="blueclockface100.bmp" />
<AnalogClock x="200" y="0" clockface="blueclockface40.bmp" />
<Text x="210" y="40" text="Korea">
<Font size="8" />
</Text>
<AnalogClock x="200" y="50" clockface="blueclockface40.bmp" />
<Text x="210" y="90" text="Mexiko">
<Font size="8" />
</Text>
<DigitalClock x="160" y="120" format="hh:mm" />
<Image x="110" y="3" source="ical.png" />
<Date x="130" y="23" format="d">
<Font size="20" weight="bold" font="Tahoma" />
</Date>
<Text x="90" y="85" text="(c) by Andre Adrian" />
</today>
a screen like this (the part with the analog clocks):
{
"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 would like to here your ideas for such a thing.
sincerely,
Andre
Download Page at rotlaus.de

good work ! thanks

Fixed some Bugs, runs a lot more stable now. Skin is choosable in the INI File in the Program Directory. Settings Dialog is prepared.
I've put the actual Version in the First Post.

Very nice! For some reason it does not load for me, gotta play with it when I wake up today.

This plugin is what i have been looking for. And it is very customizeable too.
Thanks a lot Rotlaus.
EDIT: my xda mini's display hangs after a few minutes when i use the plugin.

oldsap said:
EDIT: my xda mini's display hangs after a few minutes when i use the plugin.
Click to expand...
Click to collapse
Yeah, should be fixed in the new version.
New:
Tap&Hold Menu with 2 choices:
- Options Dialog (Nothin there yet)
- Reload Skinfile (usefule while skinning)
Attachementt in the first post actualized.

Version 0.1.3 now available
Neu:
Transparency color can be freely choosen::
Code:
<today height="100" transparent="RGB(255,0,255)">
DigitalClock, Date and Text Elements can have their own color:
Code:
<DigitalClock x="160" y="20" format="hh:mm" color="RGB(0, 255 ,0)" />
<Date x="130" y="23" format="d.M.yyyy" color="RGB(128, 255 ,0)">
<Text x="90" y="85" text="(c) by Andre Adrian" color="RGB(0, 255 ,0)" />
The Hands of the AnalogClock can be coloured individually and can be switched on or off:
Code:
<AnalogClock x="0" y="0" clockface="blueclockface100.bmp">
<Hourhand color="RGB(255, 255 ,0)" />
<Minutehand color="RGB(255, 255 ,0)" />
<Secondhand show="false" />
</AnalogClock>
All these Parameters are optional.

Thanks for the new version Rotlaus
ive posted it on my blog
http://oldsap.blogspot.com/2006/06/rltoday-freeware-pocketpc.html

Thanks rotlaus, takes me back to my ms smartphone days = when I used to design my home screen through xml!! I still love my spv c500 . I will enjoy fiddling with this and getting it set up the way I like it - cheers!
EDIT This is what i managed to do :wink:
EDIT 2 It would be good if when you clicked on the plugin that one of the options be the clock\alarm settings screen - thanks

meschle said:
Thanks rotlaus, takes me back to my ms smartphone days = when I used to design my home screen through xml!! I still love my spv c500 .
Click to expand...
Click to collapse
Hi meschle & Rotlaus,
Will it work in VGA (Universal).

rmercado said:
meschle said:
Thanks rotlaus, takes me back to my ms smartphone days = when I used to design my home screen through xml!! I still love my spv c500 .
Click to expand...
Click to collapse
Hi meschle & Rotlaus,
Will it work in VGA (Universal).
Click to expand...
Click to collapse
I am pretty sure it will - you will probably have to edit the xml file so that the position of the clock etc.. is to your liking.

meschle said:
I am pretty sure it will - you will probably have to edit the xml file so that the position of the clock etc.. is to your liking.
Click to expand...
Click to collapse
meschle,
Thanks, it is working in VGA, the problem is the resedue of the pink background retains at the edge of the images. Unlike your attached image it is clear. Also I tried to reduce the font size (size=6) and it seems not working.
One more, Can I reduce the size of the Clock (let say 20), I am woried about the arm of the clock, it may not fit to the clock face.
Thanks,

rmercado said:
meschle said:
I am pretty sure it will - you will probably have to edit the xml file so that the position of the clock etc.. is to your liking.
Click to expand...
Click to collapse
meschle,
Thanks, it is working in VGA, the problem is the resedue of the pink background retains at the edge of the images. Unlike your attached image it is clear. Also I tried to reduce the font size (size=6) and it seems not working.
One more, Can I reduce the size of the Clock (let say 20), I am woried about the arm of the clock, it may not fit to the clock face.
Thanks,
Click to expand...
Click to collapse
Hi - I have edited the images to get rid of the purple\pink effect :wink:
I think size 6 font is a little small for the screen, try 7 or 8 - clock size 20 probably too small - the one on the left of the screen is 16 and wont allow the arms to show.
I have images 60, 40 and 16 which are all edited to remove the pink\purple effect - find them attached in the zip below.

Wow, it is clear now (how did you do that?). I still cant change the font size. I hve to do more reading I suppose.
Anyway thanks for your help, at least I have a descent clock now in may jasjar...
Oppps...! one more problem... the plug-in background is blur. it is supposed to be transparent like the others.
General comment: a litle bit enhancement and this software is great...
Cheers,

rmercado said:
Wow, it is clear now (how did you do that?). I still cant change the font size. I hve to do more reading I suppose.
Anyway thanks for your help, at least I have a descent clock now in may jasjar...
Oppps...! one more problem... the plug-in background is blur. it is supposed to be transparent like the others.
General comment: a litle bit enhancement and this software is great...
Cheers,
Click to expand...
Click to collapse
I edited bmp in photo editing software.
In mine its fully transparent.
Try my skin.xml - you may find it easier to edit as its simplified - attached

Sorry for the delay, i was very busy the last days.
New Version in the first Post.
Changes:
- no fiddling with the transparent color (pink), i support now real PNG Transparency
- also Alpha Blending is supported
- For the analog clock hands you can now use graphics (See the swiss skin attached to this post). This will look like this:
But beware, this graphic clockhands are very memory hungry...
cu,
Andre

Thanks rotlaus - will update my skin and images as necessary - cheers!
EDIT the dll for this has gone from 78kb to 429kb - how comes such a large increase??

meschle said:
EDIT the dll for this has gone from 78kb to 429kb - how comes such a large increase??
Click to expand...
Click to collapse
This is cause of the new graphics library which enables real transparency, alpha blending and the graphical clock hands.

Filesize has grown too big in my oppinion. I don`t want to waste huge amounts of space for something as simple as a today plugin. If you could reduce filesize or make a "light" version or something it'd be great.
Anyways, besides from the size, great work, thank you!

yoda_143 said:
Filesize has grown too big in my oppinion. I don`t want to waste huge amounts of space for something as simple as a today plugin. If you could reduce filesize or make a "light" version or something it'd be great.
Anyways, besides from the size, great work, thank you!
Click to expand...
Click to collapse
I could drop JPEG Support. I don't need it. Then the dll would get around 350Kb. But still big. It'll grow anyway cause of future features that i'm currently developing.
@all: Do you need JPEG Support?

Related

TodayTime: Small configurable Today Plugin for date & ti

Greetings,
Some of you already know this plugin! For those who don't, this is my "answer" to the non existent time on the titlebar of the most recent ROM's and the huge space wasted with the native Date (and Time) 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"
}
The last version (0.1.3.1 - 04/Set/2006) can be found here
Any comments, bug reports and request are welcome and appreciated!
could you please move the clock/date up next to the battery.
to save the space.
thx
cbr900 said:
could you please move the clock/date up next to the battery.
to save the space.
thx
Click to expand...
Click to collapse
I wish I knew how!!!
That's the whole point on this plugin: so far, nobody knows how to fix that...
Could you allow a font change, to reduce the height of the plugin? I know it's already small, but I'm missing 2 pixels for not having the scroll bar in landscape.
Thanks for your great plugin
thaihugo said:
Could you allow a font change, to reduce the height of the plugin? I know it's already small, but I'm missing 2 pixels for not having the scroll bar in landscape.
Thanks for your great plugin
Click to expand...
Click to collapse
That will be my next update! Stay tuned
Great work ei99070 !!!
Beautiful
It's great but I'd like to change the font size (now it's too small for my old eyes :?)
Can you add this option, please :?:
[email protected] said:
It's great but I'd like to change the font size (now it's too small for my old eyes :?)
Can you add this option, please :?:
Click to expand...
Click to collapse
Already asked above; Next update will have that option
I'd like to change the font size
Click to expand...
Click to collapse
The font size on my screen changes when I alter the size in Settings>>Screen>>Text Size, and shows the same font as the rest of the headings in the today screen - which to me makes sense.
When in landscape I found the scroll bar overlaps the clock on the right, so I added 1 space after HH:mm in the settings, and it looks fine.
Hehe, you are right. Sometimes, you are so used to seach for complicated solution that you don't think about the obvious
I guess this is less work for ei99070 but if he has already started, then it can be used for setting thinks more precisly, or change to bold or italic.
Otherwise, I've got the option I need. Thanks for pointing this out pewe
pewe said:
I'd like to change the font size
Click to expand...
Click to collapse
The font size on my screen changes when I alter the size in Settings>>Screen>>Text Size, and shows the same font as the rest of the headings in the today screen - which to me makes sense.
Click to expand...
Click to collapse
Yes, of course ... but I'd like to separate this from global Today's font size ...
Love the plugin, thanks.
Can you make it so that when you tap on it, it can either do nothing or run a specific application? I never use the Clock applet except for setting the time. Thanks again!
THANX I'm really glad with your app! I works perfect on a Dutch QTEk ROM!
[email protected] said:
pewe said:
I'd like to change the font size
Click to expand...
Click to collapse
The font size on my screen changes when I alter the size in Settings>>Screen>>Text Size, and shows the same font as the rest of the headings in the today screen - which to me makes sense.
Click to expand...
Click to collapse
Yes, of course ... but I'd like to separate this from global Today's font size ...
Click to expand...
Click to collapse
Hehe! That's my plan! I'll check back to you when I have it ready...
Version 0.1.2.0 released!!!
As requested, version 0.1.2.0 brings configurable font-size in options dialog!!
You can find it in the URL posted above!
Great job thanks !
Any way to have the same icon that original date plugin in front of the date at the left of the screen ?
I've installed this plugin, works well, 2 questions though:
If I have the time displaying as hh:mm:ss is it possible to get the seconds to count up rather than just changing every minute?
What characters do what when put in the settings, I figured out DD/MM/YY and hh:mm:ss, but what else does stuff?
Thanks again.
Sorry, 3 questions:
Can I get the time in 24hr time format?
Cheers
@ ei99070
Great, great job! I'm your fan, and an happy one .
Only a small detail. You just missed the caption for the font size ComboBox. Something like "Font Size [6..20]".
Were you saving space for the landscape mode?
There are other options, like:
- Make items closer.
- Decrease ComboBox width and put caption at its left.
- Use tabs, where one could be dedicated for the credits.
Off course everybody who's following the correspondent threads, knows what the ComboBox is for.
Conchas said:
@ ei99070
Only a small detail. You just missed the caption for the font size ComboBox. Something like "Font Size [6..20]".
Click to expand...
Click to collapse
You're absolutely right!
I made the change this afternoon (only had time now!) and forgot that!!
I'm thinking for the next version on changing the dialog for something like tabs, in order to organize the settings better...

ThrottleLauncher Widgets (Sample: S2P Widget)

Hi!!
I've released a prebeta of 0.9.4 version to public. This version has the posibility to include moveable widgets. I post this thread to show an example on how to build simple but powerfull widgets.
For example I've done in about 20 minutes this S2P widget:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The code is this one:
Code:
<?xml version="1.0" encoding="utf-8"?>
<panel name="S2PWidget" width="116" height="106">
<icon X="0" Y="0" path="widgets\S2PWidget\back.png"/>
<panel name="Cover" X="3" Y="3" width="70" height="70">
<icon path="widgets\S2PWidget\album.png" exec="#@S2PPath#" height="70" width="70">
<event type="MouseDown"><action execute=":Script" parameters="S2PWidget:Set(MoveLock,true)"/></event>
</icon>
<icon path="#$Registry,HKEY_CURRENT_USER\Software\A_C\S2P\CurrentAlbum#" exec="#@S2PPath#" height="70" width="70">
<event type="MouseDown"><action execute=":Script" parameters="S2PWidget:Set(MoveLock,true)"/></event>
</icon>
</panel>
<icon X="83" Y="5" name="Prev" exec="#$THROTTLE#\Util\S2PControl.exe" params="Previous" path="widgets\S2PWidget\previous.png"/>
<icon X="78" Y="35" name="Play" exec="#$THROTTLE#\Util\S2PControl.exe" params="PlayPause" path="widgets\S2PWidget\#$Registry,HKEY_CURRENT_USER\Software\A_C\S2P\Status,map,[0-pause|default-play]#.png"/>
<icon X="83" Y="75" name="Next" exec="#$THROTTLE#\Util\S2PControl.exe" params="Next" path="widgets\S2PWidget\next.png" />
<text name="Artist" X="3" Y="70" width="70" height="30" alignment="Near" fontcolor="255,255,255" fonttype="7,true" text="#$Registry,HKEY_CURRENT_USER\Software\A_C\S2P\CurrentTitle#" leftmargin="0" textheight="30" textwidth="70" topmargin="2" spacing="0" />
</panel>
As you see it's 16 lines of code for a realtively complex widget that controls S2P .
To install the widget just un compress the zip file to \Program Files\ThrottleLauncher\Widgets and it should now appear when you click the plus button of the widgets page.
If you include Mortscripts in the ecuation.... you can have almost anything done!! .
Hope you'll find this interesting and contribute if you develop cool widgets .
edit: I forgot. You can also include any widget in any page you want by adding <widget name="NAME"/> where name is the folder of the widget. This way you can design module based themes and you can reuse components from one theme to another!
Thanks!!
i'm gonna hardreset and start exploring your new beta.. try to write something of my own as well..
thanks man.
Thanks! I think I'm going to ditch M2D for this
-Arturo- said:
Thanks! I think I'm going to ditch M2D for this
Click to expand...
Click to collapse
nir36 said:
i'm gonna hardreset and start exploring your new beta.. try to write something of my own as well..
thanks man.
Click to expand...
Click to collapse
Thanks to both... . I know it's bad that I'm the one telling it.... but I really thing this is worth a try.
Nice work, keep it up!
made it little bigger and placed buttons under album image and placed on home tab?looks great?tnx
LeAdReW said:
made it little bigger and placed buttons under album image and placed on home tab?looks great?tnx
Click to expand...
Click to collapse
You mean that you've done that?... or is it a request? It's really eassy to do it , hope you've managed to do it...
I just installed the release and I can't find how to get the widgets, sry about the noob question
pgiuoco said:
I just installed the release and I can't find how to get the widgets, sry about the noob question
Click to expand...
Click to collapse
Widgets are in the last tab of the footer. You should see a page with a [+] icon on it... click on the [+] and a dialog must show with the available widgets. Select wichever you want and hit ok, they should appear after a little delay....
nice work mate, keep it up
lol i accidentally installed the old verson off my sdcard, thx again for for your help
Techie87 said:
nice work mate, keep it up
Click to expand...
Click to collapse
Thanks!!
pgiuoco said:
lol i accidentally installed the old verson off my sdcard, thx again for for your help
Click to expand...
Click to collapse
Hehehe, you have scared me for a moment . Glad it was such a simple thing .
!!!
Posted More Plz Thx And New Ideas
Gosh
Will you ever stop improving your software ?
Amazing job, this app just gets better with every release
I will try some tweaks myself asap
Thx for your job !
i have done it,its really easy to customize,tnx,now i delete album art to make it less in height,only track info and buttons
AP, can you describe some more Event types? I cant seem to find the documentation on that. Also can you describe the scripts as well that are mentioned in this line of code:
execute=":Script" parameters="S2PWidget:Set(MoveLock,true)
jdiperla said:
AP, can you describe some more Event types? I cant seem to find the documentation on that. Also can you describe the scripts as well that are mentioned in this line of code:
execute=":Script" parameters="S2PWidget:Set(MoveLock,true)
Click to expand...
Click to collapse
Sorry... I know this is not documented still... that's what the wiki on my web is for .
This is what I can give you right now....
You can specify event's inside Elements and inside pages. Inside each event you can specify as much actions as you want. Here you have an example you can place inside a Page to make it lauch an app:
Code:
<event type="PageShow">
<action execute="#$THROTTLE#\Util\PruebaMAPI\Message2Reg.e xe" parameters="#@SMSAccount# Refresh"/>
</event>
Possible events are:
- For pages: PageLoad,PageUnload,PageShow,PageHide,UpDownGesture,DownUpGesture,LeftRightGesture,RightLeftGesture,ChangeToLandscape,ChangeToPortraitvalid for pages.
- For elements: Click,ElementUpdate
- For elements inside rows with advancedevents="true" (like the widgets page): MouseDown,MouseOver,MouseUp.
Possible actions are (the same that for icons and texts)
- Any executable file with params
- age (parameter is the page name to load)
- :Exit
- :Apps2Cat (parameter is the category to assign)
- :Reload
- :OthersPage (parameter is the page number)
- :Minimize
- :Config
- :ConfigSetup
- :Script: this is the most complicated. execute=":Script" and the param must match this pattern XXXXXX:YYYY(args). for example: <action execute=":Script" parameters="Battery:Refresh()"/>
XXXXXX is the name of the element to change
YYYY is the method to call. Methods supported are:
o Set: Set(Property,value) will set the property to the target value. Valid properties are Name,X,Y,Width,Height,Visible. LocketState is also valid, if set to true the element will follow the finger arround the screen and inside it's containing row until it's released.
o Refresh: supports:
+ (). Will update the whole XXXXXX element
+ (num) will update the XXXXX and the num pixels arround it.
+ (numX,numY) numX means margin in X and numY means margin Y.
+ (x,Y,Width,Height) all the numbers represent margin. To update an especific area watch the next command.
o RefreshRectangle: suports (X,Y,Width,Height)
o Add. Supports (Property,number) will set the property to the property value plus number. Only valid for numeric properties.
o Complement. Supports (property). Only valid for boolean properties (Visible). Will complement it.
WOW!
This totally makes ThrottleLauncher very customizable, especially with MortScript!
Thanks for the help.
jdiperla said:
WOW!
This totally makes ThrottleLauncher very customizable, especially with MortScript!
Thanks for the help.
Click to expand...
Click to collapse
That's the target .
Thank you for your interest!

Little big clock!

Hi guys.
I've looked through all the clock threads and cannot find a clock that I'm happy with, mainly for 1 reason. I'm stubborn and know exactly what I want lol.
I really like the clock when it's small, 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"
}
What I really want though, is the bigger clock to look exactly like that, but bigger.
Can anyone help me out with this, either by calling me a numpty and pointing me at a clock that I've overlooked, or giving me the font (or just the name) that the small clock uses so I can make my own?
Cheers in advance guys.
John.
i totaly agree with you johncmolyneux!
This is the smallest clock around I think....
http://forum.xda-developers.com/showthread.php?t=436237
mayby not exactly what u want.... but close?
NisseDILLIGAF said:
This is the smallest clock around I think....
http://forum.xda-developers.com/showthread.php?t=436237
mayby not exactly what u want.... but close?
Click to expand...
Click to collapse
No, I think he doesn't mean that clock. What he is asking for is a clock exactly as the small one shown, but resized for a bigger one.
XC
xcforum said:
No, I think he doesn't mean that clock. What he is asking for is a clock exactly as the small one shown, but resized for a bigger one.
Click to expand...
Click to collapse
Exactly! Cheers anyway NisseDILLIGAF.
I'd love this too...
I am sure the font size would be in the manila files somewhere... Just no idea where to start and not enough spare time!
dickenz said:
I am sure the font size would be in the manila files somewhere... Just no idea where to start and not enough spare time!
Click to expand...
Click to collapse
Nice! I hadn't thought of making the small one bigger! I was thinking of making (manila files for) a larger clock, that looks just like the smaller one.
I think that changing the files for the larger clock will give you too much space between the 2 numbers ...
But that depends on what size you want the clock to be ofcourse ...
MisterSosa said:
I think that changing the files for the larger clock will give you too much space between the 2 numbers ...
But that depends on what size you want the clock to be ofcourse ...
Click to expand...
Click to collapse
That had crossed my mind. I am preferring the idea of making the small clock's font larger now, because you could then have a different clock for the standard large one, giving you two different styles at the flick of a finger!
johncmolyneux said:
That had crossed my mind. I am preferring the idea of making the small clock's font larger now, because you could then have a different clock for the standard large one, giving you two different styles at the flick of a finger!
Click to expand...
Click to collapse
Yeah and if we could find it - It would be a lot easier to edit at your leisure once we know how.
Okay, so I've found out that the font is Helvetica, and I'm just getting a copy of that. I'll try editing the manila files for the clock and see what it looks like, making the larger clock look the same as the smaller.
As previously mentioned, it may well not work, but it's worth a try.
ok... I found where to change the small clock size in 1c684cd8_manila...
But when u make it bigger it gets hidden under the Call History
I dont know if I can move that ... but I'll give it a try
NisseDILLIGAF said:
ok... I found where to change the small clock size in 1c684cd8_manila
Click to expand...
Click to collapse
Funnily enough, I was just looking at that manila file myself, but never having edited a manila file before, it was a bit overwhelming. I'll wait and see how you get on with that, whilst I try the big-clock-replacement method.
Nearly got it!!!
I've got a draft version working, with a couple of niggly problems. Here's what it currently looks like...
I need to reduce the colon slightly, as it's a tad too big, and I need to get the date and operator back in the top bar. I also need to change the "1" slightly as it looks great in the screenshot above, but doesn't look as nice when it comes after a number (as in 41).
Other than that, I've got some manila files ready to upload, but would really like to put them in a cab file. I'm happy enough editing the _setup.xml file manually to suit my changes, but don't know how to package a cab file. Could someone give me a hint on that please?
Nearly done
johncmolyneux said:
I've got a draft version working, with a couple of niggly problems. Here's what it currently looks like...
I need to reduce the colon slightly, as it's a tad too big, and I need to get the date and operator back in the top bar. I also need to change the "1" slightly as it looks great in the screenshot above, but doesn't look as nice when it comes after a number (as in 41).
Other than that, I've got some manila files ready to upload, but would really like to put them in a cab file. I'm happy enough editing the _setup.xml file manually to suit my changes, but don't know how to package a cab file. Could someone give me a hint on that please?
Nearly done
Click to expand...
Click to collapse
Congratulations man! You're an example that when we want something we can get it.
XC
its nice to see someone who is willing to give it a go at
making what they want.
to many people on here now expect others to do the
work for them.
well done.
Cheers guys, but I've still got quite a way to go. Turns out I'd unwittingly shagged a couple of other things at the same time, and have had to do a lot of uninstalling & reinstalling to get things back to normal.
Anyways, I'm off for the weekend now, so I'll get back on this on Monday and, if I get anywhere with it, I'll post some results.
Cheers for the help & support, guys.
any news on that clock?
i've been searching for that one for a long time ...
DarthMob said:
any news on that clock?
i've been searching for that one for a long time ...
Click to expand...
Click to collapse
Agreed, I would love a clock like this!
Please upload if you have finished it
*Bump*
I also would like to make the "smaller" clock bigger. There is no borders around it so you can see the wallpaper better. I know there are other clear clocks out there, but I would like this also because as you can see I changed my TF3D font and the smaller clock matches the TF3D font. Thanks!
Oops sorry. Sprint HTC CDMA Touch Diamond. Stock ROM. Thanks.

(29/05/2009) iShell 0.32 - All change...

This is the first release of iShell. As such, there may be some bugs. If you find one, post it here, send me a PM or whatever - I want to fix them!
iShell supports Gecko and AppToDate (0.27 needs to be updated via a cab and not through AppToDate due to a change in host)!
What is it?
Currently, it's a fairly basic launcher application, built on the foundation of my "iProphet" ROMs, in the style of the iPhone. It also has "widgets" (currently one, the clock) which aim to replace other applications and so integrate as much functionality as possible.
Press the end call button to exit.
Requirements:
WM5 or above
Anything bar square screens...
400kb free RAM and 400kb free ROM.
Change log:
0.32 - Lots of changes. More efficient routines for most things, uses l3v5yExtendedFunctions to reduce code size, faster loading
0.31 - Added iShellPopulate, thanks to supbro
0.30 - Widgets!!!! Updated registry settings (images are 50x50 for QVGA, 100x100 for VGA), lots of little changes, faster loading, bug fixes, cleaner code...
0.28 - splash screens, some fixes, better drawing routine
0.27.1 - fixes some bugs
0.27 - Multiple screens, directly customisable application launching, faster performance due to bitblts rather than strecth blits (can enable scaling in HKCU\Software\l3v5y\Stretch, and transparency in HKCU\Software\l3v5y\Transparency), true VGA for vga-devices, completely rewritten loading, drawing and app database code.
0.25 - The cab now asks whether you want to use the default settings. Select yes if you haven't got a version installed...
0.24 - Adds customisable position of warning bubbles (for unread SMS, EMail etc), rounding of warning icons is better, and some bugfixes.
0.23.2 - Finally fixes the analogue clock!
0.23 - Fixes the clock, the battery in VGA, and settings should now be persistent for future upgrades.
0.22 - customisable backgrounds have arrived, along with custom text colours and some bug fixes.
0.21 - now supports VGA and WVGA/WQVGA, changing the TransitionSpeed actually works now.
0.2 - Bug fix - SMS now loads the correct path, and you are asked whether you wish to run iShell after the install.
0.1 - Release
Coming soon:
Landscape
More widgets
Square screens
Some other things...
Maybe happening:
3rd party widgets
Suggestions?
DOWNLOAD
Please do not redistribute this without my explicit consent!
Either get it through Gecko, Touch-Innovation.com, or use the direct link
direct link 0.27
VGA link 0.27
{
"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 like my work, donate! (There's a link in my signature)
Configuration
All the applications can be configured to launch something else.
under HKCU\Software\l3v5y\iShell\ScreenX\AppX where X is the screen/app (0 based)
Change the values of Path to change the path.
Change the values of Parm to change the parameters for launch.
Change the values of Text change the text displayed beneath the icon.
Change the ImagePath and ImagePathP to change the image
Change the Source(P)L/R/T/B DWORDS to specify the coordinates (Left right top bottom) of the image/push image within the source image. Assumed to be the top left if not specified
Change the Flags value:
0 for nothing
1 for calendar - day and date
2 for email
3 for SMS
4 for voice mail
5 for the clock widget
Change
under HKCU\Software\l3v5y\iShell
Transitions between the main screen and widgets can be changed via the "TransitionTypeIn" for transitions into widgets, and "TransitionTypeOut" for returning to the launcher. 0 to 3 are slides, with a different direction each, 4 is an expand style transition, anything else has no transition.
"Background" is the full path to the background image. Any resolution is usable, although only the top left portion of the image is used if it's larger than the screen.
"Red" is the red component of the text 0-255, default 255
"Green" is the green component of the text 0-255, default 255
"Blue" is the blue component of the text 0-255, default 255
"Transparent" sets whether to draw with a transparent colour or not (transparency takes longer) 0 is off, 1 is on
"Stretch" sets whether to stretch the images or not (stretching takes longer) 0 is off, 1 is on
The clock is stored in "clock.png", with white as a transparent colour when displayed.
And this one too...
Can´t open the Link with my Kaspersky InternetSecurity :\
cM2003 said:
Can´t open the Link with my Kaspersky InternetSecurity :\
Click to expand...
Click to collapse
Odd... It is there!
I'll upload it to here for you.
EDIT: Done! - See first post
thanks I'll try it
Thanks for your sharing!
l3v5y said:
Odd... It is there!
I'll upload it to here for you.
EDIT: Done! - See first post
Click to expand...
Click to collapse
Thanks I´ll give it a try
it looks just like ifonz ??
whats new in this ?
hey, just wandering around, what's the difference between ifonz and this program anyway?
denteno said:
it looks just like ifonz ??
whats new in this ?
Click to expand...
Click to collapse
bronko_1993 said:
hey, just wandering around, what's the difference between ifonz and this program anyway?
Click to expand...
Click to collapse
This is written in C++, so doesn't need .NET CF and should be faster.
It's my take on the iPhone interface, and I just felt like doing it!
You don't have to use it, but try it and see...
i will wait for vga version!
same for me, I run on a diamond so I need vga.
looks great anyway
Cheers
Can You put this on storagecard? or should it be placed on device memory?
character said:
Can You put this on storagecard? or should it be placed on device memory?
Click to expand...
Click to collapse
Should work on a storage card.
The SMS button may not always work.
To fix it, edit the App1Parm string to
"-service "SMS"" without the outermost quotemarks.
I'll try and fix it, but the issue is there due to the way the cab creation works.
I can't find it with Gecko...
ruebyi said:
I can't find it with Gecko...
Click to expand...
Click to collapse
Odd...
I submitted it earlier, it's possible it hasn't yet been added to the active database - I haven't checked. If I hear anything I'll let you know.
One thing to check though, have you updated the database?
I updated database! Yes!
I can't wait until this application gets developed more!!
Its awesome, just needs more features.
BTW, I added this app to touch-innovation for you

50 WM 6.5 Widgets

Sorry but I'm not going through the entire list again but there are 50 WM 6.5 widgets ready to go. There are screenshots and an entire list of them here: http://www.fuzemobility.com/wm-65-widget-mania/
They're all simple chromeless web widgets ranging from mobile sites to entertainment sites.
The download link is here: http://mobilitydigest.com/files/Fuze_Mobility_Widgets.zip
Enjoy
** Windows Mobile 6.5 Required **
Some Screen Shots
{
"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"
}
More Screenshots
Here are some images and screenshots
A bunch of bookmarks? *cough..opera*
Jacobxx said:
A bunch of bookmarks? *cough..opera*
Click to expand...
Click to collapse
By the time you're getting past the splash screen of Opera these would be fully loaded
Great work David!!!
i love the twitter widgets now i can stalk NRG and Matt whenever i want without opening a browser and going to my bookmarks and crap. i just hit start and hit my widget. Thats two taps on the screen compared to however many to open my browser and open my bookmarks and stuff
bugsykoosh said:
By the time you're getting past the splash screen of Opera these would be fully loaded
Click to expand...
Click to collapse
very nice work.. =) keep it up..
bugsykoosh said:
By the time you're getting past the splash screen of Opera these would be fully loaded
Click to expand...
Click to collapse
completely agree
Can we pick and choose which widgets to install or is this all in one big pack? Thanks by the way
jmckeejr said:
Can we pick and choose which widgets to install or is this all in one big pack? Thanks by the way
Click to expand...
Click to collapse
You can pick and choose. When you extract the file you will see all the widgets in there 50 of them you will also a see a cab called "enable widgets" or something you have to install that before you can install any of the widgets.
jmckeejr said:
Can we pick and choose which widgets to install or is this all in one big pack? Thanks by the way
Click to expand...
Click to collapse
You can install just the ones you want. Unzip the widget pack and copy over the .wgt files that you desire. Be sure to install the "Enable Widgets WM6.5" CAB file first, then install the .wgt files just like a CAB.
ptyindian beet me to it... Enjoy!
Pardon my stupidity but I have HTC vogue and I tried to install it. It says "succesfully installed" but I do not see any widgets in my program folder. So it will only work on fuze/VGA/6.5? device? I do have opera installed BTW.
i am assuming you have 6.5 on the vogue. did you install the "enable widgets wm6.5" cab before installing the widgets? This should work on any device as long as you are running 6.5
I am running 6.1. I should have figured that out. Thanks for the quick reply.
I wish we could zoom on the widgets and stuff so reading the text can be easier maybe someone can figure out how to add zooming to the widgets.
ptyindian said:
I wish we could zoom on the widgets and stuff so reading the text can be easier maybe someone can figure out how to add zooming to the widgets.
Click to expand...
Click to collapse
Check out the css file in the widget, should be able to change it there
B4PJS said:
Check out the css file in the widget, should be able to change it there
Click to expand...
Click to collapse
I used the simplest code possible so the config file looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<widget version="1.0"
xmlns="http://www.w3.org/ns/widgets"
id="">
<name>Dragon Steel Mods</name>
<content src="widget.htm" type="text/html" />
<access network="true" />
<icon src="icon.png"/>
<description>
Drago Steel Mods Widget for Windows Mobile.
Provides chromeless wrapper for Mobile Site.
http://dragonsteelmods.com
</description>
</widget>
and the html looks like this:
<html>
<head>
<title>Dragon Steel Mods</title>
</head>
<body bgcolor="#000000">
<iframe src="http://dragonsteelmods.com" width="100%" height="100%" style="background-color: white;">
<p>An error has occured.</p>
</iframe>
</body>
</html>
Changing the width and height just change how much is shown on the screen and not the font size (so zooming out just means there's dead space but the fonts don't change accordingly). Any ideas on how to zoom or how to add to the soft keys would be appreciated. Thanks
yeah i tried playing with the xml file and the htm file and changing the zoom in the htm but that did not really work.

Categories

Resources