Guest PaulOBrien Posted March 16, 2016 Report Posted March 16, 2016 As well as my own MoDaCo Custom ROM for the 7, I've created a custom ROM starter template for anyone who wants to have a go. It's a bit different. Basically, this ROM template will let you create your own custom ROM VERY easily. Easier than ever before. All you have to do is... download my ROM template zip make the changes to the system of your phone just as you'd like them for your custom ROM run some commands on your device via ADB add the resulting files to the template zip That's it! No messaging around with install scripts, no rebuilding anything complex, just mod - and go! ;-) Preparation ONLY if you are completing the process for the first time, you need to set up a file on your microSD card - so launch an ADB shell and type the following commands... touch /sdcard/exclude echo app > /sdcard/exclude echo priv-app >> /sdcard/exclude echo delapp >> /sdcard/exclude ROM build Once you have your system up and running how you want it, and you're ready to distribute it (just the system and cust dirs mind, it won't pull the data dir, so your personal data is safe), reboot to recovery, launch an ADB shell and type the following commands: mount /system tar -X /sdcard/exclude -zcvpf /sdcard/system.therest.tar.gz /system/ tar -zcvpf /sdcard/system.apps.tar.gz /system/app /system/priv-app /system/delapp mount /cust tar -zcvpf /sdcard/cust.tar.gz /cust You'll then end up with 3 new files on your SD card - system.apps.tar.gz (which is apps and priv-apps from system), system.therest.tar.gz (which, as the name suggests, is the rest of the system partition!) and cust.tar.gz with is the cust partition contents. Update the template zip with these 3 files and that's it. It's ready to distribute for people to flash via TWRP! If you have updated the boot image, you'll need to replace that too, the easiest way is to do a TWRP backup then pull that file from the SD card and drop it into the template zip as boot.img. That's really it! I hope this inspires a few people to start playing around with custom ROMs for the 7... more cool things coming soon! :) Oh and the all important template file... DOWNLOAD - r4-customromtemplate-honor-7-plk01-plank-b370.zip [ROMRAID] MD5: c1ffe2bccd622a1a8a88f96be0a31f70 P
Guest PaulOBrien Posted March 16, 2016 Report Posted March 16, 2016 Changelog r4: Updated to B370 r3: Updated to B330 r2: Boot flash fix r1: Initial release
Guest PaulOBrien Posted March 27, 2016 Report Posted March 27, 2016 Template updated to r3 based on B330. P
Guest 5kyn37 Posted April 11, 2016 Report Posted April 11, 2016 Hi Paul I have few questions 1- As you said we can use this template for making our own custom rom using this template and i am installing the r3 - De-odexed, rooted and Xposed ROM - Honor 7 PLK-L01 B330 right now so after installing the De0odexed. rooted and xposed rom How do i create my custom rom using this template any in dept guide? 2- Is my data safe EX: Emails - Contacts - Passwords - Picture so on after creating my custom rom and sharing it with others ? I would really appreciate your help.
Guest PaulOBrien Posted April 11, 2016 Report Posted April 11, 2016 Everything you need to know about using the template is in the first post! Yes, your data will not be included in the template. P
Guest PaulOBrien Posted July 6, 2016 Report Posted July 6, 2016 Template updated to r4 based on B370. P
Guest ShaneDiNozzo Posted July 17, 2016 Report Posted July 17, 2016 Hi Paul! Can you check the link to the template please? I think it is broken. It sholud be http://loadbalancing.modaco.com/download.php?file=r7-modacocustomrom-honor-7-plkl01-plank-b370.zip . Thank you!
Guest F G Posted July 25, 2016 Report Posted July 25, 2016 (edited) Hi, can I install that r4 rom via TWRP if I have currently B180? Thank you EDIT: I managed to update to B330. Can I use it now with TWRP? Edited July 26, 2016 by F G
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now