[android-porting] Re: perfect device for porting a kernel module to a real device

2011-07-11 Thread Rado
Thanks for your reply. Badcc0de, you said any google / htc devices could be a good choice. I need to use ext2/3/4 as I said before and what I undestood is that not all devices were shipped with ext4 and use instead yaffs2. Do you think that on those devices I could use ext2/3/4 instead of yaffs2?

[android-porting] Re: perfect device for porting a kernel module to a real device

2011-07-06 Thread badcc0de
I would recommend any of the Google devices. But you could always build out your own kernel for any device that you can flash (Google or HTC phones are easy) with the file system support you need compiled into the kernel or build it as a module and insmod it. You can get the kernel config file on