• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][YUGA][LP][5.0.2][SM-4.9] Resurrection Remix LP [v5.3.7][UNOFFICIAL BUILDS]

Status
Not open for further replies.

infected_

Recognized Developer
Jul 12, 2008
5,830
14,118
113
Portugal
infectedbuilds.net



Z/YUGA/C6603 RESURRECTION REMIX LP UNOFFICIAL BUILDS

v5.3.7 is Online

LOLLIPOP 5.0.2

DOWNLOAD

KERNEL COMPILED WITH LATEST SABERMOD ARM-EABI 4.9.3 (20150210)

SOURCE: https://github.com/infected-lp/android_kernel_sony_apq8064

- Clang Optimized with -O3 Optimization
- Linker Optimizations
- Graphite Flags
- Other GCC flags to optimize the build

BUGS REPORT

REPORT BUGS ONLY:

- AFTER A CLEAN INSTALL
- USING STOCK KERNEL
- USING GAPPS FROM THIRD POST
- NO MODS OF ANY SORT


BUILDBOT:

(intel core i7 3770k, asus p8z77-v, 24gb corsair vengeance pro 2133mhz cl11, msi gtx 970, 1x samsung 250gb 850 evo + samsung 128gb 840 pro, 4x western wigital wd3200aaks raid 10 array, samsung f1 1tb, seagate 2tb, silverstone olympia 1000w psu, antec 1200 high-tower)

(wc setup: swiftech apogee xt cpu-block, black-ice gtx-lite 240 radiator, 2x noiseblocker eloop b12-3 1900rpm fans, swiftech mcp355 water-pump, danger den 5.25" reservoir bay)

(Linux Mint 17.1 x64 "Rebecca" 3.18-7-liquorix)

DISCLAIMER:

These builds are freshly compiled/synced from ResurrectionRemix Rom open-source code:

https://github.com/ResurrectionRemix

SPECIAL THANKS

Resurrection Remix Dev Team = for the source code.



XDA:DevDB Information
Z/YUGA/C6603 Sabermod Resurrection Remix LP Builds, ROM for the Sony Xperia Z

Contributors
infected_
Source Code: http://github.com/ResurrectionRemix

ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest TWRP
Based On: CyanogenMod

Version Information
Status: Testing

Created 2015-03-01
Last Updated 2015-03-01
 

Attachments

Last edited:

infected_

Recognized Developer
Jul 12, 2008
5,830
14,118
113
Portugal
infectedbuilds.net
EXTRA

GAPPS

http://forum.xda-developers.com/lg-...pp-minimal-gapps-gapps-lp-20150107-1-t2997368

All packages contains backup-script, so you dont have to flash gapps, everytime you flash a new build.

RECOVERY:

http://techerrata.com/file/twrp2/yuga/openrecovery-twrp-2.8.5.0-yuga.img
Code:
adb root
adb push openrecovery-twrp-2.8.5.0-yuga.img /sdcard/
adb shell
cd sdcard
dd if=/sdcard/openrecovery-twrp-2.8.5.0-yuga.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
reboot
extract boot.img from the latest available build zip, and fastboot it:
Code:
sudo fastboot flash boot boot.img
now you should be able to enter recovery.
 
Last edited:

infected_

Recognized Developer
Jul 12, 2008
5,830
14,118
113
Portugal
infectedbuilds.net
F.A.Q (Frequently Asked Questions)

What is the difference between these builds and the official builds?

These are unofficial builds of Resurrection Remix ROM for the Xperia Z/Yuga/C6603
ROM is built using the same source code (github) like the official one but with these following additions:
  • Compiled using sabermod arm-eabi 4.9.3 (kernel code) & google arm-linux-androideabi 4.8 (rom code) toolchain compilers
  • May contain some custom cherry-picks. Always see changelog for details.
  • Cross-compiled using those custom toolchains results in a more smoother, faster, and battery friendly ROM

What is Toolchain?

In software, a toolchain is the set of programming tools that are used to create a product (typically another computer program or system of programs). The tools may be used in a chain, so that the output of each tool becomes the input for the next, but the term is used widely to refer to any set of linked development tools.
A simple software development toolchain consists of a compiler and linker to transform the source code into an executable program, libraries to provide interfaces to the operating system, and a debugger. A complex product such as a video game needs tools for preparing sound effects, music, textures, 3-dimensional models, and animations, and further tools for combining these resources into the finished product.
Source: http://en.wikipedia.org/wiki/Toolchain

About GCC main compiler cflags
-O1
Optimize. Optimizing compilation takes somewhat more time, and a lot more memory for a large function. With -O, the compiler tries to reduce code size and execution time, without performing any optimizations that take a great deal of compilation time.

-O2
Optimize even more. GCC performs nearly all supported optimizations that do not involve a space-speed tradeoff. As compared to -O, this option increases both compilation time and the performance of the generated code. -O2 turns on all optimization flags specified by -O.

-O3
Optimize yet more. -O3 turns on all optimizations specified by -O2 and also turns on the -finline-functions, -funswitch-loops, -fpredictive-commoning, -fgcse-after-reload, -ftree-loop-vectorize, -ftree-slp-vectorize, -fvect-cost-model, -ftree-partial-pre and -fipa-cp-clone options.

-Os
Optimize for size. -Os enables all -O2 optimizations that do not typically increase code size. It also performs further optimizations designed to reduce code size.
 
Last edited:
  • Like
Reactions: xDroidZz

xDroidZz

Elite Member
Oct 6, 2012
2,057
720
0
Davao City
Wow you compile a lot of roms for this device which i dont have lol but for my friend :D
Thanks for the great work!
i like Resurrection on my S4 also :D
one quick question. are you going to compile Cr-Droid as well? :D (Not really a big problem if you dont but a tiny question that i want to be answered would be great) :good:
 
Last edited:

infected_

Recognized Developer
Jul 12, 2008
5,830
14,118
113
Portugal
infectedbuilds.net
Wow you compile a lot of roms for this device which i dont have lol but for my friend :D
Thanks for the great work!
i like Resurrection on my S4 also :D
one quick question. are you going to compile Cr-Droid as well? :D (Not really a big problem if you dont but a tiny question that i want to be answered would be great) :good:
nah.. dont have intentions of compiling crDroid.. :)
 
  • Like
Reactions: xDroidZz
Status
Not open for further replies.