![]() |
#1 | |
Addicted to Porting
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
|
iRex Releases iLiad Source Code
![]() You can find the sources here. Here is a quick list of what is released and what it does:
As of right now, none of the closed source kernel modules have been posted. Update: Per the iRex i-to-i blog: Quote:
|
|
![]() |
![]() |
![]() |
#2 |
iRex Community Manager
![]() ![]() ![]() Posts: 30
Karma: 223
Join Date: Nov 2006
Location: Eindhoven
Device: iRex iLiad
|
The remaining source codes will be release later this or next week. We didn't manage to get everything sorted, so we decided to do it in two steps.
You can find more info on blog.irexnet.com. Happy coding ![]() ![]() |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 345
Karma: 3473
Join Date: Apr 2007
Location: Brooklyn, NY, USA
Device: iRex iLiad v1, Blackberry Tour, Kindle DX, iPad.
|
Fantastic! Thank you!
(I'd say more, but I'm busily reading the source code.) ![]() |
![]() |
![]() |
![]() |
#4 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
|
I don't see image viewer in the above list. Will source code of image viewer be released?
|
![]() |
![]() |
![]() |
#5 |
Addicted to Porting
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
|
The image viewer is the "scribble" program that's going to be released next week.
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 584
Karma: 914
Join Date: Mar 2008
Device: iliad
|
Now I only need iRex to provide me with free time, and I can get started with development
![]() |
![]() |
![]() |
![]() |
#7 |
Connoisseur
![]() Posts: 50
Karma: 32
Join Date: Aug 2008
Device: Irex iLiad
|
|
![]() |
![]() |
![]() |
#8 |
Member
![]() Posts: 19
Karma: 10
Join Date: Aug 2008
Location: St Leonards On Sea, East Sussex. UK
Device: iRex iLiad
|
![]()
I guess if a 'Pay Pal' donation facility was set up I would donate to help the Developers!
JamesT |
![]() |
![]() |
![]() |
#9 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Oct 2008
Device: Irex Iliad
|
![]()
Hi
Any chance that some of the iliad java-code could be released as well? The framework for buttons/pagebar/refreshing could be quite useful for those of us who prefer programming in java... Uso (so this i what delurking feels like ![]() |
![]() |
![]() |
![]() |
#10 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,293
Karma: 529619
Join Date: May 2007
Device: iRex iLiad, DR800SG
|
You guys have probably already found this, but from lister.h:
// only used to allocate data structures => layout uses fixed sizes => fixed # items on a page #define MAX_ITEMS_ON_ONE_PAGE 6 So the "file bar layout" in gtkContentListItem.c will need to be changed too, in order to reduce the amount of space that each item takes up. Or split the content lister into multiple columns instead (but that's probably more ambitious). I haven't looked at it for more that just a minute or two, so there may be more to it. Initially it doesn't look too bad though. |
![]() |
![]() |
![]() |
#11 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,293
Karma: 529619
Join Date: May 2007
Device: iRex iLiad, DR800SG
|
I could be wrong, but the only thing I know of that is written in java on the iLiad is the Mobipocket viewer. I don't think Mobipocket will let iRex release that code.
|
![]() |
![]() |
![]() |
#12 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 584
Karma: 914
Join Date: Mar 2008
Device: iliad
|
I may be conservative, but if possible I'd rather not have too much iLiad software based on java. Don't get me wrong, I love java, one of my major projects is java (GWT actually). However in a ressource-scarce environment like the iRex iLiad, I don't think its the right place for java. Java is good for compile once, run everywhere, but if software is dedicated for the iLiad, I'd rather have a C++ compiler optimize it for the iLiad instead of being able to run everywhere. C++ is more complicated than java, but certainly not that much, anyone that got the java concepts into his head can do C++ soon as well, if he tries. In the case of mobipocketviewer iRex couldn't have helped it seem, but I don't think java is the best choice for the iLiad, if you can chose.
|
![]() |
![]() |
![]() |
#13 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Oct 2008
Device: Irex Iliad
|
Quote:
Uso Last edited by uso; 10-22-2008 at 03:28 PM. Reason: typo |
|
![]() |
![]() |
![]() |
#14 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Oct 2008
Device: Irex Iliad
|
Quote:
This code would be a library for use from other programs, not a complete program by itself. Uso |
|
![]() |
![]() |
![]() |
#15 | |
Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 345
Karma: 3473
Join Date: Apr 2007
Location: Brooklyn, NY, USA
Device: iRex iLiad v1, Blackberry Tour, Kindle DX, iPad.
|
Quote:
That thread also discusses how buttons are handled at a more basic level. |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Let's create a source code repository for DR 800 related code? | jraf | iRex | 3 | 03-11-2010 12:26 PM |
iRex Releases DR1000 SDK and source code | Adam B. | iRex | 26 | 09-29-2009 10:58 AM |
iLiad iRex hints at releasing all the iLiad code | drago | iRex Developer's Corner | 50 | 10-22-2008 10:31 AM |
iLiad Is source code of iLiad image viewer available? | ericshliao | iRex Developer's Corner | 1 | 01-16-2008 02:24 AM |
source code?? | joblack | iRex | 1 | 11-01-2006 12:16 PM |