Re: [android-porting] Re: Set system time from radio

2010-03-06 Thread David Turner
The Android code only assumes UTC, except that you can use a small extension to the NITZ string to encode the timezone too. See the comment and implementation in handleOfInit() in external/qemu/telephony/android_modem.c here: http://android.git.kernel.org/?p=platform/external/qemu.git;a=blob;f=tel

Re: [android-porting] Re: Sample Plugin for Android Webkit

2010-03-06 Thread Deva R
samples were available at development/samples/BrowserPlugin Latest samples can be found in android -> development git http://android.git.kernel.org/?p=platform/development.git;a=summary Path: http://android.git.kernel.org/?p=platform/development.git;a=tree;f=samples/BrowserPlugin On Sat, Mar 6,

[android-porting] Re: Sample Plugin for Android Webkit

2010-03-06 Thread Kokki
Hi I am using android 1.6, i couldn't find any BrowserPlugin under samples folder. can u help me to get it . On Feb 24, 8:48 pm, Digambar Rasal wrote: > Androidsource code has browserpluginexample which has detail > description about how to write plugins forWebKit- Have a look at : > > Android_RO