Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc committed Aug 14, 2024
1 parent 09038a8 commit 52be384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ html {
body {
color: var(--text-color); // default: white
font-family: -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; // default: monospace
font-size: 1rem; // default: 16px
font-size: 14px; // default: 16px
line-height: 1.5; // default: 1.4
margin: 0;
min-height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion root.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "ROOT: Patching the boot partition (non-US only)"
---
On the Nokia 6300 4G and 8000 4G, you might have noticed that while ADB and DevTools allow you to install most third-party apps outside of KaiStore, you cannot install apps with 'forbidden' permissions such as `embed-apps`, `embed-widget` or `engmode-extension` (as defined by the `devtools.apps.forbidden-permissions` Device Preferences flag). This prevents you from sideloading and using Wallace Toolbox, telnetd, ADBroot or a bunch of BananaHackers apps, which depend on those permissions to handle app installations or gain deeper system control. If you try to install an app with any of the 'forbidden' permissions, WebIDE and gdeploy will throw an error:

```
```console
joni@kiruria:~/dev/gdeploy$ gdeploy install ../wallace-toolbox/
GDEPLOY
-------
Expand Down

0 comments on commit 52be384

Please sign in to comment.