[android-porting] ALSA mixers

2010-02-10 Thread ani
Hi Sean, I have a question regarding mixers in android. Lets say my mixer control name is MIC RECORDING Then how below line changes so that i can use that mixer for setting the right values.Like if i want to enable the mic using above control. Then in alsamixer.cpp how the below line changes.

[android-porting] yaffas2 FS on Android

2010-02-10 Thread Ashish
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...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: video play on android-2.1_r1

2010-02-10 Thread magnuslq
I think this might be a problem in the MPEG4 SW decoder in opencore. It actually renders the first two frames, not just the first one. If you pause and resume it or seek you'll get two new frames. I've seen this problem on a device using the fallback SW decoder, running the Youtube app. I haven't

[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 bless2ash...@gmail.com 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] DHCP Address on WiFi

2010-02-10 Thread Ashwin Bihari
Greetings, I have a board with onboard WiFi available through the SDIO slot. I've got the appropriate Kernel driver made available within Android 1.6 and through numerous searches have figured out what I need to do to get wpa_supplicant to come up and stay up. I can now goto the Android Network

[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

[android-porting] AudioHardware ALSA api's failing CTS test

2010-02-10 Thread ani
Hi Sean et al, This api getCaptureMuteState is failing the google CTS test for Android ECLAIR 2.1 platform. Reason: It is returning INVALID_OPERATION(large negative value,how ???) Two successive prints of this value results in two different values.How??? Though setCaptureMuteState is also

[android-porting] on device-removed not firing?

2010-02-10 Thread Ben Friedberg
Hey, has anyone had 'on device-removed' work in their init.rc or init.vendor_device.rc? I looked at the code in system/core/init/ devices.c and saw where (I think) device-added was implemented, but device-removed didn't look like it did anything. Is this functionality just stubbed out for now?

Re: [android-porting] Re: DHCP Address on WiFi

2010-02-10 Thread Ashwin Bihari
Hi Qipeng, I added a dhcpcd.conf file to the 'system/etc/dhcpcd' directory and it simply contains: # dhcpcd configuration for Android Wi-Fi interface # See dhcpcd.conf(5) for details. interface wlan0 # dhcpcd-run-hooks uses these options. option subnet_mask,

[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 abih...@gmail.com wrote: Hi Qipeng, I added a dhcpcd.conf file to the

[android-porting] libusb shared library

2010-02-10 Thread Nand
Hi, Does anyone know where can I get libusb shared library which i can use in my application for opening an USB connection? I libusb shared library is not available then how can i create a shared library of the same? Thanks n Regards, Nand -- unsubscribe:

[android-porting] Cupcake/Donut/Eclairs

2010-02-10 Thread Ashish
Hello all, Very basic question from an Android newbie. Thr seems to be 3 diff versions of ANDROID FRAMEWORK/STACK? I have following doubts, 1. Differerent versions (Cupcake/Donut/Eclairs) seems to have different application support. Are these different versions of Android bound to any specific

[android-porting] Push source to Real machine.

2010-02-10 Thread HCM
Hi All. now, i have build completed android for my mobie. How i push android to real mobie. what tool can i using to do that? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: gdbserver - illegal instruction

2010-02-10 Thread Mobile Enthusiast
Looks like someone removed gdb from the source tree back in November. I downloaded the snapshot for gdb specifically, but now i'm having to cross-compile again. Any ideas of how I could do that with the armv4 toolchain (prebuilt/linux-x86/toolchain ...) Thanks. On Feb 10, 5:58 am, David Turner

[android-porting] Android Gadget driver on PXA27X board

2010-02-10 Thread Dark Knight
Hi, I working on porting Linux + Android on our hardware which is a PXA27X based board. I have enabled switch and USB gadget driver for the same. But seems to be not working. And I am getting the following message while booting pxa27x_udc: version 2008-04-18 android