Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex > iRex Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 10-19-2006, 10:48 AM   #16
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
Quote:
Originally Posted by scotty1024
You could try commanding the download manager window to lower itself.
Even better than that, the KDE kicker app works a treat - it shows all the (Iliad's) windows on the selector panel and lets you choose one to bring to the front. So I can now launch minimo, xpdf etc etc.

... and external links work from minimo!!! ...


I'm off to see if ftp:// links work.. If they do, then we'll be there.
Attached Thumbnails
Click image for larger version

Name:	kicker.jpg
Views:	1642
Size:	509.6 KB
ID:	1891  
design256 is offline   Reply With Quote
Old 10-19-2006, 11:29 AM   #17
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
Quote:
Originally Posted by design256
Even better than that, the KDE kicker app works a treat - it shows all the (Iliad's) windows on the selector panel and lets you choose one to bring to the front. So I can now launch minimo, xpdf etc etc.

... and external links work from minimo!!! ...


I'm off to see if ftp:// links work.. If they do, then we'll be there.

Sadly FTP didn't work - FTP is not a registered protocol But I can now browse the web from my Iliad - albeit by a rather complicated route...
design256 is offline   Reply With Quote
Advert
Old 10-19-2006, 11:45 AM   #18
arivero
Guru
arivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it isarivero knows what time it is
 
arivero's Avatar
 
Posts: 607
Karma: 2157
Join Date: Oct 2005
Device: NCR3125, Nokia 770,...
Quote:
Originally Posted by design256
While it is in this state, the network is up and running and there is an unprotected X server running on port 6000. You can happily run X clients on it from another local host or grab window information etc.
Now you can improvise a cradle next to your normal monitor and use the iLiad as an auxiliary E-Ink monitor!

BTW, how is it handling the update of the screen?
arivero is offline   Reply With Quote
Old 10-19-2006, 11:49 AM   #19
Antartica
Evangelist
Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.
 
Antartica's Avatar
 
Posts: 423
Karma: 1517132
Join Date: Jun 2006
Location: Madrid, Spain
Device: quaderno, remarkable2, yotaphone2, prs950, iliad, onhandpc, newton
Quote:
Originally Posted by design256
Even better than that, the KDE kicker app works a treat - it shows all the (Iliad's) windows on the selector panel and lets you choose one to bring to the front. So I can now launch minimo, xpdf etc etc.
Excellent!

Quote:
Originally Posted by design256
... and external links work from minimo!!! ...

I'm off to see if ftp:// links work.. If they do, then we'll be there.
Hopes up... (Update: it was too beatiful to be true... sniff)

BTW, I've been investigating the 2.4 minimo (/usr/bin/browser) a bit:

What we knew:
- It's profoundly hacked :-)
- doesn't implement the buttons
- doesn't implement the cache: functionality

What I've discovered:
- it opens always with a predefined geometry (that was easy)
- it does some IPC using UDP sockets to communicate with pageBar (send messages to UDP port 50073, receive them in UDP port 50068)
- it implements some dialogs (sometimes it has displayes me a gtk error dialog, I don't remember what it was.

Yes, that means that pageBar is listening in UDP port 50073. What I don't know is the communication method with displayMgr (as it crashes in scratchbox :-/ ).

Last edited by Antartica; 10-19-2006 at 11:53 AM.
Antartica is offline   Reply With Quote
Old 10-19-2006, 12:18 PM   #20
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
Quote:
Originally Posted by arivero
Now you can improvise a cradle next to your normal monitor and use the iLiad as an auxiliary E-Ink monitor!

BTW, how is it handling the update of the screen?
Kicker forces a screen update each time you click a button which is great. Otherwise it is possible to get the poor thing hopelessly confused - particularly if you have browser/xpdf running locally and various apps running remotely.

Clicking the page icon at the bottom usually sorts things out, but not always.
design256 is offline   Reply With Quote
Advert
Old 10-21-2006, 05:51 PM   #21
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Active sockets for 2.7 (well 2.7 with dropbear running...):

Code:
root@ereader:~# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 *:x11                   *:*                     LISTEN      
tcp        0      0 *:ssh                   *:*                     LISTEN      
udp        0      0 *:1024                  *:*                                 
udp        0      0 *:1025                  *:*                                 
udp        0      0 *:1026                  *:*                                 
udp        0      0 *:1027                  *:*                                 
udp        0      0 *:1028                  *:*                                 
udp        0      0 *:1029                  *:*                                 
udp        0      0 *:1035                  *:*                                 
udp        0      0 *:1036                  *:*                                 
udp        0      0 *:1037                  *:*                                 
udp        0      0 *:1038                  *:*                                 
udp        0      0 *:1039                  *:*                                 
udp        0      0 *:1040                  *:*                                 
udp        0      0 *:50065                 *:*                                 
udp        0      0 *:50070                 *:*                                 
udp        0      0 *:50071                 *:*                                 
udp        0      0 *:50072                 *:*                                 
udp        0      0 *:50073                 *:*                                 
udp        0      0 *:50076                 *:*                                 
udp        0      0 localhost.localdo:50555 *:*                                 
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     588    /tmp/.X11-unix/X0
scotty1024 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Xournal port for R2.0 Mackx iRex 156 10-13-2013 02:15 AM
Can't open Calibre at Snow Leopard Server ganymede Calibre 0 11-13-2009 12:40 AM
calibre-server on port 80 problem jquest Calibre 2 11-06-2009 06:04 AM
TrueCrypt port to DR? mail4peter iRex 0 10-07-2009 09:48 AM
Reference Open eBook Forum: Open eBook Publication Structure. IMP. V1.0.1 14 September 2007 DaleDe IMP Books 0 09-14-2007 05:06 PM


All times are GMT -4. The time now is 10:53 AM.


MobileRead.com is a privately owned, operated and funded community.