Hi Guys,
Any one succesfully ported android to MSM7225 (T3232) yet? I treid
varous varents and they are detecting the device as Generic MSM7500
and fails.
Thanks
On Mar 8, 9:38 am, AK wrote:
> Hi guys
>
> Have you had any success on porting the Android over to MSM7225 ? I
> have HTC Jade, and
Hello,
The problem came from the partitioning: Now I have rootfs and system in
jffs2 ro and application can be launched.
Tom
On Fri, Jan 23, 2009 at 1:52 PM, Mark Wang wrote:
>
> where is you /data? this partition must support mmap functionality.
> Meanwhile, check the existence of cache and
The problem came from the system and root partition: when using
initramfs for root and yaffs2 for system (as it is prebuilt in
android), we have such problems of binary execution. My solution is to
use jffs2 for root and system, and yaffs2 for data (mmap supported
inside...). No more problem with
Hi guys
Have you had any success on porting the Android over to MSM7225 ? I
have HTC Jade, and would love to test ride the build releases if you
have any.
Thanks
On Jan 23, 8:52 pm, Mark Wang wrote:
> where is you /data? this partition must support mmap functionality.
> Meanwhile, check the e
where is you /data? this partition must support mmap functionality.
Meanwhile, check the existence of cache and other directories in /data,
which is created during the 1st time booting and mandatory for booting.
On Thu, Jan 22, 2009 at 6:48 PM, Tom_porting_android <
thomas.bandel...@gmail.com> wr
HI,
I have exactly the same problem when using yaffs2.
Has anyone a solution?
Thanks
Tom
On Dec 30 2008, 8:53 pm, mowgli wrote:
> Hi,
> We are trying to port android on MSM 7225 hardware. Currently we are
> trying to manually bring up the framework. It fails during the init
> with the followi