On Jun 19, 5:31 am, mizmit1222 <mizmit1...@gmail.com> wrote:
> Hi,
>
> If your .config has CONFIG_ANDROID_PMEM = y, then try
> comment it out and rebuild a kernel. As far as I know, pmem
> driver works only on MSM cpu as OpenGL accelerator I/F.
>
> Good luck,
>
> On 6月17ζ—₯, 午後1:49, Neo <zingafri...@yahoo.com> wrote:

No, this also didn't help.

Also what do the following do in the init.rc file ?
*********************************************************
# mount mtd partitions
    # Mount /system rw first to give the filesystem a chance to save a
checkpoint
    mount yaffs2 m...@system /system
    mount yaffs2 m...@system /system ro remount

    # We chown/chmod /data again so because mount is run as root +
defaults
    mount yaffs2 m...@userdata /data nosuid nodev
    chown system system /data
    chmod 0771 /data

    # Same reason as /data above
    mount yaffs2 m...@cache /cache nosuid nodev
    chown system cache /cache
    chmod 0770 /cache

    # This may have been created by the recovery system with odd
permissions
    chown system system /cache/recovery
    chmod 0770 /cache/recovery
***********************************************************************
I have replaced the yaffs2 with ext2 because I have built the
filesystem with ext2.
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to