[android-developers] How to query more than one phone in the Contacts Content Provider

2009-12-09 Thread vendor.net
Hi all! I am using this code to get the phone from the android address book: Uri myContactURI = Uri.withAppendedPath(Contacts.People.CONTENT_URI, Some contact ID); Cursor cur = managedQuery(myContactURI, null, null, null, null); if (cur.moveToFirst()) { Log.d(DEBUGTAG, first);

[android-developers] Questin about gmail intents

2009-12-02 Thread vendor.net
Hi! Is it possible to get an intent when the user recieves a mail and to cancel the gmail notification? I want to filter some messages and I do not want te get notifications from them. Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Getting a Gmail new message intent

2009-11-19 Thread vendor.net
Hi! Is there a way to intercept when a new message arrives at Gmail, read the subject and if the subject contains word to archive and label the message and to bypass the notification and if not - to notify the user. I want to make an application that prevents the user to get notifications for

[android-developers] Re: Saving Activity state when pressing Home

2009-11-19 Thread vendor.net
How do you store that variable? On 19 Ноем, 17:18, jax jackma...@gmail.com wrote: I need to store a variable that contains my application state restoredClockTime I do this in onSaveInstanceState and onRestoreInstanceState and it works when I flip the screen on the G1. The problem is when I

[android-developers] Creating Gmail filters

2009-11-18 Thread vendor.net
I am building a program for Android and I need to create a filter that makes labels to messages which contains in the subjects a special word. Is this possible through the imap interface or any other interface? I am talking to Gmail. Thanks! -- You received this message because you are

[android-developers] Problem with HttpURLConnection

2009-11-13 Thread vendor.net
I am coding for Android, but since it uses java based language I guess here is the right place to post. I think that this is either a bug in java or I can`t manage to do something wright. Here is the code snippet URL url; HttpURLConnection conn = null; try {

[android-developers] Re: Android 2.0 SDK is here!

2009-10-27 Thread vendor.net
Android 2.0 seems to be awesome!!! Will be available for ADP1/G1 ? I am asking, because I have ADP1 and I know that there are some storage problems and there was a discussion about 1.6 if it will be available to ADP1. I am with 1.6, but will 2.0 be available to ADP1? Thanks! And great

[android-developers] Re: Dev Phone and RC33 update

2009-03-02 Thread vendor.net
Most importantly though, I'm really disappointed in Google's lack of communication on the topic. I have to scour the web just to find a hint of some idea of what's going on with the dev phone. There is no official word or anything. Google should at least have a posting on the Developer's

[android-developers] Re: Dev Phone and RC33 update

2009-03-02 Thread vendor.net
that would allow access to forward-locked apps (flashable, root, debuggable system), you have essentially a consumer device. JBQ 2009/3/2 vendor.net vendor@gmail.com: Most importantly though, I'm really disappointed in Google's lack of communication on the topic.  I have to scour

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread vendor.net
on ADP1 that we're working on). Worrying about the differences between e.g. one ADP1 and one G1 seems to be ignoring the differences between the thousands of G1s out there. JBQ On Thu, Feb 26, 2009 at 6:21 PM, Steve Barr barr8...@gmail.com wrote:  On Thu, Feb 26, 2009 at 1:48 PM, vendor.net

[android-developers] Some info about the hardware unlocked ADP1

2009-02-27 Thread vendor.net
I have ADP1 and want to flash it with the holiday version, because waiting the official ADP 1.1 is an unofficial waste of time. My question is can I lock my phone if I flash it with a software version which is for locked phones? And how the hardware unlock works? I know that one of the difference

[android-developers] Will ADP1 support payed apps from the store

2009-02-26 Thread vendor.net
I am writing this, because of this news - http://www.engadgetmobile.com/2009/02/25/google-blocking-paid-market-apps-from-dev-phone-1-users/ . Is this true? And will ADP1 support buying payed apps? I am truly hopping that it will, because otherwise we will be not able to see the competition`s apps

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
-blocking-paid-market-... It seems Google has to do more work on the ADP 1.1 than G1, ADP owner could be the private of paid apps. On 26 fév, 01:26, vendor.net vendor@gmail.com wrote: I know that you can`t tell us a date for the release, but can you tell us if it will be released next month

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread vendor.net
it will take before even smaller players create their Markets is just question of time. In the meanwhile switch to iPhone, Symbian or just continue to write Android applications and the real markets will come... On Feb 26, 12:48 pm, vendor.net vendor@gmail.com wrote: I am writing this, because

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
. Al. roland wrote: Check this out guys, http://www.engadgetmobile.com/2009/02/25/google-blocking-paid-market-apps-from-dev-phone-1-users/ It seems Google has to do more work on the ADP 1.1 than G1, ADP owner could be the private of paid apps. On 26 fév, 01:26, vendor.net

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
remember off the top of my head but I believe that was something to do with copy protection. I don't think ADP1 Market displays copy protected apps. Despite the copy protection not being very effective. Somebody back me up here. S On 26 Feb 2009, at 20:28, vendor.net wrote

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
On Thu, Feb 26, 2009 at 1:48 PM, vendor.net vendor@gmail.com wrote: JBQ, will ADP1 support copy-protected apps in the future? Jean-Baptiste Queru написа: Indeed, copy-protected apps aren't offered on devices where the copy-protection is known to be ineffective. JBQ On Thu, Feb

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
Totaly agree. This is funny! I believed in google and still believe. I was so excited about android and ADP1 and the opurtunity to explore competitors apps and code mine, but now I can`t do that. I still believe that goolge will come with some solution. And there is one more big issue: install

[android-developers] The current version of ADP1

2009-02-25 Thread vendor.net
I have an ADP1 with this software version: Firmware version: 1.0 Baseband version: 62.33.20.08H_1.22.12.29 Kernel version: 2.6.25-01843-gfea26b0 android-bu...@apa27#6 Build number: dream_devphone-userdebug 1.0 Unlocked 116222 test-keys Which is the current version? And how can I obtain it? I

[android-developers] Re: Dev Phone and RC33 update

2009-02-25 Thread vendor.net
I know that you can`t tell us a date for the release, but can you tell us if it will be released next month or something? Is this the reaseon, why I can`t download some of the apps at the market? I thought that the update for the T-Mobile users came a long time ago. This delay for ADP1 could