Re: [android-kernel] froyo : ext4 instead of yaffs2

2011-05-09 Thread Arindam Roy
Also, in Froyo, it might not be a good idea to enable ext4. Because the framework code may not be handling the buffering issue for ext4, as being done in GB. http://android-developers.blogspot.com/2010/12/saving-data-safely.html

Re: [android-kernel] froyo : ext4 instead of yaffs2

2011-05-09 Thread Arindam Roy
Hello Andria, I am assuming you built the driver as part of kernel aend did not make it a module. Also, how are ensuring while building the system.img, and ramdisk.img, proper ext4 filesystems are being built. Can you share the command line, or make file changes? Thanks, Arindam On Mon, May 9, 201

[android-kernel] froyo : ext4 instead of yaffs2

2011-05-09 Thread andria
Hi, I'm trying to moun /data with ext4 instead of yaffs2 on a froyo emulator. 1- I enabled the support of ext3 and ext4 in the .config and built a new kernel 2- I launched the emulator with the new zImage to make sure that there was no error. No error 3- I replaced yaffs2 with ext4 in the init.rc

[android-kernel] Re: Error while extracting bootchart.tgz

2011-05-09 Thread Karl
Hi, It looked like you are facing parse ps_log error, so please check your kernel menuconfig to see if below are enable. -> General setup -> BSD Process Accounting -> BSD Process Accounting version 3 file formate Meanwhile, you need to download the sources from bootchart.org follow th

[android-kernel] Re: Froyo - binder_alloc_buf when using RS232

2011-05-09 Thread Kevin Kowalewski
Hedwin, those links you post to mail.google.com do not work. I am also experiencing the same issue and the stability of the device is very poor. It has never run for more than 24 hours without locking up (rowboat android, froyo). Kevin On May 7, 4:37 pm, hedwin wrote: > Some others encountered

Re: [android-kernel] [n00b] FAIL booting custom kernel on Nexus S Device - it hangs at Google boot screen (with the padlock icon)

2011-05-09 Thread mike digioia
Well the first thing you did that I would not is to flash this new image without knowing if it works. You would be better advised to do a boot (fastboot boot boot.img) with this new image first. You may need to convert the uImage file for fastboot boot.img if zImage does not boot. On Sat, Apr 30,

[android-kernel] Re: gadget composite - chicken and egg problem

2011-05-09 Thread Matt
Compile them all into one module using the composite gadget driver, then pick the one you want at runtime: # echo 1 > /sys/class/usb_composite/rndis/enable # echo 0 > /sys/class/usb_composite/rndis/enable # echo 1 > /sys/class/usb_composite/usb_mass_storage/enable # echo 0 > /sys/class/usb_compo