Bryan Copeland • about 14 years ago
What versions of BlackBerry are supported?
I've gone through all the install steps for getting the sample app running on BlackBerry. Even using the pre-packaged app code from "setup" directory I get a "Error starting MintChipSample: Class 'net.rim.device.api.ui.decor.Border' not found" message.
From searching the web this is a common issue for older BlackBerry OS device owners who can't upgrade, as this class is not backwards-compatible. I'm trying to get this running on the only phone I could get my hands on with a MicroSD slot, which is my old BlackBerry 8830 World Edition, running OS 4.5.0.127
Anyone else have much luck getting it running on their BlackBerry, if so what OS so we can figure out the lowest support level?!
Cheers...
Comments are closed.

1 comment
Bryan Copeland • about 14 years ago
Answered my own question, at least for "decor.Border", OS version 4.6 is required:
http://www.blackberry.com/developers/docs/4.6.0api/net/rim/device/api/ui/decor/package-tree.html
Going to try removing that and repackaging the Sample App as a new COD/ALX , will update how it went...