Application not installed

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Application not installed

Post by intlx739r » Sun Nov 04, 2012 1:44 am

Hello,

I succeeded in uploading a.apk file to my website and downloading to my Gallexy S Android phone.
But when I install it, it won't be installed saying "Application not installed".
What did I do wrong?
I tried many times, but still not working...
Is there anyone has the solution for this case?

Thank you for all.

Tommy

deebee
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 89
Joined: Mon Jul 19, 2010 6:59 am
Location: Illinois, USA

Re: Application not installed

Post by deebee » Sun Nov 04, 2012 4:17 am

Did you make sure that "Unknown Applications" setting is checked on your phone?

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 4:42 am

Thank you for your comment.
Yes, I did allow that.

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 3:39 pm

Hi Tommy,
Were you able to run your app on your Android device while it is tethered to the computer? As in use it as your simulator?
How did you sign the app?
Did you generate a .keystore file?

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

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 4:06 pm

Hello Simon,
Yes, I preinstalled and tested the app with my Android phone with test mode.
And then I generated a.kestore and signed it manually.

I downloaded the file from my website.
I searched internet and did what people suggest with my phone and my wife phone.
None of them are working with that apk file.

Thak you for your comment.

Tommy

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 4:09 pm

Not sure it will make a difference but try emailing the apk to your device.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 4:26 pm

Hello, Simon
Thank you for your help.
I tried it, but the result is same...

Is this only me who suffered this case?
I don't know what to do..

Tommy
Last edited by intlx739r on Sun Nov 04, 2012 6:00 pm, edited 1 time in total.

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 5:24 pm

It's not just you as I had a problem once when I sent an apk to a friend. Later he found it using a file explorer and was able to install the app so I did not chase it down.
I guess you should try working backwards through the process.
Sign for development
Build a "hello world" stack
That sort of thing. Many people have been able to post apps from LC.

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

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 5:50 pm

Hello Simon,

Thank you very much for your help.
With your suggestion I installed it.
What is the difference between "sign for development only" and "sign with my key"?
Can I distribute this app which is signed for development only?

Thanks again.. :D

Tommy

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 6:04 pm

OK so it's the .keystore, you probably already have but read very carefully this:
http://lessons.runrev.com/s/lessons/m/4 ... stribution
and this
http://lessons.runrev.com/s/lessons/m/4 ... ndroid-app

I have been told in this forum that signing for development can be distributed to friends and the like. But once you get up to speed on Self-Signed Certificate's then you're golden.
Tip: I understand that versioning in your .keystore file is important as you debug your app on the phone.

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

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 6:22 pm

Hello Simon,

Thank you.

So, you mean that only "signing for development only" can be distributed to other people?

Again, thanks for your kindness.

Tommy

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 6:30 pm

That is what I read.
just try with friends.

You won't get the app into the Play Store signed for development only.

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

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 6:39 pm

Hello Simon,

This is a new topic.
I have another problem with this app.

I want to make this app poped up with message when I touched back key on my phone saying "Are you sure?".
I searched lessons, forums and dictionary, but none of them is working with android phone.
If you know, can you help me?

Thank you.

Tommy

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

Re: Application not installed

Post by Simon » Sun Nov 04, 2012 6:58 pm

on backKey
answer "Are you sure?" with "Okay" or "Cancel"
if it = "Cancel" then exit to top
end backKey

That one was easy.

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

intlx739r
Posts: 15
Joined: Mon Oct 29, 2012 5:22 pm

Re: Application not installed

Post by intlx739r » Sun Nov 04, 2012 7:28 pm

:D Hello Simon,

Thanks for your help...
I finally all done thanks to your help.

Tommy

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”