‘Lock With A Clock’ is a simple, yet effective, lock screen for your OS5-OS7.1 BlackBerry smartphone.
- Install Eclipse. You'll just need this to download the BB SDKs.
- Add this Update site: http://www.blackberry.com/go/eclipseUpdate/mac/java
- Install "BlackBerry Java SDK 7.1" + "BlackBerry Java SDK 5.0" (and the Java Plug-in CORE if you like)
- Install Oracle's Java ME SDK 3.0
- Copy the J2ME SDK's native
preverifycommand somewhere:cp /Applications/Java_ME_SDK_3.0.app/Contents/Resources/bin/preverify ~/bin - Install ant
- Install bb-ant-tools, copy the
.jarto~/.ant/lib - Copy
SignatureTool.jarfrom the 7.1 SDK and yoursigtool.*into some folder you choose (~/.blackberry-signsounds good):mkdir ~/.blackkberry-sign && cp /Applications/Eclipse/plugins/net.rim.ejde.componentpack7.1.0_7.1.0.7/components/bin/SignatureTool.jar ~/.blackberry-sign - Create a copy of
default.propertiesin the root dir of the Java project, call itlocal.propertiesand configure your BlackBerry sign dir and password - Run
ant clean build sign
- Create an empty Java project
- Configure the project to use “No SDK”
- Add the
net_rim_apiJAR of the BB SDK you'd like to use as ‘External Library’