View Single Post
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#47
Originally Posted by qwerty12 View Post
I'm not noobmonkey, but "osso-product-info -q OSSO_PRODUCT_RELEASE_VERSION" returns it...
Qwerty, you really are a fountain of knowledge

I didnt know that (Bearing in mind i have 2 weeks of linux, and one week of python, i'd go with qwerty!)

I used a completely different, longer approach lol......

Code:
var_l_MaemoV = os.popen('dpkg -l "mp-fremantle-*"').read()
self.lbl_Maemo_Ver_Info.setText(var_l_MaemoV.strip()[-15:])
__________________
----------- 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: