Example needed

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Example needed

Post by MaxV » Wed Jan 08, 2014 10:27 am

Hi all,
please may you provide an example script and a example file .keycode working?
I can't install signed application on android device and I can't understand the reason.
Thank you.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Example needed

Post by jacque » Wed Jan 08, 2014 7:17 pm

What error do you get?

Did you create the keystore file like this:
http://lessons.runrev.com/s/lessons/m/4 ... droid-App-
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Example needed

Post by MaxV » Thu Jan 09, 2014 9:26 am

I just created the keysotre file this way:

Code: Select all

keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -validity 10000
The only difference is the -keysize 2048 parameter with the procedure in your link.
I obtain an APK file, but the device dosen't install it. On the contrary signining for develoment only works prerfectly!
I tried also with the -keysize 2048, but device starts installation procedure and says "NOT INSTALLED".
My device uses Android 4.
JDK is 1.7.0_45
I have the same problem on Linux and WinXp
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Example needed

Post by Simon » Thu Jan 09, 2014 9:44 am

Let me just throw out another one of my wild ones...
"my-release-key.keystore"
Try dropping the hyphens.
They may get confused with a parameter "-genkey -v "?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Example needed

Post by MaxV » Thu Jan 09, 2014 10:50 am

Unfortunately I continue to get the same error. I changed names, passwords, anything.
I use Livecode community. Should I change to Livecode commercial in order to sign apps?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Example needed

Post by LCNeil » Thu Jan 09, 2014 11:27 am

Hi Maxv et al.

I believe what you are experiencing is a bug with signed APKsr on Windows. We are aware of the issue and are currently investigating it further.

A bug report on the issue can be viewed here-

http://quality.runrev.com/show_bug.cgi?id=11267

Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Example needed

Post by MaxV » Fri Jan 10, 2014 11:08 am

So at the present there is no way to create app on Android :( .
Only signed for development works :cry:
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply