maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Annouce] HealthCheck - Hardware/System checker for the N900 (https://talk.maemo.org/showthread.php?t=45453)

noobmonkey 2010-02-22 18:18

[Announce] HealthCheck - Hardware/System checker for the N900
 
5 Attachment(s)
UPDATED FIRST PAGE TO MATCH THREAD INFORMATION

CURRENT Version 1.0.0-0 - In extras - [link]
  • System Tab
  • Accelerometer readout [x,y,z]
  • App /Home % Used
  • App /Home Free
  • Backlight Actual Level
  • Backlight Max Level
  • Battery Status (%) - current
  • Battery Last charge - mAh
  • Boot count
  • Boot reason (Last boot)
  • CPU Current Frequency
  • CPU Available Frequencies
  • Camera Shutter State
  • FM Transmitter State
  • Firmware version
  • Headphone State
  • Kernel Core Info
  • Keyboard slider state
  • MMC Cover State
  • Memory Card % Used
  • Memory Card Free
  • MyDocs % Used
  • MyDocs Free
  • N900 Board Information
  • N900 Board Revision
  • Processor Information
  • Proximity Sensor State
  • Rootfs % Used
  • Rootfs Free
  • System Locale
  • System Uptime

    Comms Tab
  • Cell ID
  • Cell RNC
  • Cell Services
  • Cell Status
  • Device Hostname
  • Device IMEI
  • GPS Position
  • IP Internal
  • MAC Address
  • Phone SIgnal
  • WIFI Link Quality
  • WIFI Noise
  • WIFI RSSI

    Tools Tab
  • Sound Test
  • LEDs Test
  • Vibrate Test
  • Accuracy Test (Screen/Keboard/Touch)
  • Camera Tests (Front & Back)
  • Dead Pixel Test
  • System Reboot Tool

Planned for future versions
  • List of enabled repositories
  • List of disabled repositories
  • List of installed applications + App info
  • Run commands, apt-get clean etc...
  • Useful scripts like - clear the SMS auto-complete dictionary
  • More complete Tests / tools (Vibrate, LED etc)
  • Copy values on context click (hold) or ctrl +c
  • Master auto updates (Threading)
  • Improve graphics - icons, buttons etc

Current known bugs -
  • None

Extras-dev warning
The software hosted in extras-devel is most likely not ready for end users! PLEASE PLEASE PLEASE don't play with it unless you really know what you are doing.

Saying that - if you are comfortable using it - i would really appreciate any feedback!!


Original Thread info
I started coding this a week or two ago with really very little programming experience and no knowledge of QT or Python. And i need to say a very big thankyou to everyone in this thread, and to mikec for a great introduction.

Also, for those who have put up with me in the previous HealthCheck thread here. And in particular, Qwerty12, Fatalsaint, Aspidites, Casper27, Atilla77. (Hope i havn't missed anyone!) - i really have appreciated all of your help!.

I'm pretty persistent, so happy i have something that finally loads up! :D

Please let me know if you find any odd bugs, and remember... Point the front camera at a lightbulb when it loads or when you press update (You can also do it outside during the day, seems to work)

noobmonkey 2010-02-22 19:09

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Version 0.5.0-1 = being built now.
edit - The window says the wrong version, but the about box says the right one.
Just cut down some un-needed code and included g-streamer tools in the install.

Mazi 2010-02-22 19:17

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
if possible add a Reboot function for rebooting phone...comes handy

noobmonkey 2010-02-22 19:18

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by Mazi (Post 541536)
if possible add a Reboot function for rebooting phone...comes handy

yup can add that to a future tools page, don't see why not :)

Venomrush 2010-02-22 19:19

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Can we have storage information as well not just rootfs? ie /home/user/MyDocs and also can we have current local IP?

Thanks :)

Having this would throw out the need to install a bunch of apps (home ip widget + battery etc)

noobmonkey 2010-02-22 19:20

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by Venomrush (Post 541540)
Can we have storage information as well not just rootfs? ie /home/user/MyDocs and also can we have current local IP?

Thanks :)

Having this would throw out the need to install a bunch of apps (home ip widget + battery etc)

Yup got that in the code already - just run out of room, think i may split it into a second tab.
:) - will do :D

Venomrush 2010-02-22 19:20

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
I noticed the firmware doesn't really indicate which 'region' it is ie Global? NA? UK?

noobmonkey 2010-02-22 19:22

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by Venomrush (Post 541543)
I noticed the firmware doesn't really indicate which 'region' it is ie Global? NA? UK?

Just says the version number.... I'd have to query somewhere externally i think to get that info?

Venomrush 2010-02-22 19:26

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by noobmonkey (Post 541547)
Just says the version number.... I'd have to query somewhere externally i think to get that info?

Not sure where they are stored tbh but About screen has more details on the exact version number.

Which firmware are you using atm?

As a guide:

PR_F5_203_ARM.bin = UK unbranded variant
PR_F5_205_ARM.bin = UK Vodafone branded variant
PR_COMBINED_002_ARM.bin = USA variant
PR_COMBINED_003_ARM.bin = Middle East and North Africa variant
PR_COMBINED_MR0_ARM.bin = Global variant

Usually there are additional number following the usual firmware format
[ReleaseNumber].[Year].[Week]-[RevisionNumber?].[Region].[Unsure...]

ie
2.2009.51-1.203.1 would be UK unbranded variant
2.2009.51-1.205.1 would be UK Vodafone branded variant

noobmonkey 2010-02-22 19:34

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by Venomrush (Post 541559)
Not sure where they are stored tbh but About screen has more details on the exact version number.

Which firmware are you using atm?

As a guide:

PR_F5_203_ARM.bin = UK unbranded variant
PR_F5_205_ARM.bin = UK Vodafone branded variant
PR_COMBINED_002_ARM.bin = USA variant
PR_COMBINED_003_ARM.bin = Middle East and North Africa variant
PR_COMBINED_MR0_ARM.bin = Global variant

Usually there are additional number following the usual firmware format
[ReleaseNumber].[Year].[Week]-[RevisionNumber?].[Region].[Unsure...]

ie
2.2009.51-1.203.1 would be UK unbranded variant
2.2009.51-1.205.1 would be UK Vodafone branded variant

could get it working for now, but knowing nokia they might go and change the format ;)


All times are GMT. The time now is 07:43.

vBulletin® Version 3.8.8