diff --git a/changelogs/beryllium.md b/changelogs/beryllium.md index 30284407..ded86eda 100644 --- a/changelogs/beryllium.md +++ b/changelogs/beryllium.md @@ -1,2 +1,7 @@ +# 06-Jan-2024 +- Added Mi Cam +- Switched to dynamic partition +- Update wfd blobs + # 27-Nov-2023 - Initial Android 14 Build diff --git a/devices/beryllium.json b/devices/beryllium.json index 30c59018..8f8c7a88 100644 --- a/devices/beryllium.json +++ b/devices/beryllium.json @@ -20,14 +20,14 @@ "public_download": "https://www.pling.com/p/1422701/", "response": [ { - "datetime": 1702553724, - "size": 2008933730, - "filehash": "80a728740af8199085255f2f2159bd52", - "filename": "awaken-4.1-ursa-beryllium-official-1137-20231214.zip", - "id": "4f802d4e708d594ef1474282b2cb35b16070a83aa44749e8e6bcb058fc22b6ea", + "datetime": 1704526954, + "size": 2132645038, + "filehash": "cdfd97c9c160f5cb0c401680d899f6ed", + "filename": "awaken-4.2-ursa-beryllium-official-0743-20240106.zip", + "id": "3c54ceb0a5093d2a2ebfcd9ddceffad56ff8faf9f879df5f5bfb38a01a590a53", "romtype": "official", - "version": "4.1", - "url": "https://sourceforge.net/projects/project-awaken/files/beryllium/awaken-4.1-ursa-beryllium-official-1137-20231214.zip/download" + "version": "4.2", + "url": "https://sourceforge.net/projects/project-awaken/files/beryllium/awaken-4.2-ursa-beryllium-official-0743-20240106.zip/download" } ] } diff --git a/instructions/beryllium.md b/instructions/beryllium.md index e94eb57f..d0432b03 100644 --- a/instructions/beryllium.md +++ b/instructions/beryllium.md @@ -1,11 +1,17 @@ -# Clean flash - Encrypted (coming from a different ROM): -- Download ROM -- Reboot to recommended recovery -- Format data (if encrypted) -- Wipe data, dalvik, cache, system, system_ext and vendor -- Flash ROM zip -- Reboot +# Clean flash using awakenOS recovery (Coming from a different rom): +- Download rom, recovery and super_empty files to your computer (Link for recovery & super_empty given on xda thread and device support group) +- Reboot the device to bootloader (Fastboot Mode) +- Flash empty super image by running `fastboot wipe-super ` in terminal +- Flash recovery image by running `fastboot flash recovery ` in terminal +- Reboot to recovery mode +- Go to main menu > Factory reset > Format data/factory reset > Format data - Back to Main menu +- On your phone [which is in recovery mode], Apply update > Apply from ADB +- Flash the rom through ADB sideload by running `adb sideload ` in terminal +- Reboot and #beAwakened -# Updating to a newer build (dirty flash): -- Wipe dalvik, cache and system_ext -- Flash ROM zip and reboot +# Updating to a newer build using awakenOS recovery (Dirty flash): +- Download rom file to your computer +- Reboot the device to recovery +- On your phone [which is in recovery mode], Apply update > Apply from ADB +- Flash the rom through ADB sideload by running `adb sideload ` in terminal +- Reboot and #beAwakened