![]() |
2010-01-13
, 08:13
|
|
Posts: 405 |
Thanked: 961 times |
Joined on Dec 2009
@ London, UK
|
#11
|
The Following User Says Thank You to vitaminj For This Useful Post: | ||
![]() |
2010-01-13
, 22:41
|
Posts: 35 |
Thanked: 6 times |
Joined on Dec 2009
|
#12
|
If you go to about:config in MicroB (type it in the address bar and accept the warning), what is general.useragent.vendor and is it bold? Is there a setting for general useragent.override?
![]() |
2010-01-13
, 22:43
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
general.useragent.vendor Status: user set Type: string Value: Firefox/3.5 Maemo Browser 1.4.1.22 RX-51 N900
general.useragent.override Status: user set Type: string Value: Maemo Browser
I'd very much appreciate if someone else checked these two preferences/options in microB by typing in about:config in the url bar.
![]() |
2010-01-13
, 22:51
|
Posts: 35 |
Thanked: 6 times |
Joined on Dec 2009
|
#14
|
![]() |
2010-01-13
, 22:55
|
Posts: 119 |
Thanked: 15 times |
Joined on Nov 2009
@ Manchester, UK
|
#15
|
![]() |
2010-01-13
, 23:04
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#16
|
![]() |
2010-01-14
, 00:52
|
|
Posts: 405 |
Thanked: 961 times |
Joined on Dec 2009
@ London, UK
|
#17
|
javascript:Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch).clearUserPref("general.useragent.override")
![]() |
2010-01-14
, 05:51
|
Posts: 77 |
Thanked: 52 times |
Joined on Sep 2009
@ US
|
#18
|
![]() |
2010-01-14
, 07:08
|
Posts: 151 |
Thanked: 178 times |
Joined on Oct 2009
@ SF Bay Area
|
#19
|
![]() |
2010-01-14
, 08:20
|
Posts: 35 |
Thanked: 6 times |
Joined on Dec 2009
|
#20
|
OK, so the override value shouldn't be set. It's, erm, overriding the standard user agent identifying MicroB to the webserver with just the string "Maemo Browser". So the store can't tell whether you've updated your firmware or not. Dunno how it got that way, but just fix it by resetting the value.
Sadly you can't just right-click in about:config like you can on desktop firefox, nor will setting the value to empty work, so you can either (not recommended) edit ~/.mozilla/rtcom/prefs.js (you may need to kill browserd beforehand) or navigate to about:config, then in the URL bar, enter the following exactly (case sensitive, single line, and note different square/rounded brackets):
Code:javascript:Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch).clearUserPref("general.useragent.override")