You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openandroidinstaller/views/start_view.py
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
fromflet.buttonsimportCountinuosRectangleBorder
34
34
35
35
fromviewsimportBaseView
36
+
fromcomponentsimportConfirmButton
36
37
fromapp_stateimportAppState
37
38
fromwidgetsimportget_title
38
39
fromtoolingimportsearch_device
@@ -62,9 +63,12 @@ def build(self):
62
63
title=Text("How to enable developer options and OEM unlocking"),
63
64
content=Markdown(
64
65
"""
65
-
To do this, tap seven times on the build number in the 'System'- or 'About the phone'-Menu in Settings. You can also use the phones own search to look for `build number`.
66
-
Then go back to the main menu and look for 'developer options'. You can also search for it in your phone.
67
-
When you are in developer options, toggle OEM unlocking and USB-Debugging. If your phone is already connected to your PC, a pop-up might appear. Allow USB debugging in the pop-up on your phone.
66
+
To do this,
67
+
- **tap seven times on the build number** in the 'System'- or 'About the phone'-Menu in Settings. You can also use the phones own search to look for `build number`.
68
+
- Then go back to the main menu and look for **'developer options'**. You can also search for it in your phone.
69
+
- When you are in developer options, **toggle OEM unlocking and USB-Debugging**.
70
+
- If your phone is already connected to your PC, a pop-up might appear. **Allow USB debugging in the pop-up on your phone.**
71
+
68
72
Now you are ready to continue.
69
73
"""
70
74
),
@@ -74,6 +78,7 @@ def build(self):
74
78
actions_alignment="end",
75
79
shape=CountinuosRectangleBorder(radius=0),
76
80
)
81
+
77
82
# toggleswitch to allow skipping unlocking the bootloader
78
83
defcheck_bootloader_unlocked(e):
79
84
"""Enable skipping unlocking the bootloader if selected."""
0 commit comments