RE: [android-developers] Re: app2sd - not working

2011-01-11 Thread lloyd
If you have not yet solved the problem, then try this.

When you publish the app, make sure that Copy Protection is OFF under
Publishing Options. I had that problem in one of my apps and that was the
solution.

Good luck.

-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Marcin Orlowski
Sent: Wednesday, January 05, 2011 6:59 AM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Re: app2sd - not working

On 5 January 2011 12:51, André pha...@hotmail.com wrote:
 I followed this tutorial:
 http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/
 where it says that I don't need to have 8 as the minsdkversion.
 Doesn't it filter the app so only people with version 8 or greater can
 download my app?

Yes it would filter your app out. android:installLocation does not
need target sdk to be 8
or higher. It's safe to have it in Manifest and still target earlier sdk as
earlier android version will simply ignore it.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread YuviDroid
I was talking about targetSdkVersion, not minSdkVersion.
The entry in the manifest should look like this: uses-sdk
android:minSdkVersion=4 android:targetSdkVersion=8 /

Btw on your test phone can you install your app on sdcard?

On Wed, Jan 5, 2011 at 12:51 PM, André pha...@hotmail.com wrote:

 I followed this tutorial:
 http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/
 where it says that I don't need to have 8 as the minsdkversion.
 Doesn't it filter the app so only people with version 8 or greater can
 download my app?


 On Jan 5, 12:02 pm, YuviDroid yuvidr...@gmail.com wrote:
  Just a guess:
  the problem might be here: uses-sdk android:minSdkVersion=4 /
 
  you should probably also specify the targetSdkVersion to be = 8.
 
  Again, it's just a guess ;)
 
 
 
 
 
 
 
 
 
  On Wed, Jan 5, 2011 at 11:51 AM, André pha...@hotmail.com wrote:
   I've just updated my app so the user can choose to install it on the
   sd card or not. But I keep getting some comments that it's not
   possible for them to install it on the sd card. Can anyone see if I've
   made anything wrong or if you have any other suggestions?
 
   André
 
   ?xml version=1.0 encoding=utf-8?
   manifest xmlns:android=http://schemas.android.com/apk/res/android;
  package=com.someapp.fun
  android:versionCode=1
  android:versionName=3.0
  android:installLocation=auto 
 
  uses-permission android:name=android.permission.INTERNET /
  uses-permission
   android:name=android.permission.ACCESS_NETWORK_STATE /
  uses-permission
   android:name=android.permission.WRITE_EXTERNAL_STORAGE /
  uses-permission
 android:name=android.permission.READ_PHONE_STATE
   /
 
  uses-permission android:name=android.permission.VIBRATE /
 
  uses-sdk android:minSdkVersion=4 /
 
  application android:icon=@drawable/icon android:label=@string/
   app_name
 
  ...
 
  /application
   /manifest
 
   --
   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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
  --
  YuviDroid
  Check out Launch-X http://android.yuvalsharon.net/launchx.php (a
 widget to
  quickly access your favorite apps and contacts!)
 http://android.yuvalsharon.net

 --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
YuviDroid
Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread Marcin Orlowski
On 5 January 2011 12:51, André pha...@hotmail.com wrote:
 I followed this tutorial:
 http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/
 where it says that I don't need to have 8 as the minsdkversion.
 Doesn't it filter the app so only people with version 8 or greater can
 download my app?

Yes it would filter your app out. android:installLocation does not
need target sdk to be 8
or higher. It's safe to have it in Manifest and still target earlier sdk as
earlier android version will simply ignore it.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread Kostya Vasilyev

05.01.2011 18:47, John Gaby пишет:

I believe that installing on the SD card is supported only for 2.2
devices (or higher).


It is.

http://developer.android.com/guide/appendix/install-location.html

Also requires that the app is built with Android SDK 2.2 (at least).

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en