Re: [android-porting] ICS on pandaboard

2011-11-21 Thread s.rawat
great work !! I am also trying to do the same , My main aim is to use the and test the wifi direct APIS.I wanted to know do I need to add an extra accessory hardware (wifi chip, atheros or broadcomm )to test it or Do the pandaboard has the inbuilt wifi hardware).Plz suggest and advice , I am new to

[android-porting] Re: Network location on a non-certified device

2011-11-21 Thread aulty
Hi, What device did you try the page on? My device is actually trying to load: http://www.google.com/m?client=ms-android-google&source=android-home It appears that webkit is making these API calls so should be updating the location information. frameworks/base/core/java/android/webkit/Geolocati

[android-porting] Encounter IOError while init Repo

2011-11-21 Thread
Hi guys, I use Mac ox s lion as my build env. I install repo into ~/bin as the guideline, but I want to use a time capsule as my source code directory. So I execute "repo init" in a directorty on my tc.But I encounter error as belows: " Traceback (most recent call last): File "/Volumes/tc-name/code

[android-porting] porting android to s5pc110

2011-11-21 Thread Johnson Pinto
Hi, Am trying to port android to samsung's s5pc110 (boot using sd/mmc card). Does anyone have ported this ? can you please provide me the steps/links/documents on how to do this ? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-

[android-porting] Re: Playback on multiple audio outputs

2011-11-21 Thread Satish
Daniel Latte writes: > > Hi > > We have two separate audio outputs in our system and we would like to > be able to playback simultaneously on both. > We're thinking using the MixerThread to play on the main output and > the DirectOutputThread to play on the secondary output (basically, > pla