-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d420d1
commit 589eb42
Showing
1 changed file
with
36 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Blocking checks | ||
- [X] Correct screen/recovery size | ||
- [X] Working Touch, screen | ||
- [X] Backup to internal/microSD | ||
- [X] Restore from internal/microSD | ||
- [X] reboot to system | ||
- [X] ADB | ||
|
||
|
||
Medium checks | ||
- [X] update.zip sideload | ||
- [X] UI colors (red/blue inversions) | ||
- [X] Screen goes off and on | ||
- [X] F2FS/EXT4 Support, exFAT/NTFS where supported | ||
- [X] all important partitions listed in mount/backup lists | ||
- [X] backup/restore to/from external (USB-OTG) storage | ||
- [X] backup/restore to/from adb (https://gerrit.omnirom.org/#/c/15943/) | ||
- [ ] decrypt /data | ||
- [X] Correct date | ||
|
||
|
||
|
||
Minor checks | ||
- [X] MTP export | ||
- [X] reboot to bootloader | ||
- [X] reboot to recovery | ||
- [X] poweroff | ||
- [X] battery level | ||
- [X] temperature | ||
- [X] encrypted backups | ||
- [X] input devices via USB (USB-OTG) - keyboard, mouse and disks | ||
- [x] USB mass storage export (unable to test) | ||
- [X] set brightness | ||
- [ ] vibrate | ||
- [X] screenshot | ||
- [X] partition SD card |