From 52be384f3978d2134816f5a42e3b9e9d112ff802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B9i=20Minh=20=C4=90=E1=BB=A9c?= <93396463+bmndc@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:10:08 +0700 Subject: [PATCH] Minor changes --- _sass/no-style-please.scss | 2 +- root.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/no-style-please.scss b/_sass/no-style-please.scss index 27585dfa1..61dd5ae7e 100644 --- a/_sass/no-style-please.scss +++ b/_sass/no-style-please.scss @@ -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%; diff --git a/root.md b/root.md index 817ab1b04..0d3a21e2f 100644 --- a/root.md +++ b/root.md @@ -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 -------