Notices


Reply
Thread Tools
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#391
Originally Posted by Venomrush View Post
Can we add a tab to do:



(checking for updates and install latest packages)
Don't do dist-upgrades on the N900, use apt-get upgrade to install updates.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#392
think i need to figure out sudoers to get that working

lots more info added today will put a new devel version up tonight.
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#393
OK, New Version in extras - devel!!

Lots and lots of new goodies today.
There will be another version tonight as well, but off for a swim first
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#394
Not sure about it, you can try though
user ALL = NOPASSWD: /usr/bin/apt-get
Put it in healthcheck.sudoers in /etc/sudoers.d/ and update-sudoers.
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#395
Thanks Mohammad - very helpful.
It's on my todo list


Right huge update today with lots of new things So here is what is currently displayed!
Version 0.7.3-1 - Extras devel

System Tab
  • Accelerometer data
  • App/Home % Used
  • App/Home MB Free
  • Backlight Level
  • Backlight Max Level
  • Battery Charge + Status
  • Battery current mAh
  • Battery last charge mAh
  • Boot Count
  • Boot Reason
  • Current CPU Frequency
  • CPU temp (c)
  • Camera Shutter State
  • FM Transmitter Strength
  • Firmware Version + Readable name (ie PR1.1.1)
  • Headphone state
  • Kernel Core info
  • Keyboard Slider State
  • Memory Card (MMC) % Used
  • Memory Card (MMC) MB Free
  • MyDocs % Used
  • MyDocs Card MB Free
  • N900 Board info
  • N900 Board Revision
  • Processor Information
  • Proximity Sensor State
  • Rootfs % Used
  • Rootfs MB Free
  • System Locale
  • System Uptime

Comms Tab
  • Cell ID
  • Cell RNC
  • Cell Services
  • Cell Status
  • Device Hostname
  • Device IMEI
  • GPS Position (lat/long - quickfix)
  • Internal IP Address
  • MAC Address
  • Phone Signal
  • WIFI Link Quality
  • WIFI Noise
  • WIFI RSSI

Apps Tab
  • Lists all apps + Libs installed - doesn't do much else at present

Tools Tab
  • Test Sound - dropdown list of sound files on your device
  • Test LEDs - dropdown list of some patterns on your device
  • Test Vibrate - dropdown list of some patterns on your device
  • Accuracy Test - Confirms keys work, confirms accuracy of the pointer + confirm screen touch works all over
  • Dead Pixel Test - allows you to test multiple colours @ Full screen - Mix and match from RGB
  • Camera Tests - Front and back Cam Tests - Back cam will detect shutter status first, and ask you to open it, if it is not open.
  • System Reboot - Reboots the device.


Ok so in my todo's there are things like....

Tools
Update all apps (possibly dangerous)
Clean cache and run autoremove etc.......
3D test of some sort

Information tabs
Anything else to add anyone?


Aesthetics -
Be able to click on information tabs for either more information or to set timed updates of information.
Make the whole thing look nicer........

Right....... done for now - Enjoy, and as per usual i would appreciate any feedback you may have
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 

The Following 2 Users Say Thank You to noobmonkey For This Useful Post:
Posts: 57 | Thanked: 28 times | Joined on Jan 2010 @ Poland
#396
After the upgrade program will not run .. out of the application attempting to launch
 

The Following User Says Thank You to pabloniss For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#397
hmmmmm can you try running it from terminal please? - it should provide feedback as to where it is crashing
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
Posts: 57 | Thanked: 28 times | Joined on Jan 2010 @ Poland
#398
Originally Posted by noobmonkey View Post
hmmmmm can you try running it from terminal please? - it should provide feedback as to where it is crashing
yes, I tried .. sometimes starts and sometimes not .... it does not matter whether the x-term or manually



or runs in 5-10 minutes after turn on....

Last edited by pabloniss; 2010-04-05 at 20:15.
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#399
[QUOTE=pabloniss;596736]yes, I tried .. sometimes starts and sometimes not .... it does not matter whether the x-term or manually



or runs in 5-10 minutes after turn on....[/QUOTE

Thats really very random :|
The part of the code where the error messages seem to be appearing doesn't make a huge amount of sense....

Code:
try:
	import hildon
except:
	print "Unexpected error: Importing hildon"
	raise
Definitely no dbus calls that i can see.

Hoping someone has seen this before?

The load up time should be about 6-8 seconds now... - the only thing that could take a while is the gps, but it uses a quick fix...
Again, running it from terminal, should let you see what is taking a long time, if the dbus errors are intermittent........
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
Posts: 32 | Thanked: 4 times | Joined on Feb 2010 @ Malaysia
#400
hi guys, i have a problem to load up healthcheck. it went crashed straight away after i tapped on the icon.

sorry for my bad english, and hopes someone can help. thank you
 
Reply

Tags
check, faulty, front camera, gps, hardware, healthcheck, test


 
Forum Jump


All times are GMT. The time now is 08:58.