dev@fi.java.net

Re: Problem on FIME + Nokia phone

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Wed, 13 Jul 2005 17:45:27 +0100

Paul Sandoz wrote:

> Changshin Lee wrote:
>
>> Hi,
>>
>> I just finished a very very simple MIDP application using FIME and
>> packaged it to upload my phone, Nokia 6230. The size of the package
>> is around 150k (I guess StAX ME 40k + FIME 100k + Application 10k),
>> and unfortunately the phone doesn't allow it to be installed due to
>> its limit of 128k.
>>
>> OK, so now the war (die hard for a diet) began :-)
>>
>
> For the demo you could remove the FI encoding algorithm
> implementations these probably eat up a lot of unused code.

You mean classes in algorithm package?

>
> What is the size of the XMLChar.class and DecoderStateTables.class
> when using the '-g:none' flag?

I successfully removed XMLChar and saved 4kb :-) Now FIME is 116 kb.
(StAX ME is 44kb). DecoderStateTables is 8kb.

Thank you,

Ias

>
> Paul.
>
>> Ias
>>
>> P.S. The dream size is StAX ME 20k and FIME 50k (Wow!).
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_fi.dev.java.net
>> For additional commands, e-mail: dev-help_at_fi.dev.java.net
>>
>