Advertisement
exoticmind

Install crDroid 10/11 onto peridot

Nov 20th, 2024 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | Help | 0 0
  1. Install crDroid 10/11 onto peridot
  2. (This is just a 'how to' from a personal experience and in no means an official guide!)
  3.  
  4. STEP 1
  5. Download and latest Android SDK platform tools:
  6. https://developer.android.com/tools/releases/platform-tools#downloads
  7.  
  8. Unzip platform-tools-latest-windows.zip to a folder of your choice
  9.  
  10. 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:
  11. https://droidwin.com/how-to-add-adb-to-path-in-windows-11/#STEP_3_Add_ADB_to_System_Variables_Path_in_Windows_11
  12. (Just use the path, where you extracted the zipped files to)
  13.  
  14.  
  15. STEP 2
  16. Download latest crDroid 10/11 for peridot from the official website.
  17. Download the FASTBOOT flashable images for peridot from the official website.
  18.  
  19.  
  20. STEP 3
  21. Enter FASTBOOT mode (Volume down & Power)
  22. Go to the folder with recovery.img & vendor_boot.img and open a command line terminal/shell
  23. type in these commands one after the other
  24. fastboot flash vendor_boot_ab vendor_boot.img
  25. fastboot flash recovery_ab recovery.img
  26. fastboot reboot recovery
  27.  
  28.  
  29. STEP 4
  30. Click on "Apply Update"
  31. Click on "Apply from ADB"
  32. Go to the folder with crDroid.zip and open a command line terminal/shell
  33. type in these commands one after the other
  34. adb devices (it must read 'sideload')
  35. adb sideload crDroid.zip
  36. wait for 47% then it's done
  37.  
  38.  
  39. STEP 5
  40. Factory Reset / Format DATA
  41.  
  42.  
  43. STEP 6
  44. Reboot into Recovery
  45. Flash GApps same way as ROM
  46. (Apply Update >> Apply from ADB then shell in 'GApps directory' >> adb devices >> adb sideload 'GApps.zip' >> wait for 47%
  47. Reboot into System
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement