Re: [android-developers] Re: IP Camera Live Streaming

2012-05-07 Thread Maha Abdel rahman
All ip Cameras can be controlled via android applications? On Mon, May 7, 2012 at 5:04 AM, gjs garyjamessi...@gmail.com wrote: Hi, Some / most (?) IP webcams come with an SDK, try reading that. For example http://www.axis.com/products/dev_sdk/ Regards On May 7, 1:00 am, Maha Abdel

[android-developers] Maha Abdel rahman wants to chat

2012-05-07 Thread Maha Abdel rahman
--- Maha Abdel rahman wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-89f5d0e994-ac20c7459b-oJRIvs5HskrSFoo8chvBdNIzXQc

[android-developers] Re: IP Camera Live Streaming

2012-05-06 Thread Maha Abdel rahman
I have a question is any IP camera can be viewed controlled from android application, or there are specific specifications that must be available in the cam to be controlled remotely? On May 4, 3:49 pm, lbendlin l...@bendlin.us wrote: does your camera already provide native 3GPP or MP4

[android-developers] Android IP Camera

2012-05-06 Thread Maha Abdel rahman
I am new in android application I want to make android application to view control IP cameras but I don't know from where I can start I want to know if there are specific cameras that can be controlled? or any IP camera can be controlled? as I want to choose between three types of VIVOTEK camera

[android-developers] Installing apk package from my application

2011-05-31 Thread maha rm
the message box and package installer and shows my application. Can anyone help me how to get notified that Done button is pressed and how to close the application once it is clicked? Thanks, Maha -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re : Re: Application installation

2011-05-31 Thread maha rm
Hi, Looks like the path of apk is wrong and it shoudn't be start with file:/// protocol. Place your apk in android_asset and give the path direclty like Uri.parse(/android_asset/otherApk.apk Thanks, Maha 2011/5/31 Jérôme Beau javar...@gmail.com Hello Mah and all, I have exactly

Re: [android-developers] npapi plugin for android

2010-12-21 Thread maha rm
Hi, NPAPI plugin is available right from Donut. I never used sdk to develop the plugin. Download the source code and the sample plugin is available in source code itself. In Android FROYO code, the sample plugin is there in development/samples/BrowserPlugin. Thanks, Maha On Tue, Dec 21

[android-developers] Profiler tool for Android device

2010-08-10 Thread maha rm
Hi, We are developing third-party browser plugin. We are testing it on the Android Froyo device. We want to use profiler tools for optimization of C++ code. Can anybody tell profiler tools for Android Froyo. Traceview is not listing C++ functions. Thanks, Maha -- You received

[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] debug application - gdb

2009-05-11 Thread Maha
Hi, Please tell me how to debug application using gdb Thanks, Maha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

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

2009-05-07 Thread Maha
Hi, Is there any way to create window on Android using C++. My ultimate aim is to draw bitmap image on android but using C++ Thanks Maha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

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

2009-05-07 Thread maha lakshmi
. There are some api's for creating image in Linux X. The same thing I want to acheive it using android. Please tell me is it possible to do or not. On 5/7/09, David Turner di...@android.com wrote: On Thu, May 7, 2009 at 9:45 AM, Maha maha2...@gmail.com wrote: Hi, Is there any way to create

[android-developers] Testing sample plugin on Android

2009-05-07 Thread Maha
Hi, I have seen a plugin in android under the following path /data/data/com.android.browser/app_plugins/browsertestplugin.so Please anyone tell me how to test this plugin --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Test browsertestplugin

2009-05-05 Thread Maha
Hi, Please anyone tell me how to test broswertestplugin that comes up with mydroid package? Please tell me how to develop broswer plugins?? Thanks, Maha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[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
Hi, If it is a java application, u can use System.out.println or Log class and using adb logcat u can see the logs. Look at this following link http://developer.android.com/reference/android/util/Log.html Thanks, Maha On 5/5/09, dillirao malipeddi dillir...@arijasoft.com wrote

[android-developers] Debugging C++ Applications

2009-05-04 Thread Maha
Hi All, I am able to see the logs generated from java program (using Log class or System.out.println) using adb logcat. Can anyone tell me how to see the printf/cout statements in C++ application for android. Thanks, Maha --~--~-~--~~~---~--~~ You