[android-developers] Re: Aidl Error : couldn't find import for class org.json.JSONObject

2011-07-08 Thread rashmi
Hi Mark, I am working on froyo2.2 source code. My aim is to include the 'import org.json.JSONObject' statement in aidl file. It is giving the build error - 'couldn't find import for class org.json.JSONObject'. I also tried creating a project in Eclipse and including an aidl file with import

[android-developers] Galaxy Tab and Market filtering

2011-07-08 Thread nadam
The old Galaxy Tab 7 is said to be a large mdpi device but it uses hdpi drawables. I did an experiment to create an app with the following restrictions in the manifest. uses-sdk android:minSdkVersion=1 / uses-feature android:name=android.hardware.touchscreen android:required=false /

[android-developers] Re: Sending GPS coordinate to emulator reboots it

2011-07-08 Thread Sapna Srivastav
My application running absolutely fine on Android 2.1 and 2.2. But problem arises when I run the application in android 2.3 and later version emulator. On Jul 7, 12:05 pm, Ali Chousein ali.chous...@gmail.com wrote: Bbbrrr, looks scary. I've been working extensively with GPS signal and have been

Re: [android-developers] Re: How can Button clicks be sent to a View that has been disabled?

2011-07-08 Thread Filip Havlicek
Did you try setting setClickable(false) as well? 2011/7/8 William Ferguson william.ferguson...@gmail.com Has no one seen an incidence of this occurring? I would have said flat out it can't occur except that I see a couple of instances each day. Does this mean that all handler code needs to

Re: [android-developers] how to typecast String data to Object data type java/Android

2011-07-08 Thread NaveenShrivastva
On Fri, Jul 8, 2011 at 10:27 AM, TreKing treking...@gmail.com wrote: On Thu, Jul 7, 2011 at 8:55 PM, Latcho spamtha...@gmail.com wrote: I you had actually answered the question or remained silent you too had served the list because I don't know what that means. A) I was actually

[android-developers] edit pdf with android?

2011-07-08 Thread Hitendrasinh Gohil
Hi, Is it possible edit pdf in android? If yes than_ is it possible that i can edit the pdf page by drawing some text or shape? -- 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: Hide TextView after some time

2011-07-08 Thread MG
Did that, thanks :) It is my first real app, so there are surely still lots of things that are done in an ugly way. Best regards, Matic On Jul 7, 3:19 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 7, 2011 at 9:16 AM, MG matic.goropev...@gmail.com wrote: Solved. Created new

[android-developers] Eole Survival Update Beta tester needed

2011-07-08 Thread TobyKaos
Hello, I am preparing a new major update for Eole and the paper ball. If you want to try it and answer to a survey, please go to http://www.chaos-interactive.com to know what to do. Thank you, Thibaut Aubrun Chaos Interactive -- You received this message because you are subscribed to the

[android-developers] Re: How get button event in Notification panel?

2011-07-08 Thread shubh
@Marcin Orlowski : so is it possible for upgrade above 3.0 ? On Jun 29, 11:49 am, Marcin Orlowski webnet.andr...@gmail.com wrote: On Jun 29, 2011 8:17 AM, shubh shubhampatn...@gmail.com wrote: hi thanks Murphy, so is there any other way to get two events from Notification panel. not

[android-developers] Re: Galaxy Tab and Market filtering

2011-07-08 Thread Droid
I am guessing that samsung old tab does not 'like' sdk 1. Sdk 4 is my minimum version because I assume sdk 1 is just 'too old'. Not very scientific but works for me. :) On Jul 8, 7:47 am, nadam a...@anyro.se wrote: The old Galaxy Tab 7 is said to be a large mdpi device but it uses hdpi

Re: [android-developers] Re: Android and OSGi/Apache Felix

2011-07-08 Thread Daniel Drozdzewski
On 7 July 2011 23:07, Jesse gotosl...@gmail.com wrote: I have looked at that, but the EZDroid community hasn't been updated since 2009 and there is practically no content on their site. This makes me think it is completely abandoned. They do link to some code which was presented at a

[android-developers] android exit application

2011-07-08 Thread nageswara rao rajana
Hi, I have 3 activites in my application. Exit in menu options. This is the code i am using for my exit Code for menu options: public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.main, menu); return

Re: [android-developers] Re: Aidl Error : couldn't find import for class org.json.JSONObject

2011-07-08 Thread Mark Murphy
On Fri, Jul 8, 2011 at 2:04 AM, rashmi rashmi@gmail.com wrote: Hi Mark, I am working on froyo2.2 source code. My aim is to include the 'import org.json.JSONObject' statement in aidl file. It is giving the build error - 'couldn't find import for class org.json.JSONObject'. I also tried

[android-developers] How to set ListView to render in right-to-left direction

2011-07-08 Thread linnuxxy
how to configure ListView to display text in Right-to-left direction? I'm developing an Arabic app Sorry if it is a primitive question, but I'm an newbie... and I've been searching for 2 hours without luck... -- You received this message because you are subscribed to the Google Groups

[android-developers] onReceive not working with android.provider.Telephony.SMS_RECEIVED

2011-07-08 Thread afpineda
Hi. Hope someone can help with this. This quite simple code is not working and I don't know why. It is supposed to receive incoming SMS intents and write some words to logcat and display a Toast. DDMS reports com.example process being created when I send a sms, but nothing else happens. The

[android-developers] How to install several versions of activity from one Eclipse project?

2011-07-08 Thread Anna
Hello all! I need your advise. I'm writing an application in Eclipse. Every time, when I run the activity from Eclipse, it is reinstalling. Question is: Is it possible to preserve previous versions of activity in device? Or do I need to create the new project each version of activity? Thank you

[android-developers] am and broadcasting to a single component

2011-07-08 Thread Alex Pruss
I've been trying to broadcast an intent to a single component. For instance, I have two apps, ExecMount and IntentTest, with manifest intent filters that watch for android.intent.action.MEDIA_MOUNTED. I do: am broadcast -a android.intent.action.MEDIA_MOUNTED -n

[android-developers] ListView recycle views that are visible on screen

2011-07-08 Thread Amir Tsafrir
I have a problem with ListView which recycles views that are visible on the screen. I can have up to 4 items in my the ListView, they are all visible on screen. After I update a property of an object in the ArrayList that the ListAdapter uses i call the notifyDataSetChanged() method of the

[android-developers] Relative layout java

2011-07-08 Thread JCC
Hello, I created a relative layout by code in java wich basically is a list on wich each row has 3 elements.. name, age and sex but then i want that age be displayed below name and the image of the gender be displayed on the right of the screen (not imediatly right of the name). the problem is

Re: [android-developers] android exit application

2011-07-08 Thread Mark Murphy
On Fri, Jul 8, 2011 at 5:34 AM, nageswara rao rajana nagu.raj...@gmail.com wrote:      I have 3 activites in my application. Exit in menu options.        This is the code i am using for my exit    Code for menu options:              public boolean onCreateOptionsMenu(Menu menu) {

[android-developers] Use of the Android logo and likeness

2011-07-08 Thread Remout
I've building a website and graphics to go with my App. What is Google's position on use of the Android robot and or it's likeness? Thanks! -- 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: Dalvik VM Java Annotations has very poor Performance

2011-07-08 Thread Bruno Vinicius
Hi Dan! Tks for your reply! The retention police of the annotations is Runtime, because in need of the annotated values at runtime. I can post the code, but it is far to long. I wrote an litle article explaining why its used and my whole solution. Check it out if you please. It is originally

[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
Hello , thanks for your answer. what I had done is : Cma1= Camera.open() // to open the main camera Cam2 = Camera.open(1) // to open the front camera and I set listeners to both camera. what i need to know, is it possible to activate the cameras in same time?. thanks for help. On 7 juil, 05:55,

[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
Hello guys . I'm new in this forum. I program in android, I want to know if it is possible to use both the camera phone in same time. I tried to do this, but it doesn't work. I did it like this : Camera1 =Camera.open() // to open the main Camera. Camera2 = Camera.open(1) // to open the front

[android-developers] Re: Keep app from restarting when touching icon from Home screen

2011-07-08 Thread jayesh
Even I am facing same problem..Do you got any fix? -- 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

Re: [android-developers] Re: EditText stops displaying characters as I'm typing?

2011-07-08 Thread e2gGuy
OK, did that and listed a couple of Web references from last year that appear to be the same problem. Chuck -- 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

[android-developers] Re: Locations using Google Maps

2011-07-08 Thread Cindy
Thanks. I thought ItemizedOverlay was used whenever you have a list of of geographic coordinates? On Jul 6, 10:27 pm, TreKing treking...@gmail.com wrote: On Wed, Jul 6, 2011 at 2:23 PM, Cindy cindy...@gmail.com wrote: Since there are a lot of eye doctor locations, what's the best way to

Re: [android-developers] How to set ListView to render in right-to-left direction

2011-07-08 Thread Romain Guy
RTL/BiDi is currently not fully supported by Android. On Fri, Jul 8, 2011 at 2:02 AM, linnuxxy ahmad.aloba...@gmail.com wrote: how to configure ListView to display text in Right-to-left direction? I'm developing an Arabic app Sorry if it is a primitive question, but I'm an newbie... and

Re: [android-developers] Re: Sending GPS coordinate to emulator reboots it

2011-07-08 Thread Mark Murphy
The Android 2.3 emulator does not support GPS fix emulation, due to a bug that has never been fixed. The Android 3.0 emulator worked for this the last time I tried it, but I avoid using that emulator for obvious reasons. I have not tried this on an Android 3.1 emulator. On Fri, Jul 8, 2011 at

[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
Hello, What I tried to do, is to activate and use the data of the main camera and the front camera at the same time. I did like this : * Camera_1 = new Camera(); Camera_2 = new Camera(); Camera_1 = Camera.open(); // to open the main camera Camera_2 =

[android-developers] Replace an existing app without deleting existing files

2011-07-08 Thread Jing
Hi. I want to replace the previously installed app (e.g. A.apk) with a new version. But when I install the new one , it always unistall the previous one first. Since I have to keep some data files in previous one, is there any way to replace/override previous app without deleting any files. thx in

[android-developers] different user screen

2011-07-08 Thread muthumani
Is it possible to customize a single user screen(xml file) depending upon the user who logs in? consider that one or two buttons in that screen should be completely hidden for some selected users -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Building a commercial app that uses maps

2011-07-08 Thread David
Thanks for the info and links! somehow I missed the Location api in my search, so really its the directions service, that can be called via the web services. seems odd that this is not encapsulated into the mapping api. When I said state of play about the rate limiting, I mean does anyone know

[android-developers] Re: Building a commercial app that uses maps

2011-07-08 Thread David
Hi again, so I was reading around the Google Web Services forums, and it does seem that the mobile shared IP issue could be a problem. One post suggests that a significant portion of mobiles in France share only 30 outward facing ip addresses in total. But non of this is officially documented

[android-developers] Android emulator gets stuck in Ubuntu 10.04 (Lucid)

2011-07-08 Thread vyom
I am trying to run the Android emulator on Ubuntu, and it gets stuck at a specific point all the time, and does not move forward. I ran the emulator on the Mac with the same options and the emulator is able to move forward, launch more applications (like the binder) and get to a usable state.

[android-developers] Load in image based on screen size and density

2011-07-08 Thread dutchiedave
I know how to load images for an ImageView based on size and density (using layout and drawable folders etc), but I would like to load an image for processing based on size and density of the device. The use case is I have a 'single image' which comprises 52 images representing a deck of cards. I

[android-developers] Best approach for dealing with application with many images

2011-07-08 Thread dutchiedave
I have an application that uses many images. Each screen resolution has its own set of images. I would like to publish my application in the Android Market. To keep the final application size small it would seem the best solution is to have a different application for each screen size, so each

Re: [android-developers] How to install several versions of activity from one Eclipse project?

2011-07-08 Thread Raghav Sood
If you want to preserve different versions you will have to change the package name for each version. On Thu, Jul 7, 2011 at 7:08 PM, Anna anna.be...@gmail.com wrote: Hello all! I need your advise. I'm writing an application in Eclipse. Every time, when I run the activity from Eclipse, it is

Re: [android-developers] Android emulator gets stuck in Ubuntu 10.04 (Lucid)

2011-07-08 Thread Raghav Sood
What is the configuration of your ubuntu system? RAM, CPU etc. On Thu, Jul 7, 2011 at 8:02 PM, vyom deepak.j...@gmail.com wrote: I am trying to run the Android emulator on Ubuntu, and it gets stuck at a specific point all the time, and does not move forward. I ran the emulator on the Mac

Re: [android-developers] Use of the Android logo and likeness

2011-07-08 Thread Mark Murphy
http://www.android.com/branding.html On Thu, Jul 7, 2011 at 10:19 AM, Remout bobbeas...@gmail.com wrote: I've building a website and graphics to go with my App. What is Google's position on use of the Android robot and or it's likeness? -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] RenderScript: rsDebug messages not displayed with logcat

2011-07-08 Thread Neo
Hi, I'm trying to explore RenderScript examples, I could not see debug statements from native renderscript layer (i.e. rsDebug from .rs files) in logcat when running any of of the examples, however I can see all messages from other layers, I'm printing at verbose level, Am I missing something or

[android-developers] ListView items height

2011-07-08 Thread omar0226
Hi! I have to build a functionality that would allow the user to browse the tweets from a twitter account. My problem is how to know the appropriate height for the items in the list, since each tweet has a variable number of characters, how do I know the height for each item in the list (as a

[android-developers] Re: Implementing a REST web Server and Client in android device.

2011-07-08 Thread JochenR
Hi, with PAW that should possible. You have several possibilities from using BeanShell, existing Java classes or using PHP. Bye Jochen -- 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: [android] app does not show up after wake up

2011-07-08 Thread oochieman
Is your activity still active? You may need an intent to restart it. I did read somewhere that it's not good practice to start an activity from a broadcast receiver. The usual way seems to be to add a notification and let the user choose to start it, like receiving a sms message. I know that if I

[android-developers] Force Close when opening app after pressing home button

2011-07-08 Thread Jo Mon
Is there a way to make my game open without force closing when ever the user presses the home button and then goes back to the app. -- 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] Intent.ACTION_USER_PRESENT is not triggered before screen lock

2011-07-08 Thread Federico Pelloni
I have a service running in background that checks the orientation sensor, I'd like it to stop checking when screen is locked as my service does nothing useful then. I've done this with a BroadcastReceiver which listens for ACTION_SCREEN_OFF and ACTION_USER_PRESENT. While the first works well, I

Re: [android-developers] different user screen

2011-07-08 Thread Mark Murphy
In Java, if you detect that this is the special user, call setVisibility(View.INVISIBLE) on those Buttons. On Fri, Jul 8, 2011 at 4:26 AM, muthumani ct.muthum...@gmail.com wrote: Is it possible to customize a single user screen(xml file) depending upon the user who logs in? consider that one or

[android-developers] Re: A way to adding Unicode font to SoftKeyboard

2011-07-08 Thread Édouard Lopez
@Vinodkumar If I'm not mistaken, the change will only work on its custom system. So it's not a good solution if Randil want to ship his apps through the Android Market. @Randil, if you find a workable solution let me know, I'll probably need something similar for chinese. Cheers, Éd On Jul 7,

[android-developers] Live Streaming in Android

2011-07-08 Thread deepak
Hi, I am developing an application where i need to live stream from my Ip camera to the android phone. Any help on how i can accomplish this??? -- 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: how to implement UniqueFieldValueConstraint in db4o on Android ?

2011-07-08 Thread Gamlor
Hi. I've answered this also on the db4o forum. This is a copy of my answer: Which version of db4o are you using? To me that looks like some kind of regression / accidental API breakage. Instead of the UniqueFieldValueConstraintViolationException the EventException is thrown. The unique-field

השב: RE: [android-developers] SIP + BT Doesn't work

2011-07-08 Thread Guye
I dont think its related to the phone. I've tried it with Nexus1 as well and it fails there too. -- 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

Re: [android-developers] Re: Locations using Google Maps

2011-07-08 Thread Mark Murphy
You need to have geographic coordinates for your eye doctors. The Google Maps add-on for Android does not have a showEyeDoctors() method. :-) On Thu, Jul 7, 2011 at 10:47 AM, Cindy cindy...@gmail.com wrote: Thanks. I thought ItemizedOverlay was used whenever you have a list of of geographic

[android-developers] How to publish the application in test mode

2011-07-08 Thread Сергей Большаков
Hello all. I have created application, has uploaded it to market and clicked save button. I see publish and save buttons, but nothing about how i can test app after upload it. Wha t should i do to able to download my app from market in test mode. If i click publish, my app will be avalible for

Re: [android-developers] Force Close when opening app after pressing home button

2011-07-08 Thread Mark Murphy
Sure: fix the bug that causes the force close. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your force close. On Fri, Jul 8, 2011 at 2:31 AM, Jo Mon ebau...@gmail.com wrote: Is there a way to make my game open without

[android-developers] How to get information on what happened before an unexpected phone shut down.

2011-07-08 Thread RestoDruid
After a phone has booted back up from an unexpected shut down, is there a place where I can go look for errors? Maybe hardware malfunctions, kernel crashes that caused it to shut down, etc? My understanding is that logcat clears when the phone reboots, so this is not useful for my case (correct

[android-developers] Re: calendar set repeat for an event

2011-07-08 Thread leslie.karpati
Thanks! Where can I find a how to for that? Leslie. On júl. 7, 05:54, TreKing treking...@gmail.com wrote: On Tue, Jul 5, 2011 at 3:25 PM, leslie.karpati leslie.karp...@gmail.comwrote: How could I add this function? Use the official online Google Calendar API.

[android-developers] SDK Tools r12, scaling down emulator window

2011-07-08 Thread lnxtux
Folks, I have a need to run the emulator with scaled down window (please don't suggest to always run it at 100% scale, it has to be scaled down, period). Typically started as emulator @AVDNAME -scale 0.8. Everything was just fine until I upgraded to SDK Tools 12. Now the emulator window has

Re: [android-developers] ListView recycle views that are visible on screen

2011-07-08 Thread Mark Murphy
On Thu, Jul 7, 2011 at 4:48 AM, Amir Tsafrir atsaf...@gmail.com wrote: I have a problem with ListView which recycles views that are visible on the screen. I can have up to 4 items in my the ListView, they are all visible on screen. After I update a property of an object in the ArrayList that

[android-developers] Samsung Galaxy Tab dictionary

2011-07-08 Thread Lukas Kalt
Hi all We want to edit the internal dictionary of the Samsung Galaxy tab. With other Android devices this is no problem. You can just add Words with the android.provider.UserDictionary.Words class or delete and update words with a ContentResolver and the Content URI definded in said class. When I

[android-developers] Simple Image Download

2011-07-08 Thread angelfish
Hi, I have spent hours searching for tutorials on downloading a file to a folder on my phone. Despite my best efforts I still haven't been able to accomplish this task. Here is what I have so far. It is within a on button click handler, I will place the code in a separate class when I get

[android-developers] TabWidget WebView Help

2011-07-08 Thread MGR
Trying to build a four (4) tab TabWidget (position top), each with seperate WebView targeting three (3) HTML5 mobile web pages with one (1) call me button with preprogramed number. Tried numerous tutorials for hours, nothing has worked..anyone? Thanks, M -- You received this message because

Re: [android-developers] Re: calendar set repeat for an event

2011-07-08 Thread Mark Murphy
http://code.google.com/apis/calendar/ On Thu, Jul 7, 2011 at 4:59 PM, leslie.karpati leslie.karp...@gmail.com wrote: Thanks! Where can I find a how to for that? Leslie. On júl. 7, 05:54, TreKing treking...@gmail.com wrote: On Tue, Jul 5, 2011 at 3:25 PM, leslie.karpati

[android-developers] Resources$NotFoundException when running integration tests

2011-07-08 Thread Mike Mangino
I have an android 3.0 project and associated test project that have been under development for a few months. We are currently testing via maven, but we see the same thing using eclipse or intellij IDEA. When we run the tests, we randomly see errors like the following:

Re: [android-developers] SDK Tools r12, scaling down emulator window

2011-07-08 Thread Mark Murphy
http://code.google.com/p/android/issues/detail?id=18299 On Thu, Jul 7, 2011 at 6:03 AM, lnxtux lin...@gmail.com wrote: Folks, I have a need to run the emulator with scaled down window (please don't suggest to always run it at 100% scale, it has to be scaled down, period). Typically started

[android-developers] How to start the Volume dialog in Setting app from somewhere else?

2011-07-08 Thread pengguang
The volume dialog is of type RingerVolumePreference, not a subclass of Activity. I have tried the 'am start' command, and it failed. I want to start this dialog from another app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-08 Thread petr.maza...@mautilus.com
Hello, the Nexus S device NXP PN544 NFC controller supports not only SWP for UICC based SE, but also the S2C (aka NFC-WI) for the external, e.g. micro SD card SE. Does anybody know how this can be enabled and what it means for the SD card? That is not relevant for the Google Nexus S (there is not

[android-developers] NFC and the secure element on the SD card

2011-07-08 Thread petr.maza...@mautilus.com
Hi, does anybody see the possibility to enable (by enable I mean even compile the sources, e.g. as shown by Gerald Madlmayr on the http://www.nearfieldcommunicationsworld.com/2011/02/13/35913/uncovered-the-hidden-nfc-potential-of-the-google-nexus-s-and-the-nokia-c7/) the NFC NXP 544 to work in

[android-developers] Minimize activity on back key press

2011-07-08 Thread sandeep kumar
On Back Key press i want to minimize the application, How can i do this??? public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { //Here i want to put minimize code.. pls give me this statement return true; }

[android-developers] Re: How to create a Text File

2011-07-08 Thread sandeep kumar
File root = Environment.getExternalStorageDirectory(); File textFile = new File(root, name.txt); FileWriter writer = new FileWriter(textFile); BufferedWriter out = new BufferedWriter(writer); out.write(Your Data); out.close(); This will create file in SD card On Jul 6, 10:53 pm, Vishal

[android-developers] how to differ reject call and miss call

2011-07-08 Thread prabhat shishodia
How i differ reject call and miss callits urgent please reply me as soon as possible. -- with regards Prabhat singh -- 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] logcat -c

2011-07-08 Thread qiongju
Hi all I'm trying to fetch logs from system,and this is my solution: Process p=Runtime.getRuntime().exec(logcat -d -v time -b main *:D) InputStream is=p.getInputStream(); then write the inputstream to a file, some guys may say it's more conveniently to use logcat -f filename. but the filter-spec

[android-developers] Socket server TCP on Android

2011-07-08 Thread Raffaele Albertini
I have a problem with the creation of a socket server that listen on a port and run on phone. When my code run this istruction InetAddress serverAddr = InetAddress.getByName(192.168.1.103); server = new ServerSocket(,5,serverAddr); there is an

[android-developers] block outgoing SMS / MMS and calls

2011-07-08 Thread raghu reddy
hi frends, Can you tell me how you would block outgoing SMS / MMS and calls to some numbers but allow others ? -- Thanks Regards, B.Raghavender Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Minimize activity on back key press

2011-07-08 Thread Mark Murphy
On Thu, Jul 7, 2011 at 8:58 AM, sandeep kumar pksandeepku...@gmail.com wrote: On Back Key press i want to minimize the application, How can i do this??? public boolean onKeyDown(int keyCode, KeyEvent event) {        if (keyCode == KeyEvent.KEYCODE_BACK) {                //Here i want to put

[android-developers] how to block an sms?(ASAP)

2011-07-08 Thread raghu reddy
Hi Frends, Im in discussion with the client today ragarding how to block an outgoing sms which are in whitelist Please do help in this... Any small suggestion / link regarding that can be a great help. -- Thanks Regards, B.Raghavender Reddy -- You received this message because you are

Re: [android-developers] A way to adding Unicode font to SoftKeyboard

2011-07-08 Thread Randil Pushpananda
Thanks Vinod. I ll check it. On Thu, Jul 7, 2011 at 9:55 AM, Vinod Pache vinodpach...@gmail.com wrote: u have to put the font in the system folder of android .have to make an entry in the source of the skia libraray of the android source code.. path to source code:-

[android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
hi, i have an issue when i tried inflate popup layout created programmatically, in this code broke: LinearLayout layout_pop = new LinearLayout (); layout_pop.setId(R.id.layout_pop); View = getInflater().inflate(R.id.layout_pop,null); this throw an Exception, resource not found, in xmlparser. The

Re: [android-developers] Help. I need to pull and eventually send a value via webview

2011-07-08 Thread Richard Diuk
yes I need to display it and pull the hidden value. and i was just using an httpGet for supplying the other value back(but I'm really not set on any one method) On Thu, Jul 7, 2011 at 3:58 AM, Filip Havlicek havlicek.fi...@gmail.comwrote: Do you need to display the webpage? Or you are just

[android-developers] Re: Patent Infringement notice by Lodsys.

2011-07-08 Thread AdamRedwoods
My other thought re:Google is they specifically have a section in their Developers documentation that encourages in-app billing: http://developer.android.com/guide/market/billing/index.html This alone should allow developers to demand a little assistance from Google. If nothing else, Google and

[android-developers] Not able to run a simple Android Program on Eclipse 3.5.2 IDE - Caused by: java.lang.IllegalStateException

2011-07-08 Thread Sagar K
Hi Everbody, I facing this Strange problem today. I'm not able to run a simple Android Program because of the below Error. Error logged from Debug UI: org.eclipse.core.runtime.CoreException: Plug-in com.android.ide.eclipse.adt was unable to load class

[android-developers] Buy multiple Items from Google Market Billing

2011-07-08 Thread Saurabh Minni
Hi, I would like to know if there is a way to allow same item to be purchased in quantity of 2 or more from the Google Market Billing. Say there is an item X which the user wants to purchase. But instead of making him do multiple requests for same item, is there any way to make this a single

[android-developers] Organise

2011-07-08 Thread selvanayaki selvi
Android Developers android-developers@googlegroups.com -- 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] regarding android developer group

2011-07-08 Thread shafali impetus
Hi, After joining the group i am able to reply the post but all my replies went to the mail id of the respective person. I am not able to see my reply in the discussion thread. Can you please let me know how to achieve this? Thanks, Shafali -- You received this message because you are

Re: [android-developers] Need help with a Spinner

2011-07-08 Thread shwetha NV
Hi All, Docs anyone is having idea about kakaotalk application? its free for android devices. I would like to know technology used implementation -- 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: Array Adapter Problem

2011-07-08 Thread Shafali Gupta
Please check whether your items variable has some value or not. On Jul 6, 4:20 pm, Teodor Ciuraru a_kid_with_a_gui...@yahoo.com wrote:   I have a problem when trying to move the content of the EditText in the Spinner using that ArrayAdapter, I really don't know what to do, please have a look:

[android-developers] Re: Audio

2011-07-08 Thread Shafali Gupta
you can make use of Media Player to play the audio file. On Jul 7, 3:06 pm, kaushik p kaushiks...@gmail.com wrote: Hi all is there any way we can our own voice for the button click . I want some .mp3 file to be played when a button is clicked . Can anyone  please help me do it ? --

Re: [android-developers] Re: Patent Infringement notice by Lodsys.

2011-07-08 Thread sweta android
On Fri, Jul 8, 2011 at 9:33 AM, Chris crehb...@gmail.com wrote: I'm guessing whatever was communicated was sent 'in confidence' and by emanating the contents would hurt whatever case he had. Best to leave this question alone for a lil while. -- You received this message because you are

[android-developers] Instant messenger

2011-07-08 Thread sweta android
Hi All, For my final year project I am planning to develop Instance messenger application for android platform. which will be similar to popular android application kakao talk . can any one help to begin.. Thanks, Shwetha -- You received this message because you are subscribed to

[android-developers] Implemetation of kakao talk

2011-07-08 Thread shwetha NV
Hi All, Docs anyone is having idea about kakaotalk application? its free for android devices. I would like to know underlying technology used implementation -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] MediaPlayer - Streaming

2011-07-08 Thread Thanh Le Cong
Hello Everybody, I want to use MediaPlayer play a file mp3 or video with Streaming. I have code: try { String path = http://codpro.tk/test.mp3;; mediaPlayer = new MediaPlayer(); mediaPlayer.setDataSource(path);

[android-developers] How to use broadcast receiver. It won't pick up the DISCOVERY_STARTED message??

2011-07-08 Thread Steven Bruce
Ok I am totally stuck. I am trying to scan for bluetooth devices but it needs a broadcast receiver and I've never used them before. I set up my receiver correctly in the manifest: receiver android:name=.BluetoothReceiver android:enabled=true intent-filter

[android-developers] Re:issue with adb going offline on windows 7 PC

2011-07-08 Thread vennapusa
Hi all, i am doing stress testing on the android phone by running the perl script on windows 7 PC which uses adb driver for sending commands , which will do some kind of testing on UI applications. while running the test, adb is going offline. even if we do adb-kill-server and adb devices , it is

[android-developers] implementation of kakao talk

2011-07-08 Thread sweta sweta
Hi All, For my final year project am planning to creat instant messaging application. Since kakao talk is very popular for android mobile. I would like to know underlying technology used for implementation of kakao talk messenger. can any one help me to start with this project. -thanks --

[android-developers] [Voice Capture]

2011-07-08 Thread Dayvid Victor
Hello Everybody, I need to implement a voice recognition system and right now, I'm using google service (calling the voice recognition as a intent) ... Well, I already made a server that receives a stream and process the speech, but I want the audio capture be like the google intent ... when

[android-developers] Select Contact as First Step in Application

2011-07-08 Thread Bsweet
I want to use the built in functionality to select a contact as the first step in my application. 1. User clicks my app icon 2. Contact Select Appears 3. My Activity Appears How do I go about this? Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Post about Broadcast Receiver

2011-07-08 Thread Steven Bruce
Hi I posted on yours group about a problem I am having with a broadcast receiver. That was about four hours ago and I still haven't seen it appear on the group yet? Is this normal or was it rejected for some reason? Steve -- You received this message because you are subscribed to the Google

[android-developers] Two Processes exist in One Android Application. Really?

2011-07-08 Thread LoveScorpio
Hello, everyone, It's painful for me to get the answer. Is it possible to have more than one processes in one Android application? Anyone could help me? Would you please give me an example? How could we implemente two processes in one Android application? Thank you very much. -- You received

[android-developers] Android SDK tools revision 12 and Proguard

2011-07-08 Thread Yongki
I am not so sure if I re-post this here, but I am having big problem that the Android SDK tools that I updated now can't support proguard. It happens even when I tried to export a signed simple hello project with no library used, I get conversion to dalvik format failed with error 1 Proguard. I

[android-developers] Android SDK tools revision 12 and Proguard

2011-07-08 Thread Yongki
I have just updated to Android SDK tools revision 12, now all of a sudden, my project with proguard can't be export. I get the message error conversion to Dalvik format failed even a simple hello message application with proguard setting enable. Is there anything I miss here? -- You received

[android-developers] Unable to run the streaming video - URGENT CRITICAL

2011-07-08 Thread BZ
Hello I am trying to run the video but it gives me white screen. Can anyone please help me asap. Its urgent and critical public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.web_main);

  1   2   3   >