Wszystko Nowy

user:thomas Gisty stworzone przez użytkownika

title:mygist Gisty z podanym tytułem

filename:myfile.txt Gisty zawierające pliki z podanym tytułem

extension:yml Gisty zawierające pliki z podanym rozszerzeniem

language:go Gisty zawierające pliki z podanym językiem

topic:homelab gists with given topic

Zarejestruj się

Zaloguj się


Wszystko Nowy Zarejestruj się Zaloguj się

Wszystkie Gisty

Ostatnio utworzono
Najdawniej utworzono
Ostatnio zaktualizowano
Najdawniej zaktualizowano
inferno0230's Avatar

inferno0230 / ace3_12r_custom.txt

0 polubień
0 forków
1 plików
Ostatnio aktywne 8 months ago
1 inferno0230 in /sauce/los/device/oneplus/aston on 81aea1d λ compare_sha ./proprietary-files.txt ~/dumpyara/working/ACE3_300 ~/dumpyara/working/12R_300
2
3 ## All proprietary files from this list, unless pinned and noted otherwise,
4 (all match)
5
6 ## are from OnePlus 12R (CPH2609_15.0.0.870(EX01)).
7 (all match)
8
9 ## ACDB
10 [DIFF] odm/etc/acdbdata/Audio_Parameter_Version.txt: dump1=171c5df680d1c73b230f47e493862f070778c936 dump2=7b2ef84a3139cf02be1597238941992b81c4f23a
inferno0230's Avatar

inferno0230 / pre_comp.txt

0 polubień
0 forków
1 plików
Ostatnio aktywne 8 months ago
1 inferno0230 in /sauce/los/device/oneplus/sm8550-common on remotes/github/HEAD λ compare_sha ./proprietary-files.txt ~/dumpyara/working/11_862 ~/dumpyara/working/12R_870
2
3 ## All proprietary files from this list, unless pinned and noted otherwise,
4 (all match)
5
6 ## are from OnePlus 11 (CPH2449_15.0.0.862(EX01)).
7 (all match)
8
9 ## ACDBs
10 (all match)
inferno0230's Avatar

inferno0230 / aston_instructions.md

0 polubień
0 forków
1 plików
Ostatnio aktywne 2 weeks ago

Prerequisites:

  • Device must be running OxygenOS(12R)/ColorOS(ACE3) version 16.0.5.701,
  • Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked)

Clean flash:

  • Reboot to bootloader
  • Flash boot, init_boot, vendor_boot, dtbo and recovery images
    • fastboot flash boot boot.img
    • fastboot flash init_boot init_boot.img
    • fastboot flash vendor_boot vendor_boot.img
inferno0230's Avatar

inferno0230 / benz_instructions.md

0 polubień
0 forków
1 plików
Ostatnio aktywne 3 months ago

Prerequisites:

  • Device must be running OxygenOS version 16.0.5.700,
  • Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked)

Clean flash:

  • Reboot to bootloader
  • Flash boot, init_boot, vendor_boot, dtbo and recovery images
    • fastboot flash boot boot.img
    • fastboot flash init_boot init_boot.img
    • fastboot flash vendor_boot vendor_boot.img
inferno0230's Avatar

inferno0230 / caihong_instructions.md

0 polubień
0 forków
1 plików
Ostatnio aktywne 3 months ago

Prerequisites:

  • Device must be running OxygenOS version 16.0.5.701,
  • Flash the current build again using local install to ensure both slots have the same firmware. (Failing to do so will get you bricked)

Note: Builds are based on OPD2403_16.0.5.701(EX01)

Clean flash:

  • Reboot to bootloader
  • Flash boot, init_boot, vendor_boot, dtbo and recovery images
    • fastboot flash boot boot.img
inferno0230's Avatar

inferno0230 / update_benz_prebuilts.sh

0 polubień
0 forków
1 plików
Ostatnio aktywne 9 months ago
1 #!/bin/bash
2
3 OUT_PATH=../../..//out/target/product/benz/
4
5 rm -rf vendor_dlkm vendor_ramdisk system_dlkm images
6 mkdir -p system_dlkm vendor_dlkm vendor_ramdisk images/dtbs
7 find "$OUT_PATH/system_dlkm" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} system_dlkm/ \;
8 find "$OUT_PATH/vendor_dlkm" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} vendor_dlkm/ \;
9 find "$OUT_PATH/vendor_ramdisk" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} vendor_ramdisk/ \;
10 cp $OUT_PATH/obj/DTB_OBJ/out/*.dtb images/dtbs/
inferno0230's Avatar

inferno0230 / picks.sh

0 polubień
0 forków
1 plików
Ostatnio aktywne 9 months ago
1 #!/bin/bash
2
3 # repo init -u https://github.com/PixelOS-AOSP/android_manifest -b refs/changes/73/3073/1 --git-lfs
4 # repo sync --force-sync -j24 -cv
5
6 # PixelOS-AOSP/android_bionic
7 ./vendor/custom/build/tools/repopick.py -p 2069
8
9 # PixelOS-AOSP/android_bootable_deprecated-ota
10 ./vendor/custom/build/tools/repopick.py -p 1877
inferno0230's Avatar

inferno0230 / ips.txt

0 polubień
0 forków
1 plików
Ostatnio aktywne 9 months ago
1 1.238.106.229
2 100.105.135.84
3 100.108.54.73
4 100.98.76.55
5 101.126.138.113
6 101.126.14.37
7 101.126.24.58
8 101.126.83.54
9 101.126.88.251
10 101.200.236.207
inferno0230's Avatar

inferno0230 / update_aston_prebuilts.sh

0 polubień
0 forków
1 plików
Ostatnio aktywne 6 months ago
1 #!/bin/bash
2
3 OUT_PATH=../../../out/target/product/aston
4
5 rm -rf vendor_dlkm vendor_ramdisk system_dlkm images debug
6 mkdir -p system_dlkm vendor_dlkm vendor_ramdisk images/dtbs debug
7 find "$OUT_PATH/system_dlkm" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} system_dlkm/ \;
8 find "$OUT_PATH/vendor_dlkm" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} vendor_dlkm/ \;
9 find "$OUT_PATH/vendor_ramdisk" -type f \( -name "*.ko" -o -name "modules.*" \) -exec cp {} vendor_ramdisk/ \;
10 cp $OUT_PATH/obj/DTB_OBJ/out/*.dtb images/dtbs/

grepfox / error.log

0 polubień
0 forków
1 plików
Ostatnio aktywne 9 months ago
1 ERROR: modpost: "snd_event_client_register" [../sm8650-modules/qcom/opensource/audio-kernel/ipc/gpr_dlkm.ko] undefined!
2 ERROR: modpost: "snd_event_client_deregister" [../sm8650-modules/qcom/opensource/audio-kernel/ipc/gpr_dlkm.ko] undefined!
3 ERROR: modpost: "snd_event_notify" [../sm8650-modules/qcom/opensource/audio-kernel/ipc/gpr_dlkm.ko] undefined!
4 ERROR: modpost: "swr_driver_register" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
5 ERROR: modpost: "swr_driver_unregister" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
6 ERROR: modpost: "swr_remove_device" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
7 ERROR: modpost: "swr_get_logical_dev_num" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
8 ERROR: modpost: "swr_init_port_params" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
9 ERROR: modpost: "swr_connect_port" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
10 ERROR: modpost: "swr_slvdev_datapath_control" [../sm8650-modules/qcom/opensource/audio-kernel/asoc/codecs/swr_dmic_dlkm.ko] undefined!
Nowsze Starsze

Obsługiwane przez Opengist ⋅ Load: 166ms⋅

Polski
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文