video - How to debug BlackBerry devices on Mac using the filesystem? -


how go debugging blackberry apps utilise (blackberry's) filesystem on mac?

i'm recording video , detecting when video file appears on file system, due restrictions:

  • the blackberry file system auto-mounted when plugged mac
  • the app cannot access filesystem when mounted

these 2 things have made debugging app when uses filesystem.. impossible! receive file system error 1003 according results google mean it's mounted , don't have access.

is there a simple way round this?

i receive 63 signing emails rim. woe me

the workaround bit cumbersome, should work you.

  1. implement eventlogger instance in application.

  2. log necessary info via eventlogger

  3. compile , run app on detached device computer.

  4. inspect log (press ctrl , hit lglg on device keyboard). additional option - automatically export log text file stored in device filesystem (media card) review on computer.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -