Android : How To Share Apps With Family For Free?
May 5, 2010
On the iPhone, if I use my husband's iTunes account, then I can get the apps he's already purchased for free. Does the same work on the Droid? Does he need to use my google checkout account then? Or do you have to pay per phone?
View 9 Replies
Jun 5, 2010
I have a free app in the market and use the data directory of the app to store some files. Now I think about offering a paid (donate) version of the app, so that people who want to pay a few pennys will be able to do so. But AFAIK the new (paid) app needs a new name, so I won't be able to use the stored data of the free version. That means, that existing users would have to re-enter a lot of personal settings - which probably would be a no-no for a lot of users. So my question: Is there a smart way to have a free and a paid version in the market, where the later installed payed version can use the data of the free version? I thought about using the SD-card for data storage, but there might be devices without any SD-card...
View 5 Replies
View Related
Oct 2, 2009
I have an application for which I am planning to release both a free and a paid version. I found that this will require the two versions of the application to each have different package names.
When a user upgrades from the free version to the paid version, the paid version needs to be able to access the database built by the free version. I am trying to understand the best way to make sure that upgrade does not disrupt the user's data.
I have read that the AndroidManifest file setting for shared user id should allow both applications to access the same data. I don't need the applications to both be running simultaneously, as I expect the user will uninstall the free version after upgrading to the paid version. However I need to make sure that if possible the user's data is not lost and is still accessible and usable by the paid version of the application.
I have read about a problem with the shared user id where uninstalling one application will cause the other shared application to stop working because its permissions get deleted, (see details at http://code.google.com/p/android/issues/detail?id=2773 ) Apparently this issue is fixed in doughnut, but since all the currently deployed android phones do not have doughnut yet, this still seems like a significant problem.
In addition to the database information, I would also like to preserve the user's default shared preferences settings after the upgrade. However the default shared preference settings are not as critical as the data in the database.
View 12 Replies
View Related
Jan 9, 2010
I would like to know whats some free ringer apps? browser apps? fb apps? music apps? and theme apps?
View 4 Replies
View Related
Aug 2, 2010
In Android, is it possible to share files between 2 different apps running in separate processes?
View 2 Replies
View Related
Oct 26, 2009
I have a need to share preferences between two apps, where one app writes the preferences and the other needs read only access.
I notice that there is this API available in Context :
public abstract SharedPreferences getSharedPreferences (String name, int mode). Where I can set the mode to : MODE_WORLD_READABLE which according to docs means that it will allow all other applications to have read access to the created file.
My question is : What should be my filename so that the file gets created and is shared between the apps.
If I give a relative path (getSahredPrefs("filename", MODE_WORLD_READABLE)) then it gets created in the "data" directory of the writing app and the other non creating application is not able to get to it using the same arguments i.e. - getSahredPrefs("filename", MODE_WORLD_READABLE).
So I assume I need to provide a absolute path - something like ("/data/ data/<pkgname>/<subdir>/filename", MODE_WORLD_READABLE) but I do not know how to construct that generically using provided APIs so that it works on every Android phone/image.
View 5 Replies
View Related
Jun 2, 2010
I have an app that creates a new data entry in a sqlite db with several columns. I would like to have a simple share button on the final activity so they can share the results (or even a simple text field) with apps that accept it (email, mms, twitter, etc..). I did some reading on ContentProviders but the more I read, the more I'm thinking i'm heading down the wrong path.
View 2 Replies
View Related
Jun 30, 2010
I remember reading somewhere that you could make two android apps share the same user id, but I have heard conflicting information from other people. Is it possible to make two apps share the same user id and if so how is it done?
View 1 Replies
View Related
Sep 28, 2010
Can android apps share access to the audio output? I sometimes use Maps Navigation, which will give audible turn by turn instructions. I plug the EVO to my car stero using a patch cord so that I hear the instructions over my radio.
However, if I'm using another application that outputs audio, like Pandora or the music player, they go silent as soon as Maps speaks an instruction.
What I would like is for the apps to be able to share the audio output with some kind of priority set, so that Pandora would pause momentarily while Maps spoke an instruction and then resume.
Is that possible?
View 4 Replies
View Related
Nov 17, 2012
1. You need a device running Android 4.2 (no root needed).
2. Create a new user as usual (follow the Android tutorial).
2.5. Verify everything is ok for this user.
3. Once done, go into this new user settings (don't switch back to your main/admin account).
4. Add a new account, this time use the Google account on which you paid for your apps.
5. During the add account tutorial, make sure you unselect ALL syncing stuff. Very important!
6. Go to settings / applications and deactivate all the apps you don't want the new user to access (ex: gmail, calendar, etc...).
7. Launch the Google Play Store and select your main account, make sure you protect application purchase by a PIN.
8. Installed a paid apps under this account.
9. Enjoy!
WARNING 1: I had an issue with Google+ when I deactivated it, it removed the updated version (so when I switched back to my main account, I needed to update the app through Play Store). May happen to other apps.
WARNING 2: I don't know if it's related or not, but in the process, I needed to reboot my Nexus 7, it was slow and unresponsive (a process or app was sucking a lot of CPU cycle). But, it did not happened again.
TIP: Use email app instead of gmail to sync the other user mails.
CAVEAT: Experienced users or clever children may find how to reactivate the apps you locked, so you may want tu use an app locker instead of the "deactivate method".
It's not perfect but it works, it's enough for me. My daughters will enjoy their games and I know they will not mess the system. Tested on my Nexus 7 but I'm pretty sure it will work on all Android 4.2 devices.
View 3 Replies
View Related
May 2, 2012
I recently noticed that the share option was missing from the all apps menu, can restore it? I'm currently using a rooted HTC explorer running android 2.3.5. Please check the screenshot for more info.
View 5 Replies
View Related
Oct 31, 2012
Is there an app that I can use to share a number of apps I installed on a webpage including QR-codes, GPlay-links, short descriptions etc.? The apps I know of mostly share text only and/or links but none I found allow me to generate a webpage (or use a site for this) which has all the info in a neat, organized way so that my friends can read the descriptions and decide which apps to download from there.App Brain's API has an app widget that would be somewhat fitting but
1) there is no app to automatically create those based on a list of apps on your phone and
2) it requires people to use App Brain, which some people don't like.Basically, I'd like to have it created automatically and look like the ones used by Android Police (but with links to Play-Store only and no need for ratings)
View 1 Replies
View Related
Sep 19, 2010
Here's my Appbrain profile: Gipson's Apps on the phone i don't have ALL of these installed. some are just saved to my list so i can refer to them later.
View 1 Replies
View Related
Dec 11, 2012
I just bought a Nexus 7 for my fiance and I, and was wondering if the apps she downloaded could be used on my profile. I didn't see them on my profile, and I don't want to have to pay twice for an app.
View 5 Replies
View Related
Dec 11, 2011
I am about to activate a Droid for my wife, and I would to set her up with her own Google account for email, contacts and such, but be able to download apps using my Google Checkout account and be able to install my purchased apps. Is there a way to do this? I know this is available in the iOS world. I was hoping the same thing would be available in the Android world.
View 3 Replies
View Related
Jun 11, 2010
Can anyone share these games for free? It would be a great help!
View 3 Replies
View Related
Dec 6, 2013
I'm setting up a tablet (Asus MemoPad FDH10, Android 4.2.2) for my mother, and I would love to be able to install the apps I've already bought, but without giving her access to my emails, photos and other data linked with my Google account.
One way is to add my Play Store Account, download the apps and then remove it, but some apps request licence and I fear that there should be some problems with it. Is there any work around?
View 1 Replies
View Related
Jan 5, 2010
I am just wondering if anyone would like to share pics of how you have you 7 screens setup.
View 49 Replies
View Related
Nov 14, 2009
Hey guys this is my first post, so don't get upset, I am new. But anyway my question is this: what is the best way to get all paid apps for free? I hope I can do it straight off my android device, in my case the Motorola Droid.
View 7 Replies
View Related
Oct 7, 2010
I've migrated over from the iPhone to Android (G2 on T-Mobile) and really like the Android system. However, one thing I've noticed is that there are a lot more fully functioning and useful apps that are free vs. the iPhone, where most apps that are worth a damn cost you at least a dollar or more. Which has me wondering whether there is some sort of tracking or information gathering going on with these free Android apps to "compensate" for giving the program away.
I don't mean to sound cynical but it just doesn't seem logical that there is an army of developers willing to spend time and energy on apps they give away for free.
View 4 Replies
View Related
Aug 22, 2010
So I got a replacement for my Milestone yesterday, I logged to my google account, went to the Market->Downloads, and I only found my purchased apps nothing of my free apps.I did a backup applications with astro on my old phone, then restore apps on the new one, but that doesn't give access to the updates. Is there a way to find my free apps list, or I have to search for them one by one in the market?
View 1 Replies
View Related
Jul 23, 2010
I have come across several sites that advertise that you can spend $9.99 a year and get all the apps that are on android market for free. How legit are these sites. The site that I keep coming across is url removed I have come across others, but I can't think of their names. Does anyone use this route to get apps? If so which sites do you recommend to use.
View 10 Replies
View Related
Jan 22, 2010
Does anyone know of any apps that offer free tv programming?
View 2 Replies
View Related
May 31, 2010
Does anyone know of any good meditation apps, free or paid does not matter.
View 6 Replies
View Related
Oct 14, 2010
I found this app that do what I need, however I wonder if there are any free apps that do this? I'm tired of the phone constantly changing orientation when I use it while walking around.
View 4 Replies
View Related
Jul 30, 2010
Anybody willing to admit that they download paid/free apps&games? Just asking out of curiosity
View 11 Replies
View Related
Nov 11, 2010
i am providing copy protection for Android paid applications by using Android Market Licensing mechanism. But it supports only for the paid applications. How can i provide copy-protection to Free application. Is there any alternatives?
View 1 Replies
View Related
Jul 28, 2010
I have published a free trial application on Android market.
Since there is a protection method now (LVL) I want to upload also the full version of that application. Unfortunantly when I try to upload the full version on the market it tell me that there is just another software with the same package name and to update that package.
When I update that package it doesn't let me choose to switch from free to payed. How can I do it?
View 15 Replies
View Related
Jul 9, 2009
I'm still a little confused as to what the situation is here. With a rooted Android phone, are all non-free market apps unavailable, or just ones with copy-protection? For non-free, un-protected apps (are there any?), can they be purchased directly and installed on the phone without going through the market?
View 3 Replies
View Related
Jul 13, 2010
I was wondering if it is possible for a manufacturer to sell a computer device with an Android OS with Pre-installed free android apps from the Android Market..?
View 2 Replies
View Related