[android-developers] Android 1.6 and SIM for Data Communications

2009-11-07 Thread setomits
Hi developers, I have an Android machine which I got at Google Developer Day 2009 in Japan. This model is basically same as HTC Magic and HT-03A in Japan but is SIM lock free. So I insert a SIM card for data communications and use it for developing apps and checking the browser compatibility.

[android-developers] Re: Market on emulator, scamming opportunity ?

2009-11-07 Thread TonyDoc
You can only rate once per google account. On Nov 7, 2:44 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: If you create an emulator on your PC that has a market app, then download it, you can rate it as many times as you can create emulators with the market app. Of course, this

Re: [android-developers] Re: Market on emulator, scamming opportunity ?

2009-11-07 Thread Maan Najjar
Tying the rating to Google account is the problem, because a dev won't stop creating new accounts with new emulators or simple client if he knows how the protocol works.Tying a rating to IMEI would better because emulator has known IMEI. I think Google concentrate more on core issues.It's not

[android-developers] Possible bug with Intents and PendingIntents on Android 2.0 AVD

2009-11-07 Thread Teo [GD API Guru]
Hi everyone, i have some code that is creating and removing alarms, and which works great in Android 1.5 and 1.6 but breaks on the Android 2.0 AVD. The code that's giving this exception is: Intent intent = new Intent(context, AlarmReceiver.class).setFlags (

[android-developers] Re: Where do I write my changelog?

2009-11-07 Thread Walles
To answer my own question in case somebody else wants to know, what people do is simply to change the description of the app after every release, so that it includes a description of the latest change. On 23 Sep, 12:00, Walles johan.wal...@gmail.com wrote: Hi! When upgrading apps I've

[android-developers] Get phone's username

2009-11-07 Thread jonne
Dear Android developers, In my Android application I'd like to enable users to post notes, similar to how we can post notes in the Android market about the applications we have installed. Over there it is not necessary to provide your username, the market application is able to retrieve this

[android-developers] Application is not installed on your phone ERROR while launching the application?

2009-11-07 Thread pink 444
Hi, I have created an application and installed on the HTC mobile. while launching the application some times it is giving the ERROR application is not installed on your phone . And some other times even though application is installed it is being displayed in application launcher.

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Al Sutton
What a day for my ADSL connection to go down :). To address some of the points raised; - We, at Funky Android, have issued a response to the Archos press release at http://press.andappstore.com/20091106-AndAppStore-Archos.pdf in which we challenge Archos to allow us to release the documentary

[android-developers] Re: synchronized SurfaceHolder hanging on my market app

2009-11-07 Thread LouisB
Thanks for the reply - I wanted to follow up on this - I fixed it by taking out the synchronized blocks where I didn't need them. I was just blindly putting them in everywhere in my view, but they aren't needed unless there's some modification to the view properties. On Oct 25, 12:06 pm, Streets

[android-developers] Re: Does ADC2 Entry DroCap Exploit a Root Hack?

2009-11-07 Thread nEx.Software
The only way to take screen captures on an Android device requires root. This application made no indication that it required root, did not request root permission from me, and proceeded to attempt to gain root through the use of a vulnerable exploit path (which has since been patched in Android

[android-developers] a little help with soft keyboard / InputMethodService

2009-11-07 Thread LouisB
Good day, my application is an Apple 2 Emulator and I’m getting reports from MyTouch 3G users that my softkeyboard implementation isn’t outputting proper keystrokes for some of the shift keys. Right now everything is captured by doKeyDown via the SurfaceHolder Callback so this is understandable.

Re: [android-developers] Re: Wallpaper

2009-11-07 Thread Zhihong GUO
But where is the wallpaper gallery locate. It seems that only one image in /data/data/ com.android.settings/files/wallpaper 2009/2/12 Rohit mord...@gmail.com Talking to myself here :( Here is what I figured out. The wallpaper is saved in /data/data/ com.android.settings/files/wallpaper and

[android-developers] Re: Slow OpenGL on Samsung Galaxy - solution

2009-11-07 Thread Dmitry.Skiba
It makes sense when you generalized it like that, but in this particular case the application gets put in software mode for asking for *less* capabilities. If it claims it needs a depth buffer when it doesn't, only then does it get the hardware acceleration. Exactly. Unfortunately I don't

[android-developers] Webservice on Android

2009-11-07 Thread rubeN_vl
Hi, i want to run a webservice on a Android phone. The messages that are send to this webservice have to be shown in an application. Whats the best way to achieve this? I've read something about SOAP, or are there some better ways? -- You received this message because you are subscribed to the

[android-developers] Re: problem reading from the Camera

2009-11-07 Thread Hamilton Lima (athanazio)
it worked registering a callback for the surface !! thanks On 6 nov, 16:47, Hamilton Lima (athanazio) hamilton.l...@gmail.com wrote: thanks Mark will give a try ! On 6 nov, 15:34, Mark Murphy mmur...@commonsware.com wrote: Hamilton Lima (athanazio) wrote: Still with the issue ... :(

[android-developers] AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Hey guys, I have the following code.. public class MyActivity extends Activity { private final static int DIALOG_TASKING = 1; ProgressDialog mLoadingDialog; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Webservice on Android

2009-11-07 Thread Mark Murphy
rubeN_vl wrote: i want to run a webservice on a Android phone. Why? It's not going to be reachable, except on a local WiFi network, and even then only if somebody knows the IP address of the phone. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android

[android-developers] Re: Webservice on Android

2009-11-07 Thread rubeN_vl
I'm aware of that On 7 nov, 15:07, Mark Murphy mmur...@commonsware.com wrote: rubeN_vl wrote: i want to run a webservice on a Android phone. Why? It's not going to be reachable, except on a local WiFi network, and even then only if somebody knows the IP address of the phone. -- Mark

Re: [android-developers] AsyncTask and ProgressDialog

2009-11-07 Thread Mark Murphy
Lee Jarvis wrote: The code works fine, except when I try and change screen orientation, the progress dialog doesn't disappear and the task seems to be executed again, I realize this is because the onCreate() method is being called again on orientation change perhaps? Yes. By default, on an

[android-developers] Contacts code examples in 2.0

2009-11-07 Thread Ravi
Please post if you have any. I am searching all across to understand the new API but not much to go by: 1: Get a cursor that gives all: - ContactID, Name, Phone Number, Phone Type (or some other way to get this information) 2: Get name by phone number 3: Get a cursor that gives: contact_id,

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Ok great, thanks. I've adapted my code and added a static flag to my activity, just for testing purposes.. This is my code now.. package net.gullycorp.gully; import android.app.Activity; import android.app.Dialog; import android.app.ProgressDialog; import android.os.AsyncTask; import

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread JP
On Nov 7, 3:42 am, Al Sutton a...@funkyandroid.com wrote: Now if this needs to continue, lets move it to -discuss which would be a more appropriate list for this type of thread. We've seen an onslaugh of bottom feeders that try to make a buck on the backs of devs and others who put in a

Re: [android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Mark Murphy
Lee Jarvis wrote: This code (kinda) works, the only problem is dismissing the dialog if the activity is recreated. I've tried dismissing it if mTaskComplete is true but I guess by that time it's lost reference to the ProgressDialog. You may need to dismiss the dialog in onDestroy() and reopen

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread JacobGladish
All I want is a phone for testing. Can anyone suggest a good option. Is the dev phone the way to go? On Nov 6, 11:33 pm, nEx.Software email.nex.softw...@gmail.com wrote: The CLIQ has 1.5 loaded, and it is NOT a good development phone. Trust me. On Nov 6, 8:55 pm, JacobGladish

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
I apologise if I'm missing something or just being stupid.. But i've tried the following.. @Override public void onDestroy() { dismissDialog(DIALOG_TASKING); super.onDestroy(); } The dialog is only dismissed if I DONT change orientation, otherwise the finished toast

Re: [android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread Mark Murphy
JacobGladish wrote: All I want is a phone for testing. Can anyone suggest a good option. The only devices that have 1.6 that I can think of are the T-Mobile G1 (if the device has the OTA upgrade), the HTC Tattoo (not sold in the US but is available on eBay), and the Google Ion (see below). The

Re: [android-developers] DroidDrop - Remote Logging with source code

2009-11-07 Thread Carmen Delessio
Details for setting up remote logging are in this blog post: Remote Logging for Android via drop.io

[android-developers] Re: Webservice on Android

2009-11-07 Thread davemac
If you mean that you want to reach a web service from a phone, then hopefully the web service is not SOAP-based. REST-ful web services are more lightweight than SOAP and a better fit for Android. If you have control over the design of the web services, go with that. If you're forced to use SOAP,

[android-developers] Re: Does ADC2 Entry DroCap Exploit a Root Hack?

2009-11-07 Thread dadical
Google needs to disqualify this application, and let one in that conforms to the rules. Sheesh... On Nov 7, 8:22 am, nEx.Software email.nex.softw...@gmail.com wrote: The only way to take screen captures on an Android device requires root. This application made no indication that it required

[android-developers] Re: Working with the new ContactContracts API

2009-11-07 Thread Ravi
Hi Dmitri, This thread is very helpful and thank you for taking time - believe me I really appreciate your help. Is there any plan that you are aware of that google would publish contacts changes rather than bugging people on groups for the select knolege of supposed to be opensource system ? --

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Anyone other feedback on this? I'm confused as to why this isn't simpler.. All I want to do is display the ProgressDialog until the task is complete, then get rid of it.. Anyone would think this was trivial. No matter what I do I'm unable to remove the dialog once the screens orientation has

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lance Nanek
private final class Task extends AsyncTaskVoid, Void, Void { ... dismissDialog(DIALOG_TASKING); A non-static inner class like this has a reference to the instance of the class that created it. So that dismissDialog call probably goes to the previous instance of your activity in this case. Not the

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Ah ok, that makes sense. Thanks for your reply. I understand what you're saying, but in all honesty after trying another 3 examples I'm still unable to resolve this, could you possibly provide some kind of example for what would work? Seems if I use a reference to a ProgressDialog in my activity

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Streets Of Boston
Lance is absolutely right. I ran into this problem a few months ago. Possible solution: Hold a static handle to your currently active instance of your activity (works only if you have at most one active instance of your activity at any given time in your process). public class MyActivity extends

[android-developers] Localization awareness

2009-11-07 Thread frantz lohier
Dear All, I have a quick 2 questions; - is there a way for an App to understand what is the current display language ? - is there a way for an App to understand if the current country the phone operates should report speed in miles per hour as opposed to km/hour ? Many thanks, -- You

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Thanks for your reply, it's made me understand things a little better. Unfortunately that still doesn't seem to work.. The Toast popup appears twice, then the ProgressDialog just continues to run regardless On Nov 7, 5:14 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Lance is absolutely

Re: [android-developers] Contacts code examples in 2.0

2009-11-07 Thread Dmitri Plotnikov
Hi Ravi, It is important to understand that when you read any Data row, the corresponding Contact data is joined with it, so when you read an email address or a phone number you also have access to DISPLAY_NAME and other stuff like STARRED as well as the latest social status update and

Re: [android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread Dianne Hackborn
On Fri, Nov 6, 2009 at 8:33 PM, nEx.Software email.nex.softw...@gmail.comwrote: The CLIQ has 1.5 loaded, and it is NOT a good development phone. Trust me. What is wrong with it? Fwiw, one of our goals is that all Android compatible phones should also allow for the full standard development

Re: [android-developers] Possible bug with Intents and PendingIntents on Android 2.0 AVD

2009-11-07 Thread Dianne Hackborn
You are using FLAG_ACTIVITY_NEW_TASK with an intent that is being used for a -broadcast-. Don't do that. On Sat, Nov 7, 2009 at 2:15 AM, Teo [GD API Guru] teomina...@gmail.comwrote: Hi everyone, i have some code that is creating and removing alarms, and which works great in Android 1.5 and

Re: [android-developers] Re: Touchscreen Input MotionEvents

2009-11-07 Thread Dianne Hackborn
If you are asking when the 2.0 source will be available, I don't know that. On Fri, Nov 6, 2009 at 3:53 PM, Kevin cysd.andr...@gmail.com wrote: Thank you. I think I understand how to change my touchscreen driver event signaling. Do you know when the Android platform and kernel source will be

[android-developers] Google Analytics

2009-11-07 Thread fhucho
Hi, I would like to implement a href=http://code.google.com/apis/ analytics/docs/tracking/mobileAppsTracking.htmlGoogle Analytics for Mobile/a ) into my app a href=http:// androidchess.appspot.comChess Walk/a. I want the following behavior: * for every Activity the user enters, generate a

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread nEx.Software
The CLIQ is not representative of a normal Android experience. It is buggy, half of the components have been replaced by Motorola. They use their own variants of some APIs. And, I certainly would not recommend it as a user device, personally. As a user of the CLIQ I have been very, very

Re: [android-developers] Possible bug with Intents and PendingIntents on Android 2.0 AVD

2009-11-07 Thread Teo
Hmm, now that i think about it that flag doesn't make sense indeed =] Thanks for the answer! On Sat, Nov 7, 2009 at 8:11 PM, Dianne Hackborn hack...@android.com wrote: You are using FLAG_ACTIVITY_NEW_TASK with an intent that is being used for a -broadcast-. Don't do that. On Sat, Nov 7,

[android-developers] Re: Contacts code examples in 2.0

2009-11-07 Thread Ravi
Thank you - I am going to start in the suggested direction. (I really appreciate you taking time) On Nov 7, 12:00 pm, Dmitri Plotnikov dplotni...@google.com wrote: Hi Ravi, It is important to understand that when you read any Data row, the corresponding Contact data is joined with it, so when

[android-developers] Re: Contacts code examples in 2.0

2009-11-07 Thread Ravi
Looking deeper for #1: I though Phone.XXX is depricated ? My code is working perfect to 1.6, 2.0 is where I am not getting any thing.. here is snipped i had in 1.6 String[] projection = { android.provider.Contacts.Phones.NAME, android.provider.Contacts.Phones.NUMBER,

[android-developers] Re: listDivider in 2.0

2009-11-07 Thread Carter
Look at the layout examples in the res directory of the 2.0 SDK. e.g. from alert_dialog.xml: ImageView android:id=@+id/titleDivider android:layout_width=fill_parent android:layout_height=1dip android:visibility=gone android:scaleType=fitXY

Re: [android-developers] Re: Contacts code examples in 2.0

2009-11-07 Thread Dmitri Plotnikov
Not Contacts.Phones - ContactsContract.CommonDataKinds.Phone On Nov 7, 2009 12:10 PM, Ravi textlo...@gmail.com wrote: Looking deeper for #1: I though Phone.XXX is depricated ? My code is working perfect to 1.6, 2.0 is where I am not getting any thing.. here is snipped i had in 1.6 String[]

Re: [android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread Dianne Hackborn
Can you give more detail? The APIs should work the same. If there are changes, we'd really like to know. On Sat, Nov 7, 2009 at 10:51 AM, nEx.Software email.nex.softw...@gmail.comwrote: The CLIQ is not representative of a normal Android experience. It is buggy, half of the components have

[android-developers] Re: SQLite OnUpdate() Help!?

2009-11-07 Thread Moto
Sounds like a hackable idea... But maybe it will be just what I use... But what I'm mostly bother by is that the OnUpdate() always returns old version = 1 and new version = 2 I would assume after I do the update this old version return a 2! :( I still believe that there has to be a way that it

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread nEx.Software
You know, actually, come to think of it... It might only be those evil non-public apis that we all know not to use but still do anyway... I'll have to look and see if anything I have seen was a public api. I know that working with the Contacts is incredibly frustrating, but that is probably

Re: [android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread Romain Guy
I want a www.androidhallofshame.com with the picture and name of all developers using private APIs :) On Sat, Nov 7, 2009 at 1:25 PM, nEx.Software email.nex.softw...@gmail.com wrote: You know, actually, come to think of it... It might only be those evil non-public apis that we all know not to

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread nEx.Software
Haha, I am totally going to snatch that one up. :) Luckily I don't personally use non-SDK APIs so I won't be on the list. On Nov 7, 2:29 pm, Romain Guy romain...@google.com wrote: I want awww.androidhallofshame.comwith the picture and name of all developers using private APIs :) On Sat, Nov

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread RichardC
JacobGladish wrote: All I want is a phone for testing. Can anyone suggest a good option. I'm using an HTC Magic (not the Hero) as my primary development/test phone for the simple reason it has NOT been messed about with. It's about as close to a reference phone for application development I can

[android-developers] BroadcastReceiver for incoming Gmail?

2009-11-07 Thread gnugu
Hello, Does anybody know how to setup BroadcastReceiver's action and intent- filter so it can be invoked when Gmail is received? I thing CubeWorks does it, so it's not entirely impossible. Any help is welcome. Thank you! -- You received this message because you are subscribed to the Google

[android-developers] Force locale for an application, bug in 2.0?

2009-11-07 Thread Kaj Bjurman
Hi, I got a widget that currently is working with Android 1.5 and 1.6. A user who has Motorola Droid phone with Android 2.0 did however report a bug. After some digging around I found that this is causing a bug that causes an infinite loop: String languageToLoad = en; if (configuration != null

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Charbax
First, the Archosfans forum does not link to pirated software. Google does when people search softwarename + apk. Any links on the archosfans forum linking to any pirated software is removed when brought to the attention of the moderators. Second, your account is not banned from the archosfans

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Lee Jarvis
Any other suggestions? I keep trying different things out but nothing seems to work, I keep seeing common applications with the same functionality which is making it more frustrating because I know it should work fine On 7 Nov, 17:29, Lee Jarvis ljjar...@googlemail.com wrote: Thanks for your

[android-developers] is it possible to reference custom drawable from layout file?

2009-11-07 Thread skink
hi, i heard somewhere that if i have custom drawable (class extending Drawable), starting from donut 1.6 it will be possible to reference it directly from layout file, something like this: Button android:drawable=org.example.MyDrawable ... / is it true? and if so, what is an exact syntax of

Re: [android-developers] Force locale for an application, bug in 2.0?

2009-11-07 Thread Mark Murphy
Kaj Bjurman wrote: Does anyone know how to check the API version on the phone so that I at least can add a quickfix? (A conditional check and only invoce updateConfiguration if the API version is less than 5) android.os.Build.VERSION has the values you need. Note that the integer version is

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread nEx.Software
Charbax... The whole Google links to pirated material argument has been tried before... If I recall, it has not been a very successful argument. On Nov 7, 3:26 pm, Charbax char...@gmail.com wrote: First, the Archosfans forum does not link to pirated software. Google does when people search

[android-developers] GPS low signal

2009-11-07 Thread miguel
Hi everyone. I have a doubt I have been trying to solve since several days but still giving me troubles. Is there a way to detect when the GPS has lost signal (when I drive through a tunnel for example)? I tried to use te onStatusChanged listener because I thought that the temporarily unavailable

[android-developers] Re: GPS low signal

2009-11-07 Thread Maps.Huge.Info (Maps API Guru)
You could check the list of satellites available, if none are visible, I'm guessing that would mean you have lost the signal. Here's some code that may help: private TextView locGpsStatus = null ; private Integer iGpsStatus = -1 ; . . . // Listener for GPS Status...

Re: [android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Tom Gibara
I'm reluctant to respond to this post since it's in the wrong group, but I think its necessary to expose this post's characterisation of Al's posts as a lie (or at the least delusional). In between build-cycles, I've taken the time to read every one of Al's posts. He comes across as a constructive

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Charbax
alsutton has spent huge amounts of time over the past couple months posting disparaging posts against Archos on the http://forum.archosfans.com , posting every type of unfounded and slanderous allegation against Archos that one can nearly think of, that were not sensible degree of scepticism, that

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread JacobGladish
I made two trips to the local mall. First thinking t-mobile was going to sell me a phone without a plan, no luch. Being a verizon customer, I figured they they'd be kinder, but no luck. I even offered to pay full retail but they insist that you activate the phone on their network and then cancel

[android-developers] How can I know date changed? seems android.intent.action.DATE_CHANGED works not properly

2009-11-07 Thread NewPa
Hi, One of my application need to know a new day is coming, that is, if the clock of phone changed from 23:59 to 00:00, my application will do some logic. I tried to use android.intent.action.DATE_CHANGED, but based on my test, this event only occured when i change the date mannually, I could

[android-developers] Data connection hold during deep sleep?

2009-11-07 Thread Loki117
Hey Guys, I have an issue with data connections on the Dream being dropped when the phone goes into Deep sleep. I have a number of AlarmManagers being fired at intervals of between 1 - 3 hours it seems at night time when the phone is not being used these alarms do not seem to get a data

Re: [android-developers] Parse Error during installation of application.

2009-11-07 Thread dan raaka
most likely a case of bad package -Dan On Wed, Nov 4, 2009 at 8:20 AM, d_nn_s d.nn@gmail.com wrote: Hey everyone, I've been writing an application for the Android using Eclipse and the required plugins. There's either a problem with the phone I'm testing the application on, or the

Re: [android-developers] Preference and type

2009-11-07 Thread Bob Cai
I am experiencing the same issue. My app. requires an INT number returned from EditTextPreference, any way to make sure that the input for EditTextPreference is an INT before it returns to app.? On Fri, Nov 6, 2009 at 8:07 AM, Pierre pierredur...@gmail.com wrote: With CheckBoxPreference and

[android-developers] Re: ADC2 Judging App FC

2009-11-07 Thread dadical
Oy. This thing is a freaking mess at this point. Nothing will install (downloads, but doesn't actually install), and manual installs FC. Don't know about others, but I'm no longer able to participate in judging of ADC2. I sent G all of the stack traces being thrown, any chance of fixing this,

[android-developers] Re: ADC2 Judging App FC

2009-11-07 Thread Maps.Huge.Info (Maps API Guru)
Now children, repeat after me: F - U - B - A - R Very good! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-07 Thread Streets Of Boston
Show us your code that deals with showing/hiding the progress bar and show exactly what doesn't work. Maybe we can figure it out :) On Nov 7, 5:32 pm, Lee Jarvis ljjar...@googlemail.com wrote: Any other suggestions? I keep trying different things out but nothing seems to work, I keep seeing

Re: [android-developers] ADC2 Judging App FC

2009-11-07 Thread Marc Lester Tan
Yup happens to me too, download doesn't work and FCs when installed manually. Argh On Sat, Nov 7, 2009 at 1:37 AM, dadical keyes...@gmail.com wrote: Is anyone else seeing problems with the ADC2 judging app throwing a FC when trying to install manually? It's a big miss, since the requirement

[android-developers] Re: SQLite OnUpdate() Help!?

2009-11-07 Thread Moto
Anyone help? I really need to get a release out and this is what's holding me down :( Thanks! On Nov 7, 4:05 pm, Moto medicalsou...@gmail.com wrote: Sounds like a hackable idea...  But maybe it will be just what I use...  But what I'm mostly bother by is that the OnUpdate() always

Re: [android-developers] ADC2 Judging App FC

2009-11-07 Thread Michael MacDonald
Happening to me as well-- Regular T-Mobile G1 Marc Lester Tan wrote: Yup happens to me too, download doesn't work and FCs when installed manually. Argh On Sat, Nov 7, 2009 at 1:37 AM, dadical keyes...@gmail.com wrote: Is anyone else seeing problems with the ADC2 judging app throwing a

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread strazzere
that he could always with all kinds of certainty say that Archos would never be able to use the Google Apps and the Google Marketplace. Yet thats a double edged sword since your always claiming as fact that it will be released for Archos. On a side note -- Archos is still in violation of GPL

[android-developers] how to run android market on emulator

2009-11-07 Thread li jiecong
Hi I do steps follow this http://tech-droid.blogspot.com/ , but the emulator can't connect to the Internet. There is no network. how to resolve it ? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: motorola cliq sdk 2.0

2009-11-07 Thread joebowbeer
This appears to be one: MOTOBLUR undocumented database constraint prevents delete all contacts from working. http://community.developer.motorola.com/mtrl/board/message?board.id=Android_Developmentthread.id=170 -- Joe Bowbeer On Nov 7, 1:00 pm, Dianne Hackborn hack...@android.com wrote: Can you

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Charbox your slander definition seems to be somewhat unique and different. In most posts I see a constant theme of a developer who bought an Archos device and who loves it detailing specific issues that hamper the user experience.. On Nov 7, 6:38 pm, Charbax char...@gmail.com wrote:

[android-developers] Uncaught RuntimeExceptions in Services fail silently

2009-11-07 Thread Miguel Paraz
Hi, I spent some time tracking down a database leak that I couldn't figure out, until I decided to log all database open()s and close()s. It turns out that I had a NullPointerException in my code which was preventing the close(). I fixed this by moving the close() to a finally {} block - which

[android-developers] Re: ADC2 Judging App FC

2009-11-07 Thread CraigsRace
There is a work around. If the app to review doesn't install, just open the Market app. As soon as the Market app opens, the app to review will magically start downloading. On Nov 8, 3:53 pm, Michael MacDonald googlec...@antlersoft.com wrote: Happening to me as well-- Regular T-Mobile G1