[android-developers] Re: How to access contact and account database

2010-09-22 Thread perumal316
Hi, I am also trying the same thing but couldn't do it. You managed to it? I can't find the location of databases.db Regards, Perumal On Sep 21, 2:08 pm, adhavan jeyachandran jadha...@gmail.com wrote: hi,  how can i access the contact and account manager with the help of sqlite3 code? can u

Re: [android-developers] Automatic testing tool for Android?

2010-09-22 Thread Amit Dixit
Hi, There is a tool call Robotium which you can use to do basic function test automation http://code.google.com/p/robotium/ http://code.google.com/p/robotium/Thanks Amit On Wed, Sep 22, 2010 at 9:20 PM, Timo Reimann ttr...@googlemail.com wrote: Hey, On 17.09.2010 08:38, Dajinsol Jeon

Re: [android-developers] Re: New to Developing, Need Insight

2010-09-22 Thread Mark Murphy
On Wed, Sep 22, 2010 at 9:31 PM, William Ferguson william.ferguson...@gmail.com wrote: I find Mark Murphy's books to be very good. Well worth the money (and $40 for 4 books that are regularly upddated seems good value IMHO). Thanks! The downside is that I only have digital copies and no

Re: [android-developers] MediaPlayer cant play audio files from program data folder ?

2010-09-22 Thread dan raaka
That is due to filepermissions. I doubt this issue is specific to T959, that should be behavior on all android devices. -Dan On Wed, Sep 22, 2010 at 10:11 AM, dmtrl...@gmail.com dmtrl...@gmail.comwrote: Hi all! When i record my audio from MIC and store file in /data/data/. why

Re: [android-developers] Re: Android devices supporting OpenGL ES 2.0 (at least through NDK) as of September 2010

2010-09-22 Thread dan raaka
are you looking to target devices which supports openGL 2.0 or just want to know the extensions supported ? -Dan On Tue, Sep 21, 2010 at 2:21 PM, RS rajeshs...@gmail.com wrote: That sums it Robert. Thanks a lot. So on Snapdragon / PowerVR SGX 5xx, OpenGL ES 2.0 should work at least through

[android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-22 Thread mikedroid
i guess the first one is the one i implemented, right now im having problems editing them in htc sense ui's mapping problems with index... On Sep 17, 4:59 pm, Jens dunkingbikk...@gmail.com wrote: There's an old issue filed for this bug: http://code.google.com/p/android/issues/detail?id=5988

[android-developers] Re: Distribute app to customer for review but no one else

2010-09-22 Thread JonFHancock
I do this kind of incremental update for the PayPal version of my app. I do it in the same way that Brad described. If the app finds a new version on the server, it pops a dialog asking the user to update or postpone it. If they click update, it downloads via an AsyncTask, and installs via the

[android-developers] Re: How much money do you make?

2010-09-22 Thread JonFHancock
BTW, I will break 10K downloads today or tomorrow with an active install rate of about 35% On Sep 22, 3:59 pm, DanH danhi...@ieee.org wrote: In short, apps are like show business.  How many actors/musicians even get to give up their day jobs? On Sep 22, 3:55 pm, Indicator Veritatis

Re: [android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-22 Thread Dmitri Plotnikov
I don't think the user experience is that bad with the standard solution, which is to display an Edit this contact item on the contact view screen. That item has an intent that launches your own custom editor activity, which is not that difficult to build. Yes, it is not completely consistent

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-22 Thread JonFHancock
Ugh. I'm offended that he likes me. There was no congeniality in my tone when I wrote about getting my app removed. I respect the wishes of developers who request removal. It is ridiculous that he assumes developers don't mind having their income ripped away from them, unless they speak up

[android-developers] Re: How much money do you make?

2010-09-22 Thread dm1973
Software in general is a hit business. The top apps make big money, the rest made almost nothing. There are some exceptions niche exceptions but if your writing a game realize that the top 50 will make big money but the 250th (the number are a bit made up) will struggle to get any money at all.

[android-developers] Re: Unlocked Nexus One, cannot install updates

2010-09-22 Thread Chris Stratton
I think you should ask the cyanogen folks or whoever provided your recovery image. They probably made it reject OTA's intentionally, as they could cost those without an unlockable bootloader their existing root access. You could also reflash the original recovery image, in which case the OTA

[android-developers] Proguard, Android, and the Licensing Server, or...

2010-09-22 Thread JP
Just read the latest Android Developer blog post. http://android-developers.blogspot.com/2010/09/proguard-android-and-licensing-server.html Quite the beast. And Proguard cannot even be used with confidence (it’s still possible that in edge cases you’ll end up seeing something like a

[android-developers] pdf viewer using android

2010-09-22 Thread Gayan Dhanushka
Hi, I'm interested in developing a pdf viewer applications for the android platform. Can anyone give me some kind of idea to begin with? Thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] why keyboard not launched from status bar edittext ??

2010-09-22 Thread mani
Hi all, I implemented a edittext and a button on a status bar. The problem i face here is, when the edittext is focused and i click it, i couldnt see the Keyboard popup not happening. But if i focus it, cursor blinks, and when i type some characters it is handled by quick search box

[android-developers] Re: New to Developing, Need Insight

2010-09-22 Thread Indicator Veritatis
I do read them, but I scan them very quickly. That quick scan confirms your impression: they do look like copy-and-paste, not at all tailored to address the specific issues brought up by the post he is answering. So I not only flag as spam, I vote to give him one star! On Sep 22, 2:22 pm,

[android-developers] Re: Force close/wait popup while in onCreate().

2010-09-22 Thread Indicator Veritatis
And pay close attention to when you are in which thread. Also the suggestion of a splash screen is a good one, since you don't want to let the user input data your program is not ready for. As for keeping track of when you are in which thread, the following table I derived while reading the

[android-developers] Re: Nokia inviting Developers to become an Ovi store publisher.

2010-09-22 Thread Indicator Veritatis
I guess he wanted to avoid such pithy language while still head of the division;) Clearly, he does not trust Google. What is less clear is why. My guess is that he still thinks Nokia should have a stranglehold on the mobile phone software OS, though they have not even been close for some years

<    1   2   3