07-20-2013, 08:42 PM | #1 |
Member
Posts: 13
Karma: 750010
Join Date: Jan 2013
Device: kindle touch
|
Hacking Kubrick, need source
I was playing around with Kubrick and ultimately didn't use it because I'd rather use the 5.0.x firmware for the Kindle Touch. I figured that there might not be enough room in a DVD image to hold all possible firmwares. I then started thinking why not dispose with the DVD image and make something that requires a thumbdrive. That way all the firmware images can be offered. I opened up Kubrick and I think I understand how to put an image back together, but what I really need is to modify the Kubrick program itself. Is the source code available in such a form that I can readily recompile it into the kubrick.jar file?
|
07-20-2013, 09:03 PM | #2 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Open "Technical Stuff" spoiler - Find links that answer this question. |
|
07-21-2013, 06:35 AM | #3 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
@Frotz:
If all you need is (multiple) K5 images, you probably only need to create appropriate subfolders in the resources/devices, and to edit the DebrickConfiguration.java to account for them. As a bonus, you probably can re-use the existing fastboot.sfs and tts.tar.lzma files, something along these lines: Code:
### assuming that you're in the kubrick/resources/devices directory: mkdir k5_5.0 cd k5_5.0 ln -s ../k5/tts.tar.lzma . # all that is left to do is to provide the fastboot.sfs and main_partition.tar.lzma file. Ah... no, you can't reuse the fastboot.sfs, because it contains the main kernel, too. While you can reuse the diags kernel and partition inside the fastboot.sfs, you will still need to provide the correct main kernel. Last edited by ixtab; 07-21-2013 at 06:40 AM. |
Tags |
hack, kubrick, source, source code |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kubrick: Live CD to debrick Kindle 3, 4, and Touch | ixtab | Kindle Developer's Corner | 1223 | 09-26-2024 01:49 PM |
Kubrick | jonojono | Amazon Kindle | 1 | 07-19-2013 06:20 AM |
Does Kubrick change K4NT root password? | geekyworld | Kindle Developer's Corner | 2 | 05-12-2013 05:33 AM |
change resources file of kubrick | pspvhp | Kindle Developer's Corner | 2 | 02-27-2013 07:56 AM |
Open source firmware hacking/development | ischeriad | iRiver Story | 6 | 12-13-2010 03:47 PM |