[android-developers] Re: Dev Phone can not see paid apps using the 1.1 holiday release

2009-04-01 Thread Sergi Velez
If you install the official v1.1 system image for the ADP1 http://www.htc.com/www/support/android/adp.html then the Market client should be able to access both paid and free apps, provided they are not copy-protected. (ADP1s cannot access copy-protected applications.) This applies to

[android-developers] Replacement for android.settings.SYSTEM_UPDATE_SETTINGS ?

2009-02-10 Thread Sergi Velez
Hi, I'm trying to write an Activity to replace system's update activity. In the manifest I have the following entry: activity android:name=.UpdateProcessActivity android:launchMode=singleTask intent-filter action android:name=android.intent.action.MAIN /

[android-developers] Re: Replacement for android.settings.SYSTEM_UPDATE_SETTINGS ?

2009-02-10 Thread Sergi Velez
, they are not.] On Tue, Feb 10, 2009 at 22:42, Dianne Hackborn hack...@android.com wrote: Why in the world are you wanting to do this? There is no way you can possibly provide a replacement for the update mechanism that ships on any phone your app happens to be running on. On Tue, Feb 10, 2009 at 8:28 AM, Sergi

[android-developers] Re: Android Market not up to date in all places? Bug?

2009-01-24 Thread Sergi Velez
As a user, I've faced with the same issue from some days ago. 'My downloads' no longer shows 'FREE' for installed applications that have a new version. It just says 'Installed'. Moreover, if you click on it, you won't receive the option to update it. Manually searching for the app shows the new

[android-developers] Re: No reply on market

2009-01-09 Thread Sergi Velez
Chris, there are several posts with these same questions: http://groups.google.com/group/android-developers/browse_thread/thread/60d2601d14bcfc1/ae5c4d0b35c9fa4b http://groups.google.com/group/android-developers/browse_thread/thread/f0dcbdbfdb1705e3/07946e86bd3d231b

[android-developers] Re: how to retrieve path of the sdcard

2009-01-07 Thread Sergi Velez
android.os.Environment.getExternalStorageDirectory() is the preferred way of retrieve the SD card, as it's device independent. --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Wed, Jan 7, 2009 at 14:31, David Turner di...@android.com wrote:

[android-developers] Re: how to enable internet access in emulator v1.0

2008-12-30 Thread Sergi Velez
Does anyone knows if setting this value also works with a real G1 / DevPhone device? If so, is it possible to make this setting configurable per-wifi connection? --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Tue, Dec 30, 2008 at 13:03,

[android-developers] Re: How to download Android source code distribution in sync with Android SDK?

2008-12-30 Thread Sergi Velez
have you tried using tag android-1.0 instead of head? --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Mon, Dec 29, 2008 at 21:05, Wah mobic...@gmail.com wrote: I followed the instruction here to download Android SDK android-sdk-

[android-developers] Re: Opening settings.db from the code!

2008-12-30 Thread Sergi Velez
From what I know, you don't have permissions to read/write files from outside your package. --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Mon, Dec 29, 2008 at 10:57, Amit banda...@gmail.com wrote: Hi All, I am trying to open the

[android-developers] Re: Opening settings.db from the code!

2008-12-30 Thread Sergi Velez
http://code.google.com/intl/es-ES/android/devel/security.html#userid Sorry for double posting. --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Tue, Dec 30, 2008 at 17:53, Sergi Velez sergi.ve...@gmail.com wrote: From what I know, you

[android-developers] Re: Is a SIM Required for Dev 1?

2008-12-15 Thread Sergi Velez
According to here: http://it.toolbox.com/blogs/web2-place/unlocked-g1-android-just-received-what-is-in-the-box-28770 you will need a SIM card to use it--- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Sun, Dec 14, 2008 at 00:14, cyntacks

[android-developers] Re: Android Dev Phone 1™

2008-12-15 Thread Sergi Velez
For all of you that has been able to get the track status directly from UPS or Fedex: if you went to that page http://android.brightstarcorp.com/trackorder.php , what appeared on the 'status' column? --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are

[android-developers] Re: Keeping a Service Alive

2008-12-15 Thread Sergi Velez
Maybe AlarmManager will work for you: http://code.google.com/android/reference/android/app/AlarmManager.html --- sergi.ve...@gmail.com [In theory, theory and practice are the same. In practice, they are not.] On Mon, Dec 15, 2008 at 16:17, joshv jvanderb...@gmail.com wrote: I am currently