- Posts: 3
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
How to active license?
IP: 192.168.0.70
13 years 5 months ago #280
by Mark
How to active license? was created by Mark
I got a license
What should i do to active license?
I modify this line in Global.java
But didn't work
What should i do to active license?
I modify this line in Global.java
Code:
boolean succeeded = active( "com.radaee.reader", "radaee", "[email protected]", "Z5A7JV-5WQAJY-9ZOU9E-OQ31K2-FADG6Z-XEBCAO" );
IP: 192.168.0.70
13 years 5 months ago - 13 years 5 months ago #281
by radaee
Replied by radaee on topic How to active license?
there are 3 license type in version 2.0
"active" method in old version renamed to "activeProfessional"
please check spelling for your paramaters, It case sensetive.
and ensure that you have no extra blanks in your paramaters.
"active" method in old version renamed to "activeProfessional"
please check spelling for your paramaters, It case sensetive.
and ensure that you have no extra blanks in your paramaters.
Last edit: 13 years 5 months ago by . Reason: spleeing
IP: 192.168.0.70
13 years 5 months ago #291
by Mark
Replied by Mark on topic How to active license?
I download pdfreader2.03.zip and import Eclipse
Run perfectly on my handset
I modify Global.java
Didn't work
Then i modify another line
Didn't work
Run perfectly on my handset
I modify Global.java
Code:
boolean succeeded = activeProfessional( "com.radaee.reader", "radaee", "[email protected]", "Z5A7JV-5WQAJY-9ZOU9E-OQ31K2-FADG6Z-XEBCAO" );
Then i modify another line
Code:
boolean succeeded = activePremium( "com.radaee.reader", "radaee", "[email protected]", "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO" );
IP: 192.168.0.70
13 years 5 months ago - 13 years 5 months ago #293
by radaee
Replied by radaee on topic How to active license?
i think you had some misunderstood about license.
the demo project can only actived with package name "com.radaee.reader"
it is application package name.
if you change license in demo project, the watermark will be displayed.
to remove watermark:
you should create your application with package name you requested.
the license you purchased must bind to package name you requested.
active function first check <package name>, <company name>, <mail>, <serials>.
then access "data/data/<package name>".
the demo project can only actived with package name "com.radaee.reader"
it is application package name.
if you change license in demo project, the watermark will be displayed.
to remove watermark:
you should create your application with package name you requested.
the license you purchased must bind to package name you requested.
active function first check <package name>, <company name>, <mail>, <serials>.
then access "data/data/<package name>".
Last edit: 13 years 5 months ago by .
IP: 192.168.0.70
13 years 5 months ago #294
by support
Replied by support on topic How to active license?
Mark, may you send us your license details to [email protected]?
It will be sufficient to get the registered email address during purchasing operation.
We will check it and send you back the correct source code you should put in your application.
It will be sufficient to get the registered email address during purchasing operation.
We will check it and send you back the correct source code you should put in your application.
IP: 192.168.0.70
13 years 5 months ago #302
by Mark
Replied by Mark on topic How to active license?
Thank you very much
I got it now
Watermark had been removed
I got it now
Watermark had been removed
Time to create page: 0.409 seconds