[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 nagendra.r...@tejasoft.com wrote:

[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

[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

[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 dillir...@arijasoft.com 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 maha2...@gmail.com wrote: Hi, If you want see the logs from your C++ application

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

2009-05-05 Thread maha lakshmi
: sorry for disturbing 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 maha2...@gmail.com wrote: Yes... just try it out... On 5/5/09, dillirao malipeddi dillir...@arijasoft.com wrote: i want to see the logs