|
Page 13 of 20 |
|
Prev |
3 11 12 13
14 15
|
Next
| Last
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
Quote:
|
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
Quote:
in what way do u mean "just removed all of the cellular info functions" as in just uninstall it? |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
Quote:
Trying to locate where it is crashing, so stripping out all code that could be doing it. I'm aware that it then has less functionality - but will re-build it back in :D |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
New version 0.4.2-4 is in the build queue - so should be about 10 mins
|
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
Ok.... so not the dbus calls, and not the threading.
Still crashing. Getting no errors or warnings now my end. Changed the file save location to store the Front cam test image to \home\user\MyDocs\ New version -5 going into the auto builder! |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
Ok well i'm now baffled.....
No errors my side, no threading, no dbus, and changed the image location... what would cause it to just crash out? :( v -5 doesnt work either :( |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
This might sound confusing at first, but do you have object you're not the owner of ? I.e. a Qt object that you use from Python, but which is created/owned/destroyed by a native Qt object ? Most of the times I oops myself with PyQt is when an object implicitly gets destroyed behind the scenes and I call upon it not realizing it's gone. It would be great if you could strace the app (or get a traceback) to see where exactly is it crashing.
EDIT: Quote:
|
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
ooo strace - any quick hints on how to do that ? (Assuming a terminal call?)
will check the code when i get back to a big pc... more confused as it's running fine locally with no errors, so maybe a file or path error? But not helpful with no bug reports/feedback |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
.desktop code as follows
[Desktop Entry] Version=1.0.0 Encoding=UTF-8 Name=HealthCheck Comment=N900 Health Check, test the front camera, GPS, battery and more Exec=/opt/healthcheck/healthcheck.py Icon=healthcheck X-Icon-path=/usr/share/icons Path to the icon X-Window-Icon=healthcheck Type=Application X-Osso-Service=com.nokia.healthcheck X-Osso-Type=application/x-executable StartupWMClass=HealthCheck |
Re: [Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
If the code you gave me earlier is what you are running..
Don't you need a: #!/usr/bin/python Or whatever the appropriate path is for python on the N900 at the beginning? That could by why the desktop icon isn't working. You want either: Code:
Exec=python /opt/healthcheck/healthcheck.py |
| All times are GMT. The time now is 19:33. |
Page 13 of 20 |
|
Prev |
3 11 12 13
14 15
|
Next
| Last
vBulletin® Version 3.8.8