• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root PAC ROM 5.1 for Zte Zmax devices

Ethanbanker2428

Android Enthusiast
Jun 11, 2015
541
332
OK so I have decided I will take the task of porting the PAC ROM to our devices or actually just keeping it updated and fixing bugs.

PLEASE READ EVETYTHING HERE!!!!!

All credit goes to @hroark13 and I ask that if you want to donate put it to him. In the next few days I will open source it(if thats okay with @hroark13) and I will try to make this as solid as possible. I'm still new to this so any help would be appreciated. Netlfix is still broken so just flash the fix. I'll incorporate it with other fixes later.

ORIGINAL DEV: @hroark13
Devs:me

Please tell me if you would like to help and I'll add you now for what needs to be fixed.
So far it seems solid. It has all the fixes cm12.1 rc3 had but there is a few things

New update features: deodexed!!!! Now supports xposed and new boot animation. @hroark13 updated the build which fixed a few issue with settings not showing up so a few new features.Netflix fix is built in.

1.Stability. I haven't got any crashes but still everything can be more stable

2. Boot switcher have been made thanks to @Epico check the bottom for downloads and I will keep them updated

3.last is more features. What would you guys like to see?

And Please report all bugs and really test it out. My email is ethanbanker2428@gmail.com email me if you would like to help. Or have questions. Or post here. Try to grab bug reports too. Thanks guys :) :p
ALWAYS CHECK MD5

DOWNLOADS:READ ABOVE FIRST

Rom : https://mega.nz/#!SEk1DDTa!sESNna2imQD7oFtqdT5uNiHNI1uZLwE5T9cjkN0ZfDU

md5:ad5a8296ff853d4c09e5e50818c7140f

GAPPS: https://github.com/cgapps/vendor_google/raw/builds/arm/gapps-5.1-2015-06-02-15-19.zip

Md5:eeb01bdad581fc02133dda28d08ad574

Boot switcher for r/w: I've updated it now https://mega.nz/#!LZcX0TLA!_8Hwz7WpucDlO4nlB79EdynsldEwDzzkfiMMXwl0df0

Md5: b07b416eb838d299979777111031c1d2

Boot Restore: I've updated this too. Download both. https://mega.nz/#!eEkwCKIC!a_higoMJA29lk8fvWTlO-XZTz8vrUzIiVRhuTDy5F8c

PARTbe9220059224a96f3a8496e858e418ca

Netflix fix all credit to murdoch1: http://forum.xda-developers.com/showpost.php?p=57001344

Md5: f7d259db43a7ecf1e8e5f6c98bf07d9c

READ THIS PART THIS IS FOR XPOSED: http://androidforums.com/index.php?threads/921778/
Xposed for 5.1

Steps:this is what I do
Take nandroid
Wipe data
Install ROM
Wipe cache and dalvik
Install Gapps
Wipe cache and dalvik
Reboot system

Contributors: @hroark13 @Epico @Masterchief87[/URL]

Notice: I am not responsible for ww15, the zombie Apocalypse, your wife leaving you,dead SD cards, north Korea taking over the world, or Your 1TB meme database corrupting. This is at your own risk but I do try everything on my own device first.
EDITTTTTT: so it may just be me but flashing the supersu zip in recovery made all things go to hell. Don't do it. I reccomend using the app just to be safe and hit install via twrp
 
Last edited:
I can make the boot switchers: How to make bootswitchers you ask?
-Go grab Masterchief87's ZIPs if you haven't
-Using Winrar, Replace the boot.img from the zip to the one in your Pac ROM on both zips.
!EXTRACTING THEM AND THEN REZIPING THEM MAKES THEM UNFLASHABLE!
-Rename to reduce confusion. Please remember to be careful and pay attention as you do this
-Finally, Generate an md5 for users to be able to verify their download was not corrupted.

Also remember to generate new boot switcher zips for every update or modification made to the boot.img
All credits go to @Masterchief87
 
  • Like
Reactions: Masterchief87
Upvote 0
I can make the boot switchers: How to make bootswitchers you ask?
-Go grab Masterchief87's ZIPs if you haven't
-Using Winrar, Replace the boot.img from the zip to the one in your Pac ROM on both zips.
!EXTRACTING THEM AND THEN REZIPING THEM MAKES THEM UNFLASHABLE!
-Rename to reduce confusion. Please remember to be careful and pay attention as you do this
-Finally, Generate an md5 for users to be able to verify their download was not corrupted.

Also remember to generate new boot switcher zips for every update or modification made to the boot.img
All credits go to @Masterchief87
Can you make some? If not I can but I think I have bigger issues. @hroark13 said he'd rebuild the ROM but it may take a while because I have the strange suspicion it is missing a few things.
 
Upvote 0
Can you make some? If not I can but I think I have bigger issues. @hroark13 said he'd rebuild the ROM but it may take a while because I have the strange suspicion it is missing a few things.
Here are the Zips for r/w for this ROM at the moment. If you update ROM, please create new zips.

BOOT SWITCHER: https://drive.google.com/file/d/0Bx2AK3H3Zy_xaHRSZnR1a0pCSmc/view?usp=sharing
md5: bdbac8d2e0dbf8020548d75a0212579d

BOOT RESTORE: https://drive.google.com/file/d/0Bx2AK3H3Zy_xTFhscklFRFZvVlU/view?usp=sharing
md5: 579fb54aa5112de2e644600eeac63343
 
Upvote 0
Upvote 0
well before I just used the command that I used to build cm12.1
. build/envsetup.sh && brunch cm_draconis-userdebug

and that built the ROM but it did not create a zip files, so I had to take the system folder and add it to a zip

so now I am using the PAC build script
./build-pac.sh draconis

this produces a zip file and includes other make files

I had to mod some of the files in my tree, and add make this file
vendor/pac/products/pac_draconis.mk


does that make sense to you?
 
Upvote 0
well before I just used the command that I used to build cm12.1
. build/envsetup.sh && brunch cm_draconis-userdebug

and that built the ROM but it did not create a zip files, so I had to take the system folder and add it to a zip

so now I am using the PAC build script
./build-pac.sh draconis

this produces a zip file and includes other make files

I had to mod some of the files in my tree, and add make this file
vendor/pac/products/pac_draconis.mk


does that make sense to you?
Yea it actually does. Thanks once again for doing this. But i see how the other way is uncleaner and this way is purer. Thanks for explaining and sorry to ask so much of you I know you are probably busy. I think it needs to be deodexed because someone on the xposed thread on xda said it doesn't support odexed roms
 
Upvote 0
well before I just used the command that I used to build cm12.1
. build/envsetup.sh && brunch cm_draconis-userdebug

and that built the ROM but it did not create a zip files, so I had to take the system folder and add it to a zip

so now I am using the PAC build script
./build-pac.sh draconis

this produces a zip file and includes other make files

I had to mod some of the files in my tree, and add make this file
vendor/pac/products/pac_draconis.mk


does that make sense to you?
Hey just checked and its not a big deal but I don't think the Netflix fix made it into the PAC update. I can just flash it but it may not have made it into the rc3. Just letting you know
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones