I’ve put up two windows utilities I’ve made on this site. BamFS is a resource packing “file system” for J2ME projects. KJar is a simple tool that recompresses jar files using the superior zip compressor KZip.
// Anders
This entry was posted
on Tuesday, October 3rd, 2006 at 6:19 pm and is filed under Site News.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 5th, 2006 at 4:54 pm
thanks
October 5th, 2006 at 4:54 pm
Thanks for the source code
October 26th, 2006 at 10:28 am
Tja Anders.
Snygg sida. Här går det som satan.
Hoppade över datamässan i Linköping tis-ons. Blev för mycket. Skickade HEA istället.
Jag blev nominerad som en av 4 till “årets användare” på Automaster Awards av ca 5000 användare. Eftersom jag inte var där så kunde jag inte vinna. Blev 2:a. Då slapp man ju hålla tal iofs.
Finns det nåt fungerande spel att ladda ner till P910i?
Hörs.
n
November 9th, 2006 at 5:31 pm
Hej Anders,
Mycket bra!
Mvh/
Michael Flessas
November 10th, 2006 at 3:57 pm
Thanks for a great site!
Found a couple of useful tips here.
January 25th, 2007 at 2:55 pm
dsfsdfsd sfgsf efgsf
December 15th, 2007 at 1:50 pm
Thanks for these neat tools.
In BamFS there is actually a minor flaw:
public static byte[] getFile(int file_id) needs to loop on din.read to be sure to read complete data.
…
file = new byte[size];
din.skipBytes(offset);
int count = 0;
// loop needed to read all data
while (count