Re: How to rotate screen on os2008
My guess is that no one knows. But the lack of rotation support was a major complaint by users around here for a long time. Given how delightful the tablet is in portrait mode, especially when spoofing an iphone's user agent, I'd say we'd better just count our lucky stars that we are able to implement it ourselves fairly easily.
BTW, for those who don't know about the iphone spoof trick and want to try it, enter the following into the address bar of your browser and wait for it to process:
Code:
about:config?prefname=general.useragent.override&prefvalue=Mozilla%2F5.0+%28N8x0+like+iPhone%3B+U%3B+Linux+like+Mac+OS+X%3B+ARM%3B+en%29+AppleWebKit%2F420%2B+%28Gecko%2C+like+KHTML%29
To unspoof, enter this:
Code:
about:config?prefname=general.useragent.override&prefvalue=Mozilla%2F5.0+%28X11%3B+U%3B+Linux+armv6l%3B+en-US%3B+rv%3A1.9a6pre%29+Gecko%2F20070807+Firefox%2F3.0a1+Tablet+browser+0.1.16+RX-34%2BRX-34_2008SE_2.2007.50-2
With spoof enabled, sites like gmail, http://www.google.com/reader/i , and Powerset (wikipedia) work like a dream.
ADDING...: Once your browser has processed the command, go to "Add Bookmark" and add "iphone spoof" and "iphone unspoof" (or whatever), respectively, and then you'll be able to switch back and forth when you want.
|