Skip to content

Commit

Permalink
devices: beryllium january update
Browse files Browse the repository at this point in the history
Change-Id: I45542b0a33ef1f5691592fd2254b6aaa64c9ea96
  • Loading branch information
PainKiller3 committed Jan 6, 2024
1 parent d529f8a commit 4cbea01
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
5 changes: 5 additions & 0 deletions changelogs/beryllium.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# 06-Jan-2024
- Added Mi Cam
- Switched to dynamic partition
- Update wfd blobs

# 27-Nov-2023
- Initial Android 14 Build
14 changes: 7 additions & 7 deletions devices/beryllium.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
26 changes: 16 additions & 10 deletions instructions/beryllium.md
Original file line number Diff line number Diff line change
@@ -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 <path/to/super_empty.img>` in terminal
- Flash recovery image by running `fastboot flash recovery <path/to/recovery.img>` 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 <path/to/rom.zip>` 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 <path/to/rom.zip>` in terminal
- Reboot and #beAwakened

0 comments on commit 4cbea01

Please sign in to comment.