B4A Installing issues

Jakey106

Member
Licensed User
Longtime User
I have my Samsung galaxy s2 bridged with b4a now when i compile my app it compiles successfully but i am not getting the option to install the app onto my phone. Any ideas on how i can fix this. Also there isn't a previous version of my app installed onto my phone either, there was but i uninstalled it manually before installing the new version of my app.
 

Jakey106

Member
Licensed User
Longtime User
Yeah i have selected allow to install non- market installs.
Do you mean the compiling logs? If yes they are working and here is what they say.

Compiling code. 0.15
Compiling layouts code. 0.04
Generating R file. 0.00
Compiling generated Java code. 1.20
Convert byte code - optimized dex. 0.79
Packaging files. 1.01
Copying libraries resources 0.02
Signing package file (debug key). 3.39
ZipAlign file. 0.68
Installing file to device. 3.35
Installing with B4A-Bridge.
Installation will fail if the signing key is different than the previous used key.
In that case you will need to manually uninstall the existing application.

Completed successfully.

I have also tried installing my program onto a AVD, I get a process is running longer than expected. Do you want to cancel it? message and i have changed the timeout value to 130 seconds and still get the message.

I also sometimes get a message saying MAPServiceSamsung has stopped. That comes up every now and than, i don't know if that will stop me from installing my app.
 
Upvote 0

Jakey106

Member
Licensed User
Longtime User
ah ok, this is what i get on the log

connected to B4A-Bridge (Wifi)
Installing file.
Streams_terminated.

Hope that helps
 
Upvote 0

spillo3d96

Member
Licensed User
Longtime User
Sometimes happens to me too! I usually first try to compile for a couple of times otherwise I turn off B4A Bridge and connect again. And after that it works for me
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Yeah i have selected allow to install non- market installs.
Do you mean the compiling logs? If yes they are working and here is what they say.

Compiling code. 0.15
Compiling layouts code. 0.04
Generating R file. 0.00
Compiling generated Java code. 1.20
Convert byte code - optimized dex. 0.79
Packaging files. 1.01
Copying libraries resources 0.02
Signing package file (debug key). 3.39
ZipAlign file. 0.68
Installing file to device. 3.35
Installing with B4A-Bridge.
Installation will fail if the signing key is different than the previous used key.
In that case you will need to manually uninstall the existing application.

Completed successfully.

I have also tried installing my program onto a AVD, I get a process is running longer than expected. Do you want to cancel it? message and i have changed the timeout value to 130 seconds and still get the message.

I also sometimes get a message saying MAPServiceSamsung has stopped. That comes up every now and than, i don't know if that will stop me from installing my app.

Hi all,
It's same my problem. but I use the Chinese Tablet.
Best Regards
Theera
 
Upvote 0

Jakey106

Member
Licensed User
Longtime User
Ahh that might explain it, after trying a number of times the option to install the app has come up and now has installed. My WiFi signal isnt very strong as the router is downstairs so i dare say that is the problem.
Thanks Erel
 
Upvote 0
Top