Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
lekhacduy88
Posts: 6
Registered: ‎07-21-2012
My Carrier: Vinaphone
Accepted Solution

How can i show the OS version using Javaloader

I coding 1 WindowsForm using C#. Using Javaloader to Connect device with computer, So, when using Javaloader i can load Model Divce and PIN to Form, but OS ver i can not.

Please help me, show me how to load

Thank you very much !

Please use plain text.
Developer
superdirt
Posts: 503
Registered: ‎05-17-2009

Re: How can i show the OS version using Javaloader

Run:

 

javaloader deviceinfo

 

In the results you should see a line like this:

 

VM Version: 0x7010187

This is "hex" representation of the version. 187 converted to decimal is 391. This means the OS version is 7.1.391.

 

If the output is VM Version: 0x5000384,  the OS version is 5.0.900.

 

Scott

Please use plain text.
New Contributor
lekhacduy88
Posts: 6
Registered: ‎07-21-2012
My Carrier: Vinaphone

Re: How can i show the OS version using Javaloader

Wow, thank you very much, this realy helpful infomation for me. ^^
Please use plain text.
Developer
peter_strange
Posts: 17,718
Registered: ‎07-14-2008

Re: How can i show the OS version using Javaloader

Can you mark the Post that has answered you questin as the Solution? 

 

The Help link near the top of the screen will show you how. 

Please use plain text.