[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread f_heft
I now received a third mail from Google (besides the "we will now ship your device"): --- "Congratulations! You are one of the top 200 developers in round 1 of the Android Developer Challenge 2. To celebrate your success and encourage you to create more awesome Android apps, we would like to pr

[android-developers] Re: ServerSocket 3G connection

2010-03-05 Thread gjs
Hi, As a test, try downloading the Android Scripting Environment to your droid, then try the SimpleHTTPServer example using the python interpreter, it starts a http server using tcpip and listens on port 8000, works fine for me on 3G (with Nexus One), ie I can connect to phone from PC & browse the

[android-developers] Problem with ACTION_CALL_BUTTON

2010-03-05 Thread pramod.deore
In my application I want to send sms when user dialled a 000 number , so I have write following code. my manifest.xml has I had given following permmisions MyReceiver class contains public void onReceive(Context contex

[android-developers] How to get Application Label in different languages

2010-03-05 Thread Bo Yan
Hi everyone, Is there a way to get the application label in different languages according to locale? For example, I can get the application label "Settings" of package com.android.settings in English, "Ajustes" in Spanish. -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Re: ServerSocket 3G connection

2010-03-05 Thread SoftwareForMe.com SoftwareForMe.com
Hello, For all of the reasons described, it may not be possible, using TCP. It may be possible using UDP, however. I have been successful at creating a bidirectional conversation between a [Verizon] Droid and a PC using UDP, while the same code failed miserably on T-Mobile. Conclusion: T-Mobile

[android-developers] rating bar cut off

2010-03-05 Thread Sandeep Ranganath
Hi, When I use the rating bar in Droid the stars get cut off. The same code works out in HTC or g1 phones. Please let me know -- 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@googlegrou

[android-developers] Re: What to do about developers who publish games with the same name as what you have published...

2010-03-05 Thread Streets Of Boston
That's not good. :( Have you tried contacting the other developer? On Mar 5, 4:15 pm, greenrift wrote: > I have an app that was published last fall.  Recently a developer > published an app with the exact same name as my app on the market. > His app is very similar to mine.  He also seems to be

[android-developers] Re: Write bitmap to data folder?

2010-03-05 Thread Streets Of Boston
Because the openFileOutput opens a file on your phone memory, not on your sd-card. Use Environment.getExternalStorage() to get to the root of your sd- card instead. (i may have mis-types the method above, but you get the idea :-)). On Mar 5, 10:01 pm, Ozymandias wrote: > I can't figure out how t

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Technogeek00
Well "shipping partners" doesn't entail the use of HTC or Motorola, if you remember when you ordered the ADP1 or ADP2, it was shipped by their shipping partner Brightstar, who mass ships HTC, Motorola, & Verizon, among others for companies. I really don't see why they would change shippers for this

Re: [android-developers] Hide a View in a HorizontalScrollView and not leave empty space?

2010-03-05 Thread Romain Guy
Use the visibility View.GONE instead. On Fri, Mar 5, 2010 at 8:00 PM, Ozymandias wrote: > When I had a view that's in my HorizontalScrollView it leaves a blank > area because it's still being considered for layout purposes. Is there > a way to have it not occupy space when I hide it? > > -- > You

[android-developers] Hide a View in a HorizontalScrollView and not leave empty space?

2010-03-05 Thread Ozymandias
When I had a view that's in my HorizontalScrollView it leaves a blank area because it's still being considered for layout purposes. Is there a way to have it not occupy space when I hide it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread JasonC
Yep just got mine too :) This is gonna be SWEET On Mar 5, 7:14 pm, Breezy wrote: > Cleverly they said "shipping parters" instead of HTC or Motorola. > lol  I wish they would've said. > > On Mar 5, 9:00 pm, Seni Sangrujee wrote: > > > Whew!  Just got my confirmation email too.  I guess I di

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Breezy
Cleverly they said "shipping parters" instead of HTC or Motorola. lol I wish they would've said. On Mar 5, 9:00 pm, Seni Sangrujee wrote: > Whew!  Just got my confirmation email too.  I guess I didn't screw up > filling out the form after all. > > -seni > > On Mar 5, 6:47 pm, Greg Donald wrote:

[android-developers] Possible to remove focus frame in Webview?

2010-03-05 Thread Conner
Dear All, I'm writing a webapp using Webview. However, an orange frame is always showed when clicking the objects. Is it possible to remove it? Thanks in advance. Best, Conner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Write bitmap to data folder?

2010-03-05 Thread Ozymandias
I can't figure out how to do this. Looking around online got me this: try { FileOutputStream fos = myActivity.openFileOutput("test.png", Activity.MODE_PRIVATE); bitmap.compress(CompressFormat.PNG, 100, fos);

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Seni Sangrujee
Whew! Just got my confirmation email too. I guess I didn't screw up filling out the form after all. -seni On Mar 5, 6:47 pm, Greg Donald wrote: > On Fri, Mar 5, 2010 at 8:18 PM, Mario Zechner wrote: > > I just received the confirmation e-mail. > > Same here.  Yay. > > -- > Greg Donald > desti

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Blake B.
Just got my confirmation email also. Rock on! I really would prefer the N1 since I'm with T*Mo, but I have an Open GL app that barfed all over when I ran it on my mother-in-law's Droid, so I could definitely use the Droid as a test platform, but not an everyday phone (at least right now). :

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Greg Donald
On Fri, Mar 5, 2010 at 8:18 PM, Mario Zechner wrote: > I just received the confirmation e-mail. Same here. Yay. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Breezy
Just got mine too. Wonder what device I'll get. I wont be upset over a droid because afterall it is free, but I'll sell it and get a Nex 1. I don't have Vz. On Mar 5, 8:18 pm, Mario Zechner wrote: > I just received the confirmation e-mail. Seems like my new shiny Nexus > One is on its way! Tha

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Mario Zechner
I just received the confirmation e-mail. Seems like my new shiny Nexus One is on its way! Thank you google! Here's the full e-mail (minus my personal data) Dear Mario, We’ve received your information for the Android Market Device Seeding Program and have successfully validated the Google Order Nu

[android-developers] Which devices can I expect my Bluetooth app to run on?

2010-03-05 Thread DonFrench
I am writing an app that does serial Bluetooth communication using the SPP profile and I have successfully tested the Bluetooth functionality on the Nexus One running Android 2.1. All the necessary Bluetooth classes are tagged "Since 2.0". Can I assume that any device running 2.0 or greater will

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Seni Sangrujee
On Mar 5, 2:52 pm, bryan wrote: > Did anyone else fill out the form with their personal email address Yeah, I did the same thing. I figured that my personal email address was associated with my market order id that I used to purchase the dev fee. But then later I noticed that the Seeding email

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Markus
Surely not, as I'd bet they intend to identify you based on your market developer order number you had to supply. @Nikolay: _Very_ good job by the way on Bebbled :) On Mar 5, 11:52 pm, bryan wrote: > Did anyone else fill out the form with their personal email address > rather than the one that t

Re: [android-developers] Re: Free Version of App

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 4:45 PM, Nathan wrote: > If it is just binary existence, what method call would you use for > "check for existence of another application"? > Haven't used it, but maybe this?: http://developer.android.com/intl/de/reference/android/content/pm/PackageManager.html#getInstalle

Re: [android-developers] What to do about developers who publish games with the same name as what you have published...

2010-03-05 Thread Greg Donald
On Fri, Mar 5, 2010 at 3:15 PM, greenrift wrote: > I have an app that was published last fall.  Recently a developer > published an app with the exact same name as my app on the market. > His app is very similar to mine.  He also seems to be flooding the > market with the exact same game only unde

[android-developers] Rating Bar Stars cutoff in Droid

2010-03-05 Thread Sandeep Ranganath
HI, When i use the rating bar, the same on HTC have no issue when displayed. But the same code on Droid makes the Stars cut-off. Please let me know what could be the issue Below is the piece of my layout code: Regards, Sandeep -- You received this message because you are subscribed to the Go

[android-developers] How do I determine in code what language resources are available

2010-03-05 Thread lordjoe
Assume I have an App with values, values_es, values_de, values_fr defined - I want to show the user a choice of available languages as en (default) es, de,fr or soome variant - How can I ask in code what language resources are shipped with the App I presume I get the resources but where do I go fro

[android-developers] SDK Targets Not Loading In Eclipse

2010-03-05 Thread JasonC
I just updated to the latest version of eclipse. it works fine at home. At work however I am behind a proxy that will not allow Eclipse to access the net. Is there a way to load the android SDK targets manually? It would suck if I had to only work from home on this stuff :( Thanks -- You receiv

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread bryan
Did anyone else fill out the form with their personal email address rather than the one that the Android Device Seeding Program message was emailed to? I used my personal address without thinking about it. I hope that isn't an issue. On Mar 5, 3:02 pm, Nikolay Ananiev wrote: > Nothing in the spam

[android-developers] Re: Free Version of App

2010-03-05 Thread Nathan
On Mar 5, 2:17 pm, TreKing wrote: > On Fri, Mar 5, 2010 at 3:44 PM, Nathan wrote: > > Could you still run it at least once? > > Don't think so, but I haven't really done anything like this myself. But why > would you need to call the second app? If it just acts as an unlock key, you > would onl

[android-developers] Re: Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Richard Schilling
Let me know if you have success with the client. The NTP client in the Service uses the standard NTP timestamps to account for network lag when talking to the server as well... you should always get the accurate atomic time. Richard On Mar 5, 2:28 pm, Mark Murphy wrote: > Richard Schilling wr

Re: [android-developers] Re: Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Mark Murphy
Richard Schilling wrote: > When you connect to the service, you register a callback. The service > updates your callback object with calls to two methods, onTimeUpdate > and onClockStateChange. > > The service passes to void onTimeUpdate(long atomicTime, long > localTime); two parameters: > > 1.

[android-developers] Re: Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Richard Schilling
I just double checked. It works for me too. You may have hit it earlier when I was updating the web page. To answer the question: How are you handling the overhead of IPC in your time calculations? When you connect to the service, you register a callback. The service updates your callback obj

Re: [android-developers] Re: Free Version of App

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 3:44 PM, Nathan wrote: > Could you still run it at least once? > Don't think so, but I haven't really done anything like this myself. But why would you need to call the second app? If it just acts as an unlock key, you would only be checking for its existence, no? Or woul

[android-developers] Re: SMS BroadcastReceiver

2010-03-05 Thread weaselgrater
It's not. On Mar 5, 10:07 am, Ne0 wrote: > Hi, > > I am writing my own sms receiver app and i want it to catch all the > sms using a broadcast receiver. This on its own, is no problem, but i > want to be able to stop the message being passed to the messaging app. > Does anyone know if this is thi

[android-developers] Re: Text in a circle that rotates on touch

2010-03-05 Thread Nathan
On Mar 5, 3:25 am, Bart wrote: > Hi, I'd like to display a given String in a circle (so bend the string > so that the end of the string touches the beginning of the string). > And Then I'd like to let the user rotate the circle by grabbing and > dragging it clockwise or counterclockwise. > Do yo

[android-developers] Re: Free Version of App

2010-03-05 Thread Nathan
On Mar 5, 12:26 pm, TreKing wrote: > On Fri, Mar 5, 2010 at 2:05 PM, Nathan wrote: > > There is the potential for customer confusion when you have two icons. > > You can edit the manifest of one so it doesn't show up in the launcher. > Sounds great. Could you still run it at least once? Or would

[android-developers] Re: Text in a circle that rotates on touch

2010-03-05 Thread Twisted Ware
I'm doing something similar in my current app. It might not apply directly because I'm using GL for my drawing and don't have access to the same API calls. An important thing is to remember that the user is moving finger diagonally in some cases, so you need to calculate the angular velocity in ord

[android-developers] What to do about developers who publish games with the same name as what you have published...

2010-03-05 Thread greenrift
I have an app that was published last fall. Recently a developer published an app with the exact same name as my app on the market. His app is very similar to mine. He also seems to be flooding the market with the exact same game only under different names and different publisher IDs. Last count

[android-developers] Re: OutOfMemory with 9M free heap because of bitmaps!?

2010-03-05 Thread fadden
On Mar 4, 9:11 pm, Streets Of Boston wrote: > I think that Dalvik does not 'see' any memory held by raw bitmap data > and therefore cannot consider it during garbage collection (gc). So, > it may not even try to gc when process-memory get low. Actually, this is why the "external allocation" nonse

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Nikolay Ananiev
Nothing in the spam folder, so I'll fill the form anyway. Hope they won't mind. On Fri, Mar 5, 2010 at 10:54 PM, Maps.Huge.Info (Maps API Guru) < cor...@gmail.com> wrote: > Nikolay, > > 600k+ downloads? This is an Android discussion group, not iPhone... > > Seriously, I would check your spam tra

[android-developers] INTERNET Permission

2010-03-05 Thread Armond Avanes
Hi Guys, One of my users is experiencing an odd problem on network access via my application. Checking his logs shows up the following exception. The odd thing is that I have "android.permission.INTERNET" in application AndroidManifest.xml and many users have already used my app with no problem (

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Maps.Huge.Info (Maps API Guru)
Nikolay, 600k+ downloads? This is an Android discussion group, not iPhone... Seriously, I would check your spam trap. Also, check what e-mail account you signed up for with the market. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: getting java.lang.VerifyError

2010-03-05 Thread fadden
On Mar 4, 10:16 pm, Bob Kerns wrote: > I've seen Dalvik give a Verify error in cases where I'd expect a > NoSuchMethodError. That is, it calls a method that was there when the > code was compiled, but at runtime, the version of the class it found > did not have that method. This changed in 2.x.

[android-developers] Re: Two processes are created on first running of my application?

2010-03-05 Thread fadden
On Mar 4, 3:28 am, pink 444 wrote: > Some times after installing my application and first running my > application is creating two processes as follows. > > app_1    9064  34    111088 15912 afe0d3e4 S com.test > > app_1    9077  9064  102764 8932  c006b6dc afe0d3e4 S com.test Is the the

Re: [android-developers] Re: Free Version of App

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 2:05 PM, Nathan wrote: > There is the potential for customer confusion when you have two icons. You can edit the manifest of one so it doesn't show up in the launcher. - TreKi

[android-developers] Re: Free Version of App

2010-03-05 Thread Nathan
I like the idea of the license app unlocking the trial app. I've seen it done on a PDF Reader. I can see potential for it also when installing addons or adding new content to the app, free or paid. There is the potential for customer confusion when you have two icons. But if you let them uninstall

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Linus
Nikolay: Maybe your app is too popular? ;) Have you checked that it didn't get caught in any spam filter? If not, try sending Google a mail at the address below. >From the FAQ (http://sites.google.com/site/ developermarketandroidgiveaway/faq): "We're screening for apps that have 5,000 or more un

[android-developers] Notepadv3 tutorial...

2010-03-05 Thread MaTT
I was working through the Notepad tutorial... http://developer.android.com/guide/tutorials/notepad/index.html ...and I seem to either have a misunderstanding of what is supposed to be happening, or the code is not working. Below are two snippets of code from the tutorial to illustrate my questio

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Thomas Riley
Sounds like a mistake, just email the address they provided in the FAQ. http://sites.google.com/site/developermarketandroidgiveaway/faq On Mar 5, 7:05 pm, Nikolay Ananiev wrote: > My app, Bebbled, has 600k+ downloads, 4.5 rating, and I'm in the EU, but did > not get an e-mail. > > > > On Fri, Ma

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 1:05 PM, Nikolay Ananiev wrote: > My app, Bebbled, has 600k+ downloads, 4.5 rating, and I'm in the EU, but > did not get an e-mail. If you think you qualify, fill out the form anyway. Can't hurt. ---

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread anton.slut...@gmail.com
try/catch everything and toast a message in the catch block saying "here is where I would have FC'd but I didnt! Give me 5 stars now!" :-) On Mar 4, 4:56 pm, Wayne Wenthin wrote: > Yeah the rest of us are really interested in your good fortune. > > Honestly if the market were worth its salt ther

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread fhucho
What about the engraving on the back? What do you think is most likely: a) No engraving b) We will have option to choose engraving c) There will be some fixed engraving On Mar 5, 8:05 pm, Nikolay Ananiev wrote: > My app, Bebbled, has 600k+ downloads, 4.5 rating, and I'm in the EU, but did > not g

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread Nikolay Ananiev
My app, Bebbled, has 600k+ downloads, 4.5 rating, and I'm in the EU, but did not get an e-mail. On Fri, Mar 5, 2010 at 2:26 PM, Linus wrote: > I see that none of your apps on market have 3.5+ rating, so > unfortunately you do not qualify for this giveaway. > Keep working and you'll get there n

[android-developers] Re: Is getInstallerPackageName the solution to piracy?

2010-03-05 Thread justinh
Carlo, You are wise to consider that. I've had varied results with it. Some phones don't show a result at all, even from free apps, at the correct SDK level. The market app also has a different package name on different phones. It would be a partial solution at best. On Mar 5, 1:38 pm, Carlo wro

[android-developers] Re: Is getInstallerPackageName the solution to piracy?

2010-03-05 Thread Carlo
Is the string returning by this function consistent when bought from the legitimate google android market ? On Mar 6, 1:23 am, justinh wrote: > I have been seeing a remarkable increase in my apps being pirated. Not > only are they 2 versions old, the name doesn't show up in Checkout, > but getIn

[android-developers] Re: How to have a notification icon with image + text

2010-03-05 Thread sangorys
Thanks, it works with Notification.number :-) -- 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+unsubs

[android-developers] How to place a dialog at the bottom on the screen?

2010-03-05 Thread hap 497
Hi, Can you please tell me how can I place a dialog at the bottom on the screen? 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@googlegroups.com To unsubscribe from this g

Re: [android-developers] Market Weirdness?

2010-03-05 Thread Greg Donald
On Fri, Mar 5, 2010 at 11:58 AM, TreKing wrote: > On Fri, Mar 5, 2010 at 11:29 AM, dadical wrote: >> >> Anyone else noticing some strange behavior on the market lately? > > The other day I noticed that almost all apps in my downloads list had their > ratings counts disappear, though the actual co

[android-developers] Re: Webview textbox and keypad

2010-03-05 Thread nikhil
Any idea people? On Mar 4, 2:20 pm, nikhil wrote: > To add to this if I manually scroll the webview so that I can see the > textbox while typing, the moment I touch the keypad the webview > scrolls back to its old position. > > On Mar 4, 12:46 pm, nikhil wrote: > > > I have this webview on which

Re: [android-developers] Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Greg Donald
On Fri, Mar 5, 2010 at 12:00 PM, Mark Murphy wrote: >> http://www.timekeepersite.com/dev.html > > FYI, that's a 404. Works for me. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Mark Murphy
Richard Schilling wrote: > Navy Clock will update your application with the exact time - to the > millisecond. How are you handling the overhead of IPC in your time calculations? > http://www.timekeepersite.com/dev.html FYI, that's a 404. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: Android NDK installation on windows?

2010-03-05 Thread Abhi
Hi Michael, I installed cygwin again selecting the required packages. This is what results when I try to do build/host-setup.sh: $ build/host-setup.sh cygwin warning: MS-DOS style path detected: C:\cygwin\cygdrive\c\android-ndk-1.6_r1 Preferred POSIX equivalent is: /cygdrive/c/android-ndk-1.6

Re: [android-developers] Market Weirdness?

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 11:29 AM, dadical wrote: > Anyone else noticing some strange behavior on the market lately? The other day I noticed that almost all apps in my downloads list had their ratings counts disappear, though the actual comments were still available. It went back to normal pretty

[android-developers] Your Android applications can now use a reliable atomic time source...

2010-03-05 Thread Richard Schilling
I just updated a free application I've had on Android Market. It's called Navy Clock and can now serve as an NTP time source for any Android application. If you want your application to get the exact atomic time, you can install Navy Clock and connect to the Navy Clock service. Navy Clock will

Re: [android-developers] Is it possible to have 3G and Wifi connections at the same time?

2010-03-05 Thread Mark Murphy
Donal Rafferty wrote: > Not even with the NDK? The NDK has very little formal access to Android internals and certainly cannot rewrite them. Now, with firmware changes, it is at least theoretically possible. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy

Re: [android-developers] How to pass a property value argument to an instrumentation test runner

2010-03-05 Thread Brett Chabot
The only thing I could think of is to create a specialization of InstrumentationTestRunner that will process the extra com.myApplication.myProperty arguments. The "-e" arguments get passed as key-value pairs into the bundle parameter in the onCreate method of the test runner. You would need to over

Re: [android-developers] Is it possible to have 3G and Wifi connections at the same time?

2010-03-05 Thread Donal Rafferty
Not even with the NDK? On Fri, Mar 5, 2010 at 4:51 PM, Mark Murphy wrote: > draf...@gmail.com wrote: > > I was wondering does anyone know if its possible to open a wifi and a > > 3g connection at the same time on Android? > > No. > > > Is there any way to control access to both Wifi and 3g/GPRS

Re: [android-developers] How to have a notification icon with image + text

2010-03-05 Thread Mark Murphy
sangorys wrote: > Hello, > > I want to put an icon in the notification status bar with 1 image + a > number. > > How can I do in using the Notification.icon method ? Use the icon and the number field in the Notification object. See: http://github.com/commonsguy/cw-android/tree/master/Notificat

[android-developers] Market Weirdness?

2010-03-05 Thread dadical
Anyone else noticing some strange behavior on the market lately? Most notably, I've been seeing fairly significant swings in the active install count (on the order of 3 points in a sinlge day) which has been highly unusual for my app so far. Also downloads have been way down over the past few day

Re: [android-developers] Re: How can i make a menu, wich doesn't hide?

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 10:06 AM, Simon Ringeisen < simon.ringei...@hotelpac.ch> wrote: > and how can i make a kind of an iphone menu? > Make an iPhone app. > somehow like in the iPod app. > What is "THE" iPod app? In all seriousness, you really have to ask a better question if you want to ge

[android-developers] How to have a notification icon with image + text

2010-03-05 Thread sangorys
Hello, I want to put an icon in the notification status bar with 1 image + a number. How can I do in using the Notification.icon method ? 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 and

[android-developers] Re: Supress the native In Call Screen and replace with 3rd party?

2010-03-05 Thread mscwd01
I haven't looked into it but there must be an intent-filter you can use to launch your Call screen when necessary? On Mar 5, 9:39 am, "draf...@gmail.com" wrote: > Currently creating a VOIP application for Android and I was wondering > is there any possible way to supress the In Call Dialog when s

Re: [android-developers] Is it possible to have 3G and Wifi connections at the same time?

2010-03-05 Thread Mark Murphy
draf...@gmail.com wrote: > I was wondering does anyone know if its possible to open a wifi and a > 3g connection at the same time on Android? No. > Is there any way to control access to both Wifi and 3g/GPRS data > connections and use them at the same time? No. -- Mark Murphy (a Commons Guy) h

Re: [android-developers] Dialogs on a change orientation

2010-03-05 Thread TreKing
On Fri, Mar 5, 2010 at 6:04 AM, LeGeNDuS wrote: > is there anyway to fix this?. > If you use Activity.showDialog() to show your dialogs, the activity will manage them for you and automatically restore them on orientation change. --

[android-developers] Android NDK on windows error

2010-03-05 Thread Abhi
$ make APP=hello-jni /usr/bin/sh: apps/hello-jni/project/default.properties: No such file or director y /usr/bin/sh: apps/san-angeles/project/default.properties: No such file or direct ory /usr/bin/sh: apps/two-libs/project/default.properties: No such file or directory Android NDK: Building for ap

[android-developers] Is it possible to have 3G and Wifi connections at the same time?

2010-03-05 Thread draf...@gmail.com
Hi all, I was wondering does anyone know if its possible to open a wifi and a 3g connection at the same time on Android? Is there any way to control access to both Wifi and 3g/GPRS data connections and use them at the same time? -- You received this message because you are subscribed to the Go

Re: [android-developers] Re: Supress the native In Call Screen and replace with 3rd party?

2010-03-05 Thread Donal Rafferty
Thanks James, unfortunately porting and getting Roms to customers doesn't make sense On Fri, Mar 5, 2010 at 4:12 PM, James Wang wrote: > You can do nothing on this subject with sdk. > I think you should go for some help on android porting. > > -- > You received this message because you are subsc

Re: [android-developers] Making sure activity is alive to receive Intent?

2010-03-05 Thread Donal Rafferty
Thanks Sean, they are two additional methods I can look into now much appreciated On Fri, Mar 5, 2010 at 4:22 PM, Sean Hodges wrote: > There are better ways of handling this. The purpose of an Intent is to > atomically request that an action is performed (and optionally > retrieve the result of t

[android-developers] Is getInstallerPackageName the solution to piracy?

2010-03-05 Thread justinh
I have been seeing a remarkable increase in my apps being pirated. Not only are they 2 versions old, the name doesn't show up in Checkout, but getInstallerPackageName returns null where applicable. These people actually either have the wickedness, or the no brains, to send me a voluntary device rep

Re: [android-developers] Making sure activity is alive to receive Intent?

2010-03-05 Thread Sean Hodges
There are better ways of handling this. The purpose of an Intent is to atomically request that an action is performed (and optionally retrieve the result of that action), not to continue a discussion with the activity throughout it's continued lifetime. There are a number of ways to do what you wa

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-05 Thread James Wang
Have you read this one http://developer.android.com/resources/articles/avoiding-memory-leaks.html? -- 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

[android-developers] Re: Supress the native In Call Screen and replace with 3rd party?

2010-03-05 Thread James Wang
You can do nothing on this subject with sdk. I think you should go for some help on android porting. -- 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 fro

[android-developers] Re: 1.5 SDK crashing on in onReceive for BroadcastReceiver

2010-03-05 Thread g1bb
Thanks, Bob. That makes sense. It looks like I updated this when the 1.6 SDK came out. Would it make sense to set my targetSdk back to 1.5 and start using android.telephony.gsm.SmsMessage again, or, would I need to create a new package altogether and only target API level 3? Thanks again... this

[android-developers] Re: Making sure activity is alive to receive Intent?

2010-03-05 Thread James Wang
Why you did not start your activity by intent with state data directly? IMHO, you can not find a way to make sure intent being received in time. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: How can i make a menu, wich doesn't hide?

2010-03-05 Thread Simon Ringeisen
and how can i make a kind of an iphone menu? somehow like in the iPod app. thx On 3 Mrz., 23:14, TreKing wrote: > On Wed, Mar 3, 2010 at 8:30 AM, Simon Ringeisen > > wrote: > > I now want a menu to appear and > > stay when I switch to this tab. > > I don't think you can do this. If you need som

[android-developers] Layout question

2010-03-05 Thread EvgenyV
Hi all! I have horizontal layout contains 2 TextView items. The left width is limited by 10 characters. How can I store strings longer than 10 characters in new lines of this TextView? I need actually fixed width but possibility to grow heigh. Now the text "next line" (see xml) can't be visible.

Re: [android-developers] Android NDK installation on windows?

2010-03-05 Thread Michael MacDonald
On 03/05/10 10:06, Abhi wrote: > Hi, > > I am trying to install and run Android NDK on my windows xp machine. I > am new to NDK and looking for some help in understanding the > installation process. I have downloaded cygwin and GNU Make 3.81 but > running the build host-setup.sh command results in

[android-developers] Re: Accuracy in GPS Location

2010-03-05 Thread Bob Kerns
The Javadoc says horizontal accuracy, as EGO says; I dunno why I missed that before. But it's consistent with my observations. But you're dependent on the GPS implementation in the device, and how they implement and report the accuracy computation may vary. If you REALLY care, I'd suggest testing.

[android-developers] Re: Activity design advice

2010-03-05 Thread Ne0
Look here http://developer.android.com/reference/android/R.style.html On 4 Mar, 10:51, Bharatwaj Appasamy wrote: > How can one find what themes are available? > Also, for the style attribute, I once saw that for a checkbox a > "starStyle" was used. How can we find what different styles and themes

[android-developers] Re: Move the cursor to the end of EditText

2010-03-05 Thread Aracos
Hi glassfool, insted of using set text, try append(text) - this will also move the cursor position. On 22 Feb., 14:48, glassfool wrote: > After the following two lines are executed, the text  is shown on the > left side of theEditText, and thecursoris also on the left edge. > While I wanna show

[android-developers] SMS BroadcastReceiver

2010-03-05 Thread Ne0
Hi, I am writing my own sms receiver app and i want it to catch all the sms using a broadcast receiver. This on its own, is no problem, but i want to be able to stop the message being passed to the messaging app. Does anyone know if this is this possible? -- You received this message because you

[android-developers] Android NDK installation on windows?

2010-03-05 Thread Abhi
Hi, I am trying to install and run Android NDK on my windows xp machine. I am new to NDK and looking for some help in understanding the installation process. I have downloaded cygwin and GNU Make 3.81 but running the build host-setup.sh command results in a 'Could not find a valid GNU Make executa

[android-developers] Re: Activity lifecycle problem on Nexus One - onStop not called

2010-03-05 Thread Streets Of Boston
I think a lot of apps don't use the onStop or onStart. I never found a use for them (so far...). onCreate, onResume, onPause and onDestroy are the most important ones. The NonConfigurationInstance() methods for configuration changes. On Mar 5, 9:26 am, Zuli wrote: > I agree with Mark Murphy

Re: [android-developers] Re: Scrollbar Thumb Color

2010-03-05 Thread social hub
android:scrollbarSizefor size setting On Fri, Mar 5, 2010 at 8:24 AM, social hub wrote: > SCroll bar width now is the width of the icon or its the normal width of > scroll view? > > > > On Thu, Mar 4, 2010

[android-developers] Re: Semi-urgent request for testing help re. my BBC News app

2010-03-05 Thread Maps.Huge.Info (Maps API Guru)
In the opening help text, which opens when first installed, at the very end of this text I mention something like "Beta testers needed!" along with a link to my contact page. So far, I have over 100 users who are in this beta test community. I've used them to test every time and it's quite helpful.

[android-developers] Re: Activity lifecycle problem on Nexus One - onStop not called

2010-03-05 Thread Zuli
I agree with Mark Murphy, it seems a problem only when the home screen is displayed after the activity, if I open another activity on top of that (long press on HOME) or if I receive a call the onStop is correctly called... seems to me quite a big issue, think about all the activities that use the

Re: [android-developers] Re: Scrollbar Thumb Color

2010-03-05 Thread social hub
SCroll bar width now is the width of the icon or its the normal width of scroll view? On Thu, Mar 4, 2010 at 8:24 PM, NoraBora wrote: > I didn't know there are android:scrollbarThumbVertical. Thanks, social > hub. > > I tested with android:scrollbarThumbVertical="@drawable/icon" in > ListView >

Re: [android-developers] Re: How to make a multi-player game on Android

2010-03-05 Thread Gavin Aiken
Yes it's possible, read up on Sockets in Java, you'll have to implement a server to match players based on location. Feel free to come back with some more specific questions when you have done some reading and played around with android a bit. On Fri, Mar 5, 2010 at 2:11 PM, Maxood wrote: > I w

[android-developers] Re: How to make a multi-player game on Android

2010-03-05 Thread Maxood
I want these players to receive game invitation though this app and then they should be able to play it ...like Chess or Checkers. And they can be anywhere in the world. Is it possible? Whats the feasibility? Wonder if a player can invite another player who lives in the locality? Please comment On

  1   2   >