Problem installing app on some devices

Ohanian

Active Member
Licensed User
Longtime User
I have an app developed with b4a, but it seems something is wrong because I can't install it on some devices; I have 2 Samsung Galaxy S:
1- GT-I9000 , Firmware : 2.3.3
2- GT-I9003 , Firmware : 2.2.1

The app install and works on #1, but when I'm going to install it on the 2nd device I got the attached error message.
Any clue? Do you think it's a firmware related problem?
 

Attachments

  • SC20111120-210242.jpg
    SC20111120-210242.jpg
    10.4 KB · Views: 202

Ohanian

Active Member
Licensed User
Longtime User
This is not an error message. This is the regular dialog that asks the user to accept the installation of this app.

tanx Erel, but when I install the app on the other device those exclamation marks are green check marks, with these exclamation marks the app doesn't have permission to copy db into phone's memory!

capture from the other device (same app)

It seems that these permissions cause this warning!

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
 

Attachments

  • SC20111121-140416.jpg
    SC20111121-140416.jpg
    10.4 KB · Views: 181
Last edited:
Upvote 0
Top