B4A Library Scanner TextBa

Xfood

Expert
Licensed User
thanks for sharing the code and library, where I find the dependency. "ScannerTextLib-1.0.0.aar" ??
 

Xfood

Expert
Licensed User
gives me this error
1603994625332.png
 

roberto64

Active Member
Licensed User
Longtime User
Hi, mu can you give more information? Did you put the library in the b4a library? And my example giving you mistakes? Have you given write permissions?
 

roberto64

Active Member
Licensed User
Longtime User
I have done various tests and you are ok, however now I am out, tomorrow I see the reason for this error, did you put the ScannerTextLib-1.0.0.aar library in your b4a libraries? Tomorrow I see why. See you tomorrow, greetings
 

Xfood

Expert
Licensed User
Changed phone with my wife's Samsung a70 and it seems that the error is gone,
thank you all
 

roberto64

Active Member
Licensed User
Longtime User
Ciao Xfood,set permissions in your samsung note 8 mobile phone.

B4X:
If Not(rp.Check(rp.PERMISSION_READ_EXTERNAL_STORAGE)) Then
        
        rp.CheckAndRequest(rp.PERMISSION_READ_EXTERNAL_STORAGE)
        rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
        Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
        end if
 

Xfood

Expert
Licensed User
Ciao Xfood,set permissions in your samsung note 8 mobile phone.

B4X:
If Not(rp.Check(rp.PERMISSION_READ_EXTERNAL_STORAGE)) Then
       
        rp.CheckAndRequest(rp.PERMISSION_READ_EXTERNAL_STORAGE)
        rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
        Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
        end if
great, I thought for the internal folder no permissions were needed
thanks it works
 
Top