OxygenOS DSSI Port for whyred
- I didnt port and take no credit.
- Credit to all the developers.
Download Link
https://androidfilehost.com/?fid=11410932744536993285
Flashing Instructions
- Wipe dalvik - system - data - cache.
OxygenOS DSSI Port for whyred
Download Link
https://androidfilehost.com/?fid=11410932744536993285
Flashing Instructions
From f5c234b1278cfb477cfbca4438d3dc13e571c5fc Mon Sep 17 00:00:00 2001 | |
From: Nicholas Chum <[email protected]> | |
Date: Sun, 17 Jul 2016 17:56:40 -0400 | |
Subject: [PATCH 1/1] [squashed] base: Add substratum service support | |
This commit checks whether there is a preexisting file in the themed | |
directory "/data/system/theme/audio/ui/" and if so, change the base | |
file paths for the sound. If the file does not exist in the theme | |
directory, then use the default sounds. |
From 7e94274dc8e5415c826d9ee13b1b4199f0e6cd10 Mon Sep 17 00:00:00 2001 | |
From: George G <[email protected]> | |
Date: Sat, 25 Feb 2017 18:24:06 +0200 | |
Subject: [PATCH 1/1] Settings: Introduce Substratum changes. | |
* Add toggle to force bypass of authorisation checks in the | |
SubstratumService. This is only accessible to owner accounts. | |
* Add ApplicationsState filter for Substratum overlays in All | |
apps list. |
From 34b099ef61ac5b44eb401c6a0b98c4f1aa617bb4 Mon Sep 17 00:00:00 2001 | |
From: Ivan Iskandar <[email protected]> | |
Date: Sun, 12 Nov 2017 11:34:48 +0700 | |
Subject: [PATCH 1/1] build: Introduce SubstratumHelperService | |
Change-Id: I38f44cc25108d2fe5c48dd9b05392f2e0512c832 | |
Signed-off-by: DennySPB <[email protected]> | |
--- | |
target/product/core.mk | 3 +++ | |
1 file changed, 3 insertions(+) |
Needs ADB to be installed
open terminal / cmd
connect your phone and check with adb devices
run - adb shell
open the app of which you want to know the mainActivity of
i3-gaps has some packages that are required for it to work so install these things:
sudo apt install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf xutils-dev libtool automake libxcb-shape0-dev
You also need to install libxcb-xrm-dev
, but I got Unable to locate package libxcb-xrm-dev
when trying to install from the apt repositories on Ubuntu 16.04. If this happens to you, just install it from source using these commands:
mkdir tmp
timedatectl set-ntp true | |
hwclock --systohc |
[ | |
{ | |
"url": "https://i.imgur.com/bHdPyCX.png", | |
"author": "ecnivtwelve", | |
"name": "POSP - Blue", | |
"collections": "POSP" | |
}, | |
{ | |
"url": "https://i.imgur.com/4XzmnIA.png", | |
"author": "ecnivtwelve", |
{ | |
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim", | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [80], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", |