Active Topics

 


Reply
Thread Tools
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#71
Originally Posted by evad View Post
You are my man! This is (almost) exactly what I needed Thanks!

evad, will send you through the code with the cell and imei info printing off (On my example) ... but...... still getting those errors!!
__________________
----------- 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? -
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#72
Originally Posted by noobmonkey View Post
but...... still getting those errors!!
I'd say "ignore them". I'm not well-versed in python-dbus, not at all, but D-Bus services can have introspection data attached to them and programs/people can query this introspection data to see what methods et al. a service provides. Python-dbus tries to "make it easier" for the programmer by querying the service to see what services it provides and the data types of the return values of a method call.
As you saw, the Phone.Net interface doesn't implement the Introspectable interface so it cannot be asked to list the methods etc. it has. You may be able to find a way to stop python-dbus from asking but I wouldn't bother for two reasons:
  • Who's gonna run it from the console, anyway?
  • "Don't fix it if it's not broken." - I mean, querying the services works and you get the information that you want, right?

Last edited by qwerty12; 2010-02-21 at 10:55.
 

The Following User Says Thank You to qwerty12 For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#73
ok well next update screenshot and version update:

Version 0.3
Battery Status
Accelerometer readout
GPS Position
Firmware version
Roots Free / Used
CPU Information
N900 Hardware board info
System Locale
Front Camera image test
Phone/Cell information


List of enabled repositories
List of disabled repositories
List of installed applications + App info
Run commands, apt-get clean etc...



Green = Working
Red = In Progress

Edit - in case you are wondering what my camera is allways pointing at... It's my lamp.... the front camera is rubbish so i need to point it at something bright!
Attached Images
 
__________________
----------- 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? -

Last edited by noobmonkey; 2010-02-21 at 12:29.
 

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
#74
lol.... just noticed my longitude value has screwballed..... Hmm mwill go fix!
__________________
----------- 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
#75
aghhhh confused... i read somewhere on here last night that someone had the same problem with the failed 0's on long.........

But can't find it anywhere!!
__________________
----------- 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
#76
Fixed it..... Think it was a GPS warm up issue (annoying that it didnt do it before).... Just lopped it a few times and it works fine.
__________________
----------- 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
#77
Right i'm getting to a point where is it almost publishable but there are a few things i would really like to do before i let it loose on people

Version 0.3
Battery Status
Accelerometer readout
GPS Position
Firmware version
Roots Free / Used
CPU Information
N900 Hardware board info
System Locale
Front Camera image test
Phone/Cell information


Planned for V0.4
List of enabled repositories
List of disabled repositories
List of installed applications + App info
Run commands, apt-get clean etc...
Add Altitude to GPS details
(Already coded)

Planned for V0.5 - extras dev Release
Threading - to speed the whole thing up....

Green = Working
Red = In Progress
__________________
----------- 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:
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#78
Great work Noob cant wait to test it. Should be a usefull application.
 

The Following User Says Thank You to casper27 For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#79
Originally Posted by casper27 View Post
Great work Noob cant wait to test it. Should be a useful application.
Hehe good to hear, and thank you very much - it will need a lot of testing!
Hard for me to test what happens if hardware isn't working, got it covered on most and it should display errors... but will soon see!

Currently it's got a 10-20 second load time... so really i need to do the threading to make it usable
__________________
----------- 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
#80
jumped ahead of myself slightly....
managed to get GTK threading working fine. load up now takes 6-10 seconds, and the update takes 4-5 seconds.

fixed the lat/long issues. do people want me to remove the other tabs and throw up an extras - dev version? (never done it before. may take a while).
Version 0.4
Battery Status
Accelerometer readout
GPS Position
Firmware version
Roots Free / Used
CPU Information
N900 Hardware board info
System Locale
Front Camera image test
Phone/Cell information
Multi-threading


Planned for V0.5
List of enabled repositories
List of disabled repositories
List of installed applications + App info
Run commands, apt-get clean etc...
Add Altitude to GPS details
(Already coded)


Green = Working
Red = In Progress
Attached Images
 
__________________
----------- 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
code, health check, n900, python


 
Forum Jump


All times are GMT. The time now is 16:26.