![]() |
2010-02-24
, 21:57
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#71
|
![]() |
2010-02-24
, 22:09
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#72
|
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 -")
![]() |
2010-02-24
, 22:23
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#73
|
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 -")
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-02-24
, 22:25
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#74
|
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.
![]() |
2010-02-24
, 22:42
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#75
|
The Following User Says Thank You to pelago For This Useful Post: | ||
![]() |
2010-02-24
, 22:56
|
|
Posts: 551 |
Thanked: 507 times |
Joined on Feb 2010
@ North West England
|
#76
|
The Following 2 Users Say Thank You to JohnLF For This Useful Post: | ||
![]() |
2010-02-25
, 09:30
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#77
|
The Following User Says Thank You to noobmonkey For This Useful Post: | ||
![]() |
2010-02-25
, 09:30
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#78
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
![]() |
2010-02-25
, 09:32
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#79
|
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?
![]() |
2010-02-25
, 09:33
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#80
|
wow the front cam quality is great thru this app, except for scale!
maybe you could add save photo function??
great app!!!!!!!!!
![]() |
Tags |
check, faulty, front camera, gps, hardware, healthcheck, test |
|