-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I45542b0a33ef1f5691592fd2254b6aaa64c9ea96
- Loading branch information
1 parent
d529f8a
commit 4cbea01
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |