I am having text resource of 15MB

in my application and application size is somewhat near to that. Device 8800 does not accept application above size 6MB. So, I am using GZIP compression for compressing resources. Now, the problem is time required for loading resource files is around 30-50 secs

which is too much. So, I want solution

that would keep my cod size below 6MB and which will take very less time in loading?
I would be very thankful if anybody can suggest for the problem.
