Notices


Reply
Thread Tools
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#311
Found a minor cosmetic issue - if I've got the USB networking enabled then the N900 has two internal IP addresses. In this case, the second one is appearing underneath the "Internal IP" label, rather than alongside, or below, the other IP address.
 

The Following User Says Thank You to Rob1n For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#312
ooo freaky deaky!!! - never expected two!
(Saying that, never got usb networking , working )

Will add some more catch'all statements on some of the info fields

Could you chuck a screenshot up? (Blurring out ip's if you wish? - or mail me it?)
Would be good to see exactley what happens
__________________
----------- 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: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#313
Originally Posted by noobmonkey View Post
Could you chuck a screenshot up? (Blurring out ip's if you wish? - or mail me it?)
Would be good to see exactley what happens
Sure - here you go:
Attached Images
 
 

The Following User Says Thank You to Rob1n For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#314
Originally Posted by Rob1n View Post
Sure - here you go:
ahhh it's just line-wrapping lol....
Can fix that with a few sexy tabs if it goes over a certain length
__________________
----------- 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
#315
On that note - if you happen to be on the moon or mars, the gps ticker might get confused and overlap too ....
Not sure i'd need to update that in any version soon though
__________________
----------- 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
#316
wow up to 19/10

http://maemo.org/packages/package_in...check/0.6.0-5/

4 days to go and it will be a live package in maemo downloads

wohoooooooooooo (Unless of course people start voting down en-force hehehe)
__________________
----------- 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: 10 | Thanked: 12 times | Joined on Mar 2010
#317
Originally Posted by noobmonkey View Post
Ooo that doesn't sound good at all :|

Ok, so you have latest version of all... There are a few things you can try........
If you are comfortable with xterminal load it up and try this
Code:
cd /home/opt/healthcheck
press enter, then
Code:
python healthcheck.py
The code is commented... so if it tries starting you should see lines starting with **

There are some warnings, but I'm very intrigued to see how it gets

i'm thinking possibly a python or qt issue - but hopefully the above will help!
one other person has issues with this app, but he's got a funny device (Developer) - if we do get to the bottom of this, i will post it as a bug (If it is one!)
It worked from the commandline. And once started it also works from the menu. So it works for me now, but not sure if it's a bug or not. Can it be that a file is written the first time you boot which works from the commandline but not from the menu?
 

The Following User Says Thank You to Cootje For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#318
Originally Posted by Cootje View Post
It worked from the commandline. And once started it also works from the menu. So it works for me now, but not sure if it's a bug or not. Can it be that a file is written the first time you boot which works from the commandline but not from the menu?
hmmm interesting.... it doesnt write anything on load up at all..
When you test the front camera it does write a file to mydocs....

Thank you for trying it though. - not sure how to determine if it is a bug without it continuing to happen :|
__________________
----------- 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: 10 | Thanked: 12 times | Joined on Mar 2010
#319
Originally Posted by noobmonkey View Post
hmmm interesting.... it doesnt write anything on load up at all..
When you test the front camera it does write a file to mydocs....

Thank you for trying it though. - not sure how to determine if it is a bug without it continuing to happen :|
I'm not sure if you can use this info, but this is the output I got:
Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

~ $ cd /home/opt/healthcheck/ 
/home/opt/healthcheck $ python healthcheck.py 
** Start Imports ** 
** Finish Imports ** 
** Seting global variable ** 
** Starting Main ** 
** app = QtGui App** - Running app = QtGui.QApplication(sys.argv) ** 
healthcheck.py:864: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed 
app = QtGui.QApplication(sys.argv) 
healthcheck.py:864: GtkWarning: Can't set a parent on a toplevel widget 

app = QtGui.QApplication(sys.argv) 
** Setting Main Window** 
** Declare the UI** 
** Draw everything and start the main function** 
** start SetupUi** 
** Add empty lists to tab1 ** 
** Empty List Added** 
** Add empty lists to tab2 ** 
** Empty List Added** 
** Run retranslateUi ** 
** Show tab1 (0) ** 
** Show everything** 
** Waiting for quit signal - healthcheck loaded ** 
/home/opt/healthcheck $
 

The Following User Says Thank You to Cootje For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#320
thanks for that.
looks like a normal load to me. the warnings happen to all

doesnt explain the initial fault unfortunatley
__________________
----------- 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? -
 
Reply

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


 
Forum Jump


All times are GMT. The time now is 12:38.