简体   繁体   中英

blackberry device debugging on os x loses access to file system

It's great that I can develop Blackberry software on OS X. I need to run the desktop software to gain access to the device from the JDE. When I start a debug session I can't set breakpoints, but I can see System.out on the JDE console. Problem is that the phone can't see file:///store/... (error 10003) Research shows that as long as desktop is connected the phone then the running application doesn't have access to the file system. Disconnecting phone from finder doesn't help. Disconnecting blackberry desktop terminates the debug session.

So, the question: how can I keep the JDE debugger connected with an application that reads and writes files on the phone?

  1. plug in the blackberry via USB
  2. Blackberry desktop will pop up
  3. Run JDE
  4. Send mac to sleep
  5. Leave blackberry plugged in
  6. Wake up Mac again
  7. No drives reconnect
  8. Blackberry desktop running but shows ejected
  9. JDE can still see BlackBerry
  10. Debugging works while application can see Blackberry file-system

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM