[ROM][KENZO][9.0_r34] Project-Pearl [OFFICIAL]

Search This thread

sagar.rokade.982

Senior Member
Feb 29, 2016
92
771
Nagpur
Code:
/* Disclaimer 
* I am 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 blame me in any way for what happens to your device, I will laugh at you.
* BOOM! goes the dynamite
*/

vAw7Liz.png

About Project

An Android ROM purely based on AOSP sources, focusing on perfomance & UI, rather than bloat features. The aim is to create a minimal ROM which includes various tweaks users would expect from a custom ROM. #TeamPearl

FEATURES

Display :-
Font Manager

System :-
Themes
Power Menu
Battery Charging Light Cust

Lockscreen :-
Lockscreen Charging Info
Double tap to sleep on Lockscreen
Auto Face Unlock
Weather On Lockreen

Statusbar :-
Headups
Clock Settings
Traffic Indicators

Navigation :-
HW Button Rebinding
Button Backlight
Navigation Bar Toggle

Tiles :-
Gaming Mode
Caffiene
CPU Info
Restart
Compass
HeadsUP


Downloads

Download Pearl Builds: Download
Download Bit Gapps : https://t.me/bitgapps_official
Download OpenGAPPS: https://opengapps.org

BUGS
* Search in Settings Crashes
Workaround - Download and Install this app Manually ( Link )
* You Tell US

Flashing Instructions:
- Download ROM and GAPPS
- Reboot to recovery and Backup existing ROM
- Wipe System, Data, ART cache, Cache
- Flash ROM, Gapps and reboot

Credits
Lineage
AOSP
DotOS
PixelExperience
DirtyUnicorns
Pixys
NitrogenOS
HavocOS
CypherOS
LeanOS
ColtOS
AospExtended
MSM-Xtended
AICP


Extreme apologies if we've missed out someone, please feel free to PM, in case we've forgotten to pin your name here!


Find Pearl in Ocean of ROMs
Pearl on Github: https://github.com/PearlOS
Our Telegram Channel: https://t.me/Project_Pearl
Our Telegram Group: https://t.me/ProjectPearlOfficial
placeholder

XDA:DevDB Information
Project Pearl, ROM for the Xiaomi Redmi Note 3

Contributors
sagar.rokade.982, beingmishra
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: AOSP

Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2019-03-23

Created 2019-03-23
Last Updated 2019-03-23
 

lzwfkv

Senior Member
Oct 17, 2007
271
78
This is only for Kenzo, I guess.

All roms for kenzo work on kate as weel, uness they update the firmware (very rare, just the MIUI based ones do that).
Just unzip the rom archive, navigate to file META-INF\com\google\android\updater-script, open it with text editor and in the second row either comment it or change as follows:
before: getprop("ro.product.device") == "kenzo" || abort("E3004: This package is for "kenzo" devices; this is a "" + getprop("ro.product.device") + "".");
after: getprop("ro.product.device") == "kate" || abort("E3004: This package is for "kenzo" devices; this is a "" + getprop("ro.product.device") + "".");

Then zip again the whole rom folder and flash it as usual.
 


---------- Post added at 04:59 PM ---------- Previous post was at 04:58 PM ----------

All roms for kenzo work on kate as weel, uness they update the firmware (very rare, just the MIUI based ones do that).
Just unzip the rom archive, navigate to file META-INF\com\google\android\updater-script, open it with text editor and in the second row either comment it or change as follows:
before: getprop("ro.product.device") == "kenzo" || abort("E3004: This package is for "kenzo" devices; this is a "" + getprop("ro.product.device") + "".");
after: getprop("ro.product.device") == "kate" || abort("E3004: This package is for "kenzo" devices; this is a "" + getprop("ro.product.device") + "".");

Then zip again the whole rom folder and flash it as usual.

Sorry, I didn't had the knowledge about that.
Thanks for the information. :)
 
Last edited:
I have found these issues:
1. The battery stats are not resetting after charging above 90%, SoT count still goes up.
(Aftering clicking on delete, I have to restart for SoT to reset.)
2. When going to recovery from 'Advanced' in Restart from power button menu, there's just the wheel(loading) animation and no text.
3. When clock is on right side, restart you will find the statusbar clock overlapping the network bar and battery icons.
 
Last edited:

jscarlet

Member
Sep 29, 2017
20
2
31
Cimahi
Okay, this rom perfectly awesome.

Both battery and performance so good, even my phone not very heat while play use this ROM.

i just found bug, mobile data so slow.. its show 4G but , NO. Its GSM.

Suggest: Put Screenshot button in status bar
 
Last edited:

Ya_SG

Senior Member
Aug 9, 2018
385
94
I don’t like you Project-Pearl, nothing personal kid. Subscribe to T-Series. ?
 

Attachments

  • Screenshot_20190527-003749.png
    Screenshot_20190527-003749.png
    118.4 KB · Views: 606
  • Screenshot_20190527-003827.png
    Screenshot_20190527-003827.png
    113 KB · Views: 602
  • Screenshot_20190527-003831.png
    Screenshot_20190527-003831.png
    136.7 KB · Views: 598
  • Screenshot_20190527-003838.png
    Screenshot_20190527-003838.png
    129.3 KB · Views: 575
  • Screenshot_20190527-003850.png
    Screenshot_20190527-003850.png
    135.2 KB · Views: 575

kissamopo

Senior Member
Oct 15, 2016
57
6
I really like this rom! I don't think there's anything like it since slimroms has gone away. Many thanks!

However, it looks like the UI reboots (soft reboot) pretty often for me, maybe once every hour if I don't use the phone. I don't think this happens if the phone is connected to a charger or usb and never when screen is on. This may be caused by something i installed or maybe it's because my device is "kate"? I have rooted and installed vulmax 10 & UV apps, they work fine. No gapps/microg installed.

Also, viscerion (wireguard) doesn't work so well. Even when the tunnel is enabled and working, there's a notification for "disconnected from always-on VPN" and the connection is not brought up on reboot, I have to do it manually (there's an option for this in Viscerion.).
 

kissamopo

Senior Member
Oct 15, 2016
57
6
Logcat.

13.35 is when i woke up the phone and had to input my password after a restart.
 

Attachments

  • logcat_06-02-2019_13-41-06.txt
    336.7 KB · Views: 5
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    Code:
    /* Disclaimer 
    * I am 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 blame me in any way for what happens to your device, I will laugh at you.
    * BOOM! goes the dynamite
    */

    vAw7Liz.png

    About Project

    An Android ROM purely based on AOSP sources, focusing on perfomance & UI, rather than bloat features. The aim is to create a minimal ROM which includes various tweaks users would expect from a custom ROM. #TeamPearl

    FEATURES

    Display :-
    Font Manager

    System :-
    Themes
    Power Menu
    Battery Charging Light Cust

    Lockscreen :-
    Lockscreen Charging Info
    Double tap to sleep on Lockscreen
    Auto Face Unlock
    Weather On Lockreen

    Statusbar :-
    Headups
    Clock Settings
    Traffic Indicators

    Navigation :-
    HW Button Rebinding
    Button Backlight
    Navigation Bar Toggle

    Tiles :-
    Gaming Mode
    Caffiene
    CPU Info
    Restart
    Compass
    HeadsUP


    Downloads

    Download Pearl Builds: Download
    Download Bit Gapps : https://t.me/bitgapps_official
    Download OpenGAPPS: https://opengapps.org

    BUGS
    * Search in Settings Crashes
    Workaround - Download and Install this app Manually ( Link )
    * You Tell US

    Flashing Instructions:
    - Download ROM and GAPPS
    - Reboot to recovery and Backup existing ROM
    - Wipe System, Data, ART cache, Cache
    - Flash ROM, Gapps and reboot

    Credits
    Lineage
    AOSP
    DotOS
    PixelExperience
    DirtyUnicorns
    Pixys
    NitrogenOS
    HavocOS
    CypherOS
    LeanOS
    ColtOS
    AospExtended
    MSM-Xtended
    AICP


    Extreme apologies if we've missed out someone, please feel free to PM, in case we've forgotten to pin your name here!


    Find Pearl in Ocean of ROMs
    Pearl on Github: https://github.com/PearlOS
    Our Telegram Channel: https://t.me/Project_Pearl
    Our Telegram Group: https://t.me/ProjectPearlOfficial
    placeholder

    XDA:DevDB Information
    Project Pearl, ROM for the Xiaomi Redmi Note 3

    Contributors
    sagar.rokade.982, beingmishra
    ROM OS Version: 9.x Pie
    ROM Kernel: Linux 3.10.x
    Based On: AOSP

    Version Information
    Status: Stable
    Current Stable Version: v1.0
    Stable Release Date: 2019-03-23

    Created 2019-03-23
    Last Updated 2019-03-23
    1
    thanks a lot sagar.
    What will be different from those of the previous Pie rum? Surprise us, waiting you (lowest battery usage, stability and ease of use)
    1
    Thanks for providing another ROM for kenzo. Please fix the download link (files string missing in the link) - https://sourceforge.net/projects/projectpearl/files/kenzo/.
    1
    New update v2.0 is released.