Commit Graph

33 Commits (master)

Author SHA1 Message Date
xiaolu d8e37f1161 fix mkbootfs path. 2014-10-10 09:55:07 +08:00
xiaolu 850cceeeaf Merge pull request #9 from ModdingMyMind/master
Fix typo in mkboot script - minor problem.
2014-10-05 10:36:33 +08:00
a39b2e5551 Warn user to use at own risk if busybox is not installed on the device. 2014-10-04 21:16:53 -04:00
98214800f1 Add busybox support. This is to assume that busybox is not symlinked on the device to insure the script doesn't fail. 2014-10-04 12:13:54 -04:00
73f65ac74c Fix typo in mkboot script - minor problem. 2014-10-04 10:20:54 -04:00
xiaolu 61f9410654 Merge pull request #8 from ModdingMyMind/master
Added some additional support for detecting the ramdisk compression as well as some other things such as a hazard warning if the ramdisk compression is currently not supported eith using the ARM tool.
2014-10-04 16:00:36 +08:00
xiaolu 2a054657d0 add mkbootfs binary. 2014-10-04 10:37:09 +08:00
35ccef5bc8 Some candy:
-- Added support for xz (statically compiled)
-- Added support for properly determing file type with file (statically compiled)
-- Added support with magic
-- Some minor cosmetic changes to the script
-- Completely rewrote the handling support of ramdisks
-- Added Hazard warning for compression formats currently not supported using this tool (Please contact me if you are one of them)
-- And more I am sure lol
2014-10-03 22:25:56 -04:00
dafc83f0af Updated mkboot script:
-- Compress new ramdisk based on the old ramdisk compression. If gzip then compress as gzip, if lzma then compress as lzma and if lz4 then compress as lz4.

-- Some minor cleanup and cosmetic changes.
2014-10-03 14:39:15 -04:00
xiaolu 00c01d9d54 Merge pull request #7 from ModdingMyMind/master
There are images which do not use the standard mkbootimg.c. To rectify this problem I have added support for such images. This update is specific to ARM but definitely check it out. See README.md for a sample of what it looks like.
2014-10-03 00:11:12 +08:00
306bfbc1a9 Fix README.md 2014-10-02 01:15:23 -04:00
92ec3a470b Awesome Update:
- Added support for non standard mkbootimg images.
- Inform user if their image is non standard and display true offsets.
- Add support for repacking non standard images.
- Updated README.md.
2014-10-02 01:08:47 -04:00
xiaolu 7f0ac90c4e Merge pull request #5 from ModdingMyMind/master
Swap mkbootimg binary to fix repacking with dtb.
2014-09-29 12:08:32 +08:00
6b7a6ff097 Swap mkbootimg binary to fix repacking with dtb. 2014-09-28 11:23:56 -04:00
xiaolu c464108759 Merge pull request #4 from ModdingMyMind/master
Modifications for ARM:
2014-09-28 15:51:56 +08:00
45701a9f11 Modifications for ARM:
-- Modifed README.md.
-- Modified mkboot script.
-- Compiled gzip, cpio, lz4, lzma, grep, od, mkbootimg, mkbootfs, and bash for ARM devices.
-- All Binaries should be in compliance with pre-jb up to Android L.

-- CPIO version 2.10.
-- GZIP version 1.6
-- LZ4 version r120
-- LZMA version 4.32.7
-- GREP version 2.19
-- OD version coreutils-8.23
-- BASH version 4.3.11

-- NOTE - Busybox is stripped and incomplete for use with mkboot. Busybox is still required to be installed on your device. This is where the above listed Binaries come in to play.
2014-09-27 21:31:19 -04:00
xiaolu 7144a29ec1 add dtbToolCM binary. 2014-09-03 17:10:15 +08:00
xiaolu c47eca6747 update 2014/09/01 2014-09-01 18:06:43 +08:00
xiaolu 8801c37cb0 Merge pull request #3 from ma34s/master
Merge @ma34s support lz4 & lzma compressed ramdisk.
2014-04-17 13:08:24 +08:00
ma34s 0207edde90 support lzma compressed ramdisk 2014-04-17 10:18:30 +09:00
ma34s 50c0c51f04 support lz4 compressed ramdisk 2014-04-17 09:55:27 +09:00
xiaolu 82937c8f66 Update 2014/1/11. 2014-01-11 15:48:56 +08:00
xiaolu c651542aad Add mode from the unpacked directory to create boot.img. 2013-09-21 22:25:16 +08:00
xiaolu 188e1484bc If the unpack directory exists, asking whether to delete. 2013-09-09 16:33:23 +08:00
xiaolu 6b55ebbc45 add dtc binary file. 2013-09-07 14:34:10 +08:00
xiaolu 08541a1255 use full path for mkbootimg 2013-09-06 17:39:06 +08:00
xiaolu df17764c81 edit readme 2013-09-05 23:09:08 +08:00
xiaolu bbebea318e Add dtbTool 2013-09-05 23:07:39 +08:00
xiaolu 455de78d37 Add license 2013-09-05 22:41:01 +08:00
xiaolu 7efc76da24 add dtbtool.txt 2013-09-05 22:35:03 +08:00
xiaolu f264a09b19 edit readme 2013-09-05 22:31:08 +08:00
xiaolu 33c7810e41 first commit 2013-09-05 22:28:47 +08:00
xiaolu bbbf16db89 Initial commit 2013-09-05 07:19:49 -07:00