cancel
Showing results for 
Search instead for 
Did you mean: 

Device information

Former Member
0 Kudos

Hi,

How can I obtain information about the device that is running a webdynpro application? For example, I want to create an application under blackberry that returns the email of the blackberry (or the PIN or other info).

Thanks in advance.

Ricard.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use the information found in an html header.

BlackBerry developers knowledgebase has an article on this:

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800878/800733/...

In particular, the header tags of :

Rim-device-email: simulator@pushme.com

Rim-device-id: 2100000a

sound like the ones you want.

in java this becomes request.getHeader("Rim-device-email") and it returns "simulator@pushme.com" for example..

cheers

ed

Answers (0)