Re: Bionics stuck @ 1.0Ghz after ICS leaks

pkailas

New Member
Joined
Oct 7, 2012
Messages
22
Reaction score
0
How does one tell what processor and what speed that is in their Bionic?
 

Droids

Member
Joined
Nov 23, 2009
Messages
792
Reaction score
0
How does one tell what processor and what speed that is in their Bionic?
Install Android Terminal Emulator (free), open it and type:
cat /proc/socinfo
(space between cat and slash)

That will show a 4430 or 4460. The 4460 is very rare so don't hope for it.

If you're running ICS you can type this for the speed.
cat /sys/board_properties/soc/max_freq

Type exit to close the app.
 
Last edited:

pkailas

New Member
Joined
Oct 7, 2012
Messages
22
Reaction score
0
Install Android Terminal Emulator (free), open it and type:
cat /proc/socinfo
(space between cat and slash)

That will show a 4430 or 4460. The 4460 is very rare so don't hope for it.

If you're running ICS you can type this for the speed.
cat /sys/board_properties/soc/max_freq

Type exit to close the app.

Thanks, mine says 4430 running at 1.2Ghz
 
Top