Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-26-2012, 01:10 AM   #1
iToast
Junior Member
iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!
 
Posts: 9
Karma: 5410
Join Date: Dec 2012
Device: Kobo Mini
Compiling software

How do we compile software for our Kobo's, also has anyone wrote a new os for them yet? Not based on Linux
iToast is offline   Reply With Quote
Old 12-26-2012, 11:09 AM   #2
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
No one's created a new OS for any of the Kobo's. Are you thinking Android?

For compiling, I've used an arm Linux cross compiler on Ubuntu.

Last edited by KevinShort; 12-26-2012 at 02:09 PM.
KevinShort is offline   Reply With Quote
Advert
Old 01-01-2013, 12:00 AM   #3
iToast
Junior Member
iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!
 
Posts: 9
Karma: 5410
Join Date: Dec 2012
Device: Kobo Mini
Quote:
Originally Posted by KevinShort View Post
No one's created a new OS for any of the Kobo's. Are you thinking Android?

For compiling, I've used an arm Linux cross compiler on Ubuntu.
Could we get a tutorial please :P
iToast is offline   Reply With Quote
Old 01-01-2013, 02:38 PM   #4
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
To install the compiler:
Code:
sudo apt-get install gcc-arm-linux-gnueabi
Then you can compile your code with the arm-linux-gnueabi-* tools.
Code:
arm-linux-gnueabi-gcc code.c
KevinShort is offline   Reply With Quote
Old 01-02-2013, 03:10 PM   #5
iToast
Junior Member
iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!
 
Posts: 9
Karma: 5410
Join Date: Dec 2012
Device: Kobo Mini
Quote:
Originally Posted by KevinShort View Post
To install the compiler:
Code:
sudo apt-get install gcc-arm-linux-gnueabi
Then you can compile your code with the arm-linux-gnueabi-* tools.
Code:
arm-linux-gnueabi-gcc code.c
Do you have any tips and tricks for developing on the Kobo? I kind of want to write a terminal emulator to type commands for terminal in on the actual device
iToast is offline   Reply With Quote
Advert
Old 01-02-2013, 04:19 PM   #6
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
I've been thinking for a while now that I'd like to have a terminal emulator on my Glo, but I have no idea how one goes about writing a terminal emulator. :P

I don't think I have any tips or tricks, though if you have any specific questions I'll try to help.
KevinShort is offline   Reply With Quote
Old 01-14-2013, 07:40 PM   #7
iToast
Junior Member
iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!iToast , Klaatu Barada Niktu!
 
Posts: 9
Karma: 5410
Join Date: Dec 2012
Device: Kobo Mini
Quote:
Originally Posted by KevinShort View Post
I've been thinking for a while now that I'd like to have a terminal emulator on my Glo, but I have no idea how one goes about writing a terminal emulator. :P

I don't think I have any tips or tricks, though if you have any specific questions I'll try to help.
Port a telenet client and add a virtual keyboard
iToast is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling QT Error koenieee Kobo Developer's Corner 15 05-25-2013 10:00 AM
Compiling for Lubuntu (regarding compiling instructions) jgratero Sigil 5 07-15-2012 07:54 PM
X-Compiling with Kindle mpetersen3 Kindle Developer's Corner 14 01-06-2012 02:53 PM
iLiad compiling Minimo jtq iRex Developer's Corner 11 09-03-2007 05:33 AM
PRS-500 Compiling for the Reader alex_d Sony Reader Dev Corner 29 07-15-2007 12:29 PM


All times are GMT -4. The time now is 03:12 PM.


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