[android-developers] Re: control for user file selection

2010-10-25 Thread AJ
There are no such controls available AFAIK. You need to use the FileBrowser. Thanks, AJ On Oct 25, 5:43 pm, Honest honestsucc...@gmail.com wrote: hello, in my application i want that user can select file from sd card and phone memory. so can some one tell me is there any control available

[android-developers] Re: Protecting Apps - listening for application launches

2010-10-26 Thread AJ
to ACTION_PACKAGE_INSTALL broadcast action. Then nobody will be able to install app without the password. Is this also a loop hole? Thanks, AJ On Oct 26, 10:58 am, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 26, 2010 at 1:44 AM, Noah noah.belc...@gmail.com wrote: Is there a way to listen

[android-developers] Re: Protecting Apps - listening for application launches

2010-10-26 Thread AJ
Thanks Mark and Dianne for the clarification Thanks, AJ On Oct 26, 1:08 pm, Dianne Hackborn hack...@android.com wrote: And it is sent after the package is already installed. On Mon, Oct 25, 2010 at 11:10 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Oct 26, 2010 at 2:08 AM, AJ

[android-developers] Re: Home button LongPress issue.

2010-11-15 Thread AJ
Do you calling finish() on Activity A while launching Avticity B? Thanks, AJ On Nov 15, 4:12 pm, Muhammad maks@gmail.com wrote: Hi I need Immediate help!! When i launch app after splash screen Activity  A is launched .In activity A there is a button on clicking that button Another

[android-developers] How to detect in my application that Camera Settings has been changed?

2010-05-11 Thread AJ
application. like 'Auto Contrast' etc 4- I long press on 'Home' button key and select my application. Now in this case my application does not start and it says preview error. So, is there any broadcast message / notification available which i can use over here. Thanks, AJ -- You received

[android-developers] How to enable SVG in WebKit?

2011-01-15 Thread AJ
/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5197: error: 'SVGCURSORELEMENT' is not a member of 'WebCore::V8ClassIndex' Does anybody know where i am goofup? Please help. Thanks, AJ -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: how to change background image of selected list item?

2011-01-20 Thread AJ
use selector. Thanks, AJ On Jan 21, 4:27 pm, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi,        in listview how to change the background image of selected item on click of the particular list item. For ex: I have a listview of  only text, on click of that the background

[android-developers] Re: reboot emulator

2011-01-30 Thread AJ
try this adb shell reboot Thanks, AJ On Jan 31, 3:16 pm, Narendra Bagade bagadenaren...@gmail.com wrote: hi all, How to reboot emulator? -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] How to programmatically disable the the virtual keyboard !!!

2010-03-05 Thread AJ
Hi group Is there any way to disable the virtual keyboard programmatically on particular application. Thanks, AJ -- 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

[android-developers] How to get RandomAccesFile from Resources.openRawResource() or getAsset() !!!

2010-03-14 Thread AJ
Hi group I am trying to get a RandomAccessFile from either Resources.openRawResource() or getAsset(). I cannot find a direct way to get one. Does anybody know that? Thanks AJ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to get RandomAccesFile from Resources.openRawResource() or getAsset() !!!

2010-03-16 Thread AJ
Does anybody knows anything about this? - AJ On Mar 14, 10:39 am, AJ ajeet.invinci...@gmail.com wrote: Hi group I am trying to get aRandomAccessFilefrom either Resources.openRawResource() or getAsset(). I cannot find a direct way to get one. Does anybody know that? ThanksAJ -- You

[android-developers] Re: WebView and Native Browser

2010-03-16 Thread AJ
Hi Nelson Can you share the link/webpage which you are trying ? Thanks, AJ On Mar 16, 7:36 pm, nikhil nik...@gmail.com wrote: Normally, this works for me webView= (WebView) findViewById(R.id.webview); webView.setWebChromeClient(new WebChromeClient()); webView.setWebViewClient(new

[android-developers] Unable to Zoom Camera in Android 2.1

2010-03-22 Thread AJ
/ ) _zoom = MIN_ZOOM; if( _zoom /* Some value*/ ) _zoom = MAX_ZOOM; parameters.set(zoom, _zoom); _camera.setParameters(parameters); I also searched about this in Google, but did not get any satisfactory information. Thanks, AJ -- You received

[android-developers] Unable to Zoom Camera in Android 2.1

2010-03-22 Thread AJ
satisfactory information. Note: zoomCallback is missing in Android 2.1 Thanks, AJ -- 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] Maximum character that we can send to SMS application.

2010-03-22 Thread AJ
Hi group I facing one strange problem. I am sending some text to SMS app as a body. But when the text size increases more than 200 characters, it cuts the body from there. Only first 200 characters are appearing in the SMS body. But I can write more text when SMS gets launched :( Is there any

[android-developers] Maximum character that we can send to SMS application.

2010-03-22 Thread AJ
Hi group I facing one strange problem. I am sending some text to SMS app as a body. But when the text size increases more than 200 characters, it cuts the body from there. Only first 200 characters are appearing in the SMS body. But I can write more text when SMS gets launched :( Is there any

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
find only 200 characters in the SMS app. I want to know where is the limitation? Is this a framework limitation? I already pasted my code above. Note: I am sending through Intent.ACTION_SEND Anyways thanks for being generous and reply AJ On Mar 23, 12:13 pm, Marek Pola marek.p...@gmail.com wrote

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
find only 200 characters in the SMS app. I want to know where is the limitation? Is this a framework limitation? I already pasted my code above. Note: I am sending through Intent.ACTION_SEND Anyways thanks for being generous and reply AJ On Mar 23, 12:13 pm, Marek Pola marek.p...@gmail.com wrote

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
find only 200 characters in the SMS app. I want to know where is the limitation? Is this a framework limitation? I already pasted my code above. Note: I am sending through Intent.ACTION_SEND Anyways thanks for being generous and reply AJ On Mar 23, 12:13 pm, Marek Pola marek.p...@gmail.com wrote

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
find only 200 characters in the SMS app. I want to know where is the limitation? Is this a framework limitation? I already pasted my code above. Note: I am sending through Intent.ACTION_SEND Anyways thanks for being generous and reply AJ On Mar 23, 12:13 pm, Marek Pola marek.p...@gmail.com wrote

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi experts, Any information regarding above is truly appreciated. I just want to know about the limitation of sending data to SMS through Intent.ACTION_SEND. Thanks, AJ On Mar 23, 1:24 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Marek, Thanks for the information. But This I know. I think

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
ok thanks Mark, I will try to find in the source code. Is sure that some limit would be there to such intents? Thanks AJ On Mar 23, 11:10 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: Hi Mark, Thanks for the reply I am also using the same what you written. But in my device

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
So any guesses where can I check this limit for SMS application? Thanks AJ On Mar 23, 11:17 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: ok thanks Mark, I will try to find in the source code. Is sure that some limit would be there to such intents? I am fairly sure

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
Hi Mike I think you misunderstood. I am just talking about limitation of sending text to SMS through Intent ACTION_SEND. I am not talking about how the SMS is sending the message. Thanks AJ On Mar 23, 11:25 pm, mike enervat...@gmail.com wrote: Er, um, isn't SMS limited to 160 chars? Mike

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-24 Thread AJ
Kantesh you got it right :) - AJ On Mar 24, 7:14 am, Kantesh kantesh@gmail.com wrote: Hi mike,  u r telling about the limitation made by network operators, but Aj is about  where his framework limiting it. On Mar 24, 2:50 am, AJ ajeet.invinci...@gmail.com wrote: Hi Mike I think

[android-developers] Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
=android.intent.action.BATTERY_CHANGED / /intent-filter /receiver uses-permission android:name=android.permission.BATTERY_STATS/ uses-permission android:name=android.permission.BROADCAST_STICKY/ Can anybody please tell me what wrong I am doing here? Thanks, AJ -- You received this message because you

[android-developers] Re: Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
in Activity A2. Why so? Many many thanks AJ On Mar 25, 2:26 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: Hi group, I added broadcast listener BATTERY_CHANGED to Android Manifest file so that when the status changed I should get informed. I am adding to Android Manifest file

[android-developers] Re: Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
again for that AJ On Mar 25, 2:37 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: Thanks again mark for enlightening me :) But one more ques please. I have registered [ACTION_BATTERY_CHANGED]  programmatically in activity A1. I am able to get broadcast event for battery change

[android-developers] Re: Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
ok many many thanks AJ On Mar 25, 2:54 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: ok thanks again I have :- 1- class B extends BroadcastReceiver 2- class A1 extends ListActivity 3- class A2 extends Activity I make instance of B from A1 like :- B _intanceB = new B

[android-developers] Re: Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
Just curious:- Can't I bind Broadcast event to an application or to some particular activities. SO that my all set of activities get all those broad cast event. Thanks AJ On Mar 25, 2:57 pm, AJ ajeet.invinci...@gmail.com wrote: ok many many thanks AJ On Mar 25, 2:54 pm, Mark Murphy mmur

[android-developers] Re: Problem regarding Broadcast event android.intent.action.BATTERY_CHANGED

2010-03-25 Thread AJ
thanks again - AJ On Mar 25, 3:27 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: Just curious:- Can't I bind Broadcast event to an application or to some particular activities. SO that my all set of activities get all those broad cast event. Not really. -- Mark Murphy

[android-developers] Communication between android Emulator and Real Device !!!

2010-03-29 Thread AJ
Hi group, I know we can communicate between 2 instances of Emulator. But Is it possible to communicate between the a read Device and Emulator? Thanks in Advance for your inputs. - AJ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Is this is possible in Android ?

2010-03-29 Thread AJ
failed Any clue please. Thanks, AJ -- 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] Re: Communication between android Emulator and Real Device !!!

2010-03-30 Thread AJ
Any clue please? - AJ On Mar 29, 10:37 pm, AJ ajeet.invinci...@gmail.com wrote: Hi group, I know we can communicate between 2 instances of Emulator. But Is it possible to communicate between the a read Device and Emulator? Thanks in Advance for your inputs. - AJ -- You received

[android-developers] Re: Is this is possible in Android ?

2010-03-30 Thread AJ
Any clue please. - AJ On Mar 30, 1:15 am, AJ ajeet.invinci...@gmail.com wrote: Hi Group, As we know the following command is for using Emulator console. telnet localhost console-port But this works only for Emulator. I tried for read android Devices that did not work It says  Connecting

[android-developers] Re: Communication between android Emulator and Real Device !!!

2010-03-30 Thread AJ
Hi Anthoni, Thanks for the reply. I got the overview what you have said. But can you please tell me more about that. How can I achieve that. Thanks, AJ On Mar 30, 5:25 pm, Anthoni anthoni.gard...@gmail.com wrote: Hi, I don't think that you can actually get the emulator to talk to a real

[android-developers] Re: Is this is possible in Android ?

2010-03-30 Thread AJ
Emulator to a real device. Thanks, AJ On Mar 30, 3:49 pm, Miguel Paraz mpa...@gmail.com wrote: On Mar 30, 6:15 am, AJ ajeet.invinci...@gmail.com wrote: Hi Group, As we know the following command is for using Emulator console. telnet localhost console-port But this works only for Emulator

[android-developers] Re: Is this is possible in Android ?

2010-03-30 Thread AJ
okie - AJ On Mar 30, 10:35 pm, Disconnect dc.disconn...@gmail.com wrote: No On Tue, Mar 30, 2010 at 3:32 PM, AJ ajeet.invinci...@gmail.com wrote: Thanks for the reply Actually my intent is to send SMS, Call a real device from this console. If I would be able to do this telnet

[android-developers] Re: Communication between android Emulator and Real Device !!!

2010-03-31 Thread AJ
Hi Anthoni, Can you please throw some-light on what you have said. How can I do that? Thanks, AJ On Mar 30, 10:23 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Anthoni, Thanks for the reply. I got the overview what you have said. But can you please tell me more about that. How can I achieve

[android-developers] How to Launch Contact application displaying multiple phone numbers?

2010-04-03 Thread AJ
); startActivity(intent); Code Any help is really appreciated. Thanks, AJ -- 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] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-03 Thread AJ
Any clues from experts. - AJ On Apr 3, 3:51 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Group, I am able to launch contact application from the following way. I am also able to show Name and only one Phone number. My problem is :- 1- How can I show multiple phone number [like Home, Mobile

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-03 Thread AJ
(ContactsContract.Intents.Insert.TERTIARY_PHONE, 33); i.putExtra(ContactsContract.Intents.Insert.TERTIARY_PHONE_TYPE,ContactsContract.CommonDataKinds.Phone.TYPE_WORK); -- On Apr 3, 6:30 pm, AJ ajeet.invinci...@gmail.com wrote: Any clues from experts. - AJ

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-03 Thread AJ
Any help Experts - AJ On Apr 3, 7:00 pm, AJ ajeet.invinci...@gmail.com wrote: Hi group Now I am able to insert 3 phone numbers. But There does not looks a way that How can I enter other phone numbers like :- Work Fax, Home Fax, Pager etc. Any clue please. Here is the code what I have

[android-developers] How to show Google map preview in application?

2012-08-30 Thread AJ
Hi All I want to show Google map preview in my application. The idea is like that as following Address 1 - Google map preview 1 Address 2 - Google map preview 2 : : : Address n -- Google map preview n Any help or suggestion are welcome. Thanks Ajeet Singh -- You

Re: [android-developers] How to show Google map preview in application?

2012-08-30 Thread AJ
u using any button activity just call button activity inside map activity method once user clicked the button it will show the exact location address... On Thu, Aug 30, 2012 at 4:44 PM, AJ ajeet.in...@gmail.com javascript:wrote: Hi All I want to show Google map preview in my

Re: [android-developers] Re: How do I set up the project in the Android site's “Managing the Activity Lifecycle” training exercise?

2012-09-14 Thread AJ
^Like. XD On Saturday, June 30, 2012 11:01:54 AM UTC-7, Nobu Games wrote: On Saturday, June 30, 2012 12:46:23 PM UTC-5, TreKing wrote: Again, if you explain the actual errors you are getting, you'll likely get more help. Asking for step-by-step anything usually falls on deaf ears.

[android-developers] Mobile Build Release Engineer - Want to work in the exciting industry of Gaming in Las vegas, USA ??

2011-10-19 Thread AJ ................
Mobile Gaming Integrations Engineer Want to work in the exciting industry of Gaming?? Bally Technologies is looking for a Mobile Gaming Integrations Engineer to join our Bally team. Interested candidates can contact me at ajayaramanbaska...@ballytech.com Summary Reporting to the Director of

[android-developers] Spinner In TabWidget Bad Token Exception

2012-04-22 Thread Aj
I'm fairly new to Android and Java for that matter, and am having a context issue - I have a Spinner within a TabWidget within another TabWidget, and on the code side I have my main class which is a TabActivity, in which I set the intent of a particular tab to another TabActivity, in which I set

[android-developers] changing wallpaper eating any memory ??

2011-08-01 Thread AJ
When ever i change a home screen wallpaper on my samsung galaxy ace, first it shows Saving picture and then shows Setting wallpaper .. Can i know where this picture is getting saved ? Is it into any temporary memory which i need to delete? I need to know if its eating up my phone memory or any

[android-developers] locking msg inbox

2011-08-01 Thread AJ
How do i lock my message inbox ( or any thread ) and gallery in samsung galaxy ace .. Is there any privacy lock within the phone or do i need to download any app, if yes can i know the name of the app.. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Tutorial on creating a view at runtime?

2013-01-11 Thread AJ
Do you guys know of a simple tutorial for creating a view at runtime? For example, when I launch my app, there is a button in the middle of the activity's layout. Each time this button is pressed, how would I make a text view appear? I'm a newb to android programming, so any help would be

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
@TreKing, Yeah, I already tried that. But couldn't find anything directly related to what I need. -- 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

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
Thanks, but that link you posted doesn't have an example or a tutorial. It did discuss the approach in words, but it's missing the working code. I'm actually looking for a working example. -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
cool. thanks imma give it a go. i'm new to android programming that's why i'm scared. -- 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

[android-developers] SlidingPaneLayout's fade color is not working in Landscape mode of some devices(2.3.5)

2013-08-17 Thread AJ
and the right panel is tapable. Also if i open my application at landscape mode then the fading effect is not there. In 2.3.5 version it is not working fine, while 2.3.4 it is working fine. Is there any work around for this? Please help !!! Thanks, AJ -- You received this message because

[android-developers] Issue in downloading ADK 2012 (Accessory Development Kit) source

2015-01-22 Thread AJ
Hi, I am a newbie to Accessory development am currently trying to download ADK sources on my Windows7 PC with Cygwin installed. I am following this link: http://developer.android.com/tools/adk/adk2.html#src-download (See under Downloading the ADK Source) I am facing an issue in this step:

[android-developers] Android Accessories - parallel read/write

2015-03-24 Thread AJ
Hi, I have been exploring on developing an Android accessory, but I have a basic doubt before I conclude it is feasible or not. The UsbManager class has a openAccessory API, which returns a ParcelFileDescriptor instance. The ParcelFileDescriptor instance is used to create one instance each of

[android-developers] Camera2 rotate surface created from MediaCodec

2016-09-21 Thread AJ
Hi, I am developing a Camera related App and I am using Camera2 APIs. I have two surfaces added as target. One for the camera preview and second for getting the encoded frames. The camera preview orientation can be easily manipulated using the setTransform() method. But, how can the

[android-developers] Re: Camera2 rotate surface created from MediaCodec

2016-09-21 Thread AJ
In simple words, how to rotate Surface created by MediaCodec. On Wednesday, September 21, 2016 at 3:42:43 PM UTC+5:30, AJ wrote: > > Hi, > > I am developing a Camera related App and I am using Camera2 APIs. I have > two surfaces added as target. One for the camera pre

[android-developers] Populating 2nd Spinner Based on 1st. Using Arrays.

2008-11-19 Thread AJ Quick
cannot figure out how to get the Item name when having the position. Figuring out how to read from an Array is pretty hard. Thanks, -AJ Quick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] RSS Normalizing Crashes App

2008-11-20 Thread AJ Quick
I'm writing a script that takes a RSS and phrases items.. but it is crashing on part of the code. I'm using the code from: http://www.devx.com/wireless/Article/39810/1954 private void DownloadRSS(String URL) { InputStream in = null; try { in =

[android-developers] JSON parsers in WEBKIT

2009-10-22 Thread AJ (Anantha Javali)
Hi, The webkit present in Android SDK 1.6 has JSON parser. Thanks Anantha --~--~-~--~~~---~--~~ 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] Re: selection color and text color in whole project

2010-04-22 Thread AJ (Anantha Javali)
Here is an example, Please use add it as part of your manifest file ?xml version=1.0 encoding=utf-8? resources style name=MyTheme item name=android:windowNoTitletrue/item item name=windowFrame@drawable/screen_frame/item item name=windowBackground@drawable/screen_background_white/ item item

<    1   2