Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-06-2012, 07:17 PM   #1
idoit
Plus
idoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beauty
 
idoit's Avatar
 
Posts: 248
Karma: 32650
Join Date: Jan 2012
Location: Tehran, Iran - Halifax, Canada, Founder of idoiτ Plus (www.idoit.ca)
Device: Kindle Touch 5.1.2
Question Compiling Android for Kindle Touch

Hi All,
This is my 1st post, yaaay! How is everyone doing? MR seems to be a fascinating place, eh?
I guess this question might be silly but can Android be installed on a rooted Kindle Touch (compiling source code)? I know Kindle OS is Linux based but so is Android! so is KT hardware capable of it? If this can be done (like what Duokan did), it'd be awesome!
Being a noob, I'm curious about your opinions!

Last edited by idoit; 01-07-2012 at 01:27 AM.
idoit is offline   Reply With Quote
Old 01-07-2012, 04:15 AM   #2
giorgio130
Addict
giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.
 
Posts: 214
Karma: 82666
Join Date: May 2011
Device: Kobo Glo
It obviously can be done, the real question is: is it worth the effort? I think so, but I don't have a Kindle Touch
giorgio130 is offline   Reply With Quote
 
Enthusiast
Old 01-07-2012, 05:32 AM   #3
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 54,657
Karma: 26165759
Join Date: Nov 2006
Location: UK
Device: Kindle Touch, PW, Fire HD, iPad 3, iPhone 4, Samsung Tab 2 7 + More
Moved to the Developers' forum.
__________________
Harry

Currently proofreading The Poison Belt, by Sir Arthur Conan Doyle.
HarryT is online now   Reply With Quote
Old 01-07-2012, 12:57 PM   #4
yifanlu
Kindle Dissector
yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.
 
Posts: 662
Karma: 170549
Join Date: Jul 2010
Device: Amazon Kindle 3
1) port the android kernel (start with freescale's imx50 android kernel) with the changes amazon's kernel source release.
2) compile android
3) flash the images using a serial cable or USB download mode.

It really shouldn't be that hard. Someone should attempt it.
__________________
For my Kindle related projects, including detailed, technical descriptions: http://yifan.lu/category/devices/kindle/
yifanlu is offline   Reply With Quote
Old 01-12-2012, 08:43 PM   #5
idoit
Plus
idoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beauty
 
idoit's Avatar
 
Posts: 248
Karma: 32650
Join Date: Jan 2012
Location: Tehran, Iran - Halifax, Canada, Founder of idoiτ Plus (www.idoit.ca)
Device: Kindle Touch 5.1.2
Quote:
Originally Posted by yifanlu View Post
1) port the android kernel (start with freescale's imx50 android kernel) with the changes amazon's kernel source release.
2) compile android
3) flash the images using a serial cable or USB download mode.

It really shouldn't be that hard. Someone should attempt it.
@yifanlu: can you please explain a little bit more or give me references to look up? regarding 'freescale's imx50 android kernel with amazon changes'... basically somewhere I can learn basics like what is flashing, and all that.

Now my main question is can we have both Android and KindleOS side by side? (like Duokan can coesxist with KindleOS)
idoit is offline   Reply With Quote
Old 01-12-2012, 08:58 PM   #6
yifanlu
Kindle Dissector
yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.yifanlu can program the VCR without an owner's manual.
 
Posts: 662
Karma: 170549
Join Date: Jul 2010
Device: Amazon Kindle 3
If I can lead you step by step, I would do it myself. The process would be very simple compared to porting android to a non-Linux device since the kernel is most of the work. But it still isn't easy.
__________________
For my Kindle related projects, including detailed, technical descriptions: http://yifan.lu/category/devices/kindle/
yifanlu is offline   Reply With Quote
Old 01-13-2012, 02:11 AM   #7
idoit
Plus
idoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beautyidoit does all things with Zen-like beauty
 
idoit's Avatar
 
Posts: 248
Karma: 32650
Join Date: Jan 2012
Location: Tehran, Iran - Halifax, Canada, Founder of idoiτ Plus (www.idoit.ca)
Device: Kindle Touch 5.1.2
Quote:
Originally Posted by yifanlu View Post
If I can lead you step by step, I would do it myself. The process would be very simple compared to porting android to a non-Linux device since the kernel is most of the work. But it still isn't easy.
I just didn't want to reinvent 'parts of the wheel' (exact same reason you wrote GUILauncher), and no obviously I wasn't asking to be lead step by step! hahaha... just asking for references, but well it's alright. Again thanks for all wonderful hacks anyways. great pieces of art, yifanlu

Last edited by idoit; 01-13-2012 at 02:58 AM.
idoit is offline   Reply With Quote
Old 04-26-2012, 09:00 AM   #8
alaiksander
Enthusiast
alaiksander began at the beginning.
 
alaiksander's Avatar
 
Posts: 30
Karma: 10
Join Date: Feb 2012
Location: Indonesia
Device: Kindle Touch 5.1.0
I'm wondering, are there developers willing to try this??
Well, I'm quite happy with my KT 5.1.0, but having alternative is always a good thing right??
alaiksander is offline   Reply With Quote
Old 04-26-2012, 01:19 PM   #9
giorgio130
Addict
giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.giorgio130 can do the Funky Gibbon.
 
Posts: 214
Karma: 82666
Join Date: May 2011
Device: Kobo Glo
I'd like to, but I don't have a touch
giorgio130 is offline   Reply With Quote
Old 08-05-2012, 10:37 AM   #10
mofosyne
Junior Member
mofosyne began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2012
Device: kindle touch
I wonder how you guys are going? I am slightly envious of the people who managed to get android working on the nook.

The only reason I would want android on kindle touch however is because I want better pdf support.

Is there any good pdf reader app for kindle touch? (one that also supports folder view)
mofosyne is offline   Reply With Quote
Old 08-05-2012, 10:43 AM   #11
geekmaster
Всё гениальное просто.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 5,022
Karma: 6352591
Join Date: Nov 2011
Location: Щедрость не имеет пределов.
Device: *.*
Quote:
Originally Posted by mofosyne View Post
I wonder how you guys are going? I am slightly envious of the people who managed to get android working on the nook.

The only reason I would want android on kindle touch however is because I want better pdf support.

Is there any good pdf reader app for kindle touch? (one that also supports folder view)
The nook simple touch has android built in. It normally runs a custom desktop, but after you root it you can select a normal android desktop when you reboot. Rooting is just a minor patch.

The kindle does NOT have android built in, so would need a total firmware replacement. That firmware must have new device drivers based on the ones used in the kindle firmware. Not a trivial job to create this, but not that difficult because they both have linux underneath and we have kindle GPL source code for device drivers that we can use (perhaps with some minor modification).

People who want to do this need to start by studying the source code for android and the kindle touch, and read reference manuals and other relevant documentation. Those who have already studied much of what they need to do this may be busy with other projects, but noobs can certainly learn to do this too by following the guidance above.
__________________

Last edited by geekmaster; 12-07-2012 at 05:19 PM.
geekmaster is offline   Reply With Quote
Old 08-05-2012, 01:13 PM   #12
mofosyne
Junior Member
mofosyne began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2012
Device: kindle touch
Well i guess I can certainly try making android when I got lots and lots of time. For now, is there perhaps a kindlet or "GUI laucher" extension, that provide a better PDF reading experience?
mofosyne is offline   Reply With Quote
Old 12-07-2012, 03:48 PM   #13
Jyohomson
Kindle Enthusiast
Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.Jyohomson for a long time would go to bed early.
 
Jyohomson's Avatar
 
Posts: 27
Karma: 17782
Join Date: Oct 2012
Location: Kathmandu, Nepal
Device: Kindle Touch
Thumbs up Android *drool*

The person who gets android running in this thing...

Last edited by Jyohomson; 12-07-2012 at 03:50 PM.
Jyohomson is offline   Reply With Quote
Old 12-07-2012, 05:18 PM   #14
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 5,110
Karma: 5288897
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW, K5 B011, K3 us, K4, DXG, XDA I&II, Omnia, Ematic E6 + E8 :) etc.
Every time I see this thread popup it is someone saying "I wish someone else would do this"...

Never.. "Here are my first thoughts on getting this going..."

"Here are the things I tried so far...

"This is where I am stuck.

When that post comes along I will be in...
__________________
Audiophile and electron bully.
My tunes (for free) soundcloud.com/twobob. DONATE TO KUAL BY CLICKING THIS SIMPLE LINK
Kung-Fu. Hard work over time to accomplish skill. A painter can have kung-fu... The musician can have kung-fu, or the poet who paints pictures with words and makes emperors weep. This, too, is kung-fu. Formless, nameless, the true master dwells within. Only you can free him.
The album I'm headlining on at the moment: s.beatport.com/OCp9dT - FREE: 2012 Award winning set
twobob is offline   Reply With Quote
Old 12-07-2012, 05:28 PM   #15
eureka
discoverer of principles
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 610
Karma: 1758576
Join Date: Dec 2011
Location: bath
Device: Kindle Touch
@twobob, nice! Here are my first thoughts on getting this going: I tried post here so far and this is where I am stuck.
eureka is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling Kindle kernel? yifanlu Kindle Developer's Corner 47 12-09-2012 08:20 PM
Cross compiling for the Kindle - wrong glibc version ninjageckoattack Kindle Developer's Corner 14 02-25-2012 04:44 PM
X-Compiling with Kindle mpetersen3 Kindle Developer's Corner 14 01-06-2012 02:53 PM
Kindle Touch/Calibre/Archive/Android PJinNH Amazon Kindle 2 11-27-2011 12:08 PM
transfer android kindle file to ipod touch kindle mnicholas Amazon Kindle 2 10-17-2010 02:36 PM


All times are GMT -4. The time now is 06:43 PM.


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