New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
namtrac
Old
#1  
Member - OP
Thanks Meter 4
Posts: 72
Join Date: Jul 2009
Location: Nürnberg
Default How to get firmware version?

This is probably a noob question but search didn't come up with anything. How can I find out the firmware version I am running on?

Using OpenSensation fwiw.
 
T-Macgnolia
Old
#2  
T-Macgnolia's Avatar
Recognized Contributor
Thanks Meter 1552
Posts: 3,498
Join Date: Sep 2010
Location: Shannon, Ms.

 
DONATE TO ME
If you do not have the Android SDK installed on your computer you need to install it. Then go to the Windows Start menu and select computer. Then open the Android SDK folder then open the tools folder. When in the tools folder hold shift and right click anywhere it is open space in the window. Select open command window here. When the window opens up connect your device via USB cable(make sure you have USB debugging checked in development in Settings) and then type the following into the command window.

Code:
fastboot getvar all
You will be looking for version-main the number beside it is your firmware version

New to XDA? Please have a read here and here, they are here to help you.
XDA Search Video
S-off explained
Guide on HTC HD2
4EXT Themes, Splash screens, and Bootanimation By T-Macgnolia
XDA-BLOG Writer
RegawMOD Bootloader Customizer for Sensation

Current daily device= Samsung Galaxy Note 2
ROM=TMOUS Stock Multi Window update not rooted
Other devices=TMOUS HTC Sensation 4G,TMOUS HTC HD2 , Acer Iconia A500

 
rhirne12
Old
#3  
Junior Member
Thanks Meter 2
Posts: 11
Join Date: May 2012
If your talking about the firmware you need for ICS, if you are not on ICS currently (AKA Gingerbread), you're not on the right firmware and it will have to be updated if you want to install ICS.

If you are talking about radio or h-boot, etc.. version, there are different ways to get that info
 
musa91
Old
#4  
musa91's Avatar
Senior Member
Thanks Meter 68
Posts: 267
Join Date: Apr 2009
Quote:
Originally Posted by namtrac View Post
This is probably a noob question but search didn't come up with anything. How can I find out the firmware version I am running on?

Using OpenSensation fwiw.
go to settings >>> about phone >> software information >>> software number is ur current firmware its that simple peace
IF IT USEFUL USE THANKS BUTTON


ONE X
The Following 2 Users Say Thank You to musa91 For This Useful Post: [ Click to Expand ]
 
namtrac
Old
#5  
Member - OP
Thanks Meter 4
Posts: 72
Join Date: Jul 2009
Location: Nürnberg
Quote:
Originally Posted by T-Macgnolia View Post
If you do not have the Android SDK installed on your computer you need to install it. Then go to the Windows Start menu and select computer. Then open the Android SDK folder then open the tools folder. When in the tools folder hold shift and right click anywhere it is open space in the window. Select open command window here. When the window opens up connect your device via USB cable(make sure you have USB debugging checked in development in Settings) and then type the following into the command window.

Code:
fastboot getvar all
You will be looking for version-main the number beside it is your firmware version
Awesome! Thanks!