[UPDATE][10/10/2008] TouchLaunch 0.0.3! so beautiful ( NET2&NET3.5 ) with some skins - Windows Mobile Development and Hacking General

[UPDATE][10/10/2008] TouchLaunch 0.0.3! so beautiful ( NET2&NET3.5 ) with some skins
0.0.4 version: http://forum.xda-developers.com/showthread.php?t=437773
TouchLaunch is simple application launcher, which scans start menu shortcuts, and list them alphabetically. Kind of similar to scoll launcher
but this has new quick alphabetic scroll function. This is very early alpha and my first program release.
Features:
-finger scrolling
-quick alphabet shortcuts
-skinnable
-you can choose whether it closes after program launch or not
{
"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"
}
[0.0.1][10/06/2008]
[0.0.2][10/07/2008]
+Skin changer
+Better skinning support
+You can use bitmaps as list item highlight
+6 premade skins
+closeAfterLaunch feature
[0.0.3][10/10/2008]
+backgroundbitmaps
+you can use your today's screen background as this program's background
+ability to choose whether minimize or terminate on exit
+automatic closing ( either minimize or exit on closing )
+it's minimizes correctly, so you can leave it on running background
+should work on all different language roms!
Known "bugs":
-skin change takes about 5 sec... so don't panic
-if closeAfterLaunch feature is on and you switch to other application,
TouchLaunch will close in 2 seconds.
-if you try to launch phone ( or calendar ), it will launch softaware and after that it will crash...
-using bitmaps multiples memory usage, but you can avoid that using simpler skins
-menu is ugly
Requirements:
.NET CF 2.0
wm6 ( might work with wm5 ), i have only tested on emulator and on my elf
qvga or vga
Instructions:
Download and install the cab file
or download the zip file, extract it to any folder on your ppc and run the exe file.
Making new skins you can look example from premade skins in the skin folder at installation folder, two of them ( white.xml and original.xml ) are commented. Adding new just copy your skin xml file in the skins folder.
ToDo:
-better skin support
-adding some animations
-icons ( maybe someone could give me a hint )
-bug fixes
-landscape support
-performance tweaking
-optimizing memory usage
Feel free comment, and give me more ideas!
If like it, you can always donate to keep me motivated
Thanks to gingercat and dosfan for exellent work on KListControl!
Thanks to skinmakers!
Other's skins included in package:
Manila 2D Blue ( by shadowmike )
Diamond ( by Azimuth21 )
DiamondVGA ( by Mr Gee )

nice work can we change background skin

awh damn. just when i had made my mortbuttons program launcher skin.
thanks buddy.
i bet its MUCH easier than my way...

munnna73 said:
nice work can we change background skin
Click to expand...
Click to collapse
Yes, you can change all the colors and also change placements of different elements by modifying skin.xml file. It doesn't support using background bitmaps, but i'm planning to make that for nex release.
Every object has these attributes, which you can modify:
Code:
<ELEMENT>
<NAME>mainList</NAME>
<BGCOLOR>105105105</BGCOLOR>
<FORECOLOR>245245245</FORECOLOR>
<X>12</X>
<Y>0</Y>
<WIDTH>228</WIDTH>
<HEIGHT>268</HEIGHT>
</ELEMENT>
the colors are 9 digit RGB values ( example. BGCOLOR is 105105105, so it has 105 red, 105 green, 105 blue ). Make sure you always use three numbers, even if value is under 100, for example 5 -> 005.

i cant wait till we can have background images. and select images like scroll launcher(by l5v3y)

kidnamedAlbert said:
i cant wait till we can have background images. and select images like scroll launcher(by l5v3y)
Click to expand...
Click to collapse
Actually you can use select image, because it use the same KlistControl code base. Just copy png bitmap to execution folder and name it as select.png. The dimensions must match the dimensions configured in the skin.xml. So, by default it's 228x40.

Looks nice
Few pointers if I may it starts kind of slow it takes about 4 seconds to open it on my kaiser. And the search engine is kind of not finger friendly it,s hard to select a letter with your thumb. I think that bigger letters would do the trick for example you could place half of the alphabet on the left side of the screen and the rest on the right side or introduce the search engine similar to the one present in IContacts.
Great job

-Arturo- said:
Looks nice
Few pointers...
Click to expand...
Click to collapse
Thanks for responses and ideas!
The slow start time is mostly compact framework's fault, one idea is to let it run on background or switch to WIN32 api... but i did look up Icontact's source and felt it was not my kind of cookie But there's some tweaking that could be done. About the scroll touch, i find it quite good on my touch.
It helps to not really trying to hit right alphabet but instead follow what the on screen indexshower shows, and if it's wrong letter just slide your finger up or down. have to say that i'm not big fan of the idea dividing the alphabets but the Icontact alphabet's style could be an idea...
Btw. out of concept, but does anyone know any free coctail databases? Because i have done earlier a program that displays coctail recipes, but the database i use is something that i can't publish. firstly because i don't have authors permission and secondly because it's in Finnish It would perfect if database would be in XML format.

Just added a cab installer.

If the memory footprint is low and by saying low I mean less than 500kb then it's a good idea. WIN32 api??? Well that's double dutch to me
Well I think I've got too big thumbs While holding the phone in one hand I'm not able to access the alphabet with my thumb. I've tried pressing the alphabet area and then slide it up or down to choose a letter but I end up scrolling the list with applications up or down. So maybe widening the alphabet touch area would do the trick. Also I think that moving the indexshower to the upper or even upper right part of the screen would prevent it from being covered by a thumb while picking a letter.
I don't know any cocktail databases at least not free ones

Would it be possible to map it to the "all programs" soft key in TF3D?
Looks nice, thanks for the good work.

Installed and tried it. A pgm which works great. Very handy as I do not have every programs set for my iFonz icons. I couple of suggestions:
1) To group pgm names by alphabet, something like iContact. When the scroll reaches a particular alphabet, the alphabet will appear in the middle, more like you're selecting from the left alphabet option.
2) A handy A to Z table like iContact rather than the alphabets tiny-ly arranged on the left.
I can live with the color but if there's skin to select, it will be prefect.
Thank you for such brilliant pgm.

why netcf

New Version 0.0.2!
It's more skinnable, you can change also font. And I made 6 example skins. I would love see few good custom skins in this thread, which i could add to next release.

uniqueboy said:
Would it be possible to map it to the "all programs" soft key in TF3D?
Looks nice, thanks for the good work.
Click to expand...
Click to collapse
I have no idea never tried TF3D. Maybe someone else could answer?

avellant said:
It's more skinnable, you can change also font. And I made 6 example skins. I would love see few good custom skins in this thread, which i could add to next release.
Click to expand...
Click to collapse
Any chance it could use the today wallpaper for background?

stutzedward said:
Installed and tried it. A pgm which works great. Very handy as I do not have every programs set for my iFonz icons. I couple of suggestions:
1) To group pgm names by alphabet, something like iContact. When the scroll reaches a particular alphabet, the alphabet will appear in the middle, more like you're selecting from the left alphabet option.
2) A handy A to Z table like iContact rather than the alphabets tiny-ly arranged on the left.
I can live with the color but if there's skin to select, it will be prefect.
Thank you for such brilliant pgm.
Click to expand...
Click to collapse
Thank you!
1) That's possible and a good idea.
2) I'm going with tiny alphabets for now, but that would be nice option to add later versions, though i have to make whole new control for that.
The new version has the old color scheme and new white one, i would like i have some darker on like on scroll launcher also.. maybe some talented skinning artist in this forum could provide me that I'm not so talented with skin creating.

uniqueboy said:
Any chance it could use the today wallpaper for background?
Click to expand...
Click to collapse
oh, it would be nice....
btw, great app!

uniqueboy said:
Any chance it could use the today wallpaper for background?
Click to expand...
Click to collapse
That's really great idea Anyone know, how to get path for todaywallpaper? I added background bitmap function to alphabet bar, but haven't yet tested it. I have also modifying the list control to support bg bitmaps... I think it would be in next version.

Hi avellant
great work, thx for that
asking if you can add
1- app font changer size
2- ability to add or not programs icon

Related

[New Release 2008/04/28] Launch Manager 1.35 Beta 2 and Video!

NEW 2008/04/28: Launch Manager 1.35 Beta 2 and Video!
{
"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"
}
Download
http://www.fantasticbytes.com/labs/launchmanager
Watch the video!
http://www.fantasticbytes.com/videos/
New in this version!
* Replace your Start Menu with Launch Manager!
* New Wifi, Bluetooth, Phone and Sound Indicators!
* New Minimize and Call History Shortcuts!
* Improved and faster shortcut editing!
* Easier to use on different resolution devices!
* Start Launch Manager with Windows!
i wish you good salary...
Just a thought
Till now I have't seen any one making tabbed navigation based on category unless I missed. So here is my thought.
Design part1:Top row will have 30-40 pixels space for tabs and categorised header values in it Like office tools,Messaging tools,Phone tools, Fun tools, games,Networking tools, Misc tools etc.
Functonality:Clicking on each tab will show respective lauch icons in the bottom area.Ofcourse users should be given option to catagorise their tools into one of given headers list. Its nice if we can give users an option to define header tab values as well.
Design part2:Now bottom 250-260 pixels area is reserved for icons as shown in your attachment.Place a graphic background with spiral binding in middle of two vertical columns and overley our launching icons on that back ground. its nice if users are given option to change background.
Functonality:scrolling finger from right end to back should turn to next page which is having next set of icons in the selected category.Its nice if we can show some page turn animation. In the same way swiping finger from left end to front should turn page back.
It looks more great if it is full screen and added 3D graphic background with some shadows on spiral and tab.
No need to mention that application is lauched on clicking the icons
Best of luck.
jonnala said:
Till now I have't seen any one making tabbed navigation based on category unless I missed. So here is my thought.
Design part1:Top row will have 30-40 pixels space for tabs and categorised header values in it Like office tools,Messaging tools,Phone tools, Fun tools, games,Networking tools, Misc tools etc.
Functonality:Clicking on each tab will show respective lauch icons in the bottom area.Ofcourse users should be given option to catagorise their tools into one of given headers list. Its nice if we can give users an option to define header tab values as well.
Design part2:Now bottom 250-260 pixels area is reserved for icons as shown in your attachment.Place a graphic background with spiral binding in middle of two vertical columns and overley our launching icons on that back ground. its nice if users are given option to change background.
Functonality:scrolling finger from right end to back should turn to next page which is having next set of icons in the selected category.Its nice if we can show some page turn animation. In the same way swiping finger from left end to front should turn page back.
It looks more great if it is full screen and added 3D graphic background with some shadows on spiral and tab.
No need to mention that application is lauched on clicking the icons
Best of luck.
Click to expand...
Click to collapse
Thanks for the suggestions jonnala,
Launch Manager has something called shortcut pages,
which is a group of 10 shortcuts,
and you can create a shortcut to a page, so its like your category.
Keep in mind launch manager can handle hundreds of shortcuts not just the 10 displayed
I am working on ways to indicate pages better.
And the fancy graphics are planned too.
And changing background is also planned, you can change tiles.bmp for now.
Please download it and give it a try, I have a feeling you may like it.
Thank You
Take Care
-Carolos
Wow i really like it. its almost 60% as I said in my eariler post.I can create one page called home (having page short cuts) and dedicate one icon space to home page in all remaining pages(having program shortcuts).
jonnala said:
Wow i really like it. its almost 60% as I said in my eariler post.I can create one page called home (having page short cuts) and dedicate one icon space to home page in all remaining pages(having program shortcuts).
Click to expand...
Click to collapse
Thanks
I think I need to work on my description of it a bit more hehe, been too busy actually writing it.
Please keep any suggestions coming,
And if you need any help please let me know.
nothin said:
i wish you good salary...
Click to expand...
Click to collapse
Thank you, nothin, I hope everyone who uses it finds some use for it.
I really like the idea and the program. You should try to get some sort of touch scrolling in it. Otherwise, very useful
Fightthegoodfight said:
I really like the idea and the program. You should try to get some sort of touch scrolling in it. Otherwise, very useful
Click to expand...
Click to collapse
Thank you for your kind words,
I will see what I can do about touch scrolling, it was a planned feature.
Please keep sending any suggestions and thank you for trying it.
Hmmmmmmmmm.
Its similar to the build in launcher from wktask and thats freeware.
But of course its a nice application, it has more shortcuts and its fast.
I would suggest to add one feature:
If the shortcut is one to a phone call contact it would be great to see the picture of this contact (if theres a picture).
hope this is a freeware...but its nice!
It reminds me of mortbuttons which is freeware as well.
gerald_s said:
Hmmmmmmmmm.
Its similar to the build in launcher from wktask and thats freeware.
But of course its a nice application, it has more shortcuts and its fast.
I would suggest to add one feature:
If the shortcut is one to a phone call contact it would be great to see the picture of this contact (if theres a picture).
Click to expand...
Click to collapse
Thank you for your kind words gerald_s.
Your suggestion has been noted thanks.
generalriden said:
hope this is a freeware...but its nice!
Click to expand...
Click to collapse
Thanks generalriden, I will see if I can release a lite freeware version.
My ChARMeD Disassembler is freeware
Take care
DeathsArrow said:
It reminds me of mortbuttons which is freeware as well.
Click to expand...
Click to collapse
Thanks DeathsArrow, never knew about mortbuttons.
carolos said:
My ChARMeD Disassembler is freeware
Take care
Click to expand...
Click to collapse
And this is a nice piece of software too, thanks for releasing it.
Hey.. cool. Touchflo type scrolling (make it work like the touch cube and you're a legend) and showing the contact picture will make this a real gem. It's like a launcher and contact management type of software in one.
DaVince said:
Hey.. cool. Touchflo type scrolling (make it work like the touch cube and you're a legend) and showing the contact picture will make this a real gem.
Click to expand...
Click to collapse
Thanks and thanks for your suggestion.
DaVince said:
It's like a launcher and contact management type of software in one.
Click to expand...
Click to collapse
Good description
May I use your description and quote you on first post?
If you like please post screenshots of how you have used Launch Manager
Thanks
New Blue-Black skin can be downloaded from
http://fantasticbytes.com/lmaddons.html
No installer yet.

[03/07/08] FSD - Full Screen Dialer (0.27.02)

PLEASE DO NOT DISTRIBUTE THIS SOFTWARE WITHOUT ASKING MY CONSENT!
After seeing a request for a large button dialer in the Prophet forums, I decided to try to develop a solution my self...
What does it do/not do?
FSD is a more finger friendly dial pad than the WM default one.
FSD is skinable.
FSD does not have any speed dial/redial or anything more complicated than basic number entry.
FSD is a full screen dialer!
FSD will run on WM5/6 or WM2003 devices with .NET CF 2.0.
FSD uses the default dial pad once the call has been started.
Call/End hardware buttons do not work within FSD!
Pressing the call button with no number loads iContact
Pressing the end button with no number quits the app.
Skinning from anywhere!
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"
}
Credits
Thanks to Vijay555 for allowing me to use and distribute VJPhone, which is used to parse the call.
Thanks to twolf for the skin!
Notes
FSD may have bugs etc, but I will try to iron them out.
FSD supports MoDaCo AppToDate, but the place I would host the files is down ATM...
The WM2003 cab is untested!
To change the skin folder, change the string "skin" in"HKCU\\Software\\L3v5y\\FSD" to whatever the name of the folder is and place that folder into the Dialer folder on your device. For folders located within the installation directory, put the name of the folder. For ones stored anywhere else, put the full path name (e.g. \Storage Card\FSD\Skin).
To change whether the app exits on a call: change the value of ExitOnCall (under HKLM\Software\l3v5y\FSD) is set to 1, the app will exit on a call/when the contacts app is opened.
Bugs/Issues
WM2003 cab not working well.
Hardware button mapping not great...
Change log:
0.25 fixes all known bugs!
0.24 adds some basic configuration options (click on the number display area).
0.23 now draws the number text on screen allowing for backgrounds! (Text is no longer in an text box).
0.21.02 has some bug fixes.
0.21 adds a "ExitOnCall" option. If the value of ExitOnCall (under HKLM\Software\l3v5y\FSD) is set to 1, the app will exit on a call/when the contacts app is opened.
0.20.02 has some bug fixes.
0.20 also uses windows default contact manager rather than iContact (EDITABLE).
0.20 adds selecatability of "silent" to show or supress error messages. Edit under HKLM\Software\l3v5y\FSD using the "Silent" parameter. 0 is off, 1 is on. Default is 0.
0.19.01 fixes a bug!
0.19 now changes the font size if the text string is longer than 10 digits long! (credit to lamandrion for the idea!)
0.18 adds choice of contacts app. (Change path under HKCU\Software\l3v5y\FSD using the contacts and contactsparm strings. If the paths start with "\", the path is assumed to be a full path, if it starts with anything else, it is assumed to be a local path to the FSD.exe file).
0.17 has better key mapping (left softkey does same as on screen call button, right softkey does same as on screen end button).
0.16 has some basic VGA support.
0.15.01 allows for skinning using any folder.
0.14.07 double click on backspace now removes last two numbers
0.14.06 changes hardware mapping (now the center button works...)
0.14.05 updates the XML file for AppToDate support
0.14.04 includes bug fixes from 0.14
0.14.04 adds skinning functionality (Change skin folder under HKLM\Software\l3v5y\FSD)
0.14 adds change of image when a number is pressed.
Download:
[/COLOR]Now with ATD support! (Click here to download!)
Get AppToDate!
Because of AppToDate support, it's easier for me to roll out updates by updating the cab linked above than uploading to this post.
Skinning:
Each skin consists of numerous files. Each number has two files, a normal image and a pressed image, as do all other buttons. The background image, only has one state, so only one image.
The number images and the call/end images are 80px by 60px for QVGA and 160px by 120px for VGA, although either size can be used as the images are scaled to fit.
The backspace arrow is 80px by 80px for QVGA and 160px by 160px for VGA, but, again the image can be either size as it is scaled.
The background is only shown in the top right behind the number. No transparency is used in the text, so the background image at this point should be white. The background can be 240x320 or 480x640.
All images should be *.jpg files.
The naming is as follows:
Unpressed numbers are named in single digit form e.g. the image for one is "1.jpg".
Pressed numbers are named in single digit form with press added on e.g. one is "1press.jpg".
The call key is "call.jpg" for normal, and "callpress.jpg" for pressed.
End is "end.jpg" for normal and "endpress.jpg" for pressed.
The background is "bkgd.jpg".
Backspace is "bkspc.jpg" normally and "bkspcpress.jpg" for the pressed image.
All the files should be placed in a single folder, and to apply the skin, the "skin" string under "HKCU\\Software\\L3v5y\\FSD" should be changed to whatever that folder is called.
Distinct AppToDate checks:
It's very thank you~~
Very nice!
And very usefull with this kind of keys...
PS:
What about a dialer like this....
http://forum.xda-developers.com/showthread.php?t=393784
Doesnt install on qtek s110 with wm2003 se...
Life is funny that way sometimes.
;D
--edit--
actually, the WM2003 cab.cab doesnt install on wm2003se, but the FSD.cab installs and works fine (on wm2003se).
One small bug, the 7 button is always pressed.
looks cool! love the bigger buttons. could be a permanent replacement with a few graphical updates. i.e., the actual numbers that display when pressing buttons to dial and maybe try and en-corporate a contacts buttons linked to pocketcm. but, overall great job and keep up the good work
Great!!
I love it so much.
Is there anyway to make the hardware buttons usable, then it would be the perfect dialer.
Nice, but can screen dialing with Big button too in next Version make? Sorry for my English
twolf said:
Doesnt install on qtek s110 with wm2003 se...
Life is funny that way sometimes.
;D
--edit--
actually, the WM2003 cab.cab doesnt install on wm2003se, but the FSD.cab installs and works fine (on wm2003se).
One small bug, the 7 button is always pressed.
Click to expand...
Click to collapse
I haven't tested the WM2003 version...
I have an updated cab, that includes the option of customization (I'll update the first post).
Is there anyway to make the hardware buttons usable, then it would be the perfect dialer.
Click to expand...
Click to collapse
ATM, pressing the up button closes the app, and the center button should dial the number.
looks cool! love the bigger buttons. could be a permanent replacement with a few graphical updates. i.e., the actual numbers that display when pressing buttons to dial and maybe try and en-corporate a contacts buttons linked to pocketcm. but, overall great job and keep up the good work
Click to expand...
Click to collapse
If you press the green button with no number entered, it loads iContact, although I can change that. Pressing the end button with no number entered quits the app.
Nice, but can screen dialing with Big button too in next Version make? Sorry for my English
Click to expand...
Click to collapse
Not quite sure what you want. Do you want speed dial?
twolf said:
Doesnt install on qtek s110 with wm2003 se...
Life is funny that way sometimes.
;D
--edit--
actually, the WM2003 cab.cab doesnt install on wm2003se, but the FSD.cab installs and works fine (on wm2003se).
Click to expand...
Click to collapse
Same for me
Good work so far!
Two thinks that should be improved:
1.
When i dial a number there is some kind of notifcation bubble and there is the number i dialed. is it possible that this bubble shouldnt be shown?
i have read something here: http://www.vijay555.com/?Releases:VJPhoneTools
"\Program Files\vijay555\VJSMSSender.exe" 1234 -silent
The -silent delets the notification bubble for the sms!
It would be cool if this would work for calls, too.
2.
Hardwarebuttons doesnt work
Thank you, very nice app!
lamandrion said:
Same for me
Good work so far!
Two thinks that should be improved:
1.
When i dial a number there is some kind of notifcation bubble and there is the number i dialed. is it possible that this bubble shouldnt be shown?
i have read something here: http://www.vijay555.com/?Releases:VJPhoneTools
"\Program Files\vijay555\VJSMSSender.exe" 1234 -silent
The -silent delets the notification bubble for the sms!
It would be cool if this would work for calls, too.
2.
Hardwarebuttons doesnt work
Thank you, very nice app!
Click to expand...
Click to collapse
I don't get this bubble on WM5/6, but I can't test WM2003
The -silent doesn't work for the dialer and causes my program to crash if I attempt to call it
As for hardware buttons, I shall work out how to handle/intercept the Call/End buttons. For the moment though, the center button will call and the up button will quit.
EDIT: there was a mistake in my code... Just retesting it!
EDIT2: adding the -silent parameter has no effect on my device (WM6.1) but may do something...
in picture 3nd . I like all button ( call history, save, hold, note ,contact, talk ) its BIG button and Backgroud same to Picture 1st
ancola66 said:
in picture 3nd . I like all button ( call history, save, hold, note ,contact, talk ) its BIG button
Click to expand...
Click to collapse
That is the WM default dialer. I haven't worked out how I can code something like that (yet)...
@ l3v5y
Wow you are very fast at devoloping right now^^ around 5 different versions in a few hours?!
lamandrion said:
@ l3v5y
Wow you are very fast at devoloping right now^^ around 5 different versions in a few hours?!
Click to expand...
Click to collapse
I find little bugs and change them... It's nothing major, maybe a few lines of code at most!
Wow!
Kudo's l3v5y, now I've finally found a better dialskin than the PaulyA's. (And there's someone else in the world that has no need for a "smart dialer", ehehe)
I use smartskey and use the Right D-Pad to go to Contacts, Up for Speeddial, Down for History and Left for PIE and it works flawlessly! One bad ass One Handed Dialer, IMO!
I took the liberty of modifying your 3b cab and hardcoded those two files in, compressed and make it not prompt for install loction so as to work with UC, I could post it if you'd like. (I, as always, take absolutely no credit, this is YOUR work)
Go ahead and post it! I have no objections...
I haven't set the paths to be hard coded 'cause the paths are all relative, and I use AppToDate to install it anyway... Also I can't work out how to make Visual Studio do it :s
BTW, the latest version (the 0.15.02) has fewer issues than the others, so you may want to update the exe in your cab!
14.0.7 latest build I see on the OP.... and my buttons are white, not the blue as in OP.... ??
Boy do I feel silly, was looking at your OP as I was playing with DxC's New IPhone Dialer Skin, which is why I was asking dumb questions, didn't apply to your work
I'll look at your stuff in a few, looks interesting!
Dr Puttingham said:
14.0.7 latest build I see on the OP.... and my buttons are white, not the blue as in OP.... ??
Click to expand...
Click to collapse
The link under "Download" is a link to where it's hosted for ATD. I'll upload it here as well...
unable to install FSD 0.15.02.CAB on wm2003...

[30/05] UPDATED Minimal Flow for ThrottleLauncher

So here I am with my second customization thread.
After making my minimal dialer skin click I also found that the Touch Diamond interface for ThrottleLauncher was a bit too dark and playful for me.
So I decided to make a modification to make it all a bit lighter and more stylish. And something like 12 hours later, here I am!
Changed almost all graphics and a lot of settings to make it and app that suits me.
{
"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"
}
Updated version with weather:
How to install:
(1) Install ThrottleLauncher 0.9.1
(http://www.throttlelauncher.com)
1. Copy both files in the zip to your storage card.
2. Go to your ppc's explorer and install "Minimal Flow TL.cab".
The cab installs a the skin and a windows mobile theme to your ppc.
!!! (THIS MUST BE INSTALLED TO YOUR DEVICE) !!!
2.1 Open up the picture file Minimal Flow.jpg while still in explorer
and press Menu>Set as Today Background. Set to 0% and press ok.
3 Go to Start>Setting>Today and select ClassicBlack and press ok.
3.1 Go to the tab "Items" and deselect everything (ALSO THROTTLETODAY).
Something like Batterystatus can still be run but bus be placed under ThrottleToday
4 On your PPC go to: Start>Programs>ThrottleConfig and select Minimal Flow
from the drop-down box.
4.1 Press "reload plugin" and click exit.
5 ENJOY!
Download Minimal Flow Weather.zip for a lot more configuration and a weather tab!
-First install Mortschript, wich can be found here.
-Then install Minimal Flow V1.0 and after the installation also install the updated version, both to device.
-After installation select the "Minimal Flow Weather", press reload plugin and enjoy! The extended configuration can by pressing "Settings" on the settings tab.
Updated version of the weather version, no more error on load-up! thanks to APBilbo! thank you ^^
I put a lot of effort in making these kind of things, a little donation would make my day!
Donate
Credits go to APBilpo for his great app and my template! And for the Weather tab my credits go to alladdin for writing the mortscript.
ahh. very nice. very black. to my liking.
great job!
wow looks great!!!keep it up
Please read my questions (at least the first one) need you guys to help me with this.
Looks great so far, can't really come up with 4 letter words, but how about a seperate theme with gray pictures?
Joe
Synned said:
Looks great so far, can't really come up with 4 letter words, but how about a seperate theme with gray pictures?
Joe
Click to expand...
Click to collapse
Yeah that was my idea too, just use a theme for WM with my background, the problem is that I dont know how to add my own picture to a .tsk
privacy issue, sorry
abjeroen said:
maybe you can use 'CALL' instead of people? it doesn't really cut it.. but it's ussually the next thing your doing after pressing that button, right.
(ik hoop dat je er ook gemiste sms / mail in zet )
Click to expand...
Click to collapse
Uhm, Call is a good idea, now only one for settings (damn, why is that so hard).
Sms wont do it, it's mail and text because I want to keep all icons with four letters.
privacy issue, sorry
abjeroen said:
note: I would prefer the 'count balloon' by messages to be above the text, instead of below.
Click to expand...
Click to collapse
Haha, I was just working on that part xD
And CALL is a good one, using it!
pauldgroot said:
So here I am with my second customization thread.
After making my minimal dialer skin click I also found that the Touch Diamond interface for ThrottleLauncher was a bit too dark and playfull for me.
So I decided to make a modification to make it all a bit lighter and more stylish.
Preview:
In my opnion that looks a lot better! ^.^
Anyway, I am stuck on a few things and I was hoping one of you could help me out.
HELP ME OVER HERE! xD
1. More of a simple question to brainstorm about.
There is a tab Contacts and a tab Settings, how do I have to make a 4 letter icon out of this? Contacts is now PEPL (people) and settings is now CONF (configuration). I don't like them very much so please help me come up with another one.
2. I don't want the background to be black and there are two options to achieve this.
First of all I could make a tsk that would have the my own background. The problem with this is that if I make one in ThemegenCE, it would go from flat black bars to the glossy grey ones.
Secondly, someone could explain me how to modify the config.xml from throttle launcher so it would load it up with the theme and cover up the original background. The problem with this solution is that I don't know wich line to add. (the parameter=texture gave me problems because it said the skin.xml was invalid?) I think the tsk option is the best so that people could still use their own backgrounds.
Anyway, atm I am working on replacing all icons wich is 40% done or so.
Click to expand...
Click to collapse
1. CNFG? PEEP? PPLE? hmmm, i see where the problem is...this is kind of hard. CONF sound really good.
Could you use icons instead of text maybe?
pauldgroot said:
Yeah that was my idea too, just use a theme for WM with my background, the problem is that I dont know how to add my own picture to a .tsk
Click to expand...
Click to collapse
I mean change the 4 letter words to little grey silhouettes or simple images.
As for implementing your background in a .tsk, you need a theme editor program... I used one before but can't think of what its called. Or you could just supply us with the jpg and we can set it as our wallpaper. BTW This looks really sweet, about how long untill it's done?
Ok, I think I will release the wall seperate. Unless someone comes with a solution.
I wont change the text to icons because this just looks stylish
The icons for the settings are complete. Some other things to do but first I need to get me some sleep. Tomorrow I think I will finish it.
Good night.
ADDY or ADDR for contacts.
setting is also a nest of eggs (old usage) but EGGS might confuse too much.
I like simple CONF
fards said:
ADDY or ADDR for contacts.
setting is also a nest of eggs (old usage) but EGGS might confuse too much.
I like simple CONF
Click to expand...
Click to collapse
What does ADDY stand for? never heard of it. Anyway I think CALL and CONF are ok for now. Maybe I'll have a dream with inspiration.
Good night.
just release a background and people can use the allblack tsk floating around and apply the picture you provide as a background through pics and video with 0% transparency, works fine
privacy issue, sorry
PREF would also do it. Though I'm used to CONF by now and realy like it. I hope I'm done with skinning in about an hour and then only alingment etc.
Looks awesome!!! . Really nice work, I look forward testing it . About your questions:
1) For people.... may be something like "PALS"? And for settings...."TUNE"... Anyway I think that CONF is just right .
2) As I see you have done lot of working with the setup I suppose you already know the tutorial. It's true that it's a little bit unupdated.... So, here's how everything is organiced:
- 1rst layer: the background of the today screen back. Will be shown only if the transparency is set to true on the skins.
- 2nd layer: rowbackimage (this one is not documented...). Here you have an example:
Code:
<param name="rowbackimage" value="rowback.png"/>
What it will do is wrap the image to the row size behind it. This image can be a transparent png to show the 1rst layer.
Hope this helps!! If you still have doubts, let me know!!
- 3rd layer: icons .
APBilbo said:
Looks awesome!!! . Really nice work, I look forward testing it . About your questions:
1) For people.... may be something like "PALS"? And for settings...."TUNE"... Anyway I think that CONF is just right .
2) As I see you have done lot of working with the setup I suppose you already know the tutorial. It's true that it's a little bit unupdated.... So, here's how everything is organiced:
- 1rst layer: the background of the today screen back. Will be shown only if the transparency is set to true on the skins.
- 2nd layer: rowbackimage (this one is not documented...). Here you have an example:
Code:
<param name="rowbackimage" value="rowback.png"/>
What it will do is wrap the image to the row size behind it. This image can be a transparent png to show the 1rst layer.
Hope this helps!! If you still have doubts, let me know!!
- 3rd layer: icons .
Click to expand...
Click to collapse
Ok thanks al lot!
I managed to get a different BG in the programs tab, by editing the skin.xml in skins/programs. But what if I want to add a BG to e.g. the HOME tab? The settings for the home tab are all in the config.xml and when I add
Code:
<param name="rowbackimage" value="rowback.png"/>
to it, it wont load it up. Is this because the home tab is cut up into different rows?
If you could explain me how to add a ackground into the main config.xml file I would appreciate that alot.

[Online tool] Titanium CPR/PLG helper v0.8

Did a online tool in flash to help skinners and developers code the CPR / PLG files easily:
{
"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"
}
Use it here: http://twolf.sytes.net/Titanium_Helper/
This basicly allows us to see the result and the code on-the-fly of the text or image we want to position.
Was going to do a flash EXE for our devices, but it would be too small to use, so went for the online tool.
To use:
-----------
- Right-click with the mouse and select FULLSCREEN for a better use.
- Drag the toolbar windows to wherever you work best.
- Choose plugin name and resolutions.
- Add images and texts.
- Drag and resize the texts and images to whatever you need.
- Use the up, down left and right cursor keys and grow + / - for a more precise use.
- Also the backspace and space to delete and edit objects.
- In the end simply paste the codes to separate notepads (by clicking the button you are doing a COPY action).
Enjoy.
v0.1:
-------
- Drag to move.
- Drag the bottom left tip to strech.
- Copy code to PLG.
v0.2:
-------
- Added more precision, with cursors and + / - keys.
v0.3:
-------
Added:
- Choose plugin name
- Choose screen size (QVGA/VGA, Portrait/Landscape)
- Add image
-- Add image ID
-- Add image size
-- Add image filename
- Add text
-- Add text ID
-- Add text font
-- Add text font style
-- Add text size
-- Add text color
- Export CPL/CPR
- Started the Export REG routine (registry setting to import to the final CAB file)
v0.4:
-------
- Added:
-- Choose plugin size
-- More screen sizes (SQVGA/WVGA, Portrait/Landscape)
-- Export REG
-- Developer useful links,
- Changed layout a little.
v0.5:
-------
- Added Remove item
- Added Edit item
- Dome bug fixes
- Some visual cleanup.
- Instead of a Wizard tool, I simple added 1-2-3 steps on the menus to create a full CPL/REG.
- Added fullscreen option on mouse right-click, for smaller monitors.
v0.6:
-------
- Fixed QVGA landscape/VGA portrait wrong settings (thanks, chriscsh )
- Added WQVGA screen settings.
- Added a simplified color picker on text objects.
- Cleaned up the layout a little.
- Fixed bug that allowed negative image and text sizes (would be great if it rotate them, hehehe)
- Corrected misspelled CPL with PLG (my mistake)...
v0.7:
-------
- Added option to drag toolbar windows around, for a easier use (carefull where you put the DELETE AREA ).
- Added button menu.
- Fixed CHOME name in the registry window.
- Added field for the condensed size of the plugin.
- Added a lot of missing CPL/REG codes (still need to see about the GUID reg code...)
- Separated the CPR code from the PLG code (just remove the first and last fields).
v0.8:
-------
- Added ENTER as OK key.
- Fixed digits resize.
- Added more text options:
- Added Chome Visual Editor by Kane159
To do:
-------
- Add pages.
Dude, once you get that todo list of yours done,
I will be using this almost everyweek to make a new skin.
Thank you for your hard work!!
That is very nice Twolf. Can't wait to see it working for the Omnia.
v0.3 released, lots of extra stuff.
If you cant see the registry window its ok, its not fully working yet.
Great stuff!
So, finally will we be able to make a cab too with your app...?
flaviopac said:
Great stuff!
So, finally will we be able to make a cab too with your app...?
Click to expand...
Click to collapse
Thanks, but thats not only up to me...
I wont be able to do that alone.
That envolves php hosting, online cab tools, etc...
v0.4 updated.
v0.5 updated.
Dont know where to go from here...
I really have to say this is one of the most useful tools i've seen out there. amazing work and thanks for sharing!
a suggestion could be to pack the .swf inside a flash projector .exe and maybe distribute it as standalone for faster access. but that's just a suggestion. it's really great!
nice twolf
wow, that very useful, thanks
Problem:
when select QVGA landscape, the layout show 480x640
VGA portrait, the layout show 320x240
Very cool thanks for sharing twolf, i'm adding as a useful resource in my 6.5 guide.
rpereira said:
I really have to say this is one of the most useful tools i've seen out there. amazing work and thanks for sharing!
a suggestion could be to pack the .swf inside a flash projector .exe and maybe distribute it as standalone for faster access. but that's just a suggestion. it's really great!
Click to expand...
Click to collapse
Thank you, I was going to do a EXE at first, but this way it always updated to the last version, also a swf version is less heavy than the EXE and its compatible to all OS's (its flash 7 so it even runs on WM, if we had the screens for it ) but ppl can always simply save the page as a file (mht) or get the swf from the browser's cache, but again, when a update comes out their version would be outdated... Theres no ads or banners nor there will be, so the page is only those 25kb to load.
chriscsh said:
wow, that very useful, thanks
Problem:
when select QVGA landscape, the layout show 480x640
VGA portrait, the layout show 320x240
Click to expand...
Click to collapse
Good catch, thanks, will fix that on the next version.
twolf can u please make also for WQVGA?
if u need any code im here to help
Wow, that's an giant leap forward.
Nice work man!
giorgosm said:
twolf can u please make also for WQVGA?
if u need any code im here to help
Click to expand...
Click to collapse
LOL, I just did that, didnt even noticed it was missing before fixing the QVGA landscape bug...
v0.6 released!
v0.7 released !
(yes, I have nothing better to do, )
Some major code fixes and extra options added.
The floating draggable toolbar windows changed the layout completly... its the small details that make me smile. ^_^
Hm nice one.
In landscape QVGA and WQVGA have different dimensions, but in portrait they have the same?
gekas said:
Hm nice one.
In landscape QVGA and WQVGA have different dimensions, but in portrait they have the same?
Click to expand...
Click to collapse
Well, yes, the 240 pixels are the same. And you are not going to do a plugin bigger than 320 pixels.
I did the same in SQVGA.
This makes less clutter on the editor layout.
I have some issues on my 1366X768 screen. Even full screen the bottom section is cut off. Can you make it scroll or something so I can see the whole image?

[APP] Pocket Gforce v2.04 RC (04-11-2009)

Hi all If you already follow my Thread of" Pocket Gforce" you know that i stop working on it because of the lack of time.
Atm igot myself whit some spare time and whit lots of requests to continue the project.
So i start developing a new Pocket Gforce (v2) that is fully customizable and works in any Resolution(VGA, WVGA, etc and Landscape or Portrait) as long you got a proper skin.
This is where you come in.
This is the skin that i made and i will explain how you can make one.
{
"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"
}
BIG UPDATE
The "basic.png" is the skin that i create (i advice to use paint.net or other program to make the skins using layers)
The "basic.ini" is the configuration of the skin like this
//Starts Here (don't change the lines order)
Basic Skin (skin name)
Landscape=1 (0= portrait 1= landscape)
Gforce X axis
dial_enable=1 (is thedial visible 1/0)
dial_scale=1 (scale in G)
dial_x=324 (x coordinate (remember uper left corner is x0 y0))
dial_y=360 (y coordinate )
dial_l=80 (length)
dial_z=0 (where is zero value)
dial_a=29 (aperture of the dial)
dial_color_r=255 (dial red color 0~255)
dial_color_g=255 (dial green color 0~255)
dial_color_b=255 (dial blue color 0~255)
digital_enable=0 (digital value enable 1/0)
digital_X=300
digital_y=250
digital_size=30
digital_color_r=0
digital_color_g=0
digital_color_b=255
graph_enable=0 (graph enable 1/0)
graph_x=0
graph_y=0
graph_Width=0 (width of the graph)
graph_Height=0 (height of the graph)
graph_max=1 (max value of graph)
graph_show_max=0 (show max value or not 1/0)
graph_color_r=0
graph_color_g=0
graph_color_b=0
graph_frame_enable=0 (show frame around graph 1/0)
graph_frame_color_r=0
graph_frame_color_g=0
graph_frame_color_b=0
graph_background_enable=0 (show background on graph or transparency 1/0)
graph_background_color_r=0
graph_background_color_g=0
graph_background_color_b=0
// the file continues for the Y Z T and Speed dials (at the moment speed dont work)
(Midle dial is "S", left one is "Y", right is "Z" and bottom is "X"
And this is the part that show all the skins that you have in the skins folder and where you can change them. To access it push middle button or open "Pocket gForce 2 Options"
Unbaliveble only one person post something and actually no one contact me about skins or beta testing so i suppose no one really cares... but i had 1215downloads of it
So if the community don't want to help i just gonna sell my project as i was always for open source but...
Any way the program is now working whit the Sensors and in the next week i will test whit the gps part.
So do you really care/like about Pocket Gforce ? What to see Pocket Gforce 2 at max capacity, the way you like and above all FREE?
So Start making some skins...
Log Version
2.04 Touch Menu for Dpad-less PDAs, Extra Costume Skins, beta GPS system, beta Log system. More info on page 4 post 35
2.03 Sensor Working, New Installer, Graph implemented, More skins
2.02 More skin customization (Digital dials and easy skin changer)
2.01 release of Pocket Gforce 2 whit skins customization
Skins already on the installer
Basic VGA Landscape (XYZT dials and Digital T)
Carbon VGA Portrait
gfAnaliser VGA Portrait (XYZ dials and XYZ Graphs)
sismo VGA Landscape (XYZT Graphs and digital XYZT)
Also 4 Future use
can I use it on my omnia
any way i already downlodad ir lets see if its work on my omnia ill let you know
Please keep up the good work, if you received no big feedback for your apps, this might be just because the people are happy with it and got no problems. I see most of the replies for any application is based on errors and bugs.
Hi all i made some major updates as the Sensores are now working and i implemented a graph system.
Check the skins i made so you can understand the possibility of this program, and ppl plz contribute whit some skins tips or critics cuz i need some incentive to keep it free
jr_daza said:
any way i already download ir lets see if its work on my omnia ill let you know
Click to expand...
Click to collapse
It should work but back then the sensors where not activated, check the latest versions, but as the originals skins don't have the proper size you will not use the full size of your screen.
lony said:
Please keep up the good work, if you received no big feedback for your apps, this might be just because the people are happy with it and got no problems. I see most of the replies for any application is based on errors and bugs.
Click to expand...
Click to collapse
I suppose your right but no comments at all is very frustrating...
I have downloaded it. I will reply after the use.
Ah thats awesome
I love the version befor, hmm i dont remember the version number but i truly love it!
One thing i think you implement or change is a tab or mode that the speedometer is the same size as the overall g-meter.
That i think would be nice
Just PM me if you need any testing!
//linkus
EDIT
I noticed one thing, I have SPB Mobile Shell, on a Touch Diamond, and when i start the app and it change the display to landscape, it wont change back to regular mode after exit.
Cheers
//linkus
hi !!
i've never used your app, but i can test the last version if you want !!
I'm searching such an app for a long time, because i can't buy me a Nissan GTR !! (To understand the joke, ask google to show you the computer screen of that car !!)
Have a nice day !!
love the v1 app but couldn't get it to show in MPH, so thought i'd give the new version a try. Looking good so far but the screen doesn't fill properly on my TouchHD. Also, can't find a way to exit the app, other than taskmanager which leaves the screen in landscape mode. Thx
gilberti69 said:
Looking good so far but the screen doesn't fill properly on my TouchHD.
Click to expand...
Click to collapse
As i say there is a need to some one to make some skins for other resolutions so my one skins fit best on VGA devises, wi dont you try to make some skins and post them here for other also? And dont forget that is not only backgroud is also what you whant to display.
gilberti69 said:
Also, can't find a way to exit the app, other than taskmanager which leaves the screen in landscape mode. Thx
Click to expand...
Click to collapse
Actualy i forgot that not all devises have the Dpad so my new vertion will be totaly TouchScreen controled, sorry for that.
Any way the new vertion will be release next monday or so whit the GPS working.
I've no idea how to make a skin, but if you give me some pointers, or links to tutorials i'll have a go, I mean, how hard can it be?? LOL (ducks)
gilberti69 said:
I've no idea how to make a skin, but if you give me some pointers, or links to tutorials i'll have a go, I mean, how hard can it be?? LOL (ducks)
Click to expand...
Click to collapse
I supose my explanation on the first post is a ls some what confuse, so here is a temporaty tourial as i supose i can make a video and post in youtube
I recommend you grab a copy of the free Paint.Net whit as me tool "magic wand" for select parts of images and have multi layer capability. There are lots of tutorials about it.
1. google some gauge dials like this one for example
2. find some nice background for it
3. use Paint.net and the tool "magic wand" to cut only the dial (normally you need to adjust the % of the tool to get the part you need.
4. you wil get a clean image of the dial without the background, remove also anything you dont want, like needles if it there is any or any text you dont need.
5. make a new image whit you device resolution whit the background
6. Put a new layer on top of the background and copy/past the dial in the spot you want
7. repeat the last step fot the rest of the dials
8. save it as "test.png" MUST BE PNG
9. Open one of the already created skins like "basic.ini"
(check post one for a explanation of the ini file)
10. disable anything that you dont use (like some dials digitals or graphs)
11. start putting coordinates and sizes (use paint.net to get the coordnates for some poits like the center of the dial.
12. save it as "test.png"
13. copy the "test.png" and "test.ini" to the skins folder
14. enjoy
Ok, thought I'd try something simple to start with so i just made an HD version of your basic skin. I wanted to put the speed on there too, but it shows as huge 'g' numbers so i just turned it off in the ini. Once i figure out the concept of skinning properly i'll come up with some others (i prefer a portrait style). Incidentally i the middle dial is 'T' not 'S' as stated in your instructions. Couldn't figure out how to make the dials eliptical rather than round either.
I think i'm getting the hang of it. Tweaked gfAnalizer for the HD and created a new skin from scratch. Let me know what you think, obviously the speedo isn't working but i've left it enabled anyway.
Nice start whit the skins, im going to put the layer files of basic so ppl can use them easy.
Im compiling users skin on then 3post, after some more skins appear
Just been for a test drive
There are a few things i think this app needs:
Exit option
Calibrate or Zero option when installed in car.
0-60 time which starts when car moves off and stops when reaching 60.
Log facility, ideally with gps info stored for overlay on google maps
Regards
gilberti69 said:
Exit option
Calibrate or Zero option when installed in car.
Click to expand...
Click to collapse
D-Pad only, will be fixed in the next release
gilberti69 said:
0-60 time which starts when car moves off and stops when reaching 60.
Log facility, ideally with gps info stored for overlay on google maps
Click to expand...
Click to collapse
Already on the Pocket Gforce 1 so its just a matter of time. (~two weeks?)
Good job!
You develloped a great app! keep on going the good work man!
Plz implement the 0-60 timer and keep working at this app

Categories

Resources