Commit Graph

12 Commits

Author SHA1 Message Date
Modding.MyMind
ad8b2e99dc Include Base Address Warning for non standard offsets 2015-07-24 21:27:48 -04:00
bb4feeeef7 Comment out set command. 2015-07-24 15:06:41 -04:00
9bb055bb90 Fix Board Arg:
- If board variable is empty then ignore board arg for mkbootimg
2015-07-24 15:05:29 -04:00
7b6552030e Cosmetic detailing:
- Compare original image size with new size and let user know if it's larger.
- Bug fix for usage displayed in terminal
- Other changes
2015-07-24 11:28:26 -04:00
adf30069d8 Needed update:
- Statically compiled mkbootfs and mkbootimg
- Project will work on Lollipop
- Update mkboot script accordingly
- Fix escaping double quotes and keeping double quotes intact for command line
- Add support for dumping and repacking second image if it exists.
- Few other changes
2015-07-24 09:37:33 -04: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
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
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
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