[android-developers] Re: How to prevent my application being closed on clicking the back button on emulator

2009-02-22 Thread Immy
Constants is just another class, created by you. Just used it to store static variables... U need to define it... :) On Feb 19, 5:28 am, Komal wrote: > Hi Immy, > Thnx for replying. > I am facing an error when i m using Constants. > It can't find Constants class/interface. > It is in android s

[android-developers] Re: Why can't my update be installed by users?

2009-02-22 Thread Jon Colverson
On Feb 22, 7:27 am, Yan Shi wrote: > I did an app called "Hello Yahoo" and today I made an update. But > users said it can't be installed because the package is not signed > correctly. And after that the old version can't even be uninstalled > because the device thinks it is uninstalled already..

[android-developers] Re: openGL colors

2009-02-22 Thread kostmo
*bump* I'm encountering this problem on my G1, but not in the emulator. Any news on this front? On Jan 21, 4:03 pm, Patrick wrote: > I'm writing some 3D rendering code, having started from the API demos > to get the SurfaceHolder and openGL initialization/refresh logic. The > actual rendering

[android-developers] Re: Why can't my update be installed by users?

2009-02-22 Thread Yan Shi
Hi Jon Thanks. Hope the android market would provide a more elegant way to fix this issue. On Feb 22, 4:24 pm, Jon Colverson wrote: > On Feb 22, 7:27 am, Yan Shi wrote: > > > I did an app called "Hello Yahoo" and today I made an update. But > > users said it can't be installed because the pack

[android-developers] Re: Voice Recognition like in Voice Search? (STT)

2009-02-22 Thread bw
Try this: http://awalkingcity.com/blog/?p=140 -Ben On Feb 11, 12:46 pm, Markus Junginger wrote: > Future APIs are one thing, using Intents to access existing > functionality is another, imho. Voice search is already here, so the > question for me is if there are Intents to start the voice reco

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-22 Thread TAKEphONE
Hi, Thanks so much for your reply. Where can I post a request for an intent to turn off the built-in "Missed call/s" notification icon ? My app - aTAKEphONE - does replace the "Contacts" application - I have it accesible both as an icon in launcher, and hooked to the CALL button. I also have it

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread ellipsoidmob...@googlemail.com
I've had a couple of cancellations but I have no idea why!! Does anyone know a way for UK developers to see the feedback that users have given their applications? I understood that UK users wouldn't be able to download applications on day 1 - but developers not being able to see their own feedbac

[android-developers] Re: Signing an application on Linux

2009-02-22 Thread Nox
I've tried it with Linux and Windows, but I don't know how to sign it!!! I have exported it to my desktop but what do I have to do now?! All these instructions I've read aren't working! And if can't sign it I can't publish it!!! On Feb 21, 9:37 pm, Jon Colverson wrote: > On Feb 21, 11:50 am, Nox

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread Jon Colverson
On Feb 22, 8:37 am, "ellipsoidmob...@googlemail.com" wrote: > I've had a couple of cancellations but I have no idea why!! Does > anyone know a way for UK developers to see the feedback that users > have given their applications? You can read your feedback on the unofficial Market browser Cyrket:

[android-developers] Re: ListView :: How to automatically scrool to see a element ?

2009-02-22 Thread CG
Thanks ! Actually I was calling this method but right after I called a setAdapter ... So the selection was lost ! Thanks for your helpfull answer ! On 19 fév, 13:38, for android wrote: > listView.setSelection(position); > > On Thu, Feb 19, 2009 at 5:55 PM, CG wrote: > > > Dear all, > > > I

[android-developers] Check whether a thread is running

2009-02-22 Thread Immy
Hi, I am using this method to identify if a thread is running at any point of time, irrespective of whether the enclosing activity is running or not. Is this the right way? Please reply. Java: Thread t = new Thread(new Runnable(){ public void run() {

[android-developers] Re: Signing an application on Linux

2009-02-22 Thread Jon Colverson
On Feb 22, 8:42 am, Nox wrote: > I've tried it with Linux and Windows, but I don't know how to sign > it!!! > I have exported it to my desktop but what do I have to do now?! > All these instructions I've read aren't working! > And if can't sign it I can't publish it!!! Follow these instructions:

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread Stoyan Damov
Only if your apps are NOT protected, which is what I did. The "protection" is pretty ridiculous anyway. I'm SURE Steve Jobs is laughing his ass off. On Sun, Feb 22, 2009 at 11:22 AM, Jon Colverson wrote: > > On Feb 22, 8:37 am, "ellipsoidmob...@googlemail.com" > wrote: >> I've had a couple of c

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread Al Sutton
Personally I have the mental image of staff at Nokia pointing at people with G1's and giving the Nelson laugh (http://home.earthlink.net/~mail11325/_wav/Nelson_Laugh.wav) Al. Stoyan Damov wrote: > Only if your apps are NOT protected, which is what I did. The > "protection" is pretty ridiculous

[android-developers] Re: Can't see comments in my app?

2009-02-22 Thread Jon Colverson
On Feb 21, 8:12 pm, g1bb wrote: > Actually, 100% correct. I just turned off "protection" andCyrket > updated immediately. I mentioned this to Jay (saurik) at Cyrket, and now he's updated it so that it shows protected apps too. -- Jon --~--~-~--~~~---~--~~ You re

[android-developers] Re: IllegalThreadStateException when program is restored

2009-02-22 Thread Zombies and Robots
AHA! I *knew* I was doing everything just like LunarLander did. I was! That was the problem. This particular bug was really bothering me. I became a little obsessed with it, so I tried logging practically everything that my game did while it was running. After lots of painstaking work, I fina

[android-developers] Re: Market for paid Apps - Identifying customers

2009-02-22 Thread deepdr...@googlemail.com
thanks for your explanations! On Feb 21, 9:44 pm, Jon Colverson wrote: > On Jan 20, 9:54 pm, "deepdr...@googlemail.com" > > wrote: > > Once the market opens for paid apps - will we developers be able to > > see email addresses of paying customers? > > Or, will there be some other way to identi

[android-developers] Re: Market Process

2009-02-22 Thread deepdr...@googlemail.com
thanks! On Feb 21, 9:14 pm, g1bb wrote: > Order #, Merchant Order #, Order Creation Date, Currency, Amount, > Amount Charged, Financial Status, Fullfillment Status > > On Feb 21, 11:45 am, "deepdr...@googlemail.com" > > wrote: > > now, what exactly is "all data"? > > > thanks - > > > On Feb 21

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread Freepine
On Sun, Feb 22, 2009 at 6:11 PM, Stoyan Damov wrote: > > Only if your apps are NOT protected, which is what I did. The > "protection" is pretty ridiculous anyway. > I'm SURE Steve Jobs is laughing his ass off. iPhone app developers aren't in a better situation. Hackulous can provide any apps in

[android-developers] Re: X and y coordinates for clicks and long clicks

2009-02-22 Thread J . Pablo Fernández
It seems it's also not possible to know where exactly was the long clicked performed in a view to trigger a context menu. :S On Sat, Feb 21, 2009 at 3:41 PM, J. Pablo Fernández wrote: > Hello, > > When you receive clicks and long clicks, how do you get the x and y > coordinates that were clicked?

[android-developers] Local service: how to tell activity when done?

2009-02-22 Thread NameZero912
Hi there, starting from the example ServiceStartArguments.java of the "API demos", the service "ServiceStartArguments" is creating a new Handler object (ServiceHandler) which does all the work in a separate thread. Once that work is completed, how can I tell other components that my work is finis

[android-developers] Re: Paid apps related questions discussion list?

2009-02-22 Thread ellipsoidmob...@googlemail.com
Thanks Jon - that's a good tip. I think Jay has just implemented support for paid / copy protected apps in Cyrket so mine is now indeed visible. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: IllegalThreadStateException when program is restored

2009-02-22 Thread Mark Murphy
Zombies and Robots wrote: > I suppose I could just set gameThread to a new GameThread() > and try to start that, but that approach won't work because I need to > supply the Context for the GameThread, and that isn't passed to > surfaceCreated(). In the case of LunarLander, LunarView is a SurfaceV

[android-developers] Re: Check whether a thread is running

2009-02-22 Thread David Turner
Did you declare your variable as volatile ? this is needed for stuff that can be accessed by several threads at the same time.(or you could use a synchronized statement which is slower but is safer in the general case, but probably equivalent if your variable is of primitive type *and* you're not r

[android-developers] Re: Cannot sync Calendar with Google Calendar service on emulator

2009-02-22 Thread david liu
Hi Johnson, Could you please tell me how to configure the username and pwd for the Google Service Login on the emulator? Thanks very much, David On Sat, Feb 21, 2009 at 1:15 AM, Johnson wrote: > Hi, > I run the 1.0r1 emulator and install Calendar.apk and CalendarProvider.apk > on the emulator.

[android-developers] Re: X and y coordinates for clicks and long clicks

2009-02-22 Thread Lewis
This is how i found x and y coords of a click: create an ontouchlistener, override 'onTouch' and use getRawX() to get an x coord. final OnTouchListener myListener = new OnTouchListener() { public boolean onTouch(View v, MotionEvent event) { if (event.getAction() == MotionEvent.ACTI

[android-developers] Re: X and y coordinates for clicks and long clicks

2009-02-22 Thread J . Pablo Fernández
That gives you the x and y coordinates when there's a touch event, not an onClick, onLongClick or onContextMenuSomething. On Sun, Feb 22, 2009 at 2:55 PM, Lewis wrote: > > This is how i found x and y coords of a click: > > create an ontouchlistener, override 'onTouch' and use getRawX() to get > a

[android-developers] Re: Signing an application on Linux

2009-02-22 Thread Nox
If i´ve exported my unsigned app, i don´t understand the instructions what i have to do!!! On 22 Feb., 11:03, Jon Colverson wrote: > On Feb 22, 8:42 am, Nox wrote: > > > I've tried it with Linux and Windows, but I don't know how to sign > > it!!! > > I have exported it to my desktop but wh

[android-developers] Been Reading Some of the Marketplace posts

2009-02-22 Thread radiolistener
Hi All, Been reading some of the MarketPlace posts, and did some investigating. From my program entry,I can successfully e-mail myself. When I try to buy my application I get a network error. Is there some issue where providers can't download their own applications? I also chose the locking o

[android-developers] Re: How to send Email??

2009-02-22 Thread Miguel Paraz
On Feb 22, 1:51 pm, Noam wrote: > Hello everyone, > I have found this K9 source code, but I'm looking for the actual piece > of code that actually sends the email. Hi, the actual SMTP sending is in: ./src/com/android/email/mail/transport/SmtpTransport.java Hope this helps. --~--~-~--~--

[android-developers] Re: Dev Phone -- unable to see paid app on market

2009-02-22 Thread Disconnect
Wait for an update that they have been working on since the dev phone was released. Yeah. Or install the holiday-phone images instead. All the fun of a dev phone, only its updated (hmm, maybe cuz its going to googlers instead of the paying customers?) http://andblogs.net/2009/02/new-adp1-update-o

[android-developers] Re: Using LIKE in Android SQLITE

2009-02-22 Thread hc
Thanks. I finally figure it out. All the suggestion works, even what I used previously. It's just that if I have the loading done in onCreate method, the list is empty. On Feb 18, 12:18 am, loty wrote: > This works for me > String sFilter = KEY_DATA + "LIKE'%" + queryString + "%'"; > return mDb.

[android-developers] How to have different types of view in ListActivity/BaseAdapter

2009-02-22 Thread hc
In a list, is it possible to have different kind of views, inflated from different layout XML? I started with the sample in the API Demo, using the Efficient Adapter, and it starts like this public View getView(int position, View convertView, ViewGroup parent) { ViewHolder holder;

[android-developers] Hint not showing on an EditText if gravity is center?

2009-02-22 Thread BoD
(first of all, sorry if you saw this message twice, for some reason I have trouble posting to this group, my first message doesn't seem to have been posted) Hi, I don't know if this is a bug or something I'm not doing correctly, but I have a very simple layout with an EditText that has a "hint".

[android-developers] Re: Any reason for not supporting capital letters in image file names of aapt tool

2009-02-22 Thread Raja Nagendra Kumar
Fadden, ignoring the case sensitivity would have been a better option than forcing the users to name the files always in lower letters.. The side effect of not supporting is in realability. Camel Case always helps like in Java Class Names, methods, variables etc. > Are "tejasoftSplash.png" and "T

[android-developers] Android Keystore V2

2009-02-22 Thread Anders Rundgren
http://android-keystore-v2.webpki.org In case there is anybody out there who would like to create a support- application to an activity that is already used by everybody on the Internet, the moment has come! I'm particularly interested in developers with deep knowledge of Linux services and/or t

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-22 Thread Steve Ingram
For anyone that hasn't figured this out yet. If you turn off Copy Protection on your app, it will become available. As soon as I turned that off, my app showed on www.cyrket.com. As of this morning, a message on that site also states that all apps can be seen now. I have to say that the roll o

[android-developers] Re: Replacing the dialer responding to [number keys] pressed ?

2009-02-22 Thread wsgfz...@gmail.com
after i checked the dialer mainfest file in cupcake i got it. On Feb 21, 11:50 pm, "wsgfz...@gmail.com" wrote: > hi~ > I want to launch my own app when number keys are pressed ... > > after reading the po

[android-developers] Checkout email notification

2009-02-22 Thread Java Developer
I am not recieving email notification of orders through the Market even though the correct settings have been selected in GC. We do not have email/junk filters, is anyone else having this problem? --~--~-~--~~~---~--~~ You received this message because you are subsc

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-22 Thread Stoyan Damov
On Sun, Feb 22, 2009 at 6:36 PM, Steve Ingram wrote: > > For anyone that hasn't figured this out yet.  If you turn off Copy > Protection on your app, it will become available.  As soon as I turned > that off, my app showed on www.cyrket.com.  As of this morning, a > message on that site also stat

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-22 Thread Stoyan Damov
I'd also expect ANYONE from Google to comment on ANY of our comments on this list. We know you're busy w/ bug fixes but you can spend 5 minutes of your precious time answering at least ONE of our posts. On Sun, Feb 22, 2009 at 7:03 PM, Stoyan Damov wrote: > On Sun, Feb 22, 2009 at 6:36 PM, Steve

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Carter
I can confirm that there is a bug with the "forward locking" on the Android Market. The problem I've experienced is that users upgrading from an unlocked version of Locale to a locked version of Locale are experiencing a crash when opening the app. The failure is that the app can't open its Cont

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Mark Murphy
Carter wrote: > a call to SQLiteOpenHelper.getWritableDatabase() fails What is the exception that is raised? Or does it just quietly return null? -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml

[android-developers] Re: Show dialog on creation - question?

2009-02-22 Thread Evgeny V
Hi Dianne! Thanks you for response! Can you suggest how can I implement so simple scenario: -Activity started - the user already got the screen. -Immediately after activity UI dispalyed I need to start update process indicated by progress dialog I tried to impelement onPrepareDialog, onStart, an

[android-developers] Re: Extending AdapterView - getting only 1 level of children

2009-02-22 Thread drasticp
Diane, et. al. I've looked at this extensively without resolution. The widget that is most similar to what I'm trying to create is the Gallery. In the Gallery, there is a private setUpChild method. This method has the following (stuff omitted for brevity): Gallery.LayoutParams lp = (Gallery.Layo

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread focuser
confirmed. If you first install an apk unlocked, and then install a locked one, you will get that sqlite exception. also, the old preferences seems to be deleted after the locked apk is installed. Another thing is, even installed locked from scratch (uninstall and adb install -l), there are some

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread focuser
02-22 09:57:00.242: ERROR/AndroidRuntime(25948): Uncaught handler: thread WebViewCoreThread exiting due to uncaught exception 02-22 09:57:00.272: ERROR/AndroidRuntime(25948): android.database.sqlite.SQLiteException: unable to open database file 02-22 09:57:00.272: ERROR/AndroidRuntime(25948):

[android-developers] Re: How to have different types of view in ListActivity/BaseAdapter

2009-02-22 Thread Mark Murphy
hc wrote: > In a list, is it possible to have different kind of views, inflated > from different layout XML? Sure! > How am I able to have certain rows with layout inflated from a > different XML? The method above seems to assume that all of them will > have the same kind of layout. 1. Override

[android-developers] Re: How to add transparent button to screen

2009-02-22 Thread drasticp
Try using an image drawable or ninepatch drawable PNG with some alpha in it. This is an example that's already in the framework. Set this as the background of a FrameLayout: @android:drawable/gallery_thumb On Feb 22, 12:08 am, cindy wrote: > Hi all, > > When I use android's camera, the buttons

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Mark Murphy
focuser wrote: > 02-22 09:57:00.242: ERROR/AndroidRuntime(25948): Uncaught handler: > thread WebViewCoreThread exiting due to uncaught exception > 02-22 09:57:00.272: ERROR/AndroidRuntime(25948): > android.database.sqlite.SQLiteException: unable to open database file > 02-22 09:57:00.272: ERROR/An

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread focuser
That's correct, it's not my app's database. But my app uses a WebView and just stops there. Write anything that uses a WebView (or uses sqlite) and you should see the problem. The following is everything I got in LogCat's error view: 02-22 10:43:59.242: ERROR/Database(27448): sqlite3_open_v2("

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Mark Murphy
focuser wrote: > 02-22 10:43:59.242: ERROR/Database(27448): sqlite3_open_v2("/data/data/ > crashtest.test/databases/webview.db", &handle, 6, NULL) failed Crap. I was hoping it would log the return code from that function call. 6 is SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, which is pretty much

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Carter
Below is the stack trace from Locale when this problem reproduces. The JavaDocs suggest that file permissions or a full disk might be the cause. I've confirmed that disk space isn't the problem. 02-21 00:21:47.652: ERROR/AndroidRuntime(349): java.lang.RuntimeException: Unable to get provider e

[android-developers] Re: onSaveInstanceState and onRestoreInstanceState are not properly called

2009-02-22 Thread Odessa Silverberg
> Now I found out that there is a problem with that: > * When the other activity ("ActivityB" in my example) is started, > ActivityA's onSaveInstanceState is called (why?). The reason for this, because while ActivityB is shown, ActivityA there is a _posibility_ that ActivityA can be killed for som

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread focuser
Mark, I created a test project that reproduces three problems with forward-lock, where should I upload it? On Feb 22, 10:56 am, Mark Murphy wrote: > focuser wrote: > > 02-22 10:43:59.242: ERROR/Database(27448): sqlite3_open_v2("/data/data/ > > crashtest.test/databases/webview.db", &handle, 6, NU

[android-developers] Nice Settings Management?

2009-02-22 Thread Noam
Hello everyone, In the Android Emulator, when I press on Settings, and then on "Security & location", I see this nice, menu-type thing that has checkboxes and all that jazz.. I would like to know how I could integrate that into my application, too. Where can I find the code needed to do that? Tha

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread Mark Murphy
focuser wrote: > Mark, I created a test project that reproduces three problems with > forward-lock, where should I upload it? I don't see an issue on http://b.android.com referencing forward-lock. I recommend you start an issue, with the information you've supplied here, and attach a ZIP of the t

[android-developers] Re: Nice Settings Management?

2009-02-22 Thread Mark Murphy
Noam wrote: > Hello everyone, > In the Android Emulator, when I press on Settings, and then on > "Security & location", I see this nice, menu-type thing that has > checkboxes and all that jazz.. > I would like to know how I could integrate that into my application, > too. Where can I find the code

[android-developers] Customers Unable to Download Upgrades

2009-02-22 Thread John Lauricella
I have at least one complaint from purchasers of my app that when they try to download an upgrade it just spins and spins and nothing happens. They said they even tried taking out the battery, etc, so they are trying everything they can think of... Why is this happening?? How can I help them?

[android-developers] Unable to Download Paid App Upgrade

2009-02-22 Thread joshbeck
Hello All, -I have a paid app on the market. -I uploaded an upgrade -The market download manager hangs on 'Starting Download' when I try to download the newest version. -Has anyone experienced this? (If the problem is resolved shortly, I'll post here.) Thanks, Josh Beck --~--~-~--~--

[android-developers] Re: Think twice before turning on the "Copy Protection" option! -- there's a serious bug in Market

2009-02-22 Thread focuser
I created three. :) http://code.google.com/p/android/issues/detail?id=2063 http://code.google.com/p/android/issues/detail?id=2064 http://code.google.com/p/android/issues/detail?id=2066 On Feb 22, 11:33 am, Mark Murphy wrote: > focuser wrote: > > Mark, I created a test project that reproduces th

[android-developers] Re: what is difference between OnClickListener and OnTouchListener?

2009-02-22 Thread Odessa Silverberg
OnClickListener happens on a click i guess (which can also be triggered by they keyboard) while the other one would only react on direct touches to the touchscreen i guess. However i'm not really sure, i only used OnClickedListener until now On Feb 21, 2:24 pm, jj wrote: > Hello folk > what is

[android-developers] Re: Customers Unable to Download Upgrades

2009-02-22 Thread Stoyan Damov
Ask the users to reinstall. This always works - for hanging downloads, hanging installs, crashes on startup. I don't know if a re-install equals uninstall, cancel, install though - because if it does, you might quickly start losing money because of the chargeback feeds, especially if your app is l

[android-developers] Re: Any reason for not supporting capital letters in image file names of aapt tool

2009-02-22 Thread Romain Guy
>> Are "tejasoftSplash.png" and "Tejasoftsplash.png" the same file or > different files? > > They are same and one only. Except one a case sensitive file system :) > > It would have been really nice to aapt to support Mixed Case filenames > as it happens with Java Class Names. > > Regards, > Nag

[android-developers] Re: Unable to Download Paid App Upgrade

2009-02-22 Thread Stoyan Damov
http://www.google.com/support/forum/p/Android+Market/label?lid=7dc8a5c590cd22ee&hl=en Basically, you're not the only one. A reinstall helps in most cases. On Sun, Feb 22, 2009 at 9:52 PM, joshbeck wrote: > > Hello All, > -I have a paid app on the market. > -I uploaded an upgrade > -The market d

[android-developers] Re: Unable to Download Paid App Upgrade

2009-02-22 Thread joshbeck
This is a very bad situation indeed as my app relies on regular updates! I hope they prioritize this. On Feb 22, 2:30 pm, Stoyan Damov wrote: > http://www.google.com/support/forum/p/Android+Market/label?lid=7dc8a5... > > Basically, you're not the only one. A reinstall helps in most cases. > > O

[android-developers] Refreshing sdcard from code after pushing file to sdcard

2009-02-22 Thread Ben Williamson
I've got some code that downloads mp3s remotely over a streaming url connection... This all works fine but my problem is once the file is complete and I pull up the music app it's not there. A reboot of the phone and it now shows up... anyone know how to force this refresh to occur from withou

[android-developers] Re: Voice Recognition like in Voice Search? (STT)

2009-02-22 Thread Andrew Stadler
Hello Markus - I think we have tried to be as clear as we possibly can on this (and related topics). For application development, we only support the use of API's, intents, or any other resources that have been provided in the SDK. I think that the blog post provided in another message actually

[android-developers] Amazon Web Services (AWS) from Android

2009-02-22 Thread jjbunn
I have a simple app that uses AWS to lookup and fetch product information. This works fine on the desktop, using the Sun JRE. However, in trying to port this to Android I am hitting all sorts of problems, including first missing classes in javax.xml (specifically javax.xml.transform.stream.Strea

[android-developers] Re: IllegalThreadStateException when program is restored

2009-02-22 Thread Zombies and Robots
On Feb 22, 7:49 am, Mark Murphy wrote: > In the case of LunarLander, LunarView is a SurfaceView, which has > getContext() to return the Context for the view. Oh yeah--thanks! I tried using getContext() to provide the context, and it seems to work for the most part. It's just frustrating that e

[android-developers] Re: Customers Unable to Download Upgrades

2009-02-22 Thread Shane Isbell
I'd encourage developers who are having problems to upload to slideme.organd ask users to purchase from there. You also get to keep a lot more of the payout. Shane On Sun, Feb 22, 2009 at 12:27 PM, Stoyan Damov wrote: > > Ask the users to reinstall. This always works - for hanging downloads, > h

[android-developers] Re: TERRIBLE BUG IN MARKET APPLICATION (was Re: Paid apps related questions discussion list?)

2009-02-22 Thread joshbeck
I agree. I've worked pretty darn hard to produce a clean application. The end-user is going to blame the developer most of the time on this one. It's a frustrating situation that I hope Google makes a top priority. On Feb 21, 8:15 pm, Stoyan Damov wrote: > That is, while I care about bad rati

[android-developers] Paid Download Stats?

2009-02-22 Thread tspree15
Is anyone having a lot of success with the market thus far? I'm seeing about 5% of the "downloads" when compared to my same app on the iTunes app store. I'm wondering if my listing is "poor" or if I'm doing something wrong. I've only had 11 downloads and 3 returns in the past 48 hrs (my app is $

[android-developers] Android App Developer List

2009-02-22 Thread JohnScottDixon
Announcing a new resource to help people looking for Android Developers (as well as iPhone and Blackberry Developers): http://www.AppDeveloperList.com I have been on the other side where my clients are looking for developers - frustrated with searches on Google. So, I built a simple list focused

[android-developers] Android second attempt

2009-02-22 Thread Neil.Young
Hi, I was leaving the group in Jan 2008 and am now back to see, what has happened here. Referring to http://groups.google.com/group/android-developers/browse_thread/thread/7c38333d80d506f9/e59777fad25e2a68?hl=en&lnk=gst&q=sim#e59777fad25e2a68 could anybody give me a pointer: Is JSR 177 part

[android-developers] Android - next attempt

2009-02-22 Thread neil.young
Hi, I was leaving the group in Jan 2008 and am now back to see, what has happened here. Referring to http://groups.google.com/group/android-developers/browse_thread/thread/7c38333d80d506f9/e59777fad25e2a68?hl=en&lnk=gst&q=sim#e59777fad25e2a68 could anybody give me a pointer: Is JSR 177 part of t

[android-developers] Setting a new WebViewClient

2009-02-22 Thread marmor
Hi, I'm trying to set my own progress bar to my WebView, I successfully tried creating my own class "MyWebView" which creates a progress bar in the constructor and then sets a new WebViewClient which has an overriden "onPageFinished" to terminate the progress bar. The problem is that using that

[android-developers] Re: MemoryFile to create a file in memory?

2009-02-22 Thread oliv yu
Hi Moto, I guess, what Marco means is that you don't really have to worry about the buffer thing. All you need to do is to make your program found the root where stream come from, a specific file, a URL (actually a file in the server) or some devices etc. Then, let the program and OS mind how to b

[android-developers] ImageButton/Button Text and Colors -- Best of both worlds

2009-02-22 Thread pe...@uringme.com
I'm trying to minimize the number of resources I'm including in an app, so I'm jumping back and forth between ImageButton and Button. I have a basic button shape/background design, but it needs to have independent text and colors. I have a nice white shape and background, but here's my dilemma:

[android-developers] Get application ID of my app on the market

2009-02-22 Thread Wah
Hi: I hope to figure out the direct URL link to my application on the market like http://market:blahblah I was able to find the application ID previously by going to the UI interface to upload application, and looking at the URL link that can edit the app. However, this method doesn't seem to w

[android-developers] New or Existing Application.

2009-02-22 Thread Kizz-Ann
Is their an Application that records Incoming/Outgoing calls. & The name of the app that reminds you of missed messages. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Does Android support JSR 177 APDUConnection?

2009-02-22 Thread Neil.Young
Regards --~--~-~--~~~---~--~~ 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-devel

[android-developers] Re: Android - next attempt

2009-02-22 Thread Neil.Young
This is just a PING, because I have the impression, my posts do not come through... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

[android-developers] Re: Solved Preferences Reset Problem

2009-02-22 Thread Jeffrey Yasskin
http://developer.android.com/guide/topics/manifest/application-element.html#persistent says that persistent=true means that the system will try to keep your app running at all times. It doesn't seem to have anything to do with preferences, although having fewer restarts could easily make any nonde

[android-developers] Two questions

2009-02-22 Thread neil.young
Hi, first: It seems to be impossible to post to this group using an ordinary mailer!? I've tried to post to android- develop...@googlegroups.com to no avail. Is this group moderated? second: I would like to know, whether Android is supporting JSR 177, especially APDUConnection, meanwhile. Regard

[android-developers] Active Calendar app on Android Emulator?

2009-02-22 Thread Tim Bao
Hi, all, I am sorry to bring this into such a board audience but seems nobody has posted similar problem or solution on the internet. I am trying to use Calendar.apk in the emulator on a windows xp system. The SDK version I am using is 1.1r1. However, the calendar app will always go away with a

[android-developers] writing into sd card falling

2009-02-22 Thread jaimin
hi . i have created one apllication in that i have download images and stored into my sd card but while downloading my images are not stored in my sd card folder so any help here is my code class DThread extends Thread { public void run() { // Get a Connectio

[android-developers] Re: MenuItems and Typefaces

2009-02-22 Thread G_man
I don't mean to let you down but as of now, android does not have an arabic font I have a g1 and I can view arabic (disconnected letters) but this is because I have root access and I replaced the default system font with one that supports arabic your application will not be readable for users. T

[android-developers] Context menus for TableRow?

2009-02-22 Thread jsdf
Hi all, I'm stumped. I have a table with data rows that are dynamically created. I am trying to map a context menu to each table row that shows "Delete item", and on click, lets me delete the item. Simple, right? The problem is that my onContextItemSelected(MenuItem item) handler always has a n

[android-developers] Checking whether the screen is locked

2009-02-22 Thread Bram Bonné
Hi, I'm writing a presence agent application for Android (that checks if you are 'available' or 'away'). For this I would like to check any activity on the phone. The easiest way to do this would be to check whether the screen is locked. Is there any way to do this? Alternatively, is there a way

[android-developers] Order Inbox - symbol meaning?

2009-02-22 Thread sdc2008
How do I know in the Order Inbox which items were charged properly? Where can I find what the symbols mean under the Charge column? Is a "-" a successful charge, or a "O"? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[android-developers] Checking whether the screen is locked

2009-02-22 Thread Bram Bonné
Hi, I'm writing a presence agent application for Android (that checks if you are 'available' or 'away'). For this I would like to check any activity on the phone. The easiest way to do this would be to check whether the screen is locked. Is there any way to do this? Alternatively, is there a way

[android-developers] Test

2009-02-22 Thread Neil.Young
Obviously it is not possible to post here using mail... Strange... --~--~-~--~~~---~--~~ 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 T

[android-developers] Does Android support JSR 177 APDUConnection?

2009-02-22 Thread neil.young
Regards --~--~-~--~~~---~--~~ 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-develo

[android-developers] Re: what is difference between OnClickListener and OnTouchListener?

2009-02-22 Thread kamaraj
Check out here http://groups.google.com/group/android-beginners/browse_thread/thread/723395727d2ca8b8 http://developer.android.com/guide/topics/ui/ui-events.html bye kamaraj.s On Feb 21, 6:06 pm, jj wrote: > Hello folk > what is difference between OnClickListener and OnTouchListener? >  I don

[android-developers] Is this group moderated?

2009-02-22 Thread neil.young
Is this group moderated?? --~--~-~--~~~---~--~~ 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

[android-developers] UK developers can't read their own feedback for paid apps

2009-02-22 Thread pam.alex.dri...@googlemail.com
Please help - I have published app but can't read my own feedback for my app as I'm UK based and its in the paid app market. I can't read any of my own feedback. so have no way of knowing what problems are should they exist. Also please can my purchase price be listed in dollars not pounds as th

[android-developers] Does Android support JSR 177 APDUConnection?

2009-02-22 Thread neil.young
Regards --~--~-~--~~~---~--~~ 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-develo

[android-developers] Specifying Android project dependencies (in Eclipse)

2009-02-22 Thread Henrik Gustafsson
Hi all! This was originally posted as a StackOverflow question ( http://stackoverflow.com/questions/549451 ), but following advice from #android I will also post the question here. I have two Android projects, a 'library project' containing a custom layout, and an 'application project'

[android-developers] Does Android support APDUConnection as known from JSR 177?

2009-02-22 Thread Neil.Young
Simple question. More answers? Regards --~--~-~--~~~---~--~~ 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 gr

  1   2   >