View Full Version : D2 Flash Pack
Fishfutter
07-14-2007, 13:36
Hi
Since Cowon added time funktion for flash in the latest firmware (2.50)
I made a little something for all of you out there
Give me feedback if you like it [thumbsup] or if you don't [thumbdwn]
Enjoy !!!
Credits also to the people who originaly programmed these applications! (Thanks)
Fishfutter
07-14-2007, 13:41
Here are the .swf files !!! :jamming: :jamming: :jamming:
(Fixed loading screen for the "D2 Clock")
That's amazing mate. I'll upload it to my player and mess around with it a little and give you some feedback and probably post it to the front page :-D
Fishfutter
07-14-2007, 13:52
Well not all the credit to me ^^ I only did the design, the programming part was done by someone else !
the stop watch is amazing! i've wanted one for so long, thank you!
how do i set the "central"? i went to today's date and i hit "today", it reverted back
Fishfutter
07-14-2007, 15:32
the the "Today" button is for jumping back to the current date when browsing a nother month.
how do i set it to the actual date? today reverts back to the date it is set at, but it's wrong.
Fishfutter
07-14-2007, 15:45
really ? mine shows it correctly.
You have to set the right date in your device first in the "Time Setup" menue.
already checked that, firmware possibly? i have 3.50. i'll try the other flash app. idc which one i use anyways, as long as i have the stopwatch :) I LOVE YOU!!! hehe, real handy when studying.
gr, still doing it! i tried'em all. the date is like jan 1970.
Fishfutter
07-14-2007, 16:15
Did you try them on your computer ?
If it works on your pc then its probably the 3.50 firmware thats cousing the troubles. It took a fue more week for them to release the 2.50 firmware, my gues would be that they added the
- Support Time function
- Support GetPersistentData and SetPersistentDa functions
only for the 2.50 version. (also works fine on iriver clix2)
But thats only a gues, I'm not sure what couses the problem?
Anyone else who has the same problem ?
yeah it works on my computer, most likely is the 3.50b firmware.
Fishfutter
07-14-2007, 16:35
yeah it works on my computer, most likely is the 3.50b firmware.
Oh you got the 3.50(b) ?
Its not working with thatone anyway !
It only works with the new one 2.50 (not sure if 3.50 works)
i just installed 3.50 (official), works :-] thanks!!!
i especially like the "military-time" setup
Fishfutter
07-14-2007, 17:37
glad everything worked out for you
could you post .fla files?
Oh, that looks lovely :) However I have found a spelling mistake :] In the 'D2 Date' there is an 'a' standing before the day name, which is gramatically incorrect :)
I would also put there 'it' instead of 'this' and it would be perfect :)
Fishfutter
07-15-2007, 04:24
Oh, that looks lovely :) However I have found a spelling mistake :] In the 'D2 Date' there is an 'a' standing before the day name, which is gramatically incorrect :)
I would also put there 'it' instead of 'this' and it would be perfect :)
Sorry about that [laugh]
I only changed the background and deleted a couple of logos on thatone.
I tried to write something else below the date but I failed and I didn't have the time to try again.
Oh and here are the .fla files !!! (D2 Date is to big to uploade sorry)
WOW!
Those little utilities are fantastic...and look great.
A little basic data entry to put my work schedule on that calendar would be the ultimate. I'm not sure how you'd do it though.
I'm still looking for a very basic (non-scientific) bug-free calculator. The other one available is quite unreliable. Oh, and (if data entry becomes possible) some kind of basic address book/contacts kind of thing.
Thanks for your work.....very impressive!
Fishfutter
07-15-2007, 05:00
Yeah I'm looking for looking for something like that to, couldn't find anything though.
Thank you very much both of you for the design & programming. These tools look great and are clearly added value to the D2. I will install them this evening[thumbsup]
Fishfutter
07-15-2007, 07:36
Fixed loading screen for the "D2 Clock"
WOW!
I'm still looking for a very basic (non-scientific) bug-free calculator. The other one available is quite unreliable. Oh, and (if data entry becomes possible) some kind of basic address book/contacts kind of thing.
Data saving in flash is done by using a "SharedObject", a function in flash similar to a cookie that saves any data on the local computer (eg: C:\Documents and Settings\User\Application Data\Macromedia\Flash Player\#SharedObjects). Unfortuneately, I don't see a way the D2 could process Shared Objects.
I've been working on a very simple flash touchscreen sudoku where you could write numbers in with the stylus instead of using the arrow keys/clix interface. I've also looked into a calendar where you can scroll up and down through dates and select a date within a month to bring up a screen where you could write stuff specific to that date.
However, it is very difficult to save data like this on the somewhat limiting flash functions of the D2. It would be one thing if the D2 had a keyboard, so that you could type things and flash could save the text in a shared object. If you are writing with a stylus, to save data in flash you'd have to record the x/y position of the stylus at any given moment, which is nearly impossible on the D2.
The only solutions I can think of are to:
1.) Make a program that could recognize handwriting and convert it to text
2.) Create a touchscreen keyboard
3.) Save the data inputted by the stylus in an image file that could be called up when the user selects something specific to that data.
Currently I think the easiest thing to make a keyboard. If someone could investigate how the clix program 123ABC saves text (perhaps get the .fla somehow?) then we could use that as a way of inputting and saving text to the D2.
Thanks for putting that much thought into it. I know that the korean firmware with the dictionary uses a keyboard to look up words. Too bad something like couldn't be used for simple text entry. Maybe in future firmwares Cowon could make something like that available.
Attached is 123ABC by 2SoulDesign - the saving function doesn't work on the D2, but works on the clix.
I also found info on using SharedObject with flash lite:
http://www.adobe.com/devnet/devices/articles/persistent_data_02.html
JIMBOAthens
07-15-2007, 15:19
Very good job pal! Can we put 'central' as wallpaper? It would be very useful to have this information when you open your D2! Thanks!
Fishfutter
07-15-2007, 16:07
What do you mean as "wallpaper" ? you mean animated background ?
If thats what you'r thinking I have to disappoint you, there is no way of doning that.
these r all great little apps for the D2....really convenient sometimes....
but i would like to suggest for another slightly modified version of calendar....to start from Sunday for a week instead of Monday...some of D2-ers may like that!!
Fishfutter
07-16-2007, 16:25
these r all great little apps for the D2....really convenient sometimes....
but i would like to suggest for another slightly modified version of calendar....to start from Sunday for a week instead of Monday...some of D2-ers may like that!!
Sorry but like I said I only moddified the design and translated it from the spanish original into english.
I don't have the skills to programm Flash, I'm only good with graphics ^^
Sorry but if someone likes to take a shot at the problem, go ahead !!!
Greets Tim
Prosperus
07-17-2007, 16:09
Is there any potential for someone to make a financial calculator like the one here:
http://www.dinkytown.net/java/FinCalc3.html
I'm going to need one anyway for an accounting class and I'd like nothing more than to take out my d2 and start calculating away on it while the rest of the class has their clunky dedicated calculators.
Who Am I?
07-22-2007, 02:24
hi Fishfutter, would it be possible to import any Text docs. on any day of the year? i work night shift and i tend to forget my schedule (but i soon remember but... still!). i was hoping maybe like say i work on Tuesday of next week (which i don't) i would like to be able to include some way of viewing (whatever we put down for that day).
Fishfutter
07-22-2007, 05:29
well I would love to have something like that in the calender where you can mark a day or two but the way I see it you can't save anything yet so you would have to leave the calender turned on all the time.
I posted the .FLA files so anyone who has more skill in flash please take a shot at the problem !!!
Greets
Tim
CannotRegister
07-23-2007, 04:30
Thanks for the great app!
I'm using 2.50b and having the same problem mentioned earlier: The calenar date is stuck on 1/1/1970, even though the D2 shows the correct date in the Settings>Time Setup.
Any ideas?
EDIT: Never mind, just realized it needs 2.50 to work. I upgraded FW and it's going fine.
fishcube
07-24-2007, 16:50
I have 2.50 installed and the Date/Calendar/Central all show Jan 01 1970 ?? Even after changing they go back to the Jan date. and time shows 9:00:10
Anyway to make simple calculator bigger? Take up whole space?
Fishfutter
07-25-2007, 03:52
@fishcube
Well are you sure you have 2.50 and not 2.50(b) installed on your device ?
That would explane the problem.
Yes its possible to make the calculator bigger but somone has to do it first ^^
Greets
Tim
Fishfutter
07-25-2007, 04:36
Because you asked I took a quick look at it and changed the size and the Design so it now fits in the D2-Pack line and I will call it D2 Calculator.
Someone do me the favor of looking into the fla posted below cause the number disapperes when I click on it ^^ and I can't figure out whats wrong. It works fine its just a small bug.
Enjoy
fishcube
07-25-2007, 10:20
Because you asked I took a quick look at it and changed the size and the Design so it now fits in the D2-Pack line and I will call it D2 Calculator.
Someone do me the favor of looking into the fla posted below cause the number disapperes when I click on it ^^ and I can't figure out whats wrong. It works fine its just a small bug.
Enjoy
Thanks! What is the .fla file?
Fishfutter
07-25-2007, 11:08
The .FLA file is kinda the "source code" or in other words its the file where you can still work on. The other file is the "finished" version which you can't make changes that simple.
greets Tim
Because you asked I took a quick look at it and changed the size and the Design so it now fits in the D2-Pack line and I will call it D2 Calculator.
Someone do me the favor of looking into the fla posted below cause the number disapperes when I click on it ^^ and I can't figure out whats wrong. It works fine its just a small bug.
Enjoy
One other bug: The decimal point shows when you press it, but not when completing a calculation. Can this be fixed??
Fishfutter
07-29-2007, 15:03
I don't know (sorry) like I said before I'm only the man for the graphics I don't know anything about Flash programming.
someone make it compatible with 3.5b!!! it loads up and all but the count is wrong, and so is the calender.
vanbreukelen
07-29-2007, 16:07
it is really handy i have it on my cowon and it works fantastic but it is a little bit anoying that if you want this as ou're schreen you first get to flash etc.
but it is really cool
Fishfutter
07-29-2007, 17:20
someone make it compatible with 3.5b!!! it loads up and all but the count is wrong, and so is the calender.
Its not possible to get it to work with any firmware below 1.50 2.50 or 3.50 !!!
it won't work with 3.50b.
theRightNee
08-09-2007, 18:42
hey fishfutter great work!
however, there is a spelling mistake with the central application. October is missing the second "o". hope you can fix it easily!
Fishfutter
08-11-2007, 05:51
Sorry to all who have any requests, but I am getting ready for a longer trip so I'm really busy.
I will be gone from Aug.16 to Oct.25 so no new stuff.
Fell free to take over while I'm gone !!!
Greets
Tim
Morfesto
08-29-2007, 18:16
Hey just wondering if anyone could add milliseconds to the chronograph?
I dunno how much work that would be.[thumbsup]
riccim31
08-29-2007, 19:07
Thanks this are a great applications!!! Thanks from Colombia!!
Fishfutter
08-31-2007, 18:40
Sorry but it's not possible to add milliseconds in any way.
The D2 just won't support it. A friend of mine tried for hours but was not abble to make it work. It works fine on the PC but it won't work on the D2, Sorry.
Greets
Tim
hey thanks for the apps im gonna try them out soon just got my d2 today and i love it! PS lol i said that u told me to join:D
Sorry but it's not possible to add milliseconds in any way.
The D2 just won't support it. A friend of mine tried for hours but was not abble to make it work. It works fine on the PC but it won't work on the D2, Sorry.
Greets
Tim
This is because it does not proccess as fast as a pc, therefore the smallest amount of time it can use is like 2 miliseconds:D
Also, there is a mistake in d2 calender. it says Abril instead of April.
It would be awsome if someone made a linerider for d2. i trried the original but it was way to big and didnt work.
PS i have lots of backgrounds if anyone wants them:D
sketchy62
09-03-2007, 14:02
yea i tried line rider too. it doenst fit on the screen : [
how do you install all that firmware? any instructions?
thanks.
The Cowon Central and Stopwatch are very useful :)
Elderbear
03-01-2008, 15:01
Having upgraded to 3.54 from 2.51, I'm in general a happy camper, but to my dismay, I find the calendar no longer works. Any chance that you might be able to upconvert it, Fishfutter? It's one gadget that I actually used a lot. Thanks.
I also tried:
Calendar and Central don't work on my version 2.54
Only 'Loading ...' is displayed.
Stopwatch is working.
on my D2 on the calender its always 30-...-... alway the 30th
i have FW 3.54
Check out thinkquicks's new calendar. Its a work in progress, but looks much better than the current (non-working) calendar.
Horatius
03-04-2008, 14:05
on my D2 on the calender its always 30-...-... alway the 30th
i have FW 3.54
2nd this ^^
@PC it is working fine ...
tamanaco
07-01-2008, 17:22
I just tried the stopwatch on my D2 running 3.57, but it appears that playing music and using the stopwatch are mutually exclusive functions. Is this a deficiency with the Flash implementation on the firmware or Am I missing something? I forget my wrist stopwatch at home frequently, so having the D2 stopwatch as a backup would be nice. If I have to choose between the two... I'd much rather listen to music.
You can't use the flashplayer and listen to music at the same time, it has nothing to do with the fw. A possibility is to add a stoppwatch to a flashskin.
Ooh yea, post 201
tamanaco
07-02-2008, 08:34
You can't use the flashplayer and listen to music at the same time, it has nothing to do with the fw. A possibility is to add a stoppwatch to a flashskin.
Oh, Well... maybe someone out there will add this feature to a flashskin in the not too distant future.
Ooh yea, post 201
??????
Quote:
Originally Posted by tirim4 View Post
Ooh yea, post 201
??????
Reply With Quote
srry, It was my 201th post
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.