diff --git a/OTA/changelogs/stone.txt b/OTA/changelogs/stone.txt index f3b9eca..5e99305 100644 --- a/OTA/changelogs/stone.txt +++ b/OTA/changelogs/stone.txt @@ -1,3 +1,25 @@ +=========23/11/2025=========== + +* Enable recovery ramdisk in vendor boot +* Bump BOARD_BOOT_HEADER_VERSION to 4 +* Offload WM shell to another thread +* Enable LZ4 compression for ramdisks +* sepolicy: remove commonized ST NFC label +* Move recovery resources to vendo_boot" +* set correct API shipping level +* properties: remove hwui properties +* properties: enable hwc_vds +* properties: clean up bringup props +* Update blobs to OS2.0.5.0.UMQMIXM +* Parts: Rework ZRAM implementing dynamic size options based on device RAM +* rootdir: cleanup post boot script +* set TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := true +* Stop using Pixel Launcher as default +* Compile HWUI for performance +* Enable the appropriate dynamic VRR refresh rate (60 ↔ 120Hz) +* Enable full ART optimizations with VDEX/ODEX +* Enable ScrollOptimizer + =========07/11/2025=========== * parts: add core control * parts: add minimal CPU Manager diff --git a/OTA/device/GAPPS/stone.json b/OTA/device/GAPPS/stone.json index 4425e6c..9d1b659 100644 --- a/OTA/device/GAPPS/stone.json +++ b/OTA/device/GAPPS/stone.json @@ -4,16 +4,16 @@ "maintainer": "Julival Bittencourt", "oem": "Xiaomi", "device": "stone", - "filename": "RisingOS_Revived-8.1.1-251107-1311-GAPPS-OFFICIAL-stone-ota.zip", - "download": "https://sourceforge.net/projects/risingos-revived/files/8.x/GAPPS/stone/RisingOS_Revived-8.1.1-251107-1311-GAPPS-OFFICIAL-stone-ota.zip/download", - "timestamp": 1762520555, - "md5": "1ffbffcf90152c86671db404cd590ca4", - "sha256": "899fc7a045620fe4d354176ef7791b9aa5b9a4252e24dd0fb681e33d3e134d0c", - "size": 2027619585, + "filename": "RisingOS_Revived-8.1.1-251123-0950-GAPPS-OFFICIAL-stone-ota.zip", + "download": "https://sourceforge.net/projects/risingos-revived/files/8.x/GAPPS/stone/RisingOS_Revived-8.1.1-251123-0950-GAPPS-OFFICIAL-stone-ota.zip/download", + "timestamp": 1763891302, + "md5": "9bc15d05ffd204ef07f51fcd69faa570", + "sha256": "38d5e383758895a2d96f2f97f1ee3fdfae120fb3dabc6a9c1d8fe74280a11698", + "size": 2043163306, "version": "8.1.1-Arete", "buildtype": "STABLE", "forum": "", - "recovery": "https://sourceforge.net/projects/risingos-revived/files/7.x/GAPPS/stone/IMGs/boot.img/download", + "recovery": "https://sourceforge.net/projects/risingos-revived/files/8.x/GAPPS/stone/img/vendor_boot.img/download", "paypal": "https://telegra.ph/Device-support-05-09", "telegram": "https://t.me/bittencourtjulival_builds" } diff --git a/OTA/device/VANILLA/stone.json b/OTA/device/VANILLA/stone.json index c4033a6..d5443f0 100644 --- a/OTA/device/VANILLA/stone.json +++ b/OTA/device/VANILLA/stone.json @@ -4,16 +4,16 @@ "maintainer": "Julival Bittencourt", "oem": "Xiaomi", "device": "stone", - "filename": "RisingOS_Revived-8.1.1-251107-1612-VANILLA-OFFICIAL-stone-ota.zip", - "download": "https://sourceforge.net/projects/risingos-revived/files/8.x/VANILLA/stone/RisingOS_Revived-8.1.1-251107-1612-VANILLA-OFFICIAL-stone-ota.zip/download", - "timestamp": 1762531368, - "md5": "2feb3ab8025e59455c283d6114a1df6c", - "sha256": "639765005f3d62ad682d3316f97f5f4a07f780b5bf31f30f834655c2d23259b7", - "size": 1339147605, + "filename": "RisingOS_Revived-8.1.1-251123-1102-VANILLA-OFFICIAL-stone-ota.zip", + "download": "https://sourceforge.net/projects/risingos-revived/files/8.x/VANILLA/stone/RisingOS_Revived-8.1.1-251123-1102-VANILLA-OFFICIAL-stone-ota.zip/download", + "timestamp": 1763895127, + "md5": "b3f7b9cc04ff8e90264ac921f9ce955f", + "sha256": "849ab29ce14eb4711d112b3b99553319ee4b90337cd44791d34176ef6d546295", + "size": 1356198767, "version": "8.1.1-Arete", "buildtype": "STABLE", "forum": "", - "recovery": "https://sourceforge.net/projects/risingos-revived/files/7.x/GAPPS/stone/IMGs/boot.img/download", + "recovery": "https://sourceforge.net/projects/risingos-revived/files/8.x/GAPPS/stone/img/vendor_boot.img/download", "paypal": "https://telegra.ph/Device-support-05-09", "telegram": "https://t.me/bittencourtjulival_builds" } diff --git a/OTA/guide/stone.md b/OTA/guide/stone.md index 1affd03..8f76743 100644 --- a/OTA/guide/stone.md +++ b/OTA/guide/stone.md @@ -5,18 +5,50 @@ ## Install using Rising recovery. -Backup your data -Boot to fastboot and flash recovery (volume down + power button) -fastboot flash boot boot.img -Boot to Rising recovery (volume up + power button) -Format Data -adb sideload RisingOS_Revived-xxxxxxx.zip -*** if you have vanilla build flash GApps of your choice - adb sideload gapps_filename.zip +* Installing a new ROM will erase all your data! Backup your data. + +## Boot to fastboot (volume down + power button) or use this command: +*************************************************** + adb reboot bootloader +*************************************************** +## Install specific device images. +*************************************************** + fastboot flash boot boot.img + fastboot flash vendor_boot vendor_boot.img + fastboot flash dtbo dtbo.img +*************************************************** + +## reboot to Rising Recovery. +*************************************************** + fastboot reboot recovery +*************************************************** + +## Format Data. +On the recovery screen, go to: +Factory reset, then Format data/factory reset + +## Install Rom from ADB Sideload. +Go to Apply Update; then Apply Update from ADB. + +On a PC: +Windows: Open a CMD or PowerShell window. + +Linux/Mac: Open a window of your terminal emulator. +*************************************************** + adb sideload RisingOS_Revived-xxxxxxx.zip + +*** if you have vanilla build flash GApps of your choice (Opitional)- +*************************************************** + adb sideload gapps_filename.zip +*************************************************** Reboot to system and enjoy the new life of your Smartphone! -## Install using custom recovery (OrangeFox Recommended) +## Install using custom recovery -​Backup your data +*************************************************** + * Custom recovery [Link on Rom postage] +*************************************************** +Backup your data Boot to Custom Recovery Flash **RisingOS_Revived-Rom.zip Format Data @@ -24,18 +56,39 @@ Format Data Reboot to system and enjoy the new life of your Smartphone! #### Update installation (dirty flash):​ - +*************************************************** +### OTA Recommended ### +Settings > System > Updater, Check for updates, download and install them, and restart when prompted. +*************************************************** ## Install using Rising recovery. Backup your data -Boot to Rising recovery (volume up + power button) -adb sideload RisingOS_Revived-xxxxxxx.zip +## reboot to Rising Recovery. + +## Install Rom from ADB Sideload. +Go to Apply Update; then Apply Update from ADB. + +On a PC: +Windows: Open a CMD or PowerShell window. + +Linux/Mac: Open a window of your terminal emulator. +*************************************************** + adb sideload RisingOS_Revived-xxxxxxx.zip + +*** if you have vanilla build re-flash GApps of your choice (Opitional)- +*************************************************** + adb sideload gapps_filename.zip + Reboot to system aand enjoy RisingOS-Revived updated with the best that a Custom Rom can offer! +*************************************************** ## Install using custom recovery -​Backup your data +*************************************************** + * Custom recovery [Link on Rom postage] +*************************************************** +Backup your data Boot to Custom Recovery Flash **RisingOS_Revived-Rom.zip *** if you have vanilla build flash GApps of your choice -Reboot to system and enjoy RisingOS-Revived updated with the best that a Custom Rom can offer! \ No newline at end of file +Reboot to system and enjoy RisingOS-Revived updated with the best that a Custom Rom can offer!