Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This would also go to indicate that Google will NEVER allow these apps to be installed and run from the SDCard... (for a non-rooted phone) ...
*IF* this does turn out to be the case then it will finish my brief affair with Android. I like the platform but the current handsets do not have enough internal storage to be considered a practical device for applications that in all eventuality will become more space demanding.
If in the future handsets start to appear with 8GB internal then I may consider returning but as it is, and I have already stated on another thread I will not be buying any applications until the storage situation is sorted. And I will not invest in another Android handset either.
It's early days for Android, this'll be fixed soon.
Based on what?
The fact that paid apps are expected soon and that this news is public.
Also based on the fact that a firmware update is also expected soon.
the same firmware that hasn't made any mention of application storage on the SD in the branch on the Android site?
@SK
I think Google just needs to make one 'memory-swap' app that uses a dedicated part of the SD-card as excess internal memory to solve your issue...
Also what about the replacement of lost apps.
There's a few bits of disinformation in here that are starting to get to me.
1) Applications being installed to the SD card is coming. Unless most of the higher ups in #android are wrong (including googlers and JesusFreke,) Google is planning on adding it. Add to that, if you need the extra space, you can move them and use them from the SD card yourself.
2) Backing up your applications and getting them again once you reset your phone is just as easy as it was before. Sure, you may not be able to do it one click like you used to, but you can still back them up, you can still reload them all, you can still redownload them all using the market.
I don't see what the issue is here, aside from (surprise, surprise) their 'copy protection' doesn't do much of anything.
Well, I hope you are right about the coming of apps to the SD card ... but still doubt that paid apps will be included ... Paid apps can not be backed up nor do paid app updates work yet .... even developers cant buy their own apps ... so there are more and more wrinkles to hopefully be ironed out...
But some of us are still not buying anymore paid apps until things drastically improve ... hopefully google and tmo arent doing the snatch the quick cash and run on to the next phone ...
Like I said, I've seen quite a bit of talk about the apps to sdcard issue. Even JesusFreke himself doesn't want to release an 'apps to sdcard' version because of two things - google is doing it, and it's somewhat hacky.
I still don't get what you mean they can't be backed up?
Maybe astro can't, but it still works from a terminal (without root) from what I hear... just because a GUI based application can't do it doesn't mean it can't be done.
backup your paid apps to the sdcard
Code:cp /data/app-private /sdcard
It looks like I stand corrected, maybe you can't do it without root. Tried the cat trick?
ie: if you wanted to copy someapp.apk (you need to know the apk name in advance)
Code:cat /data/app-private/someapp.apk > /sdcard/someapp.apk