Notices


Reply
Thread Tools
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#701
I ran up the GPS using a GPS program.

No change in the behavior.

Crashes at the same place.

This problem started after the 1.3 install.

Mine was a fresh Flash, not an upgrade.
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#702
will investimagate! - sounds like something has changed in PR1.3
__________________
----------- 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: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#703
I ran up the GPS using a GPS program.

No change in the behavior.

Crashes at the same place.

This problem started after the 1.3 install.

Mine was a fresh Flash, not an upgrade.
 
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#704
for me the app crashes too.
don't get why.have installed the devel update but doesn't work at all.
EDIT k tried to run it from xterm this is what i get:

python /opt/healthcheck/healthcheck.py
***** Start Imports *****
** Importing qtcore & gui **
** Importing ui.touchstub - accuracy tool **
** Importing sys **
** Importing commands **
** Importing os **
** Importing os.path **
** Importing subprocess **
** Importing dbus.glib **
** Importing Start location**
** Importing Cellinfo **
** Importing Hildon **
** Importing Functions **
** Importing Time **
** Importing GTK **
** Initialize Threads(GTK) **
** Importing Gobject **
***** Finish Imports *****
** Seting global variables **
** Starting Main **
** app = QtGui App** - Running app = QtGui.QApplication(sys.argv) **
/opt/healthcheck/healthcheck.py:1053: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
app = QtGui.QApplication(sys.argv)
** Setting Main Window**
** Setting tool window #1**
** Starting healthcheckWindow Class **
** Set basic color on rectangle **
** Setting window details and loading form**
** Completed healthcheckWindow Class load **
** Setting tool window #2**
** Setting Video window**
** Set basic color on rectangle **
** Setting window details and loading form**
** Declare the UI**
** Draw everything and start the main function**
** start SetupUi**
Could not parse stylesheet of widget 0x541e50
** Run retranslateUi **
** Show tab1 (0) **
** Show everything**
** Waiting for quit signal - healthcheck loaded **
** Running Update ALL**
** Running tab1 update **
** Start Function - rootfs % used **
** Start Function - rootfs free MB **
** Start Function - MyDocs % Used **
** Start Function - myDocs MB Free **
** Start Function - App Used **
** Start Function - App Free **
** Start Function - Memory Card Used **
** Start Function - Memory Card Free **
** Start Function - CPU Frequency **
** Start Function - Backlight Info **
** Start Function - Backlight Info MAX **
** Start Function - Kernel Core Info **
** Start Function - MMC Cover/latch **
** Start Function - CPU Frequency File **
** Adding CPUQ Frequencies **
** Start Function - Processor Information **
** Start Function - N900 Board Information **
** Start Function - Board Version **
** Start Function - System Locale **
** Start Function - boot count**
** Start Function - FM Transmitter power level **
** Start Function - Boot Reason**
** Start Function - Cam Shutter State **
** Start Function - Keyboard Slider State **
** Start Function - proximity sensor state**
** Start Function - Headphone State **
** Start Function - Battery Current **
** Start Function - battery last charge**
** Start Function - Battery Charge **
** Start Function - system uptime**
** Start Function - load from uptime **
** Start Function - firmware version **
Traceback (most recent call last):
File "/opt/healthcheck/healthcheck.py", line 1076, in <module>
ui.funcUpdateAll()
File "/opt/healthcheck/healthcheck.py", line 890, in funcUpdateAll
self.funcSystemTab()
File "/opt/healthcheck/healthcheck.py", line 848, in funcSystemTab
g = gn_functions.funcMaemoVersion()
File "/opt/healthcheck/gn_functions.py", line 196, in funcMaemoVersion
g = s[2].strip()
IndexError: list index out of range
~ $
__________________


Nobody likes us but we dont care....

Last edited by atilla; 2010-10-30 at 11:04.
 

The Following User Says Thank You to atilla For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#705
Ahhh tthats my crappy coding! - it's because you have a custom package - it's trying to read the maemo version file, sometimes i think a custom asson/file screws it :|

Got a resolution for that but wont be until i do the new app, i think somewhere in this thread it explains that 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? -
 

The Following User Says Thank You to noobmonkey For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#706
Yup twas mentioned, somewhere around this post! Venmo sorted it!

http://talk.maemo.org/showpost.php?p...&postcount=643
__________________
----------- 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 User Says Thank You to noobmonkey For This Useful Post:
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#707
New App sounds exciting!

Will it just upgrade off of Healthceck or should I uninstall Healthcheck?
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#708
it will upgrade -

the screens are getting there, i'm not doing threading or screen swiping yet to spee dup the process, but i'm learning those too!
__________________
----------- 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 User Says Thank You to noobmonkey For This Useful Post:
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#709
thanks for your help but which ones are the debian or sdk repos?
sry but i have no clue
__________________


Nobody likes us but we dont care....
 

The Following User Says Thank You to atilla For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#710
Originally Posted by atilla View Post
thanks for your help but which ones are the debian or sdk repos?
sry but i have no clue
lol i have no idea what you are asking now :P
__________________
----------- 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 20:15.