Recently, the Google I/O conference announced several models compatible with Android Q beta3, and my Oneplus 6 happens to be among them
Happy!!
Then today, after flashing the Android Q beta3 OOS version, I found quite a few issues. After all, it's a BETA version, not the official version, which can be understood. The main points I can experience are:
- The notification bar icons are too big.
- The shortcut keys only have the three navigation buttons. What about the full-screen gestures?
- After setting a PIN code, if the phone is restarted, it cannot be successfully verified.
- Fingerprint unlock is ineffective.
- There is no face unlock in SmartLock.
- Google Assistant cannot be activated by saying 'OK, Google'.
- Notifications are dismissed by swiping right, and swiping left will have delayed reminders and more functions. The behavior pattern needs some time to get used to.
- Permission management has become more detailed.
- There is no significant change in smoothness in my experience.
- USB file transfer seems to cause system errors?? (Encountered once but not strictly confirmed)
- Animation transitions have become more visually appealing.
- It seems that there is no option to hide the notch.
Notes#
Record the method to skip the phone setup wizard using adb, tested and effective!!
adb shell settings put secure user_setup_complete 1
adb shell settings put global device_provisioned 1
Then restart.
This method is from: Skip Gapps Boot Guide on Android