Android Question program can not install to phone

kalarius

Active Member
Licensed User
Longtime User
I write my program
I test it and I download it to phone with the debug option
I sent many sms and I test the program and it is ok
now i want to install it as release
and this is the problem
the programm can not install (fail to install)

I try with the debug option
the same message the programm fail to install

any help?
B4A ver 7.00
I use the modules phone and stringutils
Telephone is samsung siii neo
I have free space to card and to sdcard
 

kalarius

Active Member
Licensed User
Longtime User
no error message at the log
I have unstall the application from the pnone

i try to install the apk from the external sd card and I get the same message
application fail to install
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
No errors? even the Unfiltered logs?

Now what do you mean by "i try to install the apk from the external sd card", compiling will install the app directly to the device if you have it connected via USB or bridge.
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
yes no error at the log

First I try with the bridge
I copy the apk to the card and I try to install from there

it start the installation it ask me to press install (shows that the program send sms and communicate with internet)
I press the install
wait 3-5 seconds
and then the message
the app does not installed
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
I have unstall the b4a designer and the B4A bridge (ver 2.40)
but the problem is still here

I install the version 7.80
and this is a screenshot
but the telephone says application is not installed
 

Attachments

  • ver780.jpg
    ver780.jpg
    245.4 KB · Views: 176
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
i have install other 3 application on my phone with the nersion 7
I must uninstall all the application ?
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
problem solved
I change the
project >build configuration>package
from
b4a.example to com.smsfromlist

and now install the programm
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
problem solved
I change the
project >build configuration>package
from
b4a.example to com.smsfromlist

and now install the programm
The reason the program installed for you now is because you created a new app by changing the package name. As I explained to you in post#6, you needed to UNinstall the old app on the phone/tablet, and then install the app compiled with the newer version of B4A. Actually your old app is still in the phone/tablet
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
And now i have an other problem
i run the program with the debug option and it can read the file pelaths.csv
When I run with relase the log file have the error
java.io.FileNotFoundException: /mnt/sdcard/download/pelaths.csv: open failed: EACCES (Permission denied)

any suggestion?
 
Upvote 0
Top