View Single Post
Posts: 258 | Thanked: 138 times | Joined on Oct 2009 @ St. Louis, MO, USA
#183
Originally Posted by dj_steve View Post
put it this way its like using maemo with the 1ghz kernel - my kernel is standard cpu speeds so max of 600 and im not sure it even changes state yet

edit: few simple commands ive just ran via adb for you all

free/used ram:
Code:
# free
              total         used         free       shared      buffers
  Mem:       244864       149072        95792            0        11648
 Swap:            0            0            0
Total:       244864       149072        95792
cpuinfo:
Code:
# cat /proc/cpuinfo
Processor       : ARMv7 Processor rev 3 (v7l)
BogoMIPS        : 499.92
Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x1
CPU part        : 0xc08
CPU revision    : 3

Hardware        : Nokia RX-51 board
Revision        : 2104
Serial          : 0000000000000000
Very cool. I wonder if it would be worth using swap (maybe sharing the allocated swap space that Maemo uses?) or if just relying on Android's state/memory management would suffice.