[ROM][UB][5.0.x][ZL] Resurrection Remix UNOFFICIAL builds

Status
Not open for further replies.

peekay2n

Senior Member
Sep 24, 2010
117
31
0
Works fine, just a small bug, somtime data drop, have to toggle airplane mode on and off to reenable data.
that's not a ROM problem.

I've been having that on CM11 for around a month now. started even before trying any of the 5.0.2 ROMS.

when on 3G, random data drop happens. doesn't seem to affect 2G mode. if a drop happens, just switching network mode won't fix it. i have to go to airplane mode, stay there a few minutes, and then turn network back on. really irritating!!

changing baseband doesn't help.
 

limafranco

Senior Member
Jun 6, 2012
301
26
0
Anyone with screen glitches while tryin to turn it on?

For example, I receive a message and try to turn the screen on. The phone appear to light it up but doesn't show anything, so I have to press again the power off and then on.
Using the latest build
 

ninguem98

Senior Member
May 1, 2013
88
38
38
Barbosa ferraz
Mac Address

Hey, how can I change the Mac Address? My father blocked my Mac Address, and now cm12 change something with the files, so now I can't change the Mac Address anymore. I used to just swift the two first files in the data/etc folder, then I restart the phone and... BOOM... new Mac Address, but now I can't. The files just are all blank (i used the text editor in root explorer on cm11 and the Address appears - if I paste somewhere else and edit, it's fine, but when I paste in the original folder, everything goes blank again). There would be no problem if my father didn't blocked via router, however, he WANTS me to do something, find ways to cheat, because he wants me to learn those things. Thanks and sorry the bad english.
 

Dagcon

Senior Member
Jan 17, 2013
56
9
0
Kolkata
techad.weebly.com
LWP Crashing

Using this rom since 2 months, and I love it but found a small glitch or bug, since I never tried a Live Wallpaper in this last night I downloaded a few paid LWP like "Armageddon" "Planet Pack", when I set them in my screen they worked fine. I locked the phone and relock in 5secs it is still working fine. But if I leave the phone for 3-4 mins locking it (sleep / idle mode while the phone is lock) after I re-locking it just a black background, the LWP getting crashed when the phone gets into sleep.

Is there any fix ? Am I the only one who is facing this ? :confused:
 

gella1992

Senior Member
Mar 14, 2011
56
12
28
Android 5.1

Hey guys,

I managed to build an unofficial build of Resurrection Remix. :D
I'm not a developer, I only read through some Tutorials. So if there are some bugs, I think i will not be able to fix them.
This build works fine for me (flashed it today).

It comes with standard kernel, because at the moment I can't get EvoMix-Kernel to compile. Maybe have to read through more Tutorials to get it to work. Maybe I'll find some time to do so in the next days.

Hope it is okay to publish the build in this thread. If it is not okay for @Alx31TLse I will have to remove this post here. :p

Get it started: https://www.androidfilehost.com/?fid=95916177934555559 :good:
 

demonicangell™

Senior Member
Aug 5, 2011
2,201
572
0
Bombay
Hey guys,

I managed to build an unofficial build of Resurrection Remix. :D
I'm not a developer, I only read through some Tutorials. So if there are some bugs, I think i will not be able to fix them.
This build works fine for me (flashed it today).

It comes with standard kernel, because at the moment I can't get EvoMix-Kernel to compile. Maybe have to read through more Tutorials to get it to work. Maybe I'll find some time to do so in the next days.

Hope it is okay to publish the build in this thread. If it is not okay for @Alx31TLse I will have to remove this post here. :p

Get it started: https://www.androidfilehost.com/?fid=95916177934555559 :good:
thanks, will give this a try today
 

gella1992

Senior Member
Mar 14, 2011
56
12
28
@gella1992
Show your local manifest...u need my stuff to get rr built with evomix

Tapatatrached from my Yuga
Thanks that you want to help me ;) I really like to get to know more about building and developing ROMs :fingers-crossed:

Local_manifest.xml:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<remote name="EvoMix"
fetch="https://github.com/Validus-Kernel/" />
<project path="kernel/sony/evo" name="kernel_sony_apq8064" remote="EvoMix" revision="evo-mix" />

</manifest>
---------------------------------------------------------------------------------------------------
Although I edited /.../device/sony/fusion3-common/BoardConfigCommon.mk
TARGET_KERNEL_SOURCE := kernel/sony/evo
---------------------------------------------------------------------------------------------------
Now when I try to compile it I get this error:
drivers/built-in.o: In function `video_open':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5078: undefined reference to `hci_fm_smd_register'
drivers/built-in.o: In function `iris_remove':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5214: undefined reference to `hci_fm_smd_deregister'

Then building stops :(

Edit: I think I got it working now. Boots up fine, but Kernel logo is different :rolleyes: Maybe something wrong?

Do I have to use "eos_fusion3_odin_defconfig" or "fusion3_odin_defconfig" ?
 
Last edited:

demonicangell™

Senior Member
Aug 5, 2011
2,201
572
0
Bombay
Hey guys,

I managed to build an unofficial build of Resurrection Remix. :D
I'm not a developer, I only read through some Tutorials. So if there are some bugs, I think i will not be able to fix them.
This build works fine for me (flashed it today).

It comes with standard kernel, because at the moment I can't get EvoMix-Kernel to compile. Maybe have to read through more Tutorials to get it to work. Maybe I'll find some time to do so in the next days.

Hope it is okay to publish the build in this thread. If it is not okay for @Alx31TLse I will have to remove this post here. :p

Get it started: https://www.androidfilehost.com/?fid=95916177934555559 :good:
rom's working great ..
u should join the beta group chat :)
 
  • Like
Reactions: Alx31

rituj_b

Recognized Developer
Nov 26, 2012
1,036
1,566
143
Jaipur
Thanks that you want to help me ;) I really like to get to know more about building and developing ROMs :fingers-crossed:

Local_manifest.xml:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<remote name="EvoMix"
fetch="https://github.com/Validus-Kernel/" />
<project path="kernel/sony/evo" name="kernel_sony_apq8064" remote="EvoMix" revision="evo-mix" />

</manifest>
---------------------------------------------------------------------------------------------------
Although I edited /.../device/sony/fusion3-common/BoardConfigCommon.mk
TARGET_KERNEL_SOURCE := kernel/sony/evo
---------------------------------------------------------------------------------------------------
Now when I try to compile it I get this error:
drivers/built-in.o: In function `video_open':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5078: undefined reference to `hci_fm_smd_register'
drivers/built-in.o: In function `iris_remove':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5214: undefined reference to `hci_fm_smd_deregister'

Then building stops :(

Edit: I think I got it working now. Boots up fine, but Kernel logo is different :rolleyes: Maybe something wrong?

Do I have to use "eos_fusion3_odin_defconfig" or "fusion3_odin_defconfig" ?
Were u successful??
Did it boot with evomix??
 

khangozzy

Senior Member
Aug 18, 2006
554
50
58
Hanoi
Hey guys,

I managed to build an unofficial build of Resurrection Remix. :D
I'm not a developer, I only read through some Tutorials. So if there are some bugs, I think i will not be able to fix them.
This build works fine for me (flashed it today).

It comes with standard kernel, because at the moment I can't get EvoMix-Kernel to compile. Maybe have to read through more Tutorials to get it to work. Maybe I'll find some time to do so in the next days.

Hope it is okay to publish the build in this thread. If it is not okay for @Alx31TLse I will have to remove this post here. [emoji14]

Get it started: https://www.androidfilehost.com/?fid=95916177934555559 :good:
ROM runs fine, it seems that default kernel is more smooth and less laggy than EvoMix kernel. Thanks and keep on your great work [emoji106]

Sent from my Xperia ZL
 
Status
Not open for further replies.