Copas dari lifehacker: Unlike browsers that use the stock WebKit library, Fennec must ship its rendering libraries in its APK file. Many Android phones were built with 64 MB to 512 MB of storage for apps. Users who think nothing of a 12 MB download to install Firefox or Chrome on a laptop may think twice before installing it on one of these phones! Storage space is much larger on most new phones, but this is still an issue for many users.
Even worse, a quirk of the Android NDK means these native libraries are saved in two places – compressed inside the APK, and extracted to a folder for loading. For apps like Firefox that are mostly native code, this more than doubles the installation size. Other NDK apps like Google Earth pay the same double storage penalty. To solve this problem, Mozilla's Michael Wu is writing a custom dynamic linker that loads libraries from the APK without installing them to a folder. This cuts the installed size by more than half, but increases startup time slightly. For newer phones with 1 GB or more of internal storage, we might choose to let Firefox take more space but start faster. On phones with less storage, we can use the custom linker to save space. Firefox 4 beta 1 needs about 40 MB of storage on Android. Under Android 2.2 you can move the APK to your SD card, but the extracted libraries stay in internal storage. Beta 2 will be much smaller, and you'll be able to move more of it to SD. Jadi kesimpulannya: tunggu versi berikutnya aja deh :D Ajay | www.blaszta.com On Fri, Oct 8, 2010 at 10:23 AM, Ferdy <[email protected]> wrote: > iya fenecu buggy..tp nih firefox kog makan memory ya? ampe 32MB > Internal...? padahal Apk nya aja cuma 11.8 MB > > Firefox 4 Beta 1 for Android > Requirements: Firefox is compatible with Android 2.0 and above > devices, Installation requires approximately 32MB internal storage, > plus 12MB SD storage. > Overview: Take your Firefox anywhere. Firefox 4 Beta 1 for Android is > built on the same technology platform as Firefox 4 for desktop > computers, just optimized for browsing on a mobile device > > On Oct 8, 9:21 am, "Muhammad Ridwan (Iwan Koster)" > <[email protected]> wrote: > > bedanya sama Fennec apa ya om? bukannya fennec = firefox mobile? > > > > klo fennec mmg msh buggy.. > > > > > > > > On Fri, Oct 8, 2010 at 7:44 AM, Ayip S <[email protected]> wrote: > > > Ga bisa jalan di N1 karena setelah download internal memory tinggal > 14MB :) > > > > > > Maaf kalau repost :) > > > > > >http://www.mozilla.com/en-US/m/beta > > > > > -- > > > "Indonesian Android Community [id-android]" > > > > > Join:http://groups.google.com/group/id-android/subscribe?hl=en-GB > > > Moderator: [email protected] > > > Peraturan Jual dan Kloteran ID-Androidhttp://goo.gl/azW7 > > > ID Android Developer:http://groups.google.com/group/id-android-dev > > > ID Android Surabaya:http://groups.google.com/group/id-android-sby > > > ID Android on FB:http://www.facebook.com/group.php?gid=112207700729 > > > > -- > > CURRENTLY: > > Phone: HTC Droid Incredible unrEVOked S-OFF > > Rom: Virtous 3.0.1 > > Radio: 2.15.00.09.01 > > Hboot: .92 > > Recovery: Latest Clockworkmod > > -- > "Indonesian Android Community [id-android]" > > Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB > Moderator: [email protected] > Peraturan Jual dan Kloteran ID-Android http://goo.gl/azW7 > ID Android Developer: http://groups.google.com/group/id-android-dev > ID Android Surabaya: http://groups.google.com/group/id-android-sby > ID Android on FB: http://www.facebook.com/group.php?gid=112207700729 > -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] Peraturan Jual dan Kloteran ID-Android http://goo.gl/azW7 ID Android Developer: http://groups.google.com/group/id-android-dev ID Android Surabaya: http://groups.google.com/group/id-android-sby ID Android on FB: http://www.facebook.com/group.php?gid=112207700729
