Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Install crDroid 10/11 onto peridot
- (This is just a 'how to' from a personal experience and in no means an official guide!)
- STEP 1
- Download and latest Android SDK platform tools:
- https://developer.android.com/tools/releases/platform-tools#downloads
- Unzip platform-tools-latest-windows.zip to a folder of your choice
- If you want you can add the path to the ADB & FASTBOOT commands to the environment variables in Windows so that they can be accessed from every shell opened anywhere. You can follow STEP 3 on that page:
- https://droidwin.com/how-to-add-adb-to-path-in-windows-11/#STEP_3_Add_ADB_to_System_Variables_Path_in_Windows_11
- (Just use the path, where you extracted the zipped files to)
- STEP 2
- Download latest crDroid 10/11 for peridot from the official website.
- Download the FASTBOOT flashable images for peridot from the official website.
- STEP 3
- Enter FASTBOOT mode (Volume down & Power)
- Go to the folder with recovery.img & vendor_boot.img and open a command line terminal/shell
- type in these commands one after the other
- fastboot flash vendor_boot_ab vendor_boot.img
- fastboot flash recovery_ab recovery.img
- fastboot reboot recovery
- STEP 4
- Click on "Apply Update"
- Click on "Apply from ADB"
- Go to the folder with crDroid.zip and open a command line terminal/shell
- type in these commands one after the other
- adb devices (it must read 'sideload')
- adb sideload crDroid.zip
- wait for 47% then it's done
- STEP 5
- Factory Reset / Format DATA
- STEP 6
- Reboot into Recovery
- Flash GApps same way as ROM
- (Apply Update >> Apply from ADB then shell in 'GApps directory' >> adb devices >> adb sideload 'GApps.zip' >> wait for 47%
- Reboot into System
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement