Erel,
roger Reflector.
So, before I go down the rathole too far... this is what I've found:
(to store/retrieve the datetime.now for when application first installs/runs)
I see-> android.provider.Settings.System
static boolean : putLong(ContentResolver cr, String name, long value)
Convenience function for updating a single settings value as a long integer.
and
static long : getLong(ContentResolver cr, String name)
Convenience function for retrieving a single system settings value as a long.
So I need to use reflector to target those for getting/grabbing... I believe that means I also need to reflect on:
android.content.ContentResolver , using the
Public Constructors : ContentResolver(Context context) and use the
getApplicationContext() method to get a context for use in getting the ContentResolver... that I then need to pass for putting in/retrieving out the date in sytem settings using the above methods..
does that sound about right?
Sorex, thanks for the tip, I am looking at PHP/Servers right now thanks to your suggestion. Any good tips on where I can look for example code on how to setup what we are discussing here? (App tells server phone IMEI or AndroidID, server checks to see if that exists in the database, if not... add it.. if so... return somevalue based upon the date that it first checked in)
(could also use that as an incentive to get people to leave reviews... leave review (good or bad) and I'll unlock the demo version in the free program, and then update the server)
Could use that in conjunction with the system settings mod... or not, basically I want to let the casual user have a good go at trying some things out, and then let them politely know it's time to upgrade/leave a review to continue
I know I can't beat someone who want to hardcore it to getting around it, but then, they'll also just defeat the Play Store License check too
(Erel, by the way... have been dying to tryout 2.0 + to try classes, but after bad experience while doing the upgrade to 1.92, I have just stayed there to finish my app... now almost a 1000 hours in, and the light is at the end of the tunnel... when released, I'll do the upgrade.
Ross