![]() |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
python /opt/healthcheck/healthcheck.py |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Ok, new version is in extras -devel NOW! wohooo
removed pyside dependencies, and confirming GPS fix! |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Get FM Transmitter state & frequency
I don't know how Qt works (hell, I'm having trouble with python-dbus -- Vala and DBus-GLib in C FTW! :)) so I can't add any interface elements myself; nor do I know how its signal implementation works so I can't add checking for the "Error" signal sent by FMTxd. Regardless, Code:
# -*- coding: utf-8 -*- |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Oooo wooohoooooooo!
Will see if i can get it in there, thanks Qwerty! Very much appreciate your input :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Tadaaaaaaaaaaaaa
New version - 1.2.1-2 is in extras-devel and should finally have the following: Fixed pyside dependencies (Attempt No 3) Fixed GPS Bug - confirmed by Frals Added Qwerty12's great examples, and tested + added touch updates - like the rest of the info in the system tab. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Since the last 3 updates, I can't get Healthcheck to load - just reverts blankly to the desktop every time. It was working fine last night before I updated. I've tried uninstalling and reinstalling to no avail. Thanks for any help - really like the application.
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
eeeeeeeek! can you please try running it from terminal, and let me know where it falls over? in terminal type: python /opt/healthcheck/healthcheck.py when it fails, you will see something appear in x-terminal, the last few lines should let me identify what and where the problem is. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
~ $ 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** Traceback (most recent call last): File "/opt/healthcheck/healthcheck.py", line 1057, in <module> win = healthcheckWindow(MainWindow) File "/opt/healthcheck/healthcheck.py", line 185, in __init__ self.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow ) AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow' ~ $ I hope the above is done right - this is new territory for me. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
what is your firmware version? :)
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
I have the PR1.2 update installed since it was released. I have had Healtcheck since before that - has worked fine before and since, except after the last 3 updates.
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
i know the error, but it's not making a great amount of sense to me. just on my way home, will run some checks and write back in 5 mins :)
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Thanks - take your time, it's worth waiting for :)
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
No, thank you , really :) - i appreciate the time it takes to test applications, as well as delving int extras devel. I think you may not be the only one running with this issue, and its probably since i removed pyside :P (Typical! - but odd it is not happening on my device) - the other possible issue is an older version of qt(Doubt that though) - anyway running checks! :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
It does look like the version of PyQT you are running.
In x-terminal can you type dpkg -l python2.5-qt4-core (That is a lower case L after the -) my version is 4.7.3-maemo5 |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
My first bet would be that he has Qt 4.5 instead of 4.6 - the 4.5 version lacked Maemo 5 stacked windows, and he has that problem.
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
Perhaps his installation of Qt is somehow busted... Or not all libqt4-* packages are updated because of some dependency problem? I would recommend an Code:
apt-get -f install If that doesn't solve it, then we should see the output of Code:
apt-get install libqt4-core |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Hold on!
let me set the depends correctly :) Gonna change the build file to - python2.5-qt4 (>= 4.6) That should help! :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
If it is necessary, we'll give you more detailed info, don't worry! By the way, if you really are a grandmother, you have my congratulations! Neither of my grandmothers have such an affinity in technology. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
ok, what does all this mean?
dpkg -l python2.5-qt4-core Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii python2.5-qt4- 4.7-maemo7 Python bindings for Qt4 Core components. ~ $ |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Yes, really am a grandmother of 2. Almost afraid to admit it on a forum like this in case I am just dismissed, or thought of as a fossil :) I'm a quick learner and willing to try new things (as in gadgets ;))
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Wow - i am seriously impressed - and really love this community at times.
Kudos to you for getting involved and playing with the N900 :) - well done! Right just pushed a new version to extras-devel - i'm trying a full uninstall myself and going to re-install. In terminal i am trying: sudo gainroot apt-get remove healthcheck && apt-get autoremove then i will just go back into app manager and do a fresh install of healthcheck - will report back - normally takes 5 minutes for the autobuilder to get it in there. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
Will report back in a few minutes after my last test - if it works you can try what i said and/or what venemo said :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Whilst i wait for app manager to keep up with me - http://pixelpipe.com/item/33a3666d-4...8-1a3afa167ff5 <- that's the video from our N900 meetup, and the related tmo post is here - http://talk.maemo.org/showthread.php?t=48471&page=5
Shows kathy, I etc :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
ok reporting back.......
All working for me still - can you try the following please? sudo gainroot apt-get remove healthcheck && apt-get autoremove then goto application manager and re-install healthcheck please. (I'll cross my fingers) edit - lol - i managed to bugger up the fm transmitter frequency making a quick change, will sort that out this week :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
is the following what I was suoosed to get after putting the command into xterminal?
~ $ sudo gainroot Enable RD mode if you want to break your device ~ $ apt-get remove healthcheck && apt-get autoremove E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? ~ $ |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
apt-get remove healthcheck && apt-get autoremove (Wasn't a bad error - just letting you know that it cant complete the command whilst app manager is alive - as they both use apt-get) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
oh hang on, also you need rootsh installed from extras (That could be the other reason!)
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
After you installed rootsh, quit the app manager and proceed as Greg said. |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
ahhh yeah - i think that means you may not have rootsh installed - http://maemo.org/downloads/product/Maemo5/rootsh
It's my fault - i'm not being very clear. To run the commands i said you need to be 'root' - translated that kinda means an administrator on your phone. Rootsh is an application that allows you to easily get root access by typing 'sudo gainroot' (When you close terminal after doing things, it will stop that admin session. (just incase you wondered). The reason why we are doing this in terminal, is because it provides a lot more feedback then the application manager :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
Where did you take it? |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
hehe, was taken in the pub in the pub in dorset/devon area! just a random N900 meetup in apri! will be arranging another one soon! |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Ok, did all that and reinstalled, but no joy :( Still the same as before. I cocked it up when I came across the first Y/n option - amazing the stages that noobies need to know. Was I supposed to keep the readout from X-terminal? Sorry for taking so long, but Maemo won't let me log on on my phone now and I'm at the desktop - don't why that is as it always worked before? Maybe I'm just jinxed ...
|
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Quote:
It's not really a newbie thing as you are venturing into extras-devel - these are the stages us 'developers'(I use that loosely!) go through to make sure apps work for all by the time they get to extras! (So all testers and testing is very much appreciated). Don't worry about re-gurgitating everything in terminal, i know it is a pain to get it out onto the forums :) Still not sure if you have all the latest versions - but can keep trying, try this in terminal: (Reboot your phone first - just to clean it up and start fresh) Code:
sudo gainroot then try Code:
dpkg -l python2.5-qt4* Then after that i think we may just need to get you to re-install pyqt - will walk you through that later :) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Well, I'm learning :) Going to try those things now - need time to get my head round it all and I'll post back. Thanks for the help.
And I couldn't even open the video - said something about format not being supported, but that's another day's work. I don't think I can afford to overclock my brain at my age (see, I've even picked up some jargon :D) |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
Ok Hold on!
Good old frals is helping me very much on IRC trying to sort this :) If the above doesnt work try the following Code:
sudo gainroot Note from frals - "and make sure it says 1.2.1-3" !! hehe gd point! - need to check it is the right version that you are dloading! |
Re: [Annouce] HealthCheck - Hardware/System checker for the N900
this is the first thing:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ sudo gainroot Root shell enabled BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # apt-get - install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. /home/user # |
All times are GMT. The time now is 21:06. |
vBulletin® Version 3.8.8