30 Jan 2023 |
| @hasslethrobbingequality:jupiterbroadcasting.com left the room. | 01:05:22 |
| fixxxr joined the room. | 02:41:03 |
| joshfleming joined the room. | 03:56:44 |
| droopcat joined the room. | 05:46:43 |
| dasa12 joined the room. | 07:43:31 |
| fire7ly joined the room. | 09:20:42 |
| krugger joined the room. | 09:48:55 |
welteam | In reply to @welteam:matrix.org I've been trying to make a userdebug build of the development branch for panther unsuccessfully. When I get near 80%, it starts spamming warnings saying "libvintf [...] RuntimeInfo-host.cpp:27] Should not run fetchAllInformation on host" and then moves to a lot of "no declaration found for ELF symbol with id ...@@LIBC" and then it just crash Anyone? Could it be that I'm missing a dependency? | 12:17:37 |
goupillerenard | Hey, I am looking for the place where default settings are stored, more specifically dark theme and PIN scrambling. I looked at some of the most common places:
/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
/frameworks/base/core/res/res/values/config.xml
/device/google/raviole/raven/overlay/frameworks/base/core/res/res/values/config.xml
/packages/apps/Settings
Unfortunately, the specific settings I need are not in those files and I don't know where else to find. It's especially hard since "dark", "mode", "theme" or "ui" are used A LOT in thousands of files, rendering the checking of each and every file containing them impossible.
| 15:14:54 |
fam | In reply to @welteam:matrix.org I've been trying to make a userdebug build of the development branch for panther unsuccessfully. When I get near 80%, it starts spamming warnings saying "libvintf [...] RuntimeInfo-host.cpp:27] Should not run fetchAllInformation on host" and then moves to a lot of "no declaration found for ELF symbol with id ...@@LIBC" and then it just crash probably something missing. try the process again according to the docs, and search also how to build android on your platform. | 15:15:48 |
fam | In reply to @goupillerenard:matrix.org
Hey, I am looking for the place where default settings are stored, more specifically dark theme and PIN scrambling. I looked at some of the most common places:
/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
/frameworks/base/core/res/res/values/config.xml
/device/google/raviole/raven/overlay/frameworks/base/core/res/res/values/config.xml
/packages/apps/Settings
Unfortunately, the specific settings I need are not in those files and I don't know where else to find. It's especially hard since "dark", "mode", "theme" or "ui" are used A LOT in thousands of files, rendering the checking of each and every file containing them impossible.
https://cs.android.com/android/platform/superproject/+/master:packages/apps/Settings/src/com/android/settings/core/ try to look here. | 15:19:01 |
fam | https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/res/res/values/config.xml | 15:20:04 |
fam | * https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/res/res/values/ | 15:22:46 |
fam | other toggles should appear in java files, you just need to find those files. | 15:24:01 |
maade93791 | though pin scrambling wouldnt be there as its GrapheneOS specific | 15:24:57 |
maade93791 | you may want to check commits implementing it | 15:25:17 |
maade93791 | e.g https://github.com/GrapheneOS/platform_frameworks_base/commit/f0906e31c6faf074041ead2612430feaab335ab6 | 15:26:53 |
nscnt | goupillerenard: Dark mode is often referred to as night mode. See Config default Night mode | 15:35:17 |
welteam | In reply to @famwithacan:matrix.org probably something missing. try the process again according to the docs, and search also how to build android on your platform. I'm already following the guide. I believe I have downloaded all the dependencies but since the docs inly reference them by name (instead of a download url or package name on the most common distros) I can't be sure. I'm also building on an arch install which is the distro recommended and used by the GOS team so there should be no issue there. | 15:38:11 |
welteam | My only doubt come from the fact that the doc says libgcc is a dependency but I haven't found anything directly for that name so I installed the gcc package and moved on | 15:38:40 |
goupillerenard | In reply to @nscnt:matrix.org goupillerenard: Dark mode is often referred to as night mode. See Config default Night mode I have some very mixed feelings atm: pure joy from finally finding it, and some self hatred for searching things with dark instead of night or not asking here for so long. Thank you very much anyway | 15:46:32 |
nscnt | goupillerenard: I can't blame you. I've been there myself, and that's why I know now. "The master failed more times than the beginner has even tried." | 15:52:04 |
nscnt | (not claiming I'm a master) | 15:53:17 |
nscnt | GrapheneOS switches to dark mode by default as soon as every included app supports dark mode correctly | 15:56:26 |
| Aiwaha joined the room. | 16:42:22 |
DRAV-Corp | In reply to @nscnt:matrix.org GrapheneOS switches to dark mode by default as soon as every included app supports dark mode correctly Which apps dont? | 18:02:06 |
nscnt | DRAV-Corp: SetupWizard and Calculator; Contacts is not fully accessible with its forced dark theme at the moment | 18:03:58 |
DRAV-Corp | Gotcha. | 18:11:37 |
| @inference:tchncs.de left the room. | 21:59:56 |
31 Jan 2023 |
| unculturable joined the room. | 00:34:08 |