[android-porting] Re: capturing the encoded audio data read by the PV

2010-01-12 Thread RaviY
The most simple form of debugging is to capture the input being sent to the OMX component [as part of EmptyThisBuffer] and the output being received [as part of FillBufferDone]. This will tell u whether u r receiving the the output as expected against the input being provided. -Ravi On Jan 13, 9:

[android-porting] Re: Failed to load Wi-Fi driver

2010-01-12 Thread linux newbie
Hi, wpa_supplicant is not build into system/bin. I enabled HAVE_CUSTOM_WIFI_DRIVER_2 := true(as mentioned in some discussions) under ~/mydriod/build/target/board/generic/BoardConfig.mk. But wpa_supplicant is not getting compiled. can anyone help me in this regard? Thanks On Wed, Jan 13, 2010 a

[android-porting] Re: capturing the encoded audio data read by the PV

2010-01-12 Thread guru
Hi Ravi, I have integrated AAC decoder to Opencore. When I try to play media file, it status bar is going up to 24 sec and but I am not hearing any sound. aftre 24 seconds it will stop but displaying ( it will go on displaying these values until media server dies) I/DEBUG ( 875): 40d6cf30

[android-porting] Re: capturing the encoded audio data read by the PV

2010-01-12 Thread RaviY
- What is it that you are trying to do? - The "source" node is the one handling the reading of the content. You can try to follow the aac parser node or mp3 parser node for an example. -Ravi On Jan 12, 2:57 pm, guru wrote: > HI All > > I want to capture the encoded audio data read by the PV whic

Re: [android-porting] Reducing Boot time

2010-01-12 Thread Tim Bird
linux newbie wrote: > Thanks for quick reply :). > > One possible reason for high boot time is that I am trying to boot from > USB (which wont be in our final version). > > I am precisely looking for the way to reduce loading of modules which > are not necessary for our system. I'm not sure ho

[android-porting] Re: Reducing Boot time

2010-01-12 Thread Android Zaurus
Hi, Android has benchmark function for booting up, called bootchart. Refer mydroid/system/core/init/README.BOOTCHART. Following is the result when I tried it on my Zaurus C3000. http://androidzaurus.seesaa.net/article/111434080.html Cheers, On 1月13日, 午前8:55, linux newbie wrote: > Thanks for qu

[android-porting] Failed to load Wi-Fi driver

2010-01-12 Thread linux newbie
Hi, Ours is Pxa255 based embedd platform. I tested WiFi using wpa_supplicant and then booted Android. If I select Wi-Fi under Settings, it says unable to start Wi-Fi and following is the logcat. Can anyone help me, how to debug this issue? E/WifiService( 2649): Failed to load Wi-Fi driver. D/Se

Re: [android-porting] Reducing Boot time

2010-01-12 Thread linux newbie
Thanks for quick reply :). One possible reason for high boot time is that I am trying to boot from USB (which wont be in our final version). I am precisely looking for the way to reduce loading of modules which are not necessary for our system. Thanks On Wed, Jan 13, 2010 at 10:37 AM, Tim Bird

Re: [android-porting] Reducing Boot time

2010-01-12 Thread Tim Bird
Sorry - I hit the send button prematurely... Please ignore the previous message. linux newbie wrote: > Hi, > � > Our processor is PXA255 and its take long time to boot Android. It takes > almost 8mins :(. WOW. That's long. > I downloaded the source and compiled it for default "generic" product

Re: [android-porting] Reducing Boot time

2010-01-12 Thread Tim Bird
linux newbie wrote: > Hi, > � > Our processor is PXA255 and its take long time to boot Android. It takes > almost 8mins :(. WOW! That's long. > � > I downloaded the source and compiled it for default "generic" product. > � > 1. Can anyone let me know, how to diable Internet (libwebcore) as we do

[android-porting] Reducing Boot time

2010-01-12 Thread linux newbie
Hi, Our processor is PXA255 and its take long time to boot Android. It takes almost 8mins :(. I downloaded the source and compiled it for default "generic" product. 1. Can anyone let me know, how to diable Internet (libwebcore) as we do not want that stuff? 2. I included "disabled" in the init.r

[android-porting] Re: CLASSPATH setup in Android

2010-01-12 Thread fadden
On Jan 11, 6:00 am, Santosh wrote: >         I have a library that I want to put in CLASSPATH. Init.rc has > a variable 'BOOTCLASSPATH' and if I setup there, it works fine but > it's not advisable. > > Can anybody know how to setup CLASSPATH in android please? To what end? What are you trying to

Re: [android-porting] Android port to MIPS arch

2010-01-12 Thread hedwin
This is the process I used. To identify the android specific additions you need 3 kernels (when I started the android specific additons were not that obvious) 1. The kernel provided by android itself, luckely it was the same version as I used. This kernel has all the goodies you need. 2. On

Re: [android-porting] Android port to MIPS arch

2010-01-12 Thread Navaneeth Sen B.
Hi hedwin, i would like to get more info on this porting. i am also trying to port Android to Sigma designs platform. hope you have some good idea on this. I need your help. waiting for your reply Sen On Mon, Dec 21, 2009 at 5:04 PM, hedwin wrote: > I am using the mips version of android, so ye

Re: [android-porting] Android on STB?

2010-01-12 Thread Navaneeth Sen B.
Hi hedwin, can you provide me with some more details on Sigma designs Android porting. how to get the kernel running and the further steps. How to get more info on the topic. Good Luck, Sen 2010/1/12 hedwin > tommy; yes, android ported to mips based systems. Current release is donut > and it

[android-porting] how to output audio directly into hardware in andriod, video could user surfaceclient.

2010-01-12 Thread hu zhangli
we know audio flinger write data into alsa, pls tell how to just use simple method to send to alsa layer. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to used float variables in Drivers?

2010-01-12 Thread Gilad Ben-Yossef
Hi Sachin, sachin bhangale wrote: Hi all, I am working on driver, How to used float variables in diver code? How to do mathematical calculation in driver code? If I add float variables in my driver code following error occured: ERROR: "__fixdfsi" [drivers/my_driver/mydriver.k

[android-porting] screen capture

2010-01-12 Thread yog
Hi all, 1) Is there any way to collect frame buffer data from surface flinger., and can give it to JNI. 2) Does Java App layer has any API's to collect frame buffer data, from surface flinger. 3) what is the purpose of copybit ApI's in HAL, can the API's can be used to copy framebuffer data. T

Re: 答复: [android-porting] Issue on ril communica tion with external modem

2010-01-12 Thread hihi hi
Hi Bryan, Thank for your reply. With regard to the customization of the libril files, may I know what are the areas in the ril.cpp and reference-ril.c which will be needed to be customized so that the android emulator is able to work properly with the external modem? Thank you. 2010/1/12 bryan

[android-porting] Re: Target suggestion to port Android

2010-01-12 Thread Ashish
Thanks for replying, My requirements targets mainly for non-mobile applications so need to look for similar hardware. On Jan 11, 11:03 pm, "Navaneeth Sen B." wrote: > Hi Aney, > > How about going for Sigma Designs? > Is that a good option?? > If yes, do you have some information on how to do tha

[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-12 Thread John Cola
Can anyone successfully trigger the camera for the Eclair emulator?? I've resulted reboot everytime when I try to launch camera... BR John On 1月7日, 下午1時39分, John Cola wrote: > Dear all > Anyone know why the Eclaircameracannot work properly? > Even the fakecamerafor emulator result error, anyone

Re: [android-porting] Android on STB?

2010-01-12 Thread hedwin
tommy; yes, android ported to mips based systems. Current release is donut and it has a mips "optimized" dalvik vm. I run it on a mips4kec with 128MB ddr using a 1366x768 lcd panel. if you have a kernel running on the sigma based system it is not that difficult to get the basic stuff running. but

[android-porting] capturing the encoded audio data read by the PV

2010-01-12 Thread guru
HI All I want to capture the encoded audio data read by the PV which is then sent for decoding to component decoder. I want to know Who is handling this reading of data from the audio file in pv framework? What is the best way to capture the data? we are using write system call to write to our f

答复: [android-porting] Issue on ril communication with external modem

2010-01-12 Thread bryan.c.hsu
U need to custom libril to according to the external modem. >From your trace , it seems that the modem enabled ECHO when u sending AT+CFUN=0 -邮件原件- 发件人: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] 代表 hihi hi 发送时间: 2010年1月12日 12:09 收件人: android-porting 主题: [an