How to access external memory while device is connected with data cable in blackberry

StackOverflow https://stackoverflow.com/questions/10223746

  •  01-06-2021
  •  | 
  •  

문제

I am trying to debug my app while connected to the system through USB data cable . my data are downloaded and should store in sd card specific memory , but i am not able to access sd card in this situation.

So any body help me how do i access external memory while connected to the data cable .

Thanks

도움이 되었습니까?

해결책

There is option in device setting about mounting SD card. You could set it to "never" or to "promt".

다른 팁

When usb-cable is connected, SD-card cannot be accessed. This is implemented on device operating system level. The only way to make sd-card accessible is detaching usb-cable connected to computer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top