[android-developers] Re: Device firmware update

2009-07-23 Thread maha lakshmi
Hi, The link specified http://www.htc.com/www/ > > support/android/adp.html have clear instructions of flashing image version > 1.5 to HTC phone. I have done it successfully. Use fastboot method to flash. Thanks, Maha On 7/23/09, Raja Nagendra Kumar wrote: > > > Thank you Disconnect for

[android-developers] Re: Creating window on Android using C++

2009-05-07 Thread maha lakshmi
Hi David, Thanks for your reply. Let me tell clearly about my requirement. I am developing flash plugin for webkit browser. When I click on youtube video, my plugin will process the flash content and display it onto the browser. I have implemented the same using X11 as UI. There are som

[android-developers] Re: Debugger Log information on device

2009-05-05 Thread maha lakshmi
urbing you > i cant write fprintf() in java application > > am i doing in correct way.. > > On Tue, May 5, 2009 at 3:57 PM, maha lakshmi wrote: > >> Yes... just try it out... >> >> On 5/5/09, dillirao malipeddi wrote: >> >>> i want to

[android-developers] Re: Debugger Log information on device

2009-05-05 Thread maha lakshmi
Yes... just try it out... On 5/5/09, dillirao malipeddi wrote: > > i want to see the logs of the Android OS source code (which is in c++) > > On Tue, May 5, 2009 at 3:47 PM, maha lakshmi wrote: > >> Hi, >> >> If you want see the logs from your C++ a

[android-developers] Re: Debugger Log information on device

2009-05-05 Thread maha lakshmi
Hi, If you want see the logs from your C++ application, follow these steps. 1. use fprintf(stderr,..._); to print the logs in your source code. 2. launch ./emulator -shell 3. In another prompt, Type these commands $ adb shell stop $ adb shell setprop