Re: [android-porting] Re: [Android ICS] How to configure a proxy for Internet Access

2012-02-06 Thread Robert Greenwalt
What are you using for a network connection? All the NetworkStateTrackers can report a proxy to the system. MobileDataStateTracker (cellular) and WifiStateTracker both have UI for this. If you are doing something different you will have to support the proxy via LinkProperties. R On Sat, Feb

Re: [android-porting] Porting Sensors On SnowBall For ICS

2012-02-06 Thread Prabhakar Lad
Ranganath, For which sensor are trying to build? Is there a existing base driver for capture for snowball board? If it has a base driver, add some debug msgs in the probe. WBR, --Prabhakar Lad On Thu, Feb 2, 2012 at 3:58 PM, Ranganath TM ranganath...@asmaitha.comwrote: Hi All, I am trying

[android-porting] Re: How to configure a proxy for Internet Access

2012-02-06 Thread Fab
The problem with Android ICS is that proxy settings are correctly handled for WiFi connection. In case of Ethernet, it is more difficult and you may need to reuse the ECM integration into Android AOSP (see work done at Linaro) as a start for a complete integration of ethernet connection and

[android-porting] Re: Android ICS : Differentiating between Still Video preview

2012-02-06 Thread Eino-Ville Talvala
There's a new hint method in ICS to held you with that: http://developer.android.com/reference/android/hardware/Camera.Parameters.html#setRecordingHint(boolean) The app writer can set this hint to true if they intend to record video (through a MediaRecorder), or to false (the default) if they

[android-porting] [ ICS ]: CTS test failed: nulljava.lang.VerifyError in the vm opcodes of the android.core.vm-tests

2012-02-06 Thread sawyer jim
Dear Groups: When I did CTS test against the package android.core.vm-tests, I got many failures said nulljava.lang.VerifyError in the vm opcodes. I posted a detail failure log below: nulljava.lang.VerifyError: dot/junit/opcodes/shr_int_2addr/d/ T_shr_int_2addr_6 at