[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-08 Thread Chih-Wei
I don't know. I can just say it works on x86 platform. And we don't have 2.0.1 code -- Google has not released it yet. Just try it. I think it won't hurt you. On 1月8日, 下午5時01分, uday kiran wrote: > We saw the differences between our source and the source submitted > into GIT.. >  The files are /p

Re: [android-porting] how to configure asound.conf for usb mic

2010-01-08 Thread ananth
Hi Vishal Did you check out the beagleboard schematics???Beagleboard supports only line-in(line level input) and not mic-in.You cannot connect your headset to the audio-in port and try recording. This is because Beagleboard doesn't has a pre-amplifier which is required for converting your mic-i

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

2010-01-08 Thread ananth
Hi Ashish If you are looking out for Porting Android onto any H/W, then I would suggest you to go for Beagle board as many of us have done it and if you got struck anywhere you always have the community members helping you out.If you are planning to show some kind of demos on Android to client

[android-porting] Re: Info Needed

2010-01-08 Thread linux newbie
Hi, Any suggestions? Thanks On Fri, Jan 8, 2010 at 3:52 PM, linux newbie wrote: > Hi, > > Finally I managed to boot Android on my target. > > We dont have Touch screen, our keyboard Alphabet Keys are recognised but > not up/down Arrow keys. Can anyone please let me know, how to map it?? > > Tha

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-08 Thread Aliaser
Hello, I'm very interested into this port too.. And I would really like to help.. I think that with the Samsung PC Tools suite you can already replace the firmware of the phone via usb... (Btw I think the firmware must be packaged in a format suitable for those tools...) However I noticed somethi

[android-porting] Re: How to interpret the stack trace?

2010-01-08 Thread RaviY
Use "arm-eabi-addr2line" on these libraries [from the symbols folder] -Ravi On Jan 8, 3:55 pm, guru wrote: > Hi All > > I while playing audio file, I am getting following stack trace. I want > to know, how  to interpret the below stack trace? > > How can I map the address to the libraries? > > I

Re: [android-porting] Android on STB?

2010-01-08 Thread hedwin
As far as I know sigma is mips based, right?. Check www.mipsandroid.com. Used this to run it on an LCD TV system that uses pnx8xxx SoC's which has a mips4k inside. Initial port of the kernel is not a big thing to do but using OpenCore might need more work. Hedwin On Fri, Jan 8, 2010 at 7:27 PM, N

[android-porting] Re: How to build outside of Android with new parser/recognizer node

2010-01-08 Thread RaviY
If your node implements the interface "PVMF_DATA_SOURCE_NODE_REGISRTY_INIT_INTERFACE_UUID" (class PVMFDataSourceNodeRegistryInitInterface), then even your node will be given access to iPlayerNodeRegistry. -Ravi On Jan 7, 2:49 am, George C wrote: > Ravi, > > Thanks for your replay. Related to ext

Re: [android-porting] Android on STB?

2010-01-08 Thread Navaneeth Sen B.
hi, i am also interested to know more about this topic. Some of my friends have told me that Sigma designs have already released some android kernel. i want to know about how to bring android to our television. With regards, Sen On Wed, Nov 25, 2009 at 9:50 AM, Adam Jiang wrote: > Hello, List.

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-08 Thread Chris van de Steeg
The limo distro is customized for Vodafone, though the source is available, there's currently no way to customize that source and then put it on the phone again. If someone gets this done, then we're all go to install android on it... On Jan 8, 9:37 am, Trystam wrote: > The Application Framework

Re: [android-porting] Gstreamer on Android error

2010-01-08 Thread amarnath
Leo, Try the following command . Its working for me with less volume coming out. # gst-launch-0.10 filesrc location= /sdcard/canon.mp3 ! mad ! audioconvert ! audioresample ! volume volume=9.5 ! audioflingersink Thanks & Regards, Amarnath Alamuri Leo Liang wrote: > Hi, > i'm

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-08 Thread 焱 常
Hello, now i can play video on eclair. except are you only change frameworks/base/libs/surfaceflinger/ LayerBuffer.cpp I ignore the change on frameworks/base/opengl/include/EGL/eglext.h. thanks. On 1月7日, 下午8时42分, 焱 常 wrote: > hello, > > are you only change frameworks/base/libs/surfaceflinger/ >

[android-porting] Do the functions of getsize() and getPressure() work now?

2010-01-08 Thread Huawei Tu
I konw there are some bugs about the two functions from the url http://groups.google.com/group/android-porting/browse_thread/thread/7e8b1bb77dc7d82d. so, I am eager to check whether these two functions can really realize their functions or not. Thank you! -- unsubscribe: android-porting+unsubscr.

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-08 Thread Trystam
The Application Framework aint from Vodafone , the UI is The general ideia for it would be to exploit the way to hack and slash to get to the bootloader code . On Jan 5, 8:07 am, Chris van de Steeg wrote: > I have the Samsung H1 myself and would also LOVE to have android 2.0 > on this device

[android-porting] How to interpret the stack trace?

2010-01-08 Thread guru
Hi All I while playing audio file, I am getting following stack trace. I want to know, how to interpret the below stack trace? How can I map the address to the libraries? I/DEBUG ( 874): signal 11 (SIGSEGV), fault addr 00112000 I/DEBUG ( 874): r0 40f07480 r1 00111ffc r2 3a20 r3 00

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-08 Thread uday kiran
Hi.. Thanks for the information... We saw the differences between our source and the source submitted into GIT.. The files are /platform/base/libs/Surfaceflinger/LayerBuffer.cpp /platform/base/opengl/include/EGL/eglext.h After comparing with our existing source of Eclair 2.0.