• 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][7.1.2] AOSPA Paranoid v7.3.1 for Honor 6x

Status
Not open for further replies.

haky 86

Recognized Contributor
Oct 5, 2012
3,321
7,381
113
Hama (Syria)
Paranoid Android is a custom ROM aiming to extend the system, working on enhancing the already existing beauty of Android and following the same design philosophies that were set forward by Google for Android Open Source Project.

Code:
 * Your warranty is now void.
 * We are not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at us for messing up your device, we will laugh at you.
Compatible device?:
Code:
[LIST]
[*]All devices that use hi6250 chipset and use kernel 4.1.
[/LIST]
Mandatory:
* hit thank buttons, it's free.
* want more roms for P8 Lite 2017/P9 Lite 2017, simply bring me up beers by the following button.

Requirements:
  • TWRP.
  • Unlocked bootloader.
  • Unlocked FRP.
  • vendor.img: you must be on stock one, so don't wipe it because with other custom vendor.img will never ever boot.
This ROM is provided by CodeOfHonor​

Installation Guide:
  • Make sure to the stock backup saved on pc, I'm not responsible for any bricked or damage.
  • Reboot to TWRP.
  • Go to Wipe.
  • Choose Advance Wipe.
  • Check on Data and change file system to EXT4, will not ever boot with F2FS.
  • Wipe cache, data, dalvik and system.
  • Flash the rom.
  • Reboot and have fun then.

Working:
  • Audio.
  • Bluetooth.
  • Camera: it's fully works with stock or other apps ;).
  • Display.
  • Graphis: both gralloc & hwcomposer.
  • Lights.
  • NFC.
  • RIL.
  • Sensors.
  • Storages.
  • Wifi

Bugs:
  • Dual sim might will not work all variants, so don't waste your time by asking me to fix it.
  • You don't like it?, easy revert to Emui 5.x.

Downloads:
**13/05/2018**
Changelogs:
**13/05/2018**
  • Boot with F2FS without problems.
  • Fix Magisk.

Source Code:

XDA:DevDB Information
AOSPA Paranoid for Hi6250, ROM for the Honor 6X

Contributors
haky 86, HassanMirza01, felix-development
Source Code: https://github.com/codeofhonor-dev, Meticulus and the stuff of CodeOfHonor.

ROM OS Version: 7.x Nougat
ROM Kernel: Linux 4.x
ROM Firmware Required: Emiui 5.x
Based On: AOSP

Version Information
Status: Stable
Current Stable Version: 7.3.1
Stable Release Date: 2018-04-27
Beta Release Date: 2018-04-27

Created 2018-04-27
Last Updated 2018-04-27
 
Last edited:

haky 86

Recognized Contributor
Oct 5, 2012
3,321
7,381
113
Hama (Syria)
ROM stuck at animation boot?
this because you must change the file system from F2FS to EXT4 to done boot process
* reboot to TWRP.
* go to Wipe -> Advanced Wipe.
* check Data -> Change file system -> select EXT4.
* swipe the screen to wipe it ;) .

How can I fix Sim?
* go to Settings -> Extras -> disable "Sim Card Slot2 " and reboot.

How can I enable Google Codecs
* go to Settings -> Extras -> enable "Use Google H264" (it's a bit laggy but better than nothing).

How to enable Double Touch To Wake?
* go to Settings -> Extras -> enable "Double Touch to Wake"

Should I reflash the vendor partition if come from other roms?
* if you coming from Emui 5.x, the answer is no because the custom rom are based on Emui 5.0 source code, so all you
have to is flashing your favorite custom rom ;)

Audio and camera are not working?
* bring up a logcat to help us, instead of writing useless comments.

I got error 7, how can I fix that?
* use my own TWRP recovery. or you can simply remove the whole assert line in the updater-script file inside the META-INF folder save and re-flash.

How can I fix RIL Crashes
  • flash root.
  • Copy the phone.prop into /system/vendor and /vendor.
  • reboot, now you should able to do calls for more than 2 minuts ;)

Calls still crash even with fix SIM
  • Run adb shell and type the following command xxd /sys/firmware/devicetree/base/hisi,modem_id .
  • the result will be something like the following out ( for single sim devices):
1|hi6250:/ $ xxd /sys/firmware/devicetree/base/hisi,modem_id
00000000: xxxx x000 ;xx.
  • Search for your xxxxx000, and setup the following flags .
    ro.config.client_number=1
    ro.config.modem_number=1
    persist.dsds.enabled=false
    persist.radio.multisim.config=dsds (remove it properly)
  • for dual sim devices just edit these 2 flags:
    ro.config.client_number=1
    ro.config.modem_number=1
  • Save and reboot.
 

MadMurl0c

Member
Mar 2, 2017
36
7
0
I'm coming from EliteRom 7.5 and I love AOSPA but there are 2 little problems I have with this rom.

First of all fingerprint doesn't work correctly, no matter how often I press my finger on the sensor it stays at the ~10% mark.
The other problem is that I don't know how to root this rom. I tried installing magisk manager and flashing the zip but I get error 1 in TWRP.
Except this issues it's working very nicely on my device.

Thanks in advance for helping me out :)
 

goldenevil47

Senior Member
Dec 15, 2014
249
34
0
I'm coming from EliteRom 7.5 and I love AOSPA but there are 2 little problems I have with this rom.

First of all fingerprint doesn't work correctly, no matter how often I press my finger on the sensor it stays at the ~10% mark.
The other problem is that I don't know how to root this rom. I tried installing magisk manager and flashing the zip but I get error 1 in TWRP.
Except this issues it's working very nicely on my device.

Thanks in advance for helping me out :)
10% mark?
Did you entirely remove all the fingerprints before flashing this Tom?
Go back to Elite or Stock, remove all fingerprints and reinstall the Rom
For Root, you can try changing recovery or using an older version of Magisk that worked for you
 

MadMurl0c

Member
Mar 2, 2017
36
7
0
I am currently reverting back to stock and will try to flash the rom again, I guess I didn't remove the fingerprints before flashing.
I tried Magisk Version 15 and 16 which both worked on EliteRom, I even tried SuperSu which didn't gave me an error message in twrp but It didn't work tho. After flashing the zip there was no "SuperSu" App so I downloaded it from the playstore, the app told me "root not found". Do you know what the cause of this could be?

Edit: Fingerprints are working now :) But root still doesn't
 
Last edited:
  • Like
Reactions: jakmayhopher

jakmayhopher

Senior Member
May 1, 2011
203
10
0
Bellingham, WA
Hey guys I just installed the rom, but I did notice that I don't have access to any Gapps. How to I install them? I'm using TWRP. I was just able to get my unlock code from Honor today, so I unlocked and rooted, and flashed your rom as the first thing, so I'm running a fresh flash of the latest version.
 

jakmayhopher

Senior Member
May 1, 2011
203
10
0
Bellingham, WA
Thanks guys, I realized that yesterday right after I posted lol. So far I'm really loving the plain stock-ness of this rom, hopefully it give the device some more life so I won't have to upgrade soon.
 

jakmayhopher

Senior Member
May 1, 2011
203
10
0
Bellingham, WA
I am currently reverting back to stock and will try to flash the rom again, I guess I didn't remove the fingerprints before flashing.
I tried Magisk Version 15 and 16 which both worked on EliteRom, I even tried SuperSu which didn't gave me an error message in twrp but It didn't work tho. After flashing the zip there was no "SuperSu" App so I downloaded it from the playstore, the app told me "root not found". Do you know what the cause of this could be?

Edit: Fingerprints are working now :) But root still doesn't
Yeah I'm having the same issue to, with no root.
 

Nollie8969

Senior Member
Dec 31, 2016
273
57
0
Can someone tell me why this rom is different to all others ? Why is this one using stock vendor and can we easy revert to Emui ? Why don't all others ?
I'm on stock now.
 
  • Like
Reactions: Chromelon

haky 86

Recognized Contributor
Oct 5, 2012
3,321
7,381
113
Hama (Syria)
** Note **

Developments for hi6250 has been resumed but just for this ROM, sorry for the inconvenience.
I'm already downloading the source for releasing new build but AOSPA will take a wile since have bigger source.
 
  • Like
Reactions: unseen and may28rv

MadMurl0c

Member
Mar 2, 2017
36
7
0
The rom overall is great and smoorh, even F2FS works now :)

But somehow magisk still doesn't work. It says
Code:
! System installed root detected, mount rw :(
when I try to flash the magisk.zip file.
 

rikeury097

Senior Member
Aug 26, 2015
56
37
18
Santo domingo
The rom overall is great and smoorh, even F2FS works now :)

But somehow magisk still doesn't work. It says
Code:
! System installed root detected, mount rw :(
when I try to flash the magisk.zip file.

Guys to flash magisk or superSU use Meticulus TWRP, other twrp like eliteTwrp show an error when it is recompilling the boot.img
 
Status
Not open for further replies.