View Single Post
Posts: 115 | Thanked: 83 times | Joined on Aug 2010 @ Paris, France
#118
Originally Posted by fpp View Post
Another reminder is that GRead also runs on Diablo (Maemo4, N8x0) after a couple of lines have been removed from the UI files.

When you launch it as :



it's even half-way "hildonized" in that it looks less strange and the full-screen button works. It still opens separate windows, but they cover each other, and the tablets have an Escape button so it's quite usable.

The main issues are that the system menu is not converted automatically as in Fremantle, and the default font is too tiny to read, with the zoom keys not working.

These could probably be corrected more or less easily with a custom "maemo4" view, to make a workable GRead for the old tablets...

Speaking of which, I found another way to detect the host type and choose a view accordingly :

N900 : "Maemo 5" in os.environ.values()

N8x0 : "OS 2008" in os.environ.values()
I have a n800 somewhere at home, could you please give me all details for installing python on it ? Perhaps it's aready packaged ? I could try to install GRead on it and make a Maemo view (it sould be easy, except for specific buttons if needed but i will not spend too much time on it...)