This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- | |
.net | |
@ | |
/ | |
& | |
%-enhet | |
%-enheten | |
%-enhetens | |
%-enheter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Invoke-Expression (&starship init powershell) | |
Import-Module oh-my-posh | |
Import-Module PSReadLine | |
Import-Module -Name Terminal-Icons | |
#oh-my-posh init pwsh | Invoke-Expression | |
oh-my-posh init pwsh --config C:\Users\yeahg\AppData\Local\oh-my-posh\themes/catppuccin_macchiato.omp.json | Invoke-Expression | |
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward | |
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modified | |
general.smoothScroll.currentVelocityWeighting: 0 | |
general.smoothScroll.mouseWheel.durationMaxMS: 150 | |
general.smoothScroll.stopDecelerationWeighting; 0.82 | |
mousewheel.min_line_scroll_amount: 25 | |
general.smoothScroll.msdPhysics.enable: true | |
default: | |
general.smoothScroll.currentVelocityWeighting: 0.25 | |
general.smoothScroll.mouseWheel.durationMaxMS: 200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"palette": { | |
"os": "#ACB0BE", | |
"closer": "p:os", | |
"pink": "#F5BDE6", | |
"lavender": "#B7BDF8", | |
"blue": "#8AADF4" | |
}, | |
"blocks": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"title": "MQTT Configuration", | |
"description": "", | |
"type": "object", | |
"properties": { | |
"topicPattern": { | |
"title": "Topic that will be used when publishing messages on DNX MQTT Server.", | |
"type": "string", | |
"minimum": 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Log from TWRP | |
Partition mounts including dynamic partition. Log is taken directly from TWRP, bootin on OOS 11 Beta on OnePlus 7T Pro. | |
------------------------------------------------------------------------------------------------------------------------- | |
Partition Logs: | |
/system_root | /dev/block/dm-4 | Size: 1287MB Used: 1283MB Free: 3MB Backup Size: 1283MB | |
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only | |
Primary_Block_Device: /dev/block/dm-4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FastbootD Rescue: | |
All commands: https://source.android.com/devices/bootloader/fastbootd | |
### Deleted logical partition | |
In case you "accidentally" delete a logical partition, you won't be able to flash anything on that slot | |
since the partition don't exist. | |
In order to restore the slot to be functional you need to manually create a the new deleted logcal parition |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Credit: thohac@xda | |
I took the tools/arm/magiskboot from that git and did it manually. | |
Here are my steps. | |
put magiskboot in /data/local/bin | |
chmod +x /data/local/bin/magiskboot. | |
put unpacked boot.img on the device and patch with magisk. rename back to boot.img | |
mkdir unpacked; cd unpacked #make a working dir and switch to it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTE: I have only tested this on my OnePlus 7T Pro running OxygenOS11 Beta (Android 11). | |
Be sure to know what you're doing and proceed at your own risk. | |
Below are two guides on how to make dynamic partition R/W, this also works for stock. | |
Unlike some other guides out there, this is without the need of unpacking/repacking the super partitions. | |
Although, the second guide does require (a properly) TWRP. | |
Note: If you get qualcomm crash dump complaining about dm-verity, flash magisk. | |
For Guide 2, you need to use a personal ***test*** TWRP build of mine. Only tested on 7T Pro running OOS11. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting TWRP 3.5.0_10-0-a66a33a5 on Thu Sep 3 03:07:34 1970 | |
(pid 587) | |
BOARD_HAS_NO_REAL_SDCARD := true | |
RECOVERY_SDCARD_ON_DATA := true | |
TW_NO_USB_STORAGE := true | |
TW_HAS_EDL_MODE := true | |
TW_INCLUDE_CRYPTO := true | |
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness | |
I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness' | |
I:TWFunc::Set_Brightness: Setting brightness control to 420 |
NewerOlder