[ROM] CleanCore N5X | 100% Lean Stock | MDB08M - 11/4/2015

[ROM] CleanCore N5X | 100% Lean Stock | MDB08M - 11/4/2015

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 Google Apps & useless bloatware

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

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)
-> Flash SuperSU or SuperSU Beta
-> Flash vendor.img (using fastboot)

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/show....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 the 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