[android-developers] how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Hitendrasinh Gohil
Hi, I m just trying to get event through broadcast receiver when application installed firsttime. Here is my broadcastreceiver class. public class LaunchReceiver extends BroadcastReceiver { public static final String TAG=LaunchReceiver; @Override public void

[android-developers] Re: how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Zsolt Vasvari
Cannot. On Jun 16, 2:04 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I m just trying to get event through broadcast receiver when application installed firsttime. Here is my broadcastreceiver class. public class LaunchReceiver extends BroadcastReceiver {         public

[android-developers] Re: Sir,

2011-06-16 Thread Zsolt Vasvari
I assume you followed the directions for compiling the code, right? Which step is it failing on? On Jun 15, 2:16 pm, sarvesh singh sarveshg...@gmail.com wrote: Sir,  i have download the code from CODE.GOOGLE.COM http://code.google.com/. when i upload the code on eclipse sdk then it give

[android-developers] Re: android magic

2011-06-16 Thread Peter Webb
Complete list can be found here: http://tinypaste.com/b7e1e9 They haven't stolen either of my apps; probably not worth enough to steal. However many readers of this forum are being ripped-off in this manner. And they have the cheek to publicise their theft on a website frequented by the people

[android-developers] Shape having two sided border

2011-06-16 Thread Sapna Srivastav
Hi all. I would like to create a layout having a shape that has border only on 2 sides: left and right, i.e. I want top and bottom to be open. How can I achieve that defining shape in XML? Currently I have a normal 4 side border using the following shape XML definition: ?xml version=1.0

Re: [android-developers] Shape having two sided border

2011-06-16 Thread νιנαソkum
remove that padding bottom and top. then check it On Thu, Jun 16, 2011 at 12:06 PM, Sapna Srivastav sapna.ari...@gmail.comwrote: Hi all. I would like to create a layout having a shape that has border only on 2 sides: left and right, i.e. I want top and bottom to be open. How can I

[android-developers] Re: Initial setup after app install/update?

2011-06-16 Thread Jens
If your app includes a broadcast listener for one of the more spammy intents you can create a somewhat delayed setup this way. Plz remember to disable the listener afterwards using PackageManager#setComponentEnabledSetting(..) On 15 Juni, 16:29, Joshua Partogi joshua.part...@gmail.com wrote: Hi

Re: [android-developers] Shape having two sided border

2011-06-16 Thread Rajiv
Use the following shape tag: padding android:left=1dp android:top=0dp android:right=1dp android:bottom=0dp / On Thu, Jun 16, 2011 at 12:06 PM, Sapna Srivastav sapna.ari...@gmail.comwrote: Hi all. I would like to create a layout having a

[android-developers] Re: android magic

2011-06-16 Thread Peter Webb
I might add that the web page for the list of programs was last updated by tomas2605, who manages 1.9m Goggle hits. He appears to be a Vietnamese resident who works for a graphics board manufacturer in Hanoi, and hosts pirate websites in his spare time. I am sure a Vietnamese speaker would be able

[android-developers] Why seekbar progress background always rounded corner ?

2011-06-16 Thread Mansoor
Hi, I am using a red rectangular image as seekbar progress background but background is always drawing with rounded corner. how can i make it as rectangular without rounded corner? Following is my seekbar layer-list: ?xml version=1.0 encoding=utf-8? layer-list

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread String
On Thursday, June 16, 2011 6:57:36 AM UTC+1, Gheter wrote: String:- The logcat out put is: And did you read it? ERROR/Launcher(210): Launcher does not have the permission to launch Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1020

[android-developers] Re: appwidget button

2011-06-16 Thread ABSOLUT
Thanks, But how could I change the button for a progress bar, how could I know the coordinates to can change them? Thanks On 16 jun, 07:36, Saurav to.saurav.mukher...@gmail.com wrote: make the button gone and put a progress bar. when the service is over, display the button again and enable

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Mark Carter
I plan to show this message when the app detects it has been moved to the SD card (i.e. the first time it runs after the event): Android automatically disables homescreen widgets for apps that have been moved to the SD card. If you would like to use widgets, then please move this app back to

[android-developers] Re: Nexus S,how to exchange ndef data via p2p.

2011-06-16 Thread Tommy
Hi Michael : Thanks for your answer about npp.Now i got it. Regards. tommy. -- 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] Re: Problem in Searching a Location in Emulator using Google Map

2011-06-16 Thread gjs
Hi, Are you always receiving an Address for your Search in - Address x = foundAdresses.get(i); ? Try outputting Address location lat lon details returned to logcat ( yes you said you used Toast ). Try sending valid 'hard coded' lat lon details ( that are different to the currently shown map

[android-developers] How to force close the app when using multiple activity

2011-06-16 Thread HariRam
How to quit the app or force close the app when multiple activity running in background. I tried to give system.exit(0), but this will works only having single activity. In my app i have 3 activity when i tried system.exit it kills that particular activity and go back to previous activity. please

Re: [android-developers] How to force close the app when using multiple activity

2011-06-16 Thread Dianne Hackborn
Why do you want to do this? What are you trying to accomplish? This is not something normal for an application to do. On Thu, Jun 16, 2011 at 12:47 AM, HariRam hariram1...@gmail.com wrote: How to quit the app or force close the app when multiple activity running in background. I tried to

Re: [android-developers] Re: Problem in Searching a Location in Emulator using Google Map

2011-06-16 Thread Md.Fazla Rabbi OPU
Yes I tried this already But no results. In the try block* *after this line: * ListAddress foundAdresses = gc.getFromLocationName( addressInput, 5); *it can't show any result though i use Logcat or Toast. On Thu, Jun 16, 2011 at 1:39 PM, gjs garyjamessi...@gmail.com wrote: Hi, Are you always

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Raghav Sood
I did but I didn't understand it clearly. Thanks. On 6/16/11, String sterling.ud...@googlemail.com wrote: On Thursday, June 16, 2011 6:57:36 AM UTC+1, Gheter wrote: String:- The logcat out put is: And did you read it? ERROR/Launcher(210): Launcher does not have the permission to launch

[android-developers] Re: Strange exception

2011-06-16 Thread Felix Garcia Lainez
Really i got more crash logs of this type this morning. The case is that this is the most frequent crash we have got on the application (we released 2 days ago) and i would like to address it. My crash log implementation is a subclass of UncaughtExceptionHandler, in which i override this method

[android-developers] Re: jar files of packages for android.git.kernel.org applications

2011-06-16 Thread Anu
Hmm... you are trying to build core applications in Eclipse(Which is difficult) You need to have those jar files for those packages (Ex: org.javia.arity...). Follow proceedure in http://source.android.com/source/initializing.html on your linux machine. Build apps and run on emulator Good luck !!!

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Kostya Vasilyev
Raghav, Move permission INTERNET from inside activity to be directly inside manifest and rename it to uses-permission. Wrong: manifest application activity permission INTERNET Right: manifest application activity . /activity /application

[android-developers] Re: Camera bitmap too small

2011-06-16 Thread Fina Perez
Hi! If you are using the same intent and if you dont specify any new place to save the pictures, they will be automatically saved by default in the same place that the camera usually uses and they will appear automatically in the gallery app, so you dont need to do anything special. About the

[android-developers] Re: how to store places on google maps?

2011-06-16 Thread danhpc
Thanks, TreKing I'm till find out the solution. Good luck to me. :) Regards, D On Jun 15, 9:43 pm, TreKing treking...@gmail.com wrote: I'm sorry but it doesn't seem like any of this has anything to do with Android specifically.

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Raghav Sood
Okay now my manifest reads as follows: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.raghavsood.quaker android:versionCode=1 android:versionName=1.0 permission android:name=android.permission.INTERNET /

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Raghav Sood
I tried what kostya said but now the app doesn't even compile. On 6/16/11, Raghav Sood raghavs...@gmail.com wrote: Okay now my manifest reads as follows: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.raghavsood.quaker

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Kostya Vasilyev
No, your manifest is still wrong. 1 - Change permission to uses-permission inside manifest 2 - Remove android:permission=android.permission.INTERNET from application BTW, what prompted you to put 'permission' inside application? Is there a tutorial somewhere? -- Kostya 2011/6/16 Raghav Sood

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread νιנαソkum
application android:icon=@drawable/icon android:label=@string/app_ name android:permission=android.permission.INTERNET android:permission=android. permission.INTERNET why u added this line here ? On Thu, Jun 16, 2011 at 1:55 PM, Raghav Sood raghavs...@gmail.com wrote: Okay now my

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Raghav Sood
No tutorial but I used the same thing in a knots and crosses app of mine and it seemed to work. Kostya's suggestion worked perfectly. Thanks a lot On 6/16/11, νιנαソkum@r iamvijayaku...@gmail.com wrote: application android:icon=@drawable/icon android:label=@string/app_ name

[android-developers] How to make A2DP connection automatically

2011-06-16 Thread SREEHARI
Hi, I am trying to develop an application, in which my phone will act as the A2DP source and my PC with UBUNTU and bluetooth connection acts as A2DP sink. It is getting connected when I tried manually and I am able to listen the song played from phone in PC speakers. I want to make this A2DP

[android-developers] Re: Camera bitmap too small

2011-06-16 Thread Fina Perez
Hi! If you are using the same intent and if you dont specify any new place to save the pictures, they will be automatically saved by default in the same place that the camera usually uses and they will appear automatically in the gallery app, so you dont need to do anything special. About the

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Marcin Orlowski
You could also consider separating widget from main app. having two apks you could allow sd card for main user and keep widget plugin app on main memory. depending on what your widget shows it may be the way to go On Jun 16, 2011 9:33 AM, Mark Carter mjc1...@googlemail.com wrote: I plan to show

Re: [android-developers] Problem with Handlers and Thread to change the UI.

2011-06-16 Thread Kostya Vasilyev
06-15 15:49:11.467: ERROR/AndroidRuntime(271): *android.util.AndroidRuntimeException: { what=6 when=56421 } This message is already in use.* 06-15 15:49:11.467: ERROR/AndroidRuntime(271): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:171) * message1 =

Re: [android-developers] UUID in Bluetootht sample

2011-06-16 Thread wu mark
Dear Kris : Thanks. I use a Viewpad Acer A500 to communicate through the bluetooth. Mark 2011/6/15 Kristopher Micinski krismicin...@gmail.com Looks like you have the code right, if you took it from the sample it should work. Just go through with eclipse, set a breakpoint on the line

[android-developers] Re: Strange exception

2011-06-16 Thread Yahel
Hi, It can really be anything. Modded Rom, bad implementation by a few manufacturer of some of the apis. As Treking told you, in those case your best bet is to use your uncaught exception mecanism to send yourself internal logs that you generate for yourself. Not only the stacktrace but a

[android-developers] Re: How to force close the app when using multiple activity

2011-06-16 Thread Droid
The back button will take user to a non-finished activity - normal behavior. The home button should not leave an activity visible, but if you have a non-ui thread still running then that could bring an activity back to view. I kill naughty threads in carefully thought out life cycle methods and

[android-developers] Re: inflate Vs intent

2011-06-16 Thread Droid
I think fragments can do that, but I have not got my head around them yet. Also, I have never changed 'part' of a layout just on its own without redrawing all of it. Sorry I am not much help. On Jun 16, 2:46 am, New Developer secur...@isscp.com wrote: create a simple layout.xml  with a Button

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Mark Carter
Yes, I have considered that and may well end up taking that route. It's messy though, whether it's a separate app in the Market or an APK downloaded from my server (or even bundled as an asset in the main app). Also the separation means you have to handle the scenario where the widget app is an

[android-developers] Re: Cannot handle exception in a thread

2011-06-16 Thread Droid
Thanks to Murphy M for the solution to my problem. It worked like a charm. On Jun 14, 12:10 pm, Mark Murphy mmur...@commonsware.com wrote: Use runOnUiThread() around your code in the catch block, to have that stuff be done on the main application thread. On Tue, Jun 14, 2011 at 6:40 AM,

Re: [android-developers] Re: how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Hitendrasinh Gohil
is there any other way that i can get broadcast after application installed?. my application doesnt has any activity. On Wed, Jun 15, 2011 at 11:33 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Cannot. On Jun 16, 2:04 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I m

[android-developers] Multiple routes in Android maps for Honeycomb.

2011-06-16 Thread maliha
Hi, For my application I need to get all possible routes from a given source and destination, like the Get Directions functionality for google maps. Calling the map apis, I am able to get one route but not all. I didn't find documentation or tutorials, any help is appreciated. Cheerio! - Maliha.

[android-developers] Determine TextView Height

2011-06-16 Thread sahana uday
Hi, How to compute TextView Height before its laid out on screen? I'm not aware how we can use getPaint().ascent() or descent() method for computing height? Can you please provide an example?? Thanks, Sahana -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Mark Murphy
On Thu, Jun 16, 2011 at 6:39 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: is there any other way that i can get broadcast after application installed?. No. my application doesnt has any activity. Then add one. Users have repeatedly expressed their opinion that apps without a

Re: [android-developers] Multiple routes in Android maps for Honeycomb.

2011-06-16 Thread Mark Murphy
This has nothing whatsoever to do with Android. There are no route methods in the Google Maps Add-on for Android. On Thu, Jun 16, 2011 at 6:15 AM, maliha malihamari...@gmail.com wrote: Hi, For my application I need to get all possible routes from a given source and destination, like the Get

[android-developers] Re: Strange exception

2011-06-16 Thread Felix Garcia Lainez
Yes, but really the problem is that the error could be in any place!! If i have to set logs on application on each method start and end, really would be crazy, no? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-16 Thread sahana uday
Hi, Yes I'm sending the request to server in onCreateDialog(), but its an AsyncTask. In onPreExecute() show the progress dialog and onPostExecute() cancel the progress dialog. Off late I have another issue in computing textview height, I have posted this issue on a separate thread also. The

Re: [android-developers] Re: Strange exception

2011-06-16 Thread Kostya Vasilyev
You might want to try and learn more about this exception. Add information from Build globals (version and fingerprint) in your log. Find a matching version of Android sources. Another thing to log is the current stacks of all other threads, not just the one crashing. I know these suggestions

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread String
Here's mine, being used in several apps now: [app name]'s widgets are currently disabled because it has been installed to SD card. To re-enable widgets, click App settings Move to phone, then restart [app name]. Similar to yours, but I wanted to give (novice) users more explicit instructions

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread String
Did your naughts crosses app access the internet? -- 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: Application doesn't install but Icon comes in launcher

2011-06-16 Thread gaurav gupta
Hi Dude. chk ur manifest file u r using internet permission wrong. use this line above the application tag. it will work .. working in my Nexus. i only chage this.(Remove ur internet permission line from application tag) :) uses-permission android:name=*android.permission.INTERNET*/

[android-developers] Re: Strange exception

2011-06-16 Thread Yahel
really would be crazy, no? Crazy ? Yes ! Tedious ? Yes ! But you can probably narrow it down since it is raised by a TextView ontouch event. Have fun :) Yahel -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Failed to register input channel?

2011-06-16 Thread Emanuel Moecklin
I got one too (also 2.3.3): java.lang.RuntimeException: Failed to register input channel. Check logs for details. at android.view.InputQueue.nativeRegisterInputChannel(Native Method) at android.view.InputQueue.registerInputChannel(InputQueue.java:92) at

Re: [android-developers] Heart Beat Counter

2011-06-16 Thread Harsh J
My heartbeat is rising cause this wasn't for an Android device and yet the message was sent to its developers' list. Anyhow… On Thu, Jun 16, 2011 at 10:38 AM, Rohit Mishra rohitmishra...@yahoo.com wrote: Hello Friends, Greetings!! You see that someone special and your heart beat's wildly and

Re: [android-developers] Re: Failed to register input channel?

2011-06-16 Thread Nikolay Elenkov
On Thu, Jun 16, 2011 at 10:08 PM, Emanuel Moecklin 1gravity...@gmail.com wrote: I got one too (also 2.3.3): Just one? Lucky guy :) I found some suggestions that it might be a problem with the home app people are using, but I'm getting way to many of those exceptions, and most are on what appear

[android-developers] How to find total no activate devices in wifi network ?

2011-06-16 Thread shubham patni
Hello to all, Any one have idea how can find activate devices in the wifi network. pls suggest. 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@googlegroups.com To unsubscribe

[android-developers] Re: Implementing Auto-Update of an Application

2011-06-16 Thread Jake Colman
William, I'm sorry if I came across as an idiot. But what I meant was where do I found documentation of the unofficial Market API? Do I have peruse source code? Have you protected yourself somehow against the possibility that the API will not be available if/when a user updates his phone to a

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread Raghav Sood
String:- Yes the knots and crosses app serves ads from admob and hence uses the internet. Gaurav:- Thanks but I have already fixed it. Appreciate your help though. Thanks On 6/16/11, gaurav gupta gaurav.gupta...@gmail.com wrote: m attaching working copy of Quaker. On Thu, Jun 16, 2011 at

Re: [android-developers] Re: Implementing Auto-Update of an Application

2011-06-16 Thread Kostya Vasilyev
http://code.google.com/p/android-market-api/ Putting a file with latest version number somewhere on your own server seems easier to me - at the cost of having to update the file after each new release. For a small number of applications it shouldn't really be a problem. -- Kostya 2011/6/16 Jake

[android-developers] Notification sound not continuous

2011-06-16 Thread Jyothi Amaranath
Hi, I am using “notification.sound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM)” for getting notification sound and also i have set “notification.flags = notification.flags |Notification.FLAG_INSISTENT”. But still the sound i am getting is not continuous. I am using Android 2.2.

[android-developers] Lost my app's keystore file and want to update app??

2011-06-16 Thread Arpit Hada
I want to publish updated version of my app but I've lost certificate/ keystore file that I used while publishing the app's previous version. Is there any way I can upload my updated app and send the notification to it's active users? Any help would be appreciated. Thanks -- You received this

[android-developers] AndroidPlistParser

2011-06-16 Thread DID
Hello, I want to use Iphone plist files in my android apps i tried so many task but still not found any solution if have anybody solution then please tell me just simple example give in example One plist file One class where the applying plist file and one textview or listview where the

[android-developers] Problem with localhost connection

2011-06-16 Thread shah dipen
Hello Guys, I am new to android web development I want to connect to IIs server running on my laptop to my android phone and want to access web pages hosted on my local host Please help Me. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Strange exception

2011-06-16 Thread BINESH DOBHAL
On Jun 16, 5:23 am, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, I have received an exception on my application from a user that downloaded application from market. I know also that this user has a HTC Glacier with API Level 8. Also i received the same exception from other user.

[android-developers] How I can send a key event inside android service?

2011-06-16 Thread Antonio Manganelli
Hello, how I can send a key event inside android service? -- 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] Re: android gps

2011-06-16 Thread Ganesh VK
hi, To create Gps Application in android you need to select the androidversion with googleApi. and then you need check the GPS provider in your Application. On Jun 16, 7:28 am, Peeyush Mandal mandal.peey...@gmail.com wrote: how to create gps application in android -- You received this

[android-developers] Can't read Calypso card (NfcB ISO 14443-3B)

2011-06-16 Thread Julien-François COLLIN
Hello, I have 3 Calypso cards. I'm trying to read them, but I can't get an Intent for discovering the Card. The Calypso technology is a proprietary protocol implemented it top of the NFC Type B (ISO 14443-3B). I have filtered intents for either NfcB or IsoDeep but I don't get any Intent. I wonder

[android-developers] Google Backup Transport unable to backup more than 5 MB data

2011-06-16 Thread Arun
Hi team, I faced the below exception when trying to backup more than 5 MB of data to Google Server using Google Backup Transport. The error repeates after every 4-6 minutes when device is connected to Internet. 06-16 01:55:52.055 E/BackupTransportService( 248): Server policy rejection:

[android-developers] CALL ,SMS,MMS and DATA developinig in Android application

2011-06-16 Thread Ganesh Vadlakonda
Hi friends, Iam new to this group. I am developiong one application in android. that has implementation regarding the call,sms,mms and data transfer. will please help me how to use these concepts in android. Thanks in Advance. -- You received this message because you are subscribed to

[android-developers] Issues: ‘appVersion’ is being reported as ‘null’ in Android device (MDN)

2011-06-16 Thread Chitra
Hi All, Am getting Application version name (From manifest) by using below code, PackageInfo packageInfo; try { packageInfo = getPackageManager().getPackageInfo(getPackageName(), 0); String verName =

[android-developers] Re: Can I get GPS fix?

2011-06-16 Thread Vladimir
No ideas? It's really bad.. -- 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] Re: Android WindowManager

2011-06-16 Thread jyothi
Dear All, Thanks you your response.. But as u know an activity can have more than one window..i wanted to know how is the windowmanager managing those windows while trying to switch from one window to another window.how it internally maintains all the window states... Thanks in advance On Jun

[android-developers] Any way Application Publisher get to know details on users who bought the application from Market?

2011-06-16 Thread vaidyanet
I am happy to know that Android now provides the LVL for the license verification. How ever there so many discussions on the net over how easily it can be breaked. So I was plannng to have the double check over licensing. We have a cloud server which application communicates to get some processing

[android-developers] Problems streaming videos in Android 2.2

2011-06-16 Thread Kiview
When I try to stream a video file from my server on Android 2.2 (on the Samsung Galaxy Tab) I get a -82 error, meaning Error returned when the video container is not valid for progressive playback. However, the same code works well vor Android 2.3 devices. And streaming audio from the same

[android-developers] Notification sound not continuous

2011-06-16 Thread Jyothi Amaranath
Hi, I am using “notification.sound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM)” for getting notification sound and also i have set “notification.flags = notification.flags | Notification.FLAG_INSISTENT”. But still the sound i am getting is not continuous. I am using Android 2.2.

[android-developers] [Android3.1]Can't find my worked mouse in UsbManager getDeviceList()

2011-06-16 Thread young40
I have a moto Xoom with Android 3.1, and a Thinkpad USB mouse. I connect Xoom and the mouse, everything goes well, I got a cousor, click, drag works. I'm trying to List my USB devices with new APIs in Android 3.1. some codes like: UsbManager manager = (UsbManager)

[android-developers] Re: mysql connection using Ksoap2 API

2011-06-16 Thread Chandra Sekaran Ramasamy
I can access data from mysql database using ksoap, but i can face one i can get one row response as string ..i can't access a group of rows from mysql using ksoap its through an classcast exception -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Bootloader, FOTA 2.3.3

2011-06-16 Thread James Maylen
Can we please have an update on the Bootloader, FOTA 2.3.3 issue, I would like a working phone again! Thanks James -- 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] set/change Android emulator Phone Number

2011-06-16 Thread dynaaaaaaamic
Hi, Tried many things but couldnt get any option for setting/changing the Android Emulator phone number. Please let me know if any one knows. 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] compile in NDK, 3rd party shared library linked error

2011-06-16 Thread 维江 郭
i m trying to build shared library named libbestv.so by ndk-build this library uses functions from prebuilt shared library libbcti.so and libbcti.a i have tried 2 methods to build it but both are failed. call for help first. my Android.mk file likes this: LOCAL_PATH:= $(call my-dir)

[android-developers] application not running

2011-06-16 Thread Parikshit Shekhawat
Hi all I am new to android and i have developed application fro temperature conversion. When i run the program. lt launches the virtual device bu as i take my cursor on VD it stops. can you people help me in this. Thanks in advance. parikshit singh shekhawat -- You received this

[android-developers] want to know more about web services

2011-06-16 Thread Nasreen
Hi, I m Nasreen Ustad, i want know more about Web Service, Xml Parsing, plz send me some links and small demos related to web services. Thank You -- 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] Radio App

2011-06-16 Thread Ruddee
Hi Guys, I am looking for help with the build of a basic Internet Radio App that plays back an internet Radio station from an IPhone,Blackberry and Andriod, I will be very grateful if this can be developed for me. I am running on a tight Budget at the moment but all I am looking for is

[android-developers] Re: Any way Application Publisher get to know details on users who bought the application from Market?

2011-06-16 Thread Zsolt Vasvari
Have you tried clicking on an order and see what it shows? On Jun 16, 9:03 pm, vaidyanet vaidya...@gmail.com wrote: I am happy to know that Android now provides the LVL for the license verification. How ever there so many discussions on the net over how easily it can be breaked. So I was

[android-developers] Re: Issues: ‘appVersion’ is being reported as ‘null’ in Android device (MDN)

2011-06-16 Thread Zsolt Vasvari
What is an MDN? Microsoft Developer Network? On Jun 16, 6:25 pm, Chitra chitramas...@gmail.com wrote: Hi All,         Am getting Application version name (From manifest) by using below code,                  PackageInfo packageInfo;                  try {                  packageInfo =

[android-developers] ListView - text straddling items

2011-06-16 Thread Zsolt Vasvari
I would like to put a small-font text between 2 line items of a ListView. Basically, I would like the top half of the text to be over one list item and the bottom half to be over the other item. I cannot think of a simple way of doing this, but can anyone even think of a difficult way? -- You

Re: [android-developers] application not running

2011-06-16 Thread sippy zenma
give your code On Thu, Jun 16, 2011 at 3:50 PM, Parikshit Shekhawat tercetpariks...@gmail.com wrote: Hi all I am new to android and i have developed application fro temperature conversion. When i run the program. lt launches the virtual device bu as i take my cursor on VD it stops.

[android-developers] Re: want to know more about web services

2011-06-16 Thread Zsolt Vasvari
Will get right to it Give me about a month. On Jun 16, 7:18 pm, Nasreen ustad.nasr...@gmail.com wrote: Hi, I m Nasreen Ustad, i want know more about Web Service, Xml Parsing, plz send me some links and small demos related to web services. Thank You -- You received this message

[android-developers] Re: Implementing Auto-Update of an Application

2011-06-16 Thread Zsolt Vasvari
You can put that on Google AppEngine. The very big drawback is that your application will suddenly require the Internet permission. On Jun 16, 9:38 pm, Kostya Vasilyev kmans...@gmail.com wrote: http://code.google.com/p/android-market-api/ Putting a file with latest version number somewhere on

Re: [android-developers] ListView - text straddling items

2011-06-16 Thread Kostya Vasilyev
Paint half the text on one item, and the other half on the other, by using a special view that would offset the text's position before drawing (so it's clipped). Other than that, use a special view type, just for the text, and have your adapter inject them as necessary. You might put the standard

[android-developers] Re: multiple opengl context and shared textures

2011-06-16 Thread Paolo
UPDATE 2: I've understand I have to create an EGLContext in the first rendering thread and share it with the second one, as explained here http://comments.gmane.org/gmane.comp.handhelds.android.devel/130165 But it isn't enough... At this link

Re: [android-developers] Radio App

2011-06-16 Thread Daniel Drozdzewski
On Thu, Jun 16, 2011 at 12:22 PM, Ruddee ruy...@hotmail.com wrote: Hi Guys, I am looking for help with the build of a basic Internet Radio App that plays back an internet Radio station from an IPhone,Blackberry and Andriod, I will be very grateful if this can be developed for me. I

[android-developers] Want sample code for After playing songs when to make call

2011-06-16 Thread Bharathiraja R
Hi All, I want to check while playing song want to make call and need to check music is resuming. please find my code below. //scannedFiles is an ArrayList object as entire list of songs there in phone. playMusic(){ int val = randomMusic.nextInt(scannedFiles.size()); Uri data =

[android-developers] Re: Problem with localhost connection

2011-06-16 Thread Streets Of Boston
In your URLs on the phone or emulator, localhost or 127.0.0.1 resolve to the phone (or emulator) itself. Instead, use 10.0.0.2 (i think this is the correct IP-address) for accessing the PC/Mac that your phone is connected to (your emulator is running on). -- You received this message because

Re: [android-developers] UUID in Bluetootht sample

2011-06-16 Thread Kristopher Micinski
Hrrm... and what did the exception tell you? The exception has a .text field that will tell you why it fails. What did that say? On Jun 16, 2011 5:46 AM, wu mark androidmark2...@gmail.com wrote: Dear Kris : Thanks. I use a Viewpad Acer A500 to communicate through the bluetooth. Mark

Re: [android-developers] compile in NDK, 3rd party shared library linked error

2011-06-16 Thread David Turner
You should post this to android-ndk instead. Use LOCAL_STATIC_LIBRARIES instead of LOCAL_STATIC_LIBRARY Similarly, LOCAL_SHARED_LIBRARIES instead of LOCAL_SHARED_LIBRARY Hope this helps 2011/6/16 维江 郭 sawae...@gmail.com i m trying to build shared library named libbestv.so by ndk-build this

Re: [android-developers] Problem in Searching a Location in Emulator using Google Map

2011-06-16 Thread TreKing
On Wed, Jun 15, 2011 at 11:25 PM, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: If the message *Couldn't get connection factory client *is not a problem then why i don't get any output Presumably because you have another problem. Yes I tried this already But no results. In the try

[android-developers] Passing Touch Event to Parent

2011-06-16 Thread zosq
I have a custom ViewSwitcher in which I implemented touch events so I am able to scroll through screens using the touchscreen. My layout hierarchy looks like this: ViewSwitcher LinearLayout ListView / /LinearLayout LinearLayout ListView / /LinearLayout

Re: [android-developers] debugging in eclipse and CONFIRM keyword???

2011-06-16 Thread Tor Norbye
The property sheet bug is a bug specific to Eclipse 3.6.2. In other versions of Eclipse, it should just work, and in ADT 12 we've added a workaround for 3.6.2 as well. You can download a preview build from http://tools.android.com/download/ . -- Tor On Wed, Jun 15, 2011 at 9:23 PM, jesb

[android-developers] New O'Reilly book for Motorola Xoom users

2011-06-16 Thread jacek
Please check out our eBook reader/bookstore for Honeycomb https://market.android.com/details?id=com.ambrosoft.searchlib In the featured section of the Bookstore you will find Motorola Xoom: The Missing Manual by Preston Gralla. eCarrel is a new, official digital distribution channel for

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Mark Carter
I wanted to make clear this was an Android limitation rather than something specific to the app. I'm guessing most users would have manually moved the app to SD so they know where to go. But maybe that's not right if the installLocation is auto? Maybe it's enough to include a button (in the

  1   2   >