[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] 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] 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] 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] 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

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] 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] 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] 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

[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] 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] 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] 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] 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] 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: 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] 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: How to load activity before loading all images?

2010-10-25 Thread AJ
http request to images with some delay. Thanks, AJ On Oct 25, 5:17 pm, rokson kiranrepa...@gmail.com wrote: Hi Friends, I have been struggling with this problem for many days. please help me.. In my android application i am trying to download images from remote server dynamically

[android-developers] Re: how to handle back buttton

2010-10-25 Thread AJ
); } Thanks, AJ On Oct 25, 5:10 pm, RKJ (Android developer) rkjhaw1...@gmail.com wrote: Hi All, I want to handle the back button in customize way. What to do. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How to handle Home Button

2010-10-25 Thread AJ
Same as I told you in my previous post. Match the keycode with event.KEYCODE_HOME Thanks, AJ On Oct 25, 5:08 pm, RKJ (Android developer) rkjhaw1...@gmail.com wrote: Hi All, I need to handle home button, redirection of home button on customize way.. wt to do. -- You received this message

[android-developers] Re: error code 5: database is locked

2010-10-25 Thread AJ
Hi gcstang, Very basic but check the following:- 1- Is any other app using your DB? 2- Did you close the cursor every time when you opened it? Thanks, AJ On Oct 25, 5:41 pm, gcstang gcst...@gmail.com wrote: ping, anyone that can answer this? On Oct 16, 10:58 am, gcstang gcst...@gmail.com

[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: Question on Intents?

2010-09-13 Thread AJ
Hi Arpit, Check lainch modes of an activity (http://developer.android.com/guide/ topics/manifest/activity-element.html#lmode) and the flag FLAG_ACTIVITY_NEW_TASK Thanks, AJ On Sep 13, 11:51 am, Arpit robin.ca...@gmail.com wrote: I have the a scenario where number of Activites are invoked

[android-developers] Re: Recommendation for an Application with tons of media files

2010-09-06 Thread aj
I think the option of serving media files from a web server could solve your problem, instead of bundling all media files with the app. If you take this approach, you could either stream the media by device, or allow users to download and save the media on sd card. Also, if they accidentally

[android-developers] Re: how do i get xmlresourceparser?

2010-09-06 Thread AJ
getResources(); Thanks, AJ On Sep 7, 9:17 am, ytbryan ytbr...@gmail.com wrote: Hi all, I want to do Resource.getxml(R.xml.stringname); But how do i get to the Resource object? Thanks~! bryan -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: PhotoViewer

2010-09-06 Thread AJ
If you want to display photo one by one then take FrameLayout, else you can take GridLayout. Hope this helps. Thanks, AJ On Sep 7, 10:26 am, dhrumil dhrumilsh...@gmail.com wrote: Hello, Is there anybody who has a knowledge about Photo Viewer in Android. If I want to develop one photo

[android-developers] Re: Want to confirm that app is in background due to Home Key press

2010-08-31 Thread AJ
Hi Mark, In public boolean onKeyDown(int keyCode, KeyEvent event) , I am able to intercept event.KEYCODE_BACK. why I am not able to intercept event.KEYCODE_HOME?? Can you please throw some light on this? Thanks, AJ On Aug 31, 2:35 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug

[android-developers] Re: Want to confirm that app is in background due to Home Key press

2010-08-31 Thread AJ
Thanks Mark :) On Aug 31, 3:46 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 31, 2010 at 6:42 AM, AJ ajeet.invinci...@gmail.com wrote: In public boolean onKeyDown(int keyCode, KeyEvent event) , I am able to intercept event.KEYCODE_BACK. why I am not able to intercept

[android-developers] Re: how to know data successfully saved on server

2010-08-30 Thread AJ
You must have written code for posting data to server in a thread. So when you press the BACK key terminate that thread and show a screen that Failure Data posting to server to user Thanks, AJ On Aug 30, 12:00 pm, pramod.deore deore.pramo...@gmail.com wrote: Hi,  In my application I am sending

[android-developers] Re: Home button in Beagle board

2010-08-27 Thread AJ
from adb shell type the following command adb shell input keyevent 3 Thanks, AJ On Aug 27, 1:15 pm, SREEHARI sreehari.madhusooda...@wipro.com wrote: Hi All, I am testing some android apps in a beagle board with Android 2.1. But I came to know that there is no home button in the board. I

[android-developers] Re: Can I make a Dialog invisible?

2010-08-26 Thread AJ
you can dismiss the parent dialog and then show your child dialog. please check:- http://developer.android.com/reference/android/app/Dialog.html#dismiss%28%29 Thanks, AJ On Aug 26, 11:16 am, Mystique joven.ch...@gmail.com wrote: Hi, I have a parent dialog calling a child dialog. Can I make

[android-developers] Re: How to the GSM signal strength

2010-08-26 Thread AJ
Hi Vinay Check the example @ http://www.firstdroid.com/2010/05/12/get-provider-gsm-signal-strength/ Thanks, AJ On Aug 26, 2:38 pm, Vinay S s.vinay@gmail.com wrote: Hi XC He, Can you please suggest what should be imported to get mPhoneStateReceiver..? Regards, Vinay On Aug 26, 1

[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] Re: problem to install .apk on phone

2010-04-28 Thread AJ
@ Imran When the installation gets failed it shows the error code. Can you check that error code ? Thanks, AJ On Apr 28, 11:11 am, Nandan . bhavesh2...@gmail.com wrote: hi imran when you run a command adb devices it display only connected device and emulator. if u r using eclipse then just

[android-developers] Re: Lighting effects in android

2010-04-28 Thread AJ
@satish If your light travel is same evry time then you can show it 4-5 images as animation. Otherwise you have to write your own code. Thanks, AJ On Apr 28, 11:37 am, satish bhoyar getsatonl...@gmail.com wrote:  yes i want light ray to travel from one position to another. thanks, satish

[android-developers] Re: Lighting effects in android

2010-04-28 Thread AJ
There is a ApiDemo GLSurfaceView - a spinning triangle I hope this would help you. You want something like this. Thanks, AJ On Apr 28, 11:48 am, AJ ajeet.invinci...@gmail.com wrote: @satish If your light travel is same evry time then you can show it 4-5 images as animation. Otherwise you

[android-developers] Re: Cannot Play Audio Files In The RAW Folder

2010-04-28 Thread AJ
Paste some sample code so the people can actually see what is missing from your code. Thanks, AJ On Apr 28, 2:16 pm, arberb beqi...@gmail.com wrote: At the moment im working on an application which uses audio files and the issue is when ever my audio file gets called it gives me this error

[android-developers] Re: I cannot find a complete list of locales.

2010-04-28 Thread AJ
I am also interested to know this. Thanks, AJ On Apr 28, 2:32 pm, Hunter Peress hunt...@gmail.com wrote: Hello. I want to translate my app into all available markets. Now, from the market, we have: English (en_US) | 日本語 (ja_JP) | français (fr_FR) | čeština (cs_CZ) | Español (es_ES

[android-developers] Re: Issue with MediaPLayer

2010-04-28 Thread AJ
/topics/media/index.html Hope this helps you. Thanks, AJ On Apr 28, 2:59 pm, Mihai Fonoage fonoag...@gmail.com wrote: What error do you get? On Apr 26, 7:26 pm, arberb beqi...@gmail.com wrote: This is my script: public class MainActivity extends Activity {     @Override     public

[android-developers] Re: Starting default calendar and contacts application

2010-04-26 Thread AJ
On Apr 26, 8:44 am, Kumar Bibek coomar@gmail.com wrote: Contacts, well, It's open for any one to use. What to use. In android SDK 2.1 Contact has lot of Intents missing while launching Contact application. Thanks, AJ -- You received this message because you are subscribed to the Google

[android-developers] Re: how to connect android phone to pc using adb

2010-04-26 Thread AJ
check whether you have installed driver for galaxy-spica properly? Thanks, AJ On Apr 26, 3:19 pm, saikiran n saikiran@gmail.com wrote: Hi all,  I am aunable to connect my phone to pc. I connected it with usb cable to my pc and i opend command prompt where my android sdk is there Now i

[android-developers] Re: Starting default calendar and contacts application

2010-04-26 Thread AJ
@Anurag I didn't need any permission, as my requirement is to launch the Contact App. Thanks, AJ On Apr 26, 4:53 pm, Anurag Singh anusingh...@gmail.com wrote: Thanks Ajeet, have you set permission to write contact in your manifest.xml? - Auurag Singh On Mon, Apr 26, 2010 at 12:07 AM, AJ

[android-developers] Is this is limitation of Eclair [SDK 2.1] in Contact App?

2010-04-25 Thread AJ
,People.CONTENT_URI); i.putExtra(ContactsContract.Intents.Insert.NAME, AJ); // Address-1 i.putExtra(ContactsContract.Intents.Insert.POSTAL, Bangalore-550075); i.putExtra(ContactsContract.Intents.Insert.POSTAL_TYPE, ContactsContract.CommonDataKinds.StructuredPostal.TYPE_WORK); // Address-2 i.putExtra

[android-developers] Is this is limitation of Eclair [SDK 2.1] in Contact App?

2010-04-25 Thread AJ
,People.CONTENT_URI); i.putExtra(ContactsContract.Intents.Insert.NAME, AJ); // Address-1 i.putExtra(ContactsContract.Intents.Insert.POSTAL, Bangalore-550075); i.putExtra(ContactsContract.Intents.Insert.POSTAL_TYPE, ContactsContract.CommonDataKinds.StructuredPostal.TYPE_WORK); // Address-2 i.putExtra

[android-developers] Re: Starting default calendar and contacts application

2010-04-25 Thread AJ
Hi Anurag, You can start the contact activity in the following way:- Intent i = new Intent(Intent.ACTION_INSERT,People.CONTENT_URI); i.putExtra(ContactsContract.Intents.Insert.NAME, AJ); startActivity(i); But I am facing some problem in passing the Extra data to the activity. It looks

[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

[android-developers] Re: Problem with Vertical Scroll Bar *thumb* in WebView !!!

2010-04-09 Thread AJ
Any clue guys - AJ On Apr 8, 9:40 am, AJ ajeet.invinci...@gmail.com wrote: My code is like that :- LinearLayout     WebView      TableLayout      TableRow                         Button /                         Button /                 /TableRow         /TableLayout /LinearLayout

[android-developers] Re: Problem with Vertical Scroll Bar *thumb* in WebView !!!

2010-04-08 Thread AJ
. On Apr 8, 2:24 am, AJ ajeet.invinci...@gmail.com wrote: Hi Group, I have Linear Layout in which I show web-view at top and 2 buttons at the bottom. I load local HTML file from my asset folder and it loads properly. But it looks there is a some problem with the Vertical Scroll Bar *THUMB*, which

[android-developers] Re: how to find out memory usage by pid?

2010-04-07 Thread AJ
Hi ratson, thanks for sharing the command. When I run that command 7 numbers in a row. They did not have any column name. Can you please tell us what exactly number is for? Thanks, AJ On Apr 7, 10:21 am, ratson materem...@gmail.com wrote: i mean expensive... :) On ápr. 7, 09:15, ratson

[android-developers] Re: how to find out memory usage by pid?

2010-04-07 Thread AJ
I actually want the information regarding foe each column when you issue this command like cat /proc/1976/statm 25930 4123 1825 1 0 2484 0 - AJ On Apr 7, 10:46 am, Rémiás Máté materem...@gmail.com wrote: 2nd from right in kb On Wed, Apr 7, 2010 at 9:45 AM, AJ ajeet.invinci...@gmail.com

[android-developers] Re: how to find out memory usage by pid?

2010-04-07 Thread AJ
yeah i got the info of each column • size total program size • resident resident set size • share shared pages • trs text (code) • drs data/stack • lrs library • dt dirty pages thanks, AJ On Apr 7, 12:25 pm, Rémiás Máté materem...@gmail.com wrote: I

[android-developers] Re: How to save both Image and Text with SQLiteDatabase? And how to binding this images to a simpleCursorAdapter?

2010-04-07 Thread AJ
Hi David There in Bookmarks [Android Browser] same thing has been done. You can refer that. You can find the code as well. Thanks, AJ On Apr 7, 1:13 pm, David android.and...@gmail.com wrote: Dear All,          I want get both Image and Text from the sqLite database and show them

[android-developers] Re: How to save both Image and Text with SQLiteDatabase? And how to binding this images to a simpleCursorAdapter?

2010-04-07 Thread AJ
Hi David, Sorry I don't have any such project/source. You can check the following link. It may help you. http://groups.google.com/group/android-developers/browse_thread/thread/0ecad32a314c/8f17cf4ea95964e0?lnk=raot Thanks, AJ On Apr 7, 1:54 pm, David android.and...@gmail.com wrote: Hi AJ

[android-developers] Re: urgent-not able to display remote images in gallery

2010-04-07 Thread AJ
Hi anushree, I have done something like before. But right now I am not able to find that code. If I am able to find it out i will paste the code. Thanks, AJ On Apr 7, 3:35 pm, anushree godbole.anush...@gmail.com wrote: i am storing the imagesurl in an arrayadapter. i want to display all

[android-developers] Problem with Vertical ScrollBar thumb in WebView

2010-04-07 Thread AJ
Hi Group, I have LinearLayout in which I show webview at top and 2 buttons at the bottom. I am load local Html file from my asset folder and it loads properly. But the problem is Vertical scroll bar *thumb* appears quite big as it looks its size does not gets updated. But as soon as I press the

[android-developers] Problem with Vertical Scroll Bar *thumb* in WebView !!!

2010-04-07 Thread AJ
Hi Group, I have Linear Layout in which I show web-view at top and 2 buttons at the bottom. I load local HTML file from my asset folder and it loads properly. But it looks there is a some problem with the Vertical Scroll Bar *THUMB*, which appears quite big as the HTML page loads. But the thumb

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

2010-04-06 Thread AJ
Hi Group, Any clue please. Thanks, AJ On Apr 5, 7:57 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, Thanks for the reply, But this is not what I am looking for. Actually I am starting contact application from my application with data [like Name, phone numbers(mobile,work,faxes, etc

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

2010-04-06 Thread AJ
not able to pass Organization , Nickname, Website etc . Girish many many thanks. Pl help me out of this. Thanks, AJ On Apr 6, 10:50 am, Girish girishg...@gmail.com wrote: Hi, You mean do you want to fetch the postal address details and email details. If yes tell me i will give you the code

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

2010-04-06 Thread AJ
Hi Group, Any clue please. Thanks, AJ On Apr 6, 11:58 am, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, I do *not* want to fetch any postal address from the database. What I want is :- I am launching the Contact App from my application. I want Contact App should appear with the data

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

2010-04-06 Thread AJ
Hi group, Any clue please - AJ On Apr 6, 11:58 am, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, I do *not* want to fetch any postal address from the database. What I want is :- I am launching the Contact App from my application. I want Contact App should appear with the data I am

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

2010-04-05 Thread AJ
are present in expandable list [more section, that is in Android SDK 2.1] 2- I am *not* able to show more than 3 phone number 3- I am also *not* able to show more that 3 EMail Ids. Thanks for the information. But If you know this then please share with me. Thanks, AJ On Apr 5, 1:10 pm, Girish

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

2010-04-04 Thread AJ
Any help is really appreciated Thanks 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

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

2010-04-04 Thread AJ
Any clue please regarding my 2 problem Thanks 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

[android-developers] Re: error while calling an activity from another activity

2010-04-04 Thread AJ
Code is:- public class Pwaclient extends Activity { public void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState); Intent i=new Intent(v.getContext(),Album.class); What is this v in [(v.getContext()] ? Try this Thanks, AJ -- You received this message

[android-developers] Re: Need Help in File Functions

2010-04-04 Thread AJ
as it is *not* part of android SDK. You can only use this when you are compiling you application with full source code of android in linux environment. Thanks, AJ On Apr 4, 10:11 pm, Kumar Bibek coomar@gmail.com wrote: Not all files will have the permission to edit/delete. You should first check

[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] 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] 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] 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] 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] 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] 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] 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

  1   2   >