[android-porting] Re: sound recording on android

2010-02-05 Thread Qipeng
hi, have you a asound.conf? if you have not, please try it. and your problem seems opposite to me :( i can't get the audio recorder work for such a long time. would you like to share you solution with me? question-1: when recording, what is the number of channelCount, 1 maybe an invalid argumen

[android-porting] Re: yaffas2 FS on Android

2010-02-10 Thread Qipeng
hi, Ashish i think you can make it from android source code /external/yaffs2 On Feb 10, 2:09 pm, Ashish wrote: > Hello, > > I want to make yaffs2 image from my rootfs. I dint find mkyaffs kind > of util. Pls suggest me some ways to do that. > > Ashish -- unsubscribe: android-porting+unsubscr.

[android-porting] Re: DHCP Address on WiFi

2010-02-10 Thread Qipeng
hi, Ashwin there is some questions for your check. (1) is there the right dhcp conf file on your file system? pay attention to the interface of network, such as eth0 or wlan0. (2) in your init.rc, is the dhcp set to the right permission, or a proper directory for the temp data of dhcp? good luck

[android-porting] Re: DHCP Address on WiFi

2010-02-10 Thread Qipeng
hi, now i remember a URL about this, it will be useful for you i think. Japanese web: http://labs.beatcraft.com/ja/index.php?bc9%2FSoftware%2FAndroid%2FAndroid-1.5r3#ed198993 On Feb 11, 8:15 am, Ashwin Bihari wrote: > Hi Qipeng, > > I added a dhcpcd.conf file to the 'sys

[android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-23 Thread Qipeng
I think so. and furthermore, please look at what is in /dev/graphics/. maybe you also have to make a symbol link of the device name. On Mar 23, 8:19 am, abukustfan wrote: > Hi, > > you kernel need to support double frame buffer if you use eclair or > latest. > check you frame buffer driver. > > G

[android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-30 Thread Qipeng
Congratulation! According to goldfishfb.c in android kernel, you may add the 'pan' function to solve the blinking. For touchscreen, try to make sure your driver is ok, and get more information from Eventhub.cpp in SourceCode. Good luck. On Mar 30, 3:41 am, supermaximus79 wrote: > Thanks a lot A

[android-porting] Re: Porting from Android 1.5 to Android 2.1

2010-04-06 Thread Qipeng
By the way, if I just want to use the file system of Android 2.1, and with the kernel of Android1.5, may I? Though I knew that binder and other Android patches were all changed. And if there is a way to use the different version of kernel and file system at the same time. Best Regards. Qipeng

[android-porting] How to save property and data for applications in Android

2010-04-15 Thread Qipeng
Hello, everyone. I have already ported my Android, but there is a new problem that the property of the application is set, and after rebooting, the property is gone! So I have to set them all again and again only if I reboot the device, such as the WiFi in setting. The problem is so boring that

[android-porting] wpa_supplicant with ralink rt3070

2011-07-18 Thread Qipeng
Hello, everybody here there is something wrong with my USB WIFI driver 'rt3070' that when I am starting the wpa_supplicant in android console for debug, the rt3070 is just responding at "Authorization request time out” and then "Failed to AP scan", they are looping. I know the method of porting o