• 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][10.0][violet]CandyRoms[OFFICIAL][AOSP]

miju12

Senior Member
Aug 14, 2014
791
1,670
0
27
New Delhi


This is Candy10. Built straight from source with commits from a variety of different Sources/ROMS. We wanted to give the users a fun, fully customizable ROM, with regular updates and security patches.

We do this as a hobby, and we happily share the Candy of our toils with the custom ROM community, for free. We use what we share on our own devices, most as Daily Drivers, so you can be confident that problems will be promptly addressed.

Thanks for your support and camaraderie. Special thanks to GZOSP, GZR-Roms, LineageOS, SlimRoms, Omni, TeslaROM, AOSiP, DU and the innumerable rest who make their source open. We can't do all of this on our own!

Donations are appreciated, but NEVER expected.

Stay tuned for more Candy!


Special thanks to GZOSP, GZR-Roms, LineageOS, SlimRoms, Omni, TeslaROM, AOSiP and all the rest who make their source open. We can't do all of this on our own.




@gimmeitorilltell @NoSpamDan @kdp162 @chadouming @Nick_gunale @axxx007xxxz @Yaznas @bhi244 @rajatgupta1998@miju12

Looking to become a Device Maintainer for Candy? Read more about the requirements HERE.

Come visit us on Telegram: @CandyRoms



ROM: CandyRoms Github
DEVICES/KERNELS: CandyDevices Github

Gerrit Review bbqdroid.org

Disclaimer: CandyRoms is not responsible for any bricks you may obtain. Please follow the thread rules and steps and everything will be gravy. Remember, backing up before flashing is always recommended.

FEATURES
(Subject to change... :D )

CandyShop:
  • SYSTEM
    • Battery Charging Light
    • In call notifications
  • LOCKSCREEN:
    • Double tap to sleep on lock screen
    • Lockscreen Charging info
    • Wake up on charge
  • STATUS BAR
    • Network Traffic
    • Double tap to sleep
  • NAVIGATION
    • WIP
  • STOCK ROOM
    • Three finger screen shot gesture
  • GENERAL
    • Dialer options
    • Night light
    • Prevent accidental wake up via proximity sensor
    • Clock options
    • SystemUI Tuner

    More to come, we are never done...


  • Flashing Steps:


    NOTE: You should also make sure you are on one of the most recent firmware versions shipping with your device. Every attempt will be made to provide specific information as needed, and occasional flashable firmware files too.

    Coming from another rom
    1. Copy your files and backup to external sd or pc
    2. Download latest rom , open gapps , firmware and twrp
    3. Flash recovery
    4. Wipe clean and format data
    5. Put rom , gapps and firmware and flash
    6. Reboot

    Updating from previous Candy10 release
    1) Download Candy10.zip (See Post #2)
    2) Boot into recovery
    3) Take backup if desired before flashing
    4) Wipe (Dalvik Cache, Cache, System)
    5) Flash Candy10.zip
    6) Flash 10 GApps (user choice)
    7) Flash Magisk (user choice if root wanted)
    8) Reboot

    -Please give first boot several minutes.
    -New additions and fixes being added constantly...


    IMPORTANT - PROBLEMS/ISSUES:
    If you have issues, you need to provide both of the following:
    1. Logs from you (logcat, last_kmsg, dmesg) linked to on del.dogor hastebin, showing the failure.
    2. A clear description of the steps needed to exactly reproduce the problem.
    Please, DO NOT complain about problems and offer nothing to help fix it. We reserve the right to ignore you for not following instructions... XD

    NO ETA REQUESTS!

    * See Post #2 for Downloads

    * See Post #3 for FAQ/Known issues




    XDA:DevDB Information
    Candy Roms, ROM for the Xiaomi Redmi Note 7 Pro

    Contributors
    miju12
    Source Code: https://github.com/CandyDevices/kernel_xiaomi_sm6150

    ROM OS Version: Android 10
    ROM Kernel: Linux 4.x

    Version Information
    Status: Alpha

    Created 2019-11-19
    Last Updated 2019-11-19
 
Last edited:

miju12

Senior Member
Aug 14, 2014
791
1,670
0
27
New Delhi
FAQ

If anyone facing bootloops after flashing OpenGApps with OrangeFox do this:

After flashing ROM (don't flash GApps altogether) before choosing GApps package, go to Mount and manually mount /system_as_root partition only.
Then flash GApps, reboot and done

What's not working:
You tell us... but, "Logs or it didn't happen!" ;)
 
Last edited:

miju12

Senior Member
Aug 14, 2014
791
1,670
0
27
New Delhi
New build is up.

Changelog:
Gralloc updated to 3.0
Screenshot improvements from miui
Forced full screen display
Camera changed to snap camera
Fixed some bugs with screen recording
Longer wifi scan interval
Double tap to doze screen
Density options
Black theme on dak theme
Aapt2 improvements

Download link on 2nd post
 

neep8

Member
Sep 22, 2014
25
4
0
Had major problems with ota / twrp not asking for password...

So i tried to install 6.2 it failed with wrong baseband. I could not get it to work. Flashed full miui - noted baseband version: 4.3.c2-00029-SM6150_GEN_PACK-1.234700.1.239851.1

Edited updater script and it installed ok - looked at old 6.1 updater-script it had the right version the 6.2 updater -script is wrong.

Good 6.1:
assert(xiaomi.verify_baseband("4.3.c2-00029-SM6150_GEN_PACK-1") == "1" || abort("ERROR: This package requires firmware from MIUI 9.11.28 or newer. Please upgrade firmware and retry!"););

Bad 6.2:
assert(xiaomi.verify_baseband("4.3.c2-00022-SM6150_GEN_PACK-1") == "1" || abort("ERROR: This package requires firmware from MIUI 9.7.18 or newer. Please upgrade firmware and retry!"););

What i used to install 6.2:
assert(xiaomi.verify_baseband("4.3.c2-00029-SM6150_GEN_PACK-1.234700.1.239851.1") == "1" || abort("ERROR: This package requires firmware from MIUI 9.7.18 or newer. Please upgrade firmware and retry!"););

Still stuck on the CRdroid logo screen tho..... just had to format data after miui
 
Last edited:

Kevin8768

Member
Feb 5, 2020
12
1
0
Kolkata, Bidhan Nagar


This is Candy10. Built straight from source with commits from a variety of different Sources/ROMS. We wanted to give the users a fun, fully customizable ROM, with regular updates and security patches.

We do this as a hobby, and we happily share the Candy of our toils with the custom ROM community, for free. We use what we share on our own devices, most as Daily Drivers, so you can be confident that problems will be promptly addressed.

Thanks for your support and camaraderie. Special thanks to GZOSP, GZR-Roms, LineageOS, SlimRoms, Omni, TeslaROM, AOSiP, DU and the innumerable rest who make their source open. We can't do all of this on our own!

Donations are appreciated, but NEVER expected.

Stay tuned for more Candy!


Special thanks to GZOSP, GZR-Roms, LineageOS, SlimRoms, Omni, TeslaROM, AOSiP and all the rest who make their source open. We can't do all of this on our own.




@gimmeitorilltell @NoSpamDan @kdp162 @chadouming @Nick_gunale @axxx007xxxz @Yaznas @bhi244 @rajatgupta1998@miju12

Looking to become a Device Maintainer for Candy? Read more about the requirements HERE.

Come visit us on Telegram: @CandyRoms



ROM: CandyRoms Github
DEVICES/KERNELS: CandyDevices Github

Gerrit Review bbqdroid.org

Disclaimer: CandyRoms is not responsible for any bricks you may obtain. Please follow the thread rules and steps and everything will be gravy. Remember, backing up before flashing is always recommended.

FEATURES
(Subject to change... :D )

CandyShop:
  • SYSTEM
    • Battery Charging Light
    • In call notifications
  • LOCKSCREEN:
    • Double tap to sleep on lock screen
    • Lockscreen Charging info
    • Wake up on charge
  • STATUS BAR
    • Network Traffic
    • Double tap to sleep
  • NAVIGATION
    • WIP
  • STOCK ROOM
    • Three finger screen shot gesture
  • GENERAL
    • Dialer options
    • Night light
    • Prevent accidental wake up via proximity sensor
    • Clock options
    • SystemUI Tuner

    More to come, we are never done...


  • Flashing Steps:


    NOTE: You should also make sure you are on one of the most recent firmware versions shipping with your device. Every attempt will be made to provide specific information as needed, and occasional flashable firmware files too.

    Coming from another rom
    1. Copy your files and backup to external sd or pc
    2. Download latest rom , open gapps , firmware and twrp
    3. Flash recovery
    4. Wipe clean and format data
    5. Put rom , gapps and firmware and flash
    6. Reboot

    Updating from previous Candy10 release
    1) Download Candy10.zip (See Post #2)
    2) Boot into recovery
    3) Take backup if desired before flashing
    4) Wipe (Dalvik Cache, Cache, System)
    5) Flash Candy10.zip
    6) Flash 10 GApps (user choice)
    7) Flash Magisk (user choice if root wanted)
    8) Reboot

    -Please give first boot several minutes.
    -New additions and fixes being added constantly...


    IMPORTANT - PROBLEMS/ISSUES:
    If you have issues, you need to provide both of the following:
    1. Logs from you (logcat, last_kmsg, dmesg) linked to on del.dogor hastebin, showing the failure.
    2. A clear description of the steps needed to exactly reproduce the problem.
    Please, DO NOT complain about problems and offer nothing to help fix it. We reserve the right to ignore you for not following instructions... XD

    NO ETA REQUESTS!

    * See Post #2 for Downloads

    * See Post #3 for FAQ/Known issues




    XDA:DevDB Information
    Candy Roms, ROM for the Xiaomi Redmi Note 7 Pro

    Contributors
    miju12
    Source Code: https://github.com/CandyDevices/kernel_xiaomi_sm6150

    ROM OS Version: Android 10
    ROM Kernel: Linux 4.x

    Version Information
    Status: Alpha

    Created 2019-11-19
    Last Updated 2019-11-19


  • lit rom stable
 

Irfan_

Senior Member
Jan 21, 2016
578
116
0
Best rom ,
Performance is great,
battery backup is great,
Look is great,

I recommend everyone to try this rom, you won't leave it, it will be your permanent gf :laugh: