Android :: Transfer Preferences From Demo To Paid Application

Nov 16, 2010

This comes up because I am changing the model for my freed and paid apps. Besides all the other things I need to figure out to build this (I'm trying the library method), I'd like to transfer preferences smoothly from DEMO app to paid App. I'm sure that some of you are old hands at this and can give some advice. I've tried the Demo and License, where a license app will unlock the Demo app and make it full.

The Market users can't handle that. My customers didn't want to have two app icons once they installed the license. So I made it invisible. Now I have users that say they can't "open" the license after purchase. It states very clearly in the app description that they need to install the free version first, but I've discovered that not everyone reads that vast 325 character description before buying even some of the most expensive apps on the Market.

I've decided not to fight it. I do believe that customers will be more happy overall and there will be less refunds, if they do try the demo app first. It gives them 16 days to try instead of 24 hours to get a refund. But I'm not going to force that. So, I'll be going down the Demo and Full model route. Just as an aside, I really wish the market would support time limited trials. There is difference between real support and faking it as I have been.

Android :: Transfer Preferences from Demo to Paid Application


Android :: Releasing Demo Application From Paid Version - Fork Code?

Jun 4, 2009

We have a paid app in the market place, we would like to release a demo of the paid app. I was hoping we could just recompile w/ the same package name, but apparently that does not work. I have tried manually changing package name etc, but it is a chore, and it seems that several things that automatically happen in eclipse cause more harm than good when renaming the package name. Which brings me to my next question. If having a new package name is the only way to accomplish this. Is there an easy way to fork the paid app, where keeping the changes synchronized is easier? Some kind of Source Control?

View 6 Replies View Related

Android :: How Distribute Paid Application / When Paid Market Is Not Available?

Feb 22, 2010

this question is now obsolete, as Android Market includes much more countries and such services as PayPal Mobile Payments Library are available.I'd like to sell my Android application, but I live in Poland and in my country* Android Market supports only free apps (we cannot sell and we cannot buy too).What is the best way to sell application in such situation? I can accept PayPal money transfers, but I don't know how to distribute APK package without exposing it to getting pirated. Did someone tried it already and succeeded? you may be surprised, paid apps are supported only in 12 countries worldwide.

View 3 Replies View Related

Android :: Transfer All Paid Apps To New Phone?

Jun 15, 2009

If I get a new android phone, how do I transfer all my paid apps to my new phone?

View 2 Replies View Related

Android :: Transfer Paid App Licence From IPhone To Droid?

Aug 24, 2010

I bought some apps for my iphone that are also available for android. I've ditched my iphone and gotten an droid x. Is there any chance in hell I'll be able to get the licenses to paid apps like soundhound premium and MLB at bat transferred to my android phone?

View 5 Replies View Related

Android :: Need To Transfer Paid For Apps From A Galaxy To A Milestone

Jan 4, 2010

I purchased a Galaxy a few months ago and installed the Galaxico ROM. Using the market enabler I was able to purchase paid apps (I'm from Ireland where we don't have a paid apps store). I've recently switched to a Milestone. To the best of my knowledge the market enabler will not work with the Milestone because it is not rooted yet.

Is there a way I can get the apps I've paid for already from my Galaxy to my Milestone? I bought CoPilot sat nav app, and this is what I'm thinking abut most. It was pretty expensive, and I'm not going to buy it again.

I contacted CoPilot and they told me I had to wait until the paid app store comes to Ireland. Is there any (legal) way I can get my CoPilot on my Milestone?

View 6 Replies View Related

HTC Incredible :: Will Paid Apps Transfer?

Apr 16, 2010

When I switch from my Droid to the Incredible, any chance the apps I paid for will be downloadable at no cost? I know going from a droid to a droid it wouldnt be a problem, but didn't know if the case was them same when going to a completely different model.

View 7 Replies View Related

Android : Recommended Way Of Creating A Demo Version Of Application

Apr 23, 2010

What is the recommended way of creating a demo version for an application. Basically, the demo version will be fully functional, but will be limited to running it 25 times. My worry is that if the user uninstalls and reinstalls, the count will be reset. I thought about writing a data file to the SD Card with the count of executions (hoping that would persist after uninstall), but I do not want to add that permission if I can avoid it. Any suggestions on how to have some type of demo flag persist after an uninstall?

View 1 Replies View Related

HTC Droid Eris :: Transfer Paid Apps To New Phone?

Mar 4, 2010

I stepped on my first Eris (don't ask) and had to get a replacement through Asurion. Well, I thought when I got my new phone I would be able to redownload all the apps I had purchased but I cant. The Market wants me to pay for them all again. I guess the market tracks you specifially with your phone, not your account. So I called Verizon, of course they were no help. The chick didn't even try to help, I asked her if I could get those apps back and she stalled for a second like she really didnt know but also didnt want to take the time to find out, then she said NOPE. I was like man, that sucks, she said YEP! That was the end of the conversation. Surely there is a way for me to get these apps back without paying for them again? I know they are inexpensive but when you have 10 or so they start to add up! Not to mention I had my first phone for less than a month and hardly got to enjoy the apps I purchased. I've thought about emailing the dev's but dont know if thats a good approach or not.

View 9 Replies View Related

General :: Easily Transfer Contacts And Paid Apps From Play Store?

Jul 28, 2012

I am considering changing my email address. Is it possible to easily transfer my contacts and paid apps from the play store?

View 4 Replies View Related

Android :: Preferences - How To Load The Default Values When User Hasnt Used Preferences-screen

Apr 22, 2010

I am using a PreferenceActivity to let the user set some values. I am feeding it the xml file with the defined preferences.

I have set all the android:defaultValue="" for them.

When I start my application, I need the preferences, or if they are not set yet manually, I want the default values:

CODE:.................

However, when android:defaultValue="true" I still get false. So, it looks like the defaultValues set in the XML are not used anywhere but when initializing the preferences-screen.

I don't want to hardcode the default values in the getBoolean() method. So, is there a way get the default-values with only defining these in 1 place?

View 2 Replies View Related

Android :: Accessing Shared Preferences Of Another Application

Oct 24, 2010

Accessing the shared preferences of another application.

View 3 Replies View Related

Android :: Need To Store Preferences - When Application Only Contains Service

May 12, 2010

I have a app that only consists of 2 services and a broadcast receiver (they check the internet periodically). I need to store preferences that can be shared across those services. Is this the same as for an activity? Just use getsharedpreferences()? This doesn't seem to be documented very well.

View 1 Replies View Related

Android :: Change Application Preferences Programmaticaly?

Jul 26, 2010

I have been looking for a method to change the default SMS application's preference programmatically.

I found that those preferences are stored as "shared preferences", probably in data/data/com.android.sms/something.xml, but I am not able to get to that directory since I haven't rooted my phone.

Do you have any clue?

View 2 Replies View Related

Android :: How To Reset/clear Application Preferences During Unit Testing

Oct 8, 2010

I want to start with a consistent test environment so I need to reset/clear my preferences. Here's the SetUp for test I have so far. It's not reporting any errors, and my tests pass, but the preferences are not being cleared.

I'm testing the "MainMenu" activity, but I temporarily switch to the OptionScreen activity (which extends Android's PreferenceActivity class.)

I do see the test correctly open the OptionScreen during the run.

CODE
:...............
StartNewActivity Code:

CODE:.................

View 1 Replies View Related

Android :: Compiling Demo / Final Versions Of Android Application

Nov 1, 2010

Right now I've finished an application that I want to distribute on Android Market. It will have a payed version and a free version with some limited features. While developing it, I was doing obviously just the main project of fully featured release. And now after finished I've included a "boolean" DEMO_VERSION=true that restrict those features. My question is if it's possible to generate both apk from the same project? Or should I create new project with the same source but changing the Java package to tell android market that they're two different applications.

View 1 Replies View Related

Android : Save Preferences Other Than Shared Preferences?

Mar 19, 2010

My application is used on multiple platforms so it saves it preferences to a file (rather than to the standard Android SharedPreferences).

Is there any easy of reusing the PreferenceActivity to save preferences to a file or is it a case of creating a whole new activity to do the job? If the latter is the case is there a layout I can use that will make the activity look like the normal preferences screen? PreferenceActivity uses com.android.internal.R.layout.preference_list_content but this doesn't appear to be available to apps for reuse.

View 2 Replies View Related

Android :: What Window.demo.clickOnAndroid() - Window And Demo?

Feb 7, 2010

<html>
<script language="javascript">
/* This function is invoked by the activity */
function wave() {
alert("1");
document.getElementById("droid").src="android_waving.png";
alert("2");
}
</script>
<body>
<!-- Calls into the javascript interface for the activity -->
<a onClick="window.demo.clickOnAndroid()"><div style="width:80px;
margin:0px auto;
padding:10px;
text-align:center;
border:2px solid #202020;" >
<img id="droid" src="android_normal.png"/><br>
Click me!
</div></a>
</body>
</html>

What is "window.demo.clickOnAndroid()"? I know that clickOnAndroid is a method in my Android application. But what is window and demo? My file is called demo.html. Is that it?

View 2 Replies View Related

HTC Droid Eris :: Able To Transfer Paid Apps From Eris To New Phone?

Apr 17, 2010

will I be able to transfer the paid apps from the Eris to the new phone?

View 9 Replies View Related

Android :: Installing (Paid For) Application On Phone And Tablet

Nov 6, 2010

Is it possible to install a paid for application on my phone and my tablet or do I just have to pay and install on both devices?

View 2 Replies View Related

Android :: Unable To Download Paid Application From Market?

Feb 15, 2010

i have published my application in android market but i am unable to download my paid application from android market. i can get my free application in android market. i am accessing from india. how i can access united states android market?

View 2 Replies View Related

Android :: Sell Paid Application From An Unsupported Country?

Oct 14, 2010

I want to sell an application developed by me, but this service is not supported in my country (Romania).
So I want to ask a friend of mine who lives in a country (France or US) where selling paid applications is possible to help me with this.
Now I don't know exactly what to tell him about the process:
What is required by his side ? A bank account or a credit card ? How the money are transferred to him ? What exactly Google checks to verify if the developer is in one of the supported countries ?

View 1 Replies View Related

Android :: How To Link Paid Application User Account To System?

May 3, 2010

I have an issue related publishing the paid app to android market. (My application is internet connection based app.) If I've put the app to the android market, can user who bought the app pass to anyone? How is its security (I mean safe of .apk file)? Also, what is payment tool of android market? My main point is choosing the best way to link paid user to our system. Actually I don't know how to link paid user account to my system(by email address or device unique ID? What is better way?).

View 1 Replies View Related

Android :: Share A Database Between A Free And Paid Version Of An Application

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

Android :: Need To Obfuscate Code For Small Scale Paid Application

Nov 3, 2010

I'm nearing the end of a small project to develop an android app. As a first time developer, and a one-man band, I am anticipating selling it at a low price point. I have followed some of the discussions on the Android blog and elsewhere about licensing and obfuscation, and I am in two minds. Part of me thinks that I have spent a long time on the development, so why should I make it easy for people to pirate the app? The other part thinks that it could be fairly time consuming to implement licensing and obfuscation, stop people using the app from non-google supported countries and wondering how much of an issue it is anyway for a small app.

However, if you google even a small app and add .apk at the end the number of "warez" downloads is fairly shocking if it's true. Just wondering whether anyone has any opinions either way, about the impact of piracy on a small developer. I'm not expecting to make my fortune with this app, and would aim for I guess 1000 downloads or so. I may even release an ad-supported version some way down the line depending on how sales held up, which would solve most of the problem I guess.

View 1 Replies View Related

Android :: How To Handle Application Upgrades From Free To Paid Version / While Preserving Any Data

Jun 10, 2010

I want to have a free version and a premium version of the same application. When people buy the application, I want them to be able to "upgrade" without losing their data, i.e. the premium version should install over the free version.I want to use the same code base and just switch a setting to build the premium version.
Andoid Market does not let me convert a free app to a paid app, so the trivial option is not available.I am curious if someone has tried this successfully. How does Android Market identify an application - will it think that the premium version is a different app and just install it in parallel?

View 2 Replies View Related

Motorola Droid :: Titanium Backup - Able To Restore Paid Application

Jul 16, 2010

I've been rooting my phone for about a month now, and I'm currently running Kangerade 5.0.9 (great job Jrummy) but I have a quick question about Titanium Backup. I have a feeling you will all be hesitant to answer, but Im going to ask anyway. Note I have no intentions of stealing here, Im just curious to see if this is a bug.


If I purchase a paid application from the market, back it up, and then refund the application, would titanium backup be able to restore it?

View 1 Replies View Related

Android :: Changing Android Application Status From Free To Paid

Jun 11, 2010

I have read on the market support that "If you have previously published an application for free, you cannot change it to have a price". But I was wondering, if at the contrary I change my app from paid to free and some time after I want to re change it from free to paid! Can I? And if yes, Have I to wait some period (I have read something like this in the contract)?

View 2 Replies View Related

Android :: User Preferences File Vs App Preferences File

Jun 23, 2010

My android application has two kinds of preferences:

1) I have user preferences defined in res/xml/preferences.xml so that users can manage their preferences with a PreferenceActivity.

2) I'd like to define another file for global configuration preferences of my app.

What is the best way to manage my app config preferences? Should I create another XML file with config values or should I specify those config values in strings.xml? What is the best practice for managing config preferences?

View 3 Replies View Related

Android :: Transfer Application Internal Memory To SD Card

Oct 17, 2010

Does anybody know how to transfer apps from internal memory to the sd card?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved