[android-developers] Handling force close [Exception] to stop my native application.

2011-01-27 Thread Anzi
. Is there any way to handle this in my application to cleanup every this before android framework kills my application. Regards Anzi. -- 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] How to Launch Tab activity by using Intent

2011-01-17 Thread Anzi
activity Two from my service, Activity Two is displaying as a foreground activity but with missing tabs. Can any one help me to show activity Two as a part of my Tab activity ? Regards, Anzi -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Orientation change for widget

2010-11-29 Thread Anzi
android:layout_width=fill_parent android:layout_height=wrap_content / /LinearLayout Here i want to apply orientation only for my com.xyz.test.TestUi. Regards, Anzi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Raising intent to child of tab activity

2010-11-23 Thread Anzi
in onNewIntent(). I was tried raising an intent, but activity is displaying as a separate activity instead of child of my tab activity. Regards, Anzi. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Raising intent to child of tab activity

2010-11-22 Thread Anzi
. Regards, Anzi. -- 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

[android-developers] Audio corruption during screen is off

2010-11-18 Thread Anzi
Hi, Sometimes I am getting corrupted audio with Audiorecord class while screen is off (When the proximity sensor used, or after idle screen timeout). Help me to solve this issue if anyone is aware this issue. Regards, Anzi -- You received this message because you are subscribed to the Google

[android-developers] AudioManger and ACTION_SCO_AUDIO_STATE_CHANGED

2010-09-24 Thread Anzi
Hi, I am registered for ACTION_SCO_AUDIO_STATE_CHANGED action during run time. But my receiver not called, even if i try to connection the bluetooth headset using AudioManger.startBluetoothSco() Or by using the bluetooth settings. Help me if any one is familiar with this. Regards, Anzi

[android-developers] Re: Playing audio to bluetooth headset

2010-08-25 Thread Anzi
can anybody help on this issue. Please let me know if there is any other forum to query Bluetooth related issues, in-case this is not right forum. Regards, Anzi On Aug 18, 4:21 pm, Anzi anji...@gmail.com wrote: Hi, Can we play the audio(amr file) to the Bluetooth headset(no A2DP support

[android-developers] Playing audio to bluetooth headset

2010-08-18 Thread Anzi
Hi, Can we play the audio(amr file) to the Bluetooth headset(no A2DP support) by using android 2.1/2.2 version APIs ?, If so can you suggest me which API i have to use to do the same ?. Regards Anzi. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Bluetooth headset connection establishment

2010-08-17 Thread Anzi
any one can help on this ? On Aug 13, 12:14 pm, Anzi anji...@gmail.com wrote: Hi, I am using Bluetooth APIs to establish the connection. I using the Bluetooth chat application as a reference to communicate with the Bluetooth headset. When I try to connect with Bluetooth headset I am

[android-developers] Bluetooth headset connection establishment

2010-08-13 Thread Anzi
= remoteDevice.createRfcommSocketToServiceRecord(UUID.fromString(1108--1000-8000-00805F9B34FB)); mBtAdapter.cancelDiscovery(); try { sock.connect(); } catch (IOException e) { sock.close(); } Regards Anzi. -- You received this message because you are subscribed to the Google

[android-developers] Re: Routing audio input to bluetooth headset

2010-08-11 Thread Anzi
Any help ? On Aug 9, 2:51 pm, Anzi anji...@gmail.com wrote: Hi, With the given APIs i am not able route the audio to bluetooth sco headset. Can you please figure what is missing in code. Note that Bluetooth headset is paired and connected before executing the following code. AudioManager

[android-developers] Re: Routing audio input to bluetooth headset

2010-08-09 Thread Anzi
(AudioManager.MODE_IN_CALL); am.setBluetoothScoOn(true); audioTrack.play(); audioTrack.write(buffer, 0, bufferlength); After running the above code, I am still getting voice in handset but not from Bluetooth headset. Thanks in advance. Regards, Anzi On Jul 23, 7:07 pm, Garima

[android-developers] timeout for HistoryRecord

2010-04-13 Thread Anzi
. Regards Anzi -- 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

[android-developers] Long key press handling in android 1.5

2010-03-23 Thread Anzi
Hi, I want to handle key press and long key press for the key code KEYCODE_CALL(dial button). can any one suggest me how this in android 1.5(API level 3). Here is the code, but this is not working, for the long key press i am getting as a normal key event also. public boolean onKeyDown(int

[android-developers] Re: Long key press handling in android 1.5

2010-03-23 Thread Anzi
any help ? On Mar 23, 12:56 pm, Anzi anji...@gmail.com wrote: Hi, I want to handle key press and long key press for the key code KEYCODE_CALL(dial button). can any one suggest me how this in android 1.5(API level 3). Here is the code, but this is not working, for the long key press i am

[android-developers] Life cycle

2010-03-18 Thread Anzi
the activity was killed by android without calling onDestroy. I know that those handler were not removed by GC as they are still referring by the thread. 3. Also suggest me to handle the above situations. Regards, Anzi -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: how to avoid running of multiple process

2010-03-07 Thread Anzi
Any help ? On Mar 3, 8:54 pm, Anzi anji...@gmail.com wrote: Hi, I facing problem with multiple process running for my application. Can any one help me to avoid creating multiple process or restricting process creation to one. Some times I am seeing two process instances of my package

[android-developers] how to avoid running of multiple process

2010-03-03 Thread Anzi
Hi, I facing problem with multiple process running for my application. Can any one help me to avoid creating multiple process or restricting process creation to one. Some times I am seeing two process instances of my package in the process list. I want to avoid this. Regards, Anzi. -- You

[android-developers] Broadcasting Intent from native code

2009-12-29 Thread Anzi
framework communicate from native code to JAVA applications. Thanks in advance. Regards, Anzi -- 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