Hello,
I would like to know about whether it is possible to browse the file system(memory card) of Nokia x6 mobiles(specificaly) from the server side code and pull a text file from the memory card and read the file directly instead of letting the client code browse and push the file and transfer it to the server and then do open, read.
Currently, i have a code that searches the list of nearby mobile devices directly from my Laptop (server side-java-Eclipse) code. Is it possible to do the file transfer also in the same way? I tried, but the output i got is:
BlueCove version 2.1.0 on winsock
Address: 00247EA26464
Name: USER-PC
Starting device inquiry...
Device Inquiry Completed.
Bluetooth Devices:
1. 6C9B024DBF28 (Nokia X6-00)
2. 44F459B916A9 (Ds)
3. 101DC0B238D3 (B3410)
Choose the device to search for Obex Push service : 1
Searching for service...
Exception in thread "main" java.io.FileNotFoundException: E:\Received files\Apple.JPEG (The device is not ready)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at bt.BluetoothServiceDiscovery.main(BluetoothServiceDiscovery.java:116)
BlueCove stack shutdown completed
Please tell me whether this type of access is possible !!
Thanks in advance!




