Welcome to CleanCore
CleanCore is a rom series focused on a clean and lean version of the latest stock android builds.
Features
- Always sourced from stock factory images w/ stock kernel
- Trimmed out gapps & useless bloat
Donations
Donations are always appreciated!
Thank you for your support
Trimmings
CleanCore Builds (flashable)
Download the latest and greatest!
Flashing Steps (Custom Recovery)
-> Flash Bootloader & Radio (as needed)
-> Flash CleanCore
-> Flash Modified Boot (named bullhead-xxxxxx-boot.zip) - only if you want root
-> Flash SuperSU or SuperSU Beta - only if you want root
-> Flash vendor.img using fastboot (ROM & Vendor builds need to match!)
Additional Resources
- Google's Factory Images
- TWRP
- SuperSU or SuperSU Beta
Fastboot Installation for IMG files
SYSTEM PREP (skip if you already have fastboot/adb setup):
Let's setup ADB and fastboot
Windows:
- Automated: http://forum.xda-developers.com/showthread.php?t=2588979 (follow the steps in the software)
- Manual Method:
Download this file and extract the folder called "adb" to your C: drive. Your path should look like this:
You will need to open a command prompt window using this method:
In order to use ADB & Fastboot from anywhere - use the following steps to setup windows environment variables:
Navigate to & click on Start > Right-Click on Computer > click on Advance System Settings >
Click on Environment Variables (under the advanced tab) > Click on New (User Variables) >
Variables Name: ADB (Or anything you want) Variables Value: ;C:adb (this is the Path of my adb.exe file)
Mac & Linux:
Install ADB & fastboot using: this file
1. Extract the downloaded zip to your desktop
2. Open Terminal and type in:
3. Now type
Note: By using the method above, your adb and fastboot files are stored at this location on your Mac: /usr/bin/
Flashing Steps (for factory img files)
Boot into TWRP to wipe cache, dalvik, data (not internal storage/SD) and system.
Reboot to bootloader and flash the following:
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
XDA:DevDB Information
CleanCore, ROM for the LG Nexus 5X
Contributors
vomer
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Stable
Created 2015-10-30
Last Updated 2016-03-08
CleanCore is a rom series focused on a clean and lean version of the latest stock android builds.
Features
- Always sourced from stock factory images w/ stock kernel
- Trimmed out gapps & useless bloat
Donations
Donations are always appreciated!
Thank you for your support
Trimmings
Videos
YouTube
Books
Chrome
CloudPrint2
Drive
EditorsDocs
EditorsSheets
EditorsSlides
FitnessPrebuilt
GoogleEars
GoogleEarth
GoogleHindiIME
GooglePinyinIME
KoreanIME
Maps
Music2
Newsstand
Photos
PlusOne
PrebuiltGmail
PrebuiltKeep
PrebuiltNewsWeather
Street
Hangouts
Wallet
YouTube
Books
Chrome
CloudPrint2
Drive
EditorsDocs
EditorsSheets
EditorsSlides
FitnessPrebuilt
GoogleEars
GoogleEarth
GoogleHindiIME
GooglePinyinIME
KoreanIME
Maps
Music2
Newsstand
Photos
PlusOne
PrebuiltGmail
PrebuiltKeep
PrebuiltNewsWeather
Street
Hangouts
Wallet
CleanCore Builds (flashable)
Download the latest and greatest!
Flashing Steps (Custom Recovery)
-> Flash Bootloader & Radio (as needed)
-> Flash CleanCore
-> Flash Modified Boot (named bullhead-xxxxxx-boot.zip) - only if you want root
-> Flash SuperSU or SuperSU Beta - only if you want root
-> Flash vendor.img using fastboot (ROM & Vendor builds need to match!)
Additional Resources
- Google's Factory Images
- TWRP
- SuperSU or SuperSU Beta
Fastboot Installation for IMG files
SYSTEM PREP (skip if you already have fastboot/adb setup):
Let's setup ADB and fastboot
Windows:
- Automated: http://forum.xda-developers.com/showthread.php?t=2588979 (follow the steps in the software)
- Manual Method:
Download this file and extract the folder called "adb" to your C: drive. Your path should look like this:
Code:
C:adb
You will need to open a command prompt window using this method:
Code:
- Go to the C:adb folder
- hold down SHIFT key and RIGHT-CLICK
- select "Open command window here".
In order to use ADB & Fastboot from anywhere - use the following steps to setup windows environment variables:
Navigate to & click on Start > Right-Click on Computer > click on Advance System Settings >
Click on Environment Variables (under the advanced tab) > Click on New (User Variables) >
Variables Name: ADB (Or anything you want) Variables Value: ;C:adb (this is the Path of my adb.exe file)

Mac & Linux:
Install ADB & fastboot using: this file
1. Extract the downloaded zip to your desktop
2. Open Terminal and type in:
Code:
su
cd Desktop/Android/ (note: Android is the directory extracted from zip file)
3. Now type
Code:
./ADB-Install-Mac.sh
Note: By using the method above, your adb and fastboot files are stored at this location on your Mac: /usr/bin/
Flashing Steps (for factory img files)
Boot into TWRP to wipe cache, dalvik, data (not internal storage/SD) and system.
Reboot to bootloader and flash the following:
- fastboot flash bootloader <insert bootloader img name>
- fastboot reboot-bootloader
- fastboot flash radio <insert radio img name>
- fastboot reboot-bootloader
- fastboot flash system system.img
- fastboot flash vendor vendor.img
- fastboot flash boot boot.img // OR // fastboot flash boot <insert name of unecrypt boot.img>
- fastboot flash cache cache.img
- fastboot reboot
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
XDA:DevDB Information
CleanCore, ROM for the LG Nexus 5X
Contributors
vomer
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Stable
Created 2015-10-30
Last Updated 2016-03-08
Last edited: