From d2bed105d00373c39a70499433ec2c2e08aedd18 Mon Sep 17 00:00:00 2001 From: Notkerd69 <29781314+Notkerd69@users.noreply.github.com> Date: Sun, 9 Mar 2025 23:11:13 +0900 Subject: [PATCH] Drop support for rhodep This reverts commit 3c59d32bb1ef5cad3784508bc7145dda6225148b. --- changelog/rhodep.txt | 21 --------------------- devices/rhodep.json | 9 --------- flashguide/rhodep.md | 31 ------------------------------- gapps/rhodep.json | 12 ------------ vanilla/rhodep.json | 12 ------------ 5 files changed, 85 deletions(-) delete mode 100644 changelog/rhodep.txt delete mode 100644 devices/rhodep.json delete mode 100644 flashguide/rhodep.md delete mode 100644 gapps/rhodep.json delete mode 100644 vanilla/rhodep.json diff --git a/changelog/rhodep.txt b/changelog/rhodep.txt deleted file mode 100644 index 3c6f6d9..0000000 --- a/changelog/rhodep.txt +++ /dev/null @@ -1,21 +0,0 @@ -Device: Motorola G82 5G -Device code name : rhodep -Device maintainer: Notkerd69 - -Date - 07/12/2024 -================= -• Fix some reported issues -• Upstream kernel to 5.4.284 - -Date - 27/11/2024 -================= -• Initial official relese -• Switch to new moto sedona trees -• New kernel "notkernel" based on los qcom sm8350 -• A lot of improvements - -Credit: -------- -• Thanks to all those who contributed in Motorola Sedona Project (https://telegra.ph/Motorola-Sedona-Devs-10-21) -• @LeoPaladiknight for support -• To all testers diff --git a/devices/rhodep.json b/devices/rhodep.json deleted file mode 100644 index 913b18d..0000000 --- a/devices/rhodep.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "maintainer": "Notkerd69", - "maintainerurl": "https://t.me/Notkerd", - "devicemodel": "Moto G82 5G", - "codename": "rhodep", - "supportgroupurl": "https://t.me/keret_discussion", - "donateurl1": "", - "donateurl2": "" -} diff --git a/flashguide/rhodep.md b/flashguide/rhodep.md deleted file mode 100644 index d36e33b..0000000 --- a/flashguide/rhodep.md +++ /dev/null @@ -1,31 +0,0 @@ -# Flash Infinity-X on Moto G82 5G (rhodep) - -## Steps: - -## 1. **Clean flash** - - - Download needed ROM images from https://sourceforge.net/projects/infinity-x/files/rhodep/15/recovery/ - - Download your preferred variant of Infinity-X on https://sourceforge.net/projects/infinity-x/files/rhodep/15/ - - When are you ready, reboot to bootloader. - - Run these commands: - - ``` bash - fastboot flash boot boot.img - fastboot flash dtbo dtbo.img - fastboot flash vendor_boot vendor_boot.img - fastboot reboot recovery - ``` - - - When your device is on recovery mode, select Format Data and confirm. - - Back to main menu and select Apply Update from ADB. - - Open your terminal / CMD and run the following command: - - ``` bash - adb sideload Project_Infinity-X* - ``` - - - Reboot the phone, and voila! - -## 2. **Dirty Flash install** - - - You can use Updater app when any update is available for your device! diff --git a/gapps/rhodep.json b/gapps/rhodep.json deleted file mode 100644 index ba18349..0000000 --- a/gapps/rhodep.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "response": [ - { - "filename": "Project_Infinity-X-2.2-rhodep-20241207-0216-GAPPS-OFFICIAL.zip", - "download": "https://sourceforge.net/projects/infinity-x/files/rhodep/15/gapps/Project_Infinity-X-2.2-rhodep-20241207-0216-GAPPS-OFFICIAL.zip", - "timestamp": 1733537719, - "md5": "a43ee549b9d04bf33e26242479750b18", - "size": 1599136171, - "version": "2.2" - } - ] -} diff --git a/vanilla/rhodep.json b/vanilla/rhodep.json deleted file mode 100644 index f451b55..0000000 --- a/vanilla/rhodep.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "response": [ - { - "filename": "Project_Infinity-X-2.2-rhodep-20241207-1530-VANILLA-OFFICIAL.zip", - "download": "https://sourceforge.net/projects/infinity-x/files/rhodep/15/vanilla/Project_Infinity-X-2.2-rhodep-20241207-1530-VANILLA-OFFICIAL.zip", - "timestamp": 1733585334, - "md5": "7d5b74b55cc8f9261efe36cb3eeceebb", - "size": 1244462868, - "version": "2.2" - } - ] -}