Forum: Applications
2008-06-28, 19:26
|
Replies: 180
Views: 32,069
Grandcentral Dialer
MOST RECENT VERSION HERE (http://www.internettablettalk.com/forums/showpost.php?p=197337&postcount=31)
I have started a new thread because the old one was getting long...
|
Forum: Newbie
2008-04-30, 23:50
|
Replies: 143
Views: 54,395
Re: A website for Internet Tablet newbies
Another short and sweet one, this tutorial explains how to unzip .zip files on the Nokia tablets:
http://tabletschool.blogspot.com/2008/05/nokia-n800-n810-how-to-unzip-files.html
|
Forum: Applications
2008-04-28, 17:30
|
Replies: 3
Views: 2,087
|
Forum: Applications
2008-04-25, 07:39
|
Replies: 9
Views: 4,252
Re: Juffed Text Editor
You can try to use PyPackager to make your deb easily :
http://maemo.org/community/wiki/packagebuildingwithoutlinuxusingpypackager/
|
Forum: Applications
2008-04-24, 23:02
|
Replies: 9
Views: 4,252
|
Forum: General
2008-04-16, 07:19
|
Replies: 8
Views: 1,971
Posted By
jethro.itt
Re: Demo Videos
On N810, the demo videos are on the internal memory card. The OS image does not touch that. I'm in the process of uploading the videos to my home server. I'll PM you when ready.
|
Forum: General
2008-04-16, 04:11
|
Replies: 8
Views: 1,971
Re: Demo Videos
They're available from here (http://tablets-dev.nokia.com/nokia_N810.php).
|
Forum: Nokia N810
2008-03-21, 09:22
|
Replies: 7
Views: 8,521
Re: Hardware Keyboard behaviour
I could see two threads: The Pipe Character (http://www.internettablettalk.com/forums/showthread.php?t=15582) and Virtual keyboard layout change/mod?...
|
Forum: Nokia N810
2008-03-20, 10:03
|
Replies: 7
Views: 8,521
|
Forum: Nokia N810
2008-03-06, 12:52
|
Replies: 2
Views: 1,662
Re: Transcode.sh Script
That bitrate is almost certainly too high for the tablet to handle on a codec as complex as h.264.
Personally, it was exactly this faffing which lead me to introduce the preset feature on...
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2008-02-24, 16:03
|
Replies: 32
Views: 19,905
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2008-02-24, 13:44
|
Replies: 32
Views: 19,905
|
Forum: Development
2008-02-21, 12:29
|
Replies: 91
Views: 42,421
Re: chumby
After surprisingly getting gtkmozembed to work on my n800 the other day, I started hacking on a python chumby player for maemo. It's not quite ready yet, but it looks nice and browsing through a...
|
Forum: Development
2008-01-15, 09:30
|
Replies: 6
Views: 4,475
Re: GTK and Containers (Python programming)
This is the second case, I always write it so:
window = hildon.Window()
vbox1 = gtk.VBox()
hbuttonbox1 = gtk.HButtonBox()
vbox1.pack_start(hbuttonbox1, False, False, 0)
window.add(vbox1)
...
|