AOSP Note: Prelink Map Differences in Huawei Ideos S7 Builds? Similar to Acer Liquid?

xaueious

Administrator
Staff member
Jul 9, 2010
3,483
436
Just ran isprelinked on libwebcore.so to confirm my suspicions that the Liquid E Android build configuration is similar to that of the Huawei Ideos S7.

./libwebcore.so: 0x6a000000


I'm not an AOSP dev, but would the build notes here will thus apply?
Did anyone successfully built Android from sources? - Android @ MoDaCo

Changes will have to be made to prelinkmap to make various things work as desired.

The kernel is missing the highmem patch, and needs config VMSPLIT_2G


Would this also mean that the Acer Liquid E Froyo might be able to run unmodified on the Huawei S7 (for the most part, anyways)?

Just as proof of concept, you can enable animated GIF files and V8 webkit for Android 2.1 simply by taking the libwebcore.so from the following Acer Liquid ROM:
http://code.google.com/p/acer-liquid-community-rom-bugtracker/downloads/list
LCR-E_1.8.2.2-signed.zip

(I built the optimized libwebcore for them at one point as proof on concept, so I remember)
 

xaueious

Administrator
Staff member
Jul 9, 2010
3,483
436
Not everything may match. Tried pushing some other libs that did not work. I guess someone has to run isprelinked on all the libs to check
 

xaueious

Administrator
Staff member
Jul 9, 2010
3,483
436
Top