[android-developers] Re: ListView problem is back.

2009-11-14 Thread Sergey Vasilinets
Goog Morning Dan, Thank you for your reply. This project is very simple and there isn't such functions as delete and edit. That's why only action with the size of adapter is adding and it's in safe method of AsyncTask On 14 ноя, 06:52, Dan Dumont ddum...@gmail.com wrote: I'm pretty sure that if

[android-developers] Re: Help! Force close after renaming package

2009-11-14 Thread FJMustak
I'm not exactly sure how to display the stack-trace in eclipse... But here is exactly what I did: - Using the Snake example that came with the 1.1 SDK, I replaced com.example.android.snake with com.example.android.snake2 in the .java files, and in the manifest. I also renamed the directory from

[android-developers] Strategy for installing large apps on Archos 5 tablet

2009-11-14 Thread westmeadboy
I have an app which has a download size of about 7MB and an installed/ configured size of about 25MB. So far, I've been handling this by using the SD card for the baulk of the data. This works fine although the installation process is a little cumbersome. I notice the smallest of the Archos 5

[android-developers] Restore Previously saved Cookie on HttpClients

2009-11-14 Thread vekexasia
Hello there, I'm looking for a way to restore the previously saved cookies on the HttpClient. Have someone tried this before? Bests, Andrea -- 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] Strategy for installing large apps on Archos 5 tablet

2009-11-14 Thread Mark Murphy
westmeadboy wrote: I have an app which has a download size of about 7MB and an installed/ configured size of about 25MB. So far, I've been handling this by using the SD card for the baulk of the data. This works fine although the installation process is a little cumbersome. I notice the

[android-developers] How to control the playing of a song over Multiple Activities...

2009-11-14 Thread Shre555
Suppose I want to start a song in Activity A see to it that it plays in Activity B when I move from Activity A to B Now after moving from Activity B to Activity C I want to stop that song and play another song. PleaseI need Help on this cant figure it out some how -- You received

[android-developers] Re: How to control the playing of a song over Multiple Activities...

2009-11-14 Thread RichardC
Use a service to play your song(s), control/monitor the service from your Activities A, B and C -- RichardC On Nov 14, 11:34 am, Shre555 shreyas1...@gmail.com wrote: Suppose I want to start a song in Activity A see to it that it plays in Activity B when I move from Activity A to B Now after

[android-developers] Re: Problem with communicating Thread with progressBar

2009-11-14 Thread Lance Nanek
Is this what you are trying to do? final Handler mHandler = new Handler() { public void handleMessage(Message msg) { Log.i(TAG, Received message. Checking if location still null.); if(location!=null){ Log.i(TAG, Location not null.

[android-developers] Securing a paid app

2009-11-14 Thread jax
I am wondering how I might go about securing a paid app on Android. I am thinking of selling the application from my own website via PayPal, however, how will I stop people from sharing it with their friends etc. Does Android have any type of native support for this? -- You received this

[android-developers] Re: Problem with communicating Thread with progressBar

2009-11-14 Thread adag
Lance, Wonderful. Thanks very much for your kind explanation. Re, ag On Nov 14, 11:53 am, Lance Nanek lna...@gmail.com wrote: Is this what you are trying to do? final Handler mHandler = new Handler() {         public void handleMessage(Message msg) {                 Log.i(TAG, Received

[android-developers] Re: Can't receive UDP packets correctly

2009-11-14 Thread Pierre
No problem on the Android 2.0 emulator... I'm testing on 1.5 emulator... On 14 nov, 01:43, Pierre pierredur...@gmail.com wrote: Do you know if it's a bug ? Is it possible to receive UDP packet on android ? Is there any example ? On 12 nov, 22:27, Pierre pierredur...@gmail.com wrote: each

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-14 Thread AngelOD
Hi, I would just like to add here, that I have a Scandinavian HTC Hero, and I've tried to recreate several of these errors, without luck, so whatever it is, that causes it, I'd have to assume it's not in the Scandinavian release of the firmware. Just in case someone wanted to note that to HTC

[android-developers] Re: Growing pains for Android developers??

2009-11-14 Thread gosh
I think you hit the 'nail on the head' Niko with your We can't judge Google based on knowledge we DONT have. - and maybe its the legal team who are driving the car. The tech side of Android, including this group's info-feeders and strokers of the many considerable egos amongst us, are Great - and

Re: [android-developers] Re: ListView problem is back.

2009-11-14 Thread Dan Dumont
Can you post a sample? On Nov 14, 2009 4:23 AM, Sergey Vasilinets sergey.vasilin...@googlemail.com wrote: Goog Morning Dan, Thank you for your reply. This project is very simple and there isn't such functions as delete and edit. That's why only action with the size of adapter is adding and it's

[android-developers] [Android-Java] Why String \0 is converted to [65533,65533]

2009-11-14 Thread Joes
All, While I'm programming the Android SMTP code,I met a confused problem with code similar as the following: String str= \0 username \0 passwrd; After executed the code, I found \0 is intepreted as two undisplayable char. Then I executed the folloing debug code: String sZero = \0; int

[android-developers] Re: How to launch the browser

2009-11-14 Thread anand
Hi guys, I am trying to make an appwidget to be displayed when we click a button. I am having a simple application which has a button. When the button is clicked,it will send a broadcast message. I am implementing an appwidgetprovider class in the same application. I have overridden the

[android-developers] Re: Can't receive UDP packets correctly

2009-11-14 Thread Pierre
Please, tell me i'm wrong : It looks that received packet are truncated after n bytes. n is the size of the first received packet. Seriously, this bug make me mad ! It only happens on MY phone ! On 14 nov, 13:59, Pierre pierredur...@gmail.com wrote: No problem on the Android 2.0 emulator...

[android-developers] How can I turn off the display?

2009-11-14 Thread wonae
Hi, I'm trying to find the API function that turns off the display. Is it possible to turn off the display in my app? Thank you in advance :) -- 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: Can't receive UDP packets correctly

2009-11-14 Thread Pierre
I can reproduce this bug in the Android 1.5 emulator ! On 14 nov, 15:26, Pierre pierredur...@gmail.com wrote: Please, tell me i'm wrong : It looks that received packet are truncated after n bytes. n is the size of the first received packet. Seriously, this bug make me mad ! It only happens

[android-developers] Re: Growing pains for Android developers??

2009-11-14 Thread wonae
Hey guys, I'm a Korean and we don't even find a way to sell our apps!! We have to earn a little cash only with AdMob :_( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Speech Recognition makes a beep when the user Cancels. This is bad.

2009-11-14 Thread GregM
If the user cancels the speech dialog, it makes a little beeping sound. You might think that beeping sounds is an innocent little thing, but it broke my app. See, after my app is done speaking, it starts listening again for the user to get its attention. When the app beeps, it assumes this is

[android-developers] Re: Documentation deficiencies.

2009-11-14 Thread Paul
I agree totally with what Tim wrote. Lots of deficiencies and undocumented things. I just spent 2 days trying to figure out why my ItemizedOverlay subclass was not rendering OverlayItems that had their own marker. Finally found something that mentioned setting the bounds of the marker. Totally

[android-developers] viewflipper deck?

2009-11-14 Thread Wouter
Hey, How can i make something like this: http://mippin.com/buzzdeck I want to make a deck of itinerary items (for my application TripIt). So a new screen per itinerary.. I tried to make this with a viewflipper but it shows the full view on the screen and i cannot see the other decks on the

[android-developers] Re: Why String \0 is converted to [65533,65533]

2009-11-14 Thread Andrei
just a guess that u want to do this instead \\0 On Nov 14, 8:58 am, Joes joyj...@gmail.com wrote: All, While I'm programming the Android SMTP code,I met a confused problem with code similar as the following:     String str= \0 username \0 passwrd; After executed the code, I found \0 is

[android-developers] Re: Securing a paid app

2009-11-14 Thread Andrei
What u want to do is to tie your app to one device How u do it up to u On Nov 14, 7:12 am, jax jackma...@gmail.com wrote: I am wondering how I might go about securing a paid app on Android. I am thinking of selling the application from my own website via PayPal, however, how will I stop

[android-developers] Barcode

2009-11-14 Thread Paul Townsend
Hi I just wondering if I wanted to display a barcode on my phone so that a scanner could scan it, ie like the reward cards apps, how would I go about creating the barcode in a view. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Securing a paid app

2009-11-14 Thread jax
Yes, that is why I have posted the question because I don't know how to do it. Has anyone done this before or know of a method for achieving this? On Nov 14, 10:23 pm, Andrei gml...@gmail.com wrote: What u want to do is to tie your app to one device How u do it up to u On Nov 14, 7:12 am,

[android-developers] Re: Can't receive UDP packets correctly

2009-11-14 Thread Pierre
Ok, to sumarize : My program receive UDP packets. On my HTC Hero (Android 1.5) and on emulator 1.5-1.6, i can't receive UDP packets correctly. They are truncated after the first byte (i receive only 1 byte packets). No problem in the Android 2.0 emulator On 14 nov, 15:57, Pierre

[android-developers] Re: Why String \0 is converted to [65533,65533]

2009-11-14 Thread Joes
I just wanna know, with what condition can cause this issue. I think it's probably because of the charset setup which is controlled by makefile or something else. I need a direction to look into. Thanks On Nov 14, 9:18 am, Andrei gml...@gmail.com wrote: just a guess that u want to do this

[android-developers] Person using Sprint Hero can't see application?

2009-11-14 Thread g1bb
Hello, I have someone e-mailing me that they can't see my application in the Market. Is there something specific that I need to put in my manifest? They're using a Sprint Hero. Here's my manifest: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

Re: [android-developers] Re: Help! Force close after renaming package

2009-11-14 Thread TreKing
To get the stack trace, just look at the LogCat view in eclipse when the program crashes (sometimes the debugger stops at the crash point so you may have to continue execution until it shows up). Alternatively, run the DDMS tool a select your running AVD to see the LogCat. I haven't really

[android-developers] File passed to sever os of size zero

2009-11-14 Thread Mike88
Hello, I have written a java client for the android and I have a java server that runs on pc. the problem is when my file is sent to the pc the file is read but ends up with size zero. Anyone got any ideas why. Help is much appreciated. The code is shown below Client: import

Re: [android-developers] Barcode

2009-11-14 Thread Mark Murphy
Paul Townsend wrote: Hi I just wondering if I wanted to display a barcode on my phone so that a scanner could scan it, ie like the reward cards apps, how would I go about creating the barcode in a view. Here are two possibilities: 1. You store on the phone the barcode as an alphanumeric value

[android-developers] Debugging on HTC Tattoo

2009-11-14 Thread Aasha
I have just got myself a new HTC Tattoo which is NOT carrier locked. Now I'm unable to find out how to use that to debug my application. Is is possible to do that on an unlocked HTC Tattoo? If so, can someone point me to some resource outlining how to do that? Thanks and Regards Aasha -- You

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Klaus Kartou
Our app use the following permissions: android.permission.ACCESS_FINE_LOCATION - android.permission.INTERNET - android.permission.ACCESS_COARSE_LOCATION - android.permission.CAMERA - android.permission.ACCESS_NETWORK_STATE - android.permission.WRITE_EXTERNAL_STORAGE But why should

Re: [android-developers] Barcode

2009-11-14 Thread Paul Townsend
Humm hoping there were barcode fonts or something, I wanted to create a barcode from a number that you store into the app. I could do the web service thing I just didn't want it to be an image although the generated one will be of high quality so will scan fine. 2009/11/14 Mark Murphy

Re: [android-developers] Barcode

2009-11-14 Thread Mark Murphy
Paul Townsend wrote: Humm hoping there were barcode fonts or something, I wanted to create a barcode from a number that you store into the app. I could do the web service thing I just didn't want it to be an image although the generated one will be of high quality so will scan fine. Well,

Re: [android-developers] Debugging on HTC Tattoo

2009-11-14 Thread Mark Murphy
Aasha wrote: I have just got myself a new HTC Tattoo which is NOT carrier locked. Now I'm unable to find out how to use that to debug my application. Is is possible to do that on an unlocked HTC Tattoo? If so, can someone point me to some resource outlining how to do that? I can tell you that

Re: [android-developers] Barcode

2009-11-14 Thread Paul Townsend
Ok thanks for your help, I would only need the code 39 one its for a Parkrun barcode and they use just a standard barcode but in the interest of space prob the web service is the way to go on android. 2009/11/14 Mark Murphy mmur...@commonsware.com Paul Townsend wrote: Humm hoping there were

[android-developers] Re: Android on LG KM900 ARENA

2009-11-14 Thread kingrz
AMD_SINGLE.bin and A250img.bin have been dissambled. Experimental kernels are almost compiled. Come and help us to improve the chances to port ANDROID on the LG ARENA. On Nov 11, 10:57 am, kingrz raoul.zivo...@inet.hr wrote: If you want to help or see how is going the project go

[android-developers] Does MotionEvent.getEdgeFlags() ever return anything other than 0 ?

2009-11-14 Thread davemac
I was expecting the getEdgeFlags() method of MotionEvent to tell me when a MotionEvent had reached the edge of something, but the value returned from getEdgeFlags() is *always* zero. Is this the expected behavior? The documentation says that the flags indicate when a touch has reached the edge of

Re: [android-developers] Re: Links in WebView context menu?

2009-11-14 Thread Mariano Kamp
Mark, thanks for the hint. Reading the API documentation I would have never guessed what it does. It seems that you get the marked link back and when long clicking on a link it get's selected and so this work for me. Cheers, Mariano On Wed, Nov 11, 2009 at 2:33 PM, Mark Murphy

[android-developers] Dell Mini 3 emulator skin now available for Android 2.0 SDK

2009-11-14 Thread Tea Vui Huang
Dell Mini 3 emulator skin now available for Android 2.0 SDK http://teavuihuang.com/android The Dell Mini 3, a keyboardless touch-screen Android phone was launched on 13th November 2009. It will initially be available only from China Mobile and Brazil's Claro. This emulator skin brings the Dell

[android-developers] Re: Stacking a ListView with other widgets below?

2009-11-14 Thread Mark Wyszomierski
One more question on this - it seems like if we use a header or footer view - then our activity can not add any other views? Example: LinearLayout ListView // with header and footer views. /LinearLayout the above works perfectly with focus getting routed correctly etc. The focus acts

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread blindfold
Hi Klaus, Did you check if my camera app shows up on the Market for the HTC Tattoo? My The vOICe for Android app (search for seeingwithsound on the Market) uses uses-sdk android:minSdkVersion=4 / uses-permission android:name=android.permission.CAMERA/ uses-permission

[android-developers] Re: Android 2.0 SDK - BluetoothSocket Question

2009-11-14 Thread Chen Ganir
Nick, Thanks. Didn't know which discussion board you were reading more often :) Thanks for your response. Chen Ganir. On Nov 14, 2:31 am, Nick Pelly npe...@google.com wrote: Answered this one on android-platform. On Thu, Nov 12, 2009 at 6:58 AM, Chen Ganir chen.ga...@gmail.com wrote:

[android-developers] How can I select or click on an item in a ListView?

2009-11-14 Thread lau ka man
As I mentioned in the email subject, I want to select an item (e.g. Department of Human Resource Management) in my ListView. And you can see that: I had try to use setClickable(true), setChoiceMode(ListView.CHOICE_MODE_SINGLE), setFocusable(true), setFocusableInTouchMode(true), no matter I use

[android-developers] Re: Focus between views and lists issue/problem with Donut

2009-11-14 Thread Mark Wyszomierski
Ok this seems to be a bug unfortunately: http://code.google.com/p/android/issues/detail?id=4255#c2 On Nov 14, 2:47 pm, Mark Wyszomierski mar...@gmail.com wrote: Brady, did you come up with a work around for this? I'm having the same problem, and I can't come up with some sort of temporary fix

[android-developers] Re: Stacking a ListView with other widgets below?

2009-11-14 Thread Mark Wyszomierski
This is problem is probably related to this ListView bug: http://code.google.com/p/android/issues/detail?id=4255#c2 On Nov 14, 1:07 pm, Mark Wyszomierski mar...@gmail.com wrote: One more question on this - it seems like if we use a header or footer view - then our activity can not add any other

[android-developers] Re: How can I select or click on an item in a ListView?

2009-11-14 Thread Mark Wyszomierski
I think you need to use: ListView.setOnItemClickListener() instead. On Nov 14, 2:25 pm, lau ka man ivancar...@gmail.com wrote: As I mentioned in the email subject, I want to select an item (e.g. Department of Human Resource Management) in my ListView. And you can see that: I had try to

[android-developers] Need help with using multiple views within a Listview

2009-11-14 Thread JasonMP
Hi all, I,m trying to build a custom Listview and Adapter to populate the screen with items from a database. I need to have a checkbox in each view that when clicked will display a number in a textview from the database within that particular Listview item, and then also update the checked

[android-developers] Re: Focus between views and lists issue/problem with Donut

2009-11-14 Thread Mark Wyszomierski
Brady, did you come up with a work around for this? I'm having the same problem, and I can't come up with some sort of temporary fix for it sadly. On Oct 14, 5:10 pm, Brady brady.kro...@gmail.com wrote: Ok, I did some more sleuthing and this is definitely a bug. I modified the 1.5 SDK API demo

[android-developers] Re: Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-14 Thread Micah
I am working on a similar project over at: http://code.google.com/p/google-authenticator-for-android/ The end goal is to simulate the Google Account Authenticator found on the Droid so that developers can use Google Accounts on their AVDs, as well as people with 2.0 phones without Google Accounts

[android-developers] Archos/Android development

2009-11-14 Thread Lee
So I started porting an app over for the Archos developer 'contest'. Got the skin, switched back to 1.5. Perhaps someone, somewhere has some small experience with developing for the Internet Tablet 5 - I have no 'extended status bar' showing on the emulator, which the appslib document advises

[android-developers] Re: Can't run or debug my app on Eclipse

2009-11-14 Thread yuvalkesten
Happens to me as well. Running on Google ION with Cyanogen 4.2.4, Windows XP. All apps are having this problem. -- 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] Donuts Cupcakes

2009-11-14 Thread Bala
Enjoy the pictures: http://web-on-the-go.com/people/android.shtml These pictures were taken using Android G1 phone at Google, Mountain View, CA. Best, Bala -- 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: Can't run or debug my app on Eclipse

2009-11-14 Thread yuvalkesten
Hi - I think it's somehow connected to the build.props file of your android device since my problems started after I changed this file so I will be able to run the droid maps app on my google ion and the everything returned to normal after I reflashed the cyanogen 4.2.4 image (Which probably fixed

[android-developers] Re: PopupWindow with GridView - Trouble with inflating view

2009-11-14 Thread k_day
I did notice that if I remove popupview.setAdapter(new ImageAdapter(this)); I no longer throw the exception. Am I using the Adapter wrong? Any help would really be appreciated. On Nov 10, 7:29 pm, k_day kevin.r@gmail.com wrote: I tried to post on

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Edward Falk
Oh, and more importantly, the Android market should have a tool that allows developers to get a list of devices that their application won't be shown for, and why. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Archos/Android development

2009-11-14 Thread Thomas Riley
Firstly, here is the APK: http://files.appslib.com/apps/marketplace/appslib.apk Is that the one giving the 404 error? Its working me me. As for testing, I guess it would be best to try and find someone with a archos device and try it proper. I do hope my applications get validated :) On Nov

[android-developers] Is there a list of standard Intent specifications?

2009-11-14 Thread MrChaz
I'm looking into getting my application to show up when the user tries to 'share' a picture via the Gallery application I can't, however, find any information about how exactly to go about this. I get that I need to declare an intent filter for the SHARE action, what I can't seem to find is how

Re: [android-developers] Is there a list of standard Intent specifications?

2009-11-14 Thread Mark Murphy
MrChaz wrote: I'm looking into getting my application to show up when the user tries to 'share' a picture via the Gallery application I can't, however, find any information about how exactly to go about this. I'd try supporting ACTION_SEND and see if that gets you in there. -- Mark Murphy (a

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Edward Falk
Wait, so people are reporting problems with the CAMERA permission? Let me guess, if you need that permission, then the app isn't shown to phones that don't have cameras? What if the app *can* use the camera, but doesn't *need* to use the camera. What if it runs just fine on devices without

[android-developers] adb cannot find my dev phone

2009-11-14 Thread Antonio Si
Hi, I just got my android dev phone, but when I invoke adb devices, it only shows: List of devices attached no permissions What does it mean? What is the problem and how should I fix it? Would appreciate any input. Thanks. Antonio. -- You received this message because you

[android-developers] Re: Choosing Dev Phone

2009-11-14 Thread Edward Falk
I don't know if someone else mentioned this, but I want to stress that 99% of developers do NOT need a dev phone. If you just want to write android apps in Java and run them, any phone will do this. Dev phones are for if you want to do OS-level development. I'd much prefer a phone that can

[android-developers] BAck to Activity after WebView

2009-11-14 Thread toby
Hello, I've been searching and looking for this answer for quite some time now. I want to display a little HTML in a webView. When the User read the HTML, he's supposed to use the back button to go back to the previous activity. However, it closes the App. How can I make it go back to the last

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Klaus Kartou
Hi Blindfold, Sorry I dont have a HTC Tattoo to test :( Thats our problem...some users reported that they couldnt find our app on Market with their Tattoo. But we have no idea why? To Edward: HTC Tattoo has a camera, so that cannot be the reason our apps are not showing. What to do? :D Cheers

[android-developers] Re: Securing a paid app

2009-11-14 Thread Paul Turchenko
TelephonyManager telManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); telManager.getDeviceId() will give you the device ID (IMEI for cell phones). This is how you can tie your application to the device. The rest (license generation, your program - server

[android-developers] Optional permissions (revisited)

2009-11-14 Thread Jonas Petersson
Hi all, I know this was discussed on this list about a year ago, but as far as I could tell it ended up with Dianne saying that it may be done, but was not a priority at the time. Situation: I've had a few requests from users of one of my apps that they would prefer to disable for instance

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-14 Thread ZillCE
The icon I was using was the only one on the phone created by the installation in All Programs. It was not an icon placed on the desktop. Is there is a way to delete and recreate the icons in All Programs? = On Nov 13, 3:19 pm, Dianne Hackborn hack...@android.com wrote: On

[android-developers] Pause game

2009-11-14 Thread Huynh Ngoc Vu Nguyen
Hi all! I have a game in android platform. I want to implement pause game function but I don't known stop current threat and resume it when re-play. Please help me solution! Thanks all, Best, Nguyen -- Huynh Ngoc Vu Nguyen Add: Duy Xuyên - Quang Nam E-mail: vunguye...@gmail.com Phone:

[android-developers] Re: adb cannot find my dev phone

2009-11-14 Thread Lee Jarvis
Read the documentation: http://developer.android.com/guide/developing/device.html If it's a permissions issue try running `abd kill-server` followed by `adb devices` as root, if your device shows you can either leave it be, and switch back to a regular user and commence with debugging etc, or

Re: [android-developers] Pause game

2009-11-14 Thread Mark Murphy
Huynh Ngoc Vu Nguyen wrote: Hi all! I have a game in android platform. I want to implement pause game function but I don't known stop current threat and resume it when re-play. Please help me solution! You could use a semaphore:

[android-developers] Re: Choosing Dev Phone

2009-11-14 Thread Alberto
I have a G1 dev phone and can't see any paid apps in the marketplace with the device. On Nov 14, 12:21 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I have a Google ION and can purchase and download any app I want. I believe only rooted phones are restricted from downloading paid

[android-developers] Re: Pause game

2009-11-14 Thread davemac
Not sure exactly what you're asking here, so here goes: If you're asking how the user can tell the game to pause, then you need some sort of control in the UI that the user can invoke to trigger the pause action in your game. This could be a very small button, maybe in the corner of your game

[android-developers] Re: Optional permissions (revisited)

2009-11-14 Thread Edward Falk
Other opinions? I agree absolutely. -- 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] how to reject a call using Android SDK

2009-11-14 Thread Muhammad Bilal
Hi, My question is really simple and to Geeks and experts in Android development, is it possible to reject a incoming call using Android SDK 1.6 or higher ? regards MB -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: App name/icon problems on Hero after reboot

2009-11-14 Thread Dianne Hackborn
On Sat, Nov 14, 2009 at 3:18 PM, ZillCE zillce...@gmail.com wrote: The icon I was using was the only one on the phone created by the installation in All Programs. It was not an icon placed on the desktop. Is there is a way to delete and recreate the icons in All Programs? Sorry I didn't

Re: [android-developers] Does MotionEvent.getEdgeFlags() ever return anything other than 0 ?

2009-11-14 Thread Dianne Hackborn
I don't know what device you are running on, but on things like the G1 and myTouch, the touch screen isn't able to accurately detect locations at the far edges of the screen, so when you reach that area the location will be pinned to the very far edge and the flag set. Note that this is referring

Re: [android-developers] Person using Sprint Hero can't see application?

2009-11-14 Thread Dianne Hackborn
Are you sure the Here is running 1.6 (which is the minSdkVersion 4 you are specifying)? On Sat, Nov 14, 2009 at 7:53 AM, g1bb corymgibb...@gmail.com wrote: Hello, I have someone e-mailing me that they can't see my application in the Market. Is there something specific that I need to put in

Re: [android-developers] Can't we have multiple instances for root of a task, in the same task?

2009-11-14 Thread Dianne Hackborn
That is the normal behavior, and something you pretty much don't want to change. Why do you want to do this instead of having multiple instances of an activity in the same task? On Sat, Nov 14, 2009 at 1:56 AM, pink 444 pnk...@gmail.com wrote: Hi all, I am trying to know the

[android-developers] installing Android 1.6+ on headless Linux server

2009-11-14 Thread azad
Hi, I am not sure how to install Android 1.6+ on a headless Linux server. Our continuous integration build machine is a headless server in the cloud. Following the instructions, I downloaded android-sdk_r3-linux.tgz, untarred it, added its location to my path, and tried to update. This what I

[android-developers] Re: Does MotionEvent.getEdgeFlags() ever return anything other than 0 ?

2009-11-14 Thread davemac
I've got a Motorola Droid. The location values approach 0 or 480 or 854 but never quite get there. The emulator also doesn't ever quite get to the edge of the screen. - dave On Nov 14, 8:17 pm, Dianne Hackborn hack...@android.com wrote: I don't know what device you are running on, but on things

[android-developers] android-x86 test build 20091113 is available

2009-11-14 Thread Yi Sun
The Android-x86 project is glad to announce a new test build 20091113 for public testing. A live cd ISO and USB image are available from our site:    http://www.android-x86.org/download    http://code.google.com/p/android-x86/downloads/list Features Build 20091113 is Android 1.6 (Donut) based

[android-developers] Invalid Audio Buffer Size on Samsung Galaxy

2009-11-14 Thread joelt
The following works fine on a G1 but gives an error on the Samsung Galaxy. I was hoping cross-platform support would be better than this. See error below. private final static int RATE = 44100; private final static int CHANNEL_MODE = AudioFormat.CHANNEL_CONFIGURATION_MONO; private

[android-developers] Re: Person using Sprint Hero can't see application?

2009-11-14 Thread Alexey Volovoy
Most of the Heros running 1.5 , although upgrade afaik is available. So minSdk should be 3 ( or you'll run into the same problem with CLIQ users ) target SDK should be 4 On Nov 14, 9:53 am, g1bb corymgibb...@gmail.com wrote: Hello, I have someone e-mailing me that they can't see my application

[android-developers] Re: Invalid Audio Buffer Size on Samsung Galaxy

2009-11-14 Thread joelt
It is also spitting this out: WARN/AudioHardwareMSM72XX(1018): getInputBufferSize bad sampling rate: 44100 Is there an API that will tell me which rates it _does_ support? It doesn't look like it. On Nov 14, 8:57 pm, joelt j...@harpsoft.com wrote: The following works fine on a G1 but gives an

[android-developers] Re: Growing pains for Android developers??

2009-11-14 Thread Kieran
Android 2 SDK released: 27th Oct Droid released: 6th Nov So that's 9 days (with a weekend) to test our apps at the new resolution, make any necessary fixes, then deploy to the Market. I don't think that's enough, and ultimately it's the Droid users that suffer. On Nov 15, 1:00 am, wonae

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread Kumaravel Kandasami
Did NOT see my app (Money Now Preview) on the VERIZON new DROID phone. I personally searched for my app on the Market app - Weird did not see the app on my friends phone. Weird !! Looks like there could some settings on the phone or need to change any thing on my app .. not clue. Any

[android-developers] Re: Help! Force close after renaming package

2009-11-14 Thread FJMustak
Thanks for the help! I looked at the LogCat view and it pointed me to what I was missing... It was in the layout XML file. Works now. On Nov 14, 7:58 am, TreKing treking...@gmail.com wrote: To get the stack trace, just look at the LogCat view in eclipse when the program crashes (sometimes the

[android-developers] Re: Person using Sprint Hero can't see application?

2009-11-14 Thread Walter
I had the same problem, here is the solution from one user: I found that the fault was caused by modifying the build.trout.prop to enable Google Maps Navigation, this in turn broke protected apps in the 1.6 marketplace.apk Just letting you know incase anyone else has the same issue, they need to

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread SoftwareForMe.com SoftwareForMe.com
*Money Now - PreviewFREE* **SAISK LLC **000 It's there! I have a Moto Droid on Verizon. Could this be a regional thing? Im in Washington State. Scott SoftwareForMe.com Makers of PhoneMyPC On Sat, Nov 14, 2009 at 9:19 PM, Kumaravel Kandasami

[android-developers] Re: Bounding Geometry in Maps?

2009-11-14 Thread Chad
You know, I took a look at that lat/lon span and totally dismissed it. Now it makes sense. Thanks for the pointer. So is it safe to assume that I need to divide the span value in 1/2 prior to adding/subtracting that value from the center point lat/lon? Thanks, Chad On Nov 13, 3:23 pm, TreKing

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread Kumaravel Kandasami
Thanks Scott. Interesting !! I am in Houston, Texas. What would be the reason the app is visible only on certain phones of same type service provider !? Would it be an issue on Google Android Market App/Market place ? Next thing, I am doing is to test on other Droids in my region. I'll keep

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread SoftwareForMe.com SoftwareForMe.com
I agree. We need some way to keep track of this stuff. I know the Eris phones can't see PhoneMyPC right now; I'm hoping for a solution at the Dec 11 OTA. Scott SoftwareForMe.com Makers of PhoneMyPC On Sat, Nov 14, 2009 at 10:11 PM, Kumaravel Kandasami kumaravel.kandas...@gmail.com wrote:

[android-developers] Relationship between MediaPlayer's audioStreamType and AudioManger's mode

2009-11-14 Thread hap 497
Hi, Is there any relationship between MediaPlayer's audioStreamType and AudioManger's mode? Like setting MediaPlayer's audioStream Type will put AudioManager into different mode? Or these 2 value are completely different? Thank you. -- You received this message because you are subscribed to

[android-developers] Choosing Dev Phone

2009-11-14 Thread String
On 14 Nov, 23:16, Jonas Petersson jonas.peters...@xms.se wrote: Other opinions? My opinion: Don't hijack other people's threads. :^( String -- 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 test if app is shown on Market for all screensizes

2009-11-14 Thread blindfold
OK, I didn't know that. My curiosity was triggered by Phil with the suggested role of the CAMERA permission in having apps be visible on the Market, which AFAIK should not have made any difference. Also, android:minSdkVersion=4 (Android 1.6) according to documentation implies that all screensizes

[android-developers] JSONObject text must begin with '{' at character 1

2009-11-14 Thread TJ
I'm having a weird error, seems to be cause whenever I hit JSONObject json=new JSONObject(result);. The error msg is org.json.JSONException: A JSONObject text must begin with '{. I have no idea how to fix this is any one have any idea PLEASE LET ME KNOW. The JSON File is thanks The JSON File is

[android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-14 Thread Bonifaz
A Blog entry about the new Contacts API from Google covering these points would be helpful. -- 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

  1   2   >