Attempted to use JSR 75 to access media stored in the directory '/ home / video /' on the device. Using Blackbery JDK 4.6.1. One line of code throws an exception. ' FileSystem IO Error' Which, as usual, is useless in a pinch.
fconn = (FileConnection)Connector.open("file:///home/user/videos/"+name, Connector.READ);
Has anyone tried to do this? I can open files in my bank, but I canβt access the media folder. I have permission set javax.microedition.io.Connector.file.readand my application is signed.
source
share