Search code examples
blackberryscreenshotmobile-website

Screenshot tool for BlackBerry?


I am working on a web development project that I want to make sure works well on the BlackBerry browser. As part of both testing and documentation, I want to be able to take screenshots of my application and was wondering where to start.

I see there are a couple of pay applications on BlackBerry App World when I search for screenshot, but I am looking for recommendations or other options. Specifically, I have a Bold 9700 (v5.0.0.296, platform 5.1.0.83).

It appears this feature is built into the iPhone, according to the iPhone User Guide.

Take a screenshot of the iPhone display: Quickly press and release the Sleep/Wake and Home buttons at the same time.


Solution

  • You may want to write you're own app or service to make screenshots.

    Use
    Display.screenshot(Bitmap bitmap)
    or
    Display.screenshot(Bitmap bitmap, int x, int y, int width, int height)

    Note: you should sign app to use this api