[android-developers] BLE Disconnect Callback from SamsungGalxy S6 and J7

2016-11-15 Thread ashwani singh
I am trying to connect external BLE devices(Audio speaker) from SamsungGalaxy S6 and J7 phone. But randomaly getting disconnect callabck for BLE device (audio speaker) in our codebase from SamsungGalaxy S6/J7.Our observation is this disconnect callback coming from Phone OS. Please find below

[android-developers] Zoom and scroll functionality in surface view.

2012-07-10 Thread Ashwani Singh
Hi Friends, I am developing an scrabble word finder game. I have implemented the surface view for Board designing. like below public class BoardView extends SurfaceView implements SurfaceHolder.Callback{ } Now i want to add zoom functionality in surface view when user clicked on view

[android-developers] Re: inject long home key press

2012-07-05 Thread Ashwani Kumar
Check this link out: http://qatesttech.wordpress.com/2012/06/20/adb-shell-sendevent-sending-touch-like-events/ On Friday, April 17, 2009 4:23:45 PM UTC+5:30, klausfpga wrote: Hi Dianna, Thanks for your reply. In fact my problems are in fact even more basic. The command 'sendevent'

[android-developers] Simulating power button press from an android application

2012-07-04 Thread Ashwani Kumar
, which ever way it takes even though i have to invoke native methods to accomplish i will do that, but i have to display the the switch off UI. thanks Ashwani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: setSpeakerphoneOn with AudioTrack

2012-06-29 Thread Ashwani Kumar
I have used the following permission to solve this issue: uses-permission android:name=android.permission.WAKE_LOCK/ uses-permission android:name=android.permission.MODIFY_AUDIO_SETTINGS / i invoked the am.setSpeakerphoneOn() in following manner if (result ==

[android-developers] Urgent

2012-01-16 Thread Ashwani tiwari
,It is compatible with all,but it is not appearing in some devices even recent devices also.for example: Galaxy S,HTC wildfire S,HTC desire,Samsung 9000i and many more.It's highly urgent.my client burst on me.please give me a quick reply.Thanks in advance. Regards: Ashwani Tiwari -- You received

Re: [android-developers] Re: echo cancellation

2011-05-26 Thread Ashwani Kumar
When the mic can hear the speaker then there is acoustical feedback howling because the sound goes around and around. To stop the howling: a) Turn down the gain control or volume control. b) Separate the mic and speaker and point them away from each other. c) Use a good speaker with a flat

[android-developers] Failed to open /dev/mem: 'Operation not permitted

2011-02-03 Thread ashwani
Hi All, I getting Failed to open /dev/mem: 'Operation not permitted' error while running pvplayer application from android shell. Regards Ashwani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Native code Query

2011-01-04 Thread Ashwani Kumar
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards. Ashwani Kumar Embedded Engg. Mob:+91-9019404409 -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Cannot load library: link_image[1995]: failed to link libmedia_jni.so

2011-01-03 Thread ashwani
to solve this error. Regards Ashwani -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Can an Update.zip be installed through ADB Shell?

2010-11-16 Thread ashwani
Hi All, Can an Update.zip be installed through ADB Shell? Regards Ashwani -- 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] memory fault detect application on Android platform

2010-11-12 Thread ashwani
Hi, I want to know, is there any utility/software to detect memory (NOR/ NAND flash RAM) fault on Android platform? Like in linux memtest86+ and smartmontools. Regards Ashwani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How to update a

2010-11-10 Thread ashwani
I'd like to know how to update SDK or Applications through OTA? -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] How to update Android firmware 2.1 to 2.2

2010-11-10 Thread ashwani
Hi All, I'd like to know how to update Android firmware 2.1 to 2.2. Regards Ashwani -- 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@googlegroups.com To unsubscribe from this group

Re: [android-developers] How to upgrade Eclair (2.0) to Froyo (2.2)

2010-11-10 Thread Ashwani Kumar
Hi Mark, I have downloaded Eclair repo, and I want to update eclair repo to froyo. Is it possible? -- Regards. Ashwani Kumar On Wed, Nov 10, 2010 at 6:03 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Nov 10, 2010 at 7:18 AM, ashwani ash1...@gmail.com wrote: How to upgrade

[android-developers] How to upgrade Eclair (2.0) to Froyo (2.2)

2010-11-10 Thread ashwani
Hi, How to upgrade Eclair (2.0) to Froyo(2.2). Regards Ashwani -- 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@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] mt9p031 sensor integration

2010-10-26 Thread ashwani
Hi All, I want to integrate mt9p031 sensor on android platform. My kernel have mt9p031 driver and V4l2 support can any body help me? What are the changes requires in Android HAL layer. just any information is very helpful. Regards Ashwani -- You received this message because you

[android-developers] Problem running android camera DEMO

2010-10-25 Thread ashwani
/WindowManager( 1669): WIN DEATH: Window{43f96288 SurfaceView paused=false} I/ActivityManager( 1669): Process com.android.camera (pid 1974) has died. I/WindowManager( 1669): WIN DEATH: Window{43f5c4d8 com.android.camera/ com.android.camera.Camera paused=false} Regards Ashwani -- You received this message

[android-developers] How to add camera on android platform

2010-10-24 Thread ashwani
Hi All, I want to add mt9p031 camera sensor on android platform. please find me some pointers on this. Regards Ashwani -- 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] Android mt9p031 sensor support

2010-10-21 Thread ashwani
. Regards Ashwani -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] Not able to install .apk in froyo

2010-10-15 Thread ashwani
Hi all, I am not able to install any .apk application in froyo. Please help me to solve this issue. regards Ashwani -- 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] .apk installation problem with froyo fs

2010-10-15 Thread ashwani
Hi all, I am not able to install any .apk file from adb shell in froyo fs. after given the ./adb xyz.apk command, system restart and adb shell get hangs. regards Ashwani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post