Notices


Reply
Thread Tools
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#71
Originally Posted by noobmonkey View Post
wohooooo!

very hard to find a full list of variants anywhere, i know the firmware checker gives whats available to me, but not all the variants
All that I'm aware of are the global, US (002), Africa/Middle East (003), UK generic (203) and UK vodafone (205). I'm not sure what the last digit signifies for the variants either (mine's currently 203.2 but I think I've had 203.1 before as well).
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#72
There is alot lol!

Code:
if g.strip() == "3.2010.02-8":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1.1")
        elif g.strip() == "2.2009.51-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1")
        elif g.strip() == "2009.51-1.203.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Generic Version")
        elif g.strip() == "2009.51-1.203.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Generic Version")
        elif g.strip() == "2009.51-1.205.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Vodafone Version")
        elif g.strip() == "2009.51-1.205.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Vodafone Version")
        elif g.strip() == "1.2009.44-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.01")
        elif g.strip() == "1.2009.42-11":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 - Initial public release ")
        elif g.strip() == "1.2009.42-11.002":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 USA Version")
        elif g.strip() == "1.2009.42-11.003":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 Mid-East/N-Africa Version")
        elif g.strip() == "1.2009.42-11.203":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.0":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.205":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.0":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.41-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Early Release Vanilla Variant")
        else:
           self.lbl_Maemo_Ver_Info.setText(g + " - Varient unknown -")
__________________
----------- 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: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#73
Originally Posted by noobmonkey View Post
There is alot lol!

Code:
if g.strip() == "3.2010.02-8":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1.1")
        elif g.strip() == "2.2009.51-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1")
        elif g.strip() == "2009.51-1.203.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Generic Version")
        elif g.strip() == "2009.51-1.203.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Generic Version")
        elif g.strip() == "2009.51-1.205.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Vodafone Version")
        elif g.strip() == "2009.51-1.205.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.1 UK Vodafone Version")
        elif g.strip() == "1.2009.44-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1.01")
        elif g.strip() == "1.2009.42-11":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 - Initial public release ")
        elif g.strip() == "1.2009.42-11.002":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 USA Version")
        elif g.strip() == "1.2009.42-11.003":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 Mid-East/N-Africa Version")
        elif g.strip() == "1.2009.42-11.203":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.0":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.203.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Generic Version")
        elif g.strip() == "1.2009.42-11.205":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.0":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.42-11.205.2":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Pr 1 UK Vodafone Version")
        elif g.strip() == "1.2009.41-1":
            self.lbl_Maemo_Ver_Info.setText(g.strip() + " - Early Release Vanilla Variant")
        else:
           self.lbl_Maemo_Ver_Info.setText(g + " - Varient unknown -")
Ouch - you'd be better splitting the version string down and handling the parts separately. Probably the easiest method would be to split on hyphens first, giving you two strings A and B, then you can split A on dots (with either 1+2 or 2+3 being the year+week combination identifying the PR code), and B on dots as well (with the 2nd entry, if present, being the variant). You could also use a regex but that could get a bit more messy.
 

The Following User Says Thank You to Rob1n For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#74
Originally Posted by Rob1n View Post
Ouch - you'd be better splitting the version string down and handling the parts separately. Probably the easiest method would be to split on hyphens first, giving you two strings A and B, then you can split A on dots (with either 1+2 or 2+3 being the year+week combination identifying the PR code), and B on dots as well (with the 2nd entry, if present, being the variant). You could also use a regex but that could get a bit more messy.
yeah - will eventually do that, just got it quick n dirty to see what it looked like on screen, code tidying will come once i have the information that i want on the screen

Working on wifi and bluetooth info this weekend
__________________
----------- 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? -
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#75
I think "Pr" should be "PR" - I believe it's short for Public Release.
 

The Following User Says Thank You to pelago For This Useful Post:
JohnLF's Avatar
Posts: 551 | Thanked: 507 times | Joined on Feb 2010 @ North West England
#76
Very nice app, great to have all the info in one handy place.

I don't know if this is possible, but one thing I would like to see is a list of apps installed and which repo they came from. This would make it easy to remove any devel apps for instance if you were troubleshooting your phone.

Maybe this could be done by cross-referencing the catalogue caches?
 

The Following 2 Users Say Thank You to JohnLF For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#77
Originally Posted by pelago View Post
I think "Pr" should be "PR" - I believe it's short for Public Release.
Yup agree - will change in next version, possibly tomorrow
__________________
----------- 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:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#78
wow the front cam quality is great thru this app, except for scale!

maybe you could add save photo function??

great app!!!!!!!!!
 

The Following User Says Thank You to F2thaK For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#79
Originally Posted by JohnLF View Post
Very nice app, great to have all the info in one handy place.

I don't know if this is possible, but one thing I would like to see is a list of apps installed and which repo they came from. This would make it easy to remove any devel apps for instance if you were troubleshooting your phone.

Maybe this could be done by cross-referencing the catalogue caches?
hehe, thats on the todo list, well kind off....

It's very difficult to know where an app comes from unfortunatley... (Unless i log it at time of install.)

Definitley will try and list apps currently in certain repo's though.
Will also try and give the ability to enable/disable repo's if i can figure out how to do it!

I also want to get suggestions for the tool box...

Apt commans, clear cache , autoremove etc...
Move fonts / (how to where etc..)
Update to Python optify?
Determine top 5 rootfs hungry apps with ability to remove....

Any others?
__________________
----------- 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
Originally Posted by f2thak View Post
wow the front cam quality is great thru this app, except for scale!

maybe you could add save photo function??

great app!!!!!!!!!

it currently saves it to a file in your MyDocs

In a future version could add the ability to change the location and filename
(Yeah, sorry need to sort the scale out 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? -
 
Reply

Tags
check, faulty, front camera, gps, hardware, healthcheck, test


 
Forum Jump


All times are GMT. The time now is 09:51.