• 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] Resurection Remix (port)

mrmazak

Elite Member
Jun 16, 2013
3,204
1,319
113
Ported Rom
resurection Remix 5.8.5 android 7.1.2

W.I.P.

Issues:
1. camera not working.

2. Phone "thinks" it has fingerprint hardware --will be removed next port --related to --#3--
3. Battery is not lasting more than 20hr stand-by---removed fingerprint drivers and other changees --V7 now shows 13 days YMMV , test has not been for that long yet just the battery monitor screen shows that long
4. Not connecting to google servers. --fixed in V5
5. Screen dies durring call and cannot get speakerphone button or any screen till after phone hangs up.----Fixed in V7



Rom was taken from here Full listing of features and settings can be read on blog post. Or from the menus inside ==>settings, ==>about phone, ==>about

Source:
Stock kernel





XDA:DevDB Information
Resurection Remix (port) , ROM for the BLU R1 HD

Contributors
mrmazak
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: lineageOS

Version Information
Status: Testing

Created 2017-11-05
Last Updated 2017-11-08
 

mrmazak

Elite Member
Jun 16, 2013
3,204
1,319
113
I am having issue with this causing phone screen to lock up when makeng a call, not allowing call to be ended without rebooting phone.

Gapps not installed.
Anybody else see this problem?

UPDATE:

updated the sensor.so file and fixed screen (proximity sensor problem) V7 has this fix and also improvement to battery life. __removed fingerprint drivers / libs
 
Last edited:
  • Like
Reactions: khyr

CircularApex

Member
May 11, 2016
15
2
0
What about renaming camera.mt6735.so to camera.mt6737m.so like you did for Slim6 port?


Also https://forum.xda-developers.com/android/software-hacking/guide-port-64-mtk-roms-t3555933


Under "to fix camera", did we try that yet?


Any idea why it's returning -22 ?


if (hw_get_module(CAMERA_HARDWARE_MODULE_ID,
(const hw_module_t **)&mModule) < 0) {
ALOGE("Could not load camera HAL module");
mNumberOfCameras = 0;
}
Means it has to return a value greater than 0 right?

I'm not that advanced as you but I'm just trying to help.