File location issues on different devices

MarkoMylo

Member
Licensed User
Longtime User
I created some program with jpeg file loading.

On samsung device when i copy some z.jpeg on sd card works fine with File.DirRootExternal and it is able to find that file.
But on Motorola device with internal and external memory cant find jpeg file (i copied both on internal and sdcard memory)

then, i did next thing, i put File.DirAssets and load that jpeg in FILES, program was compiled but same error

where to put jpeg file and which command you recommend me to use to load jpeg

There is also error FORMAT ERROR (Parser decode) , this error first time appears with this program but just on this device
 
Last edited:

MarkoMylo

Member
Licensed User
Longtime User
Can you post the code and the error message?

i post it on different theme with title jpeg error, format error. please check this code.

i was off programming in some two weeks and im sure (not 100%) but im sure this code worked on other device because i didnt change just save it. but check please..
 
Upvote 0
Top