Groups
Groups
Sign in
Groups
Groups
licmax
Conversations
About
Send feedback
Help
Checking for license key data on a Blackberry Bold 9700
33 views
Skip to first unread message
sporter63
unread,
Mar 20, 2012, 4:39:25 PM
3/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to licmax
The supplied code I'm using performs a look-up:
String myAppName =
ApplicationDescriptor.currentApplicationDescriptor().getName();
CodeModuleGroup group = CodeModuleGroupManager.load( myAppName );
final String key = group == null ? "unknown" :
group.getProperty( RIM_APP_WORLD_LICENSE_KEY );
// Get the PIN from the BB device
String devID =
Integer.toHexString(DeviceInfo.getDeviceId()).toUpperCase();
The value returned for App name and the device ID string are fine, the
call to CodeModuleGroup always returns 'null'
I assume App World grabs the key supplied by licmax and inserts it
into the code sent to the customer.
Anybody know how to obtain hashed key license key data that is now
inside the app package on the phone, I want to run the verification..
Thx
Reply all
Reply to author
Forward
0 new messages