All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
inferno0230's Avatar

inferno0230 / aston_instructions.md

0 likes
0 forks
1 files
Last active 3 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 likes
0 forks
1 files
Last active 3 weeks 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 likes
0 forks
1 files
Last active 3 weeks 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 likes
0 forks
1 files
Last active 6 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 likes
0 forks
1 files
Last active 6 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 likes
0 forks
1 files
Last active 6 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 likes
0 forks
1 files
Last active 3 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 likes
0 forks
1 files
Last active 6 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!

grepfox / demsg.log

0 likes
0 forks
1 files
Last active 6 months ago
1 [ 281.484779] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136951 :277361109491: 520][1110]:[5 ]:ad 84 0 6 3 1 1 34324241 1 0
2
3 [ 281.484787] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:1984=>[1136952 :277361110273: 782][1110]:[5 ]:ad 88 11c 0 0 27c a0 0 0 27c a0 1 0
4
5 [ 281.484795] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136953 :277361110846: 573][1110]:[5 ]:ad 88 0 7 2 1 1 34324241 1 0
6
7 [ 281.484803] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:1984=>[1136954 :277361111523: 677][1110]:[5 ]:ad 8c 11e 0 0 27c af0 0 0 27c af0 1 0
8
9 [ 281.484811] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136955 :277361111939: 416][1110]:[5 ]:ad 8c 0 8 1 1 1 34324241 1 0

grepfox / demsg.log

0 likes
0 forks
1 files
Last active 6 months ago
1 [ 281.484779] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136951 :277361109491: 520][1110]:[5 ]:ad 84 0 6 3 1 1 34324241 1 0
2
3 [ 281.484787] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:1984=>[1136952 :277361110273: 782][1110]:[5 ]:ad 88 11c 0 0 27c a0 0 0 27c a0 1 0
4
5 [ 281.484795] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136953 :277361110846: 573][1110]:[5 ]:ad 88 0 7 2 1 1 34324241 1 0
6
7 [ 281.484803] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:1984=>[1136954 :277361111523: 677][1110]:[5 ]:ad 8c 11e 0 0 27c af0 0 0 27c af0 1 0
8
9 [ 281.484811] [drm:sde_evtlog_dump_all:1246] _sde_crtc_blend_setup_mixer:2010=>[1136955 :277361111939: 416][1110]:[5 ]:ad 8c 0 8 1 1 1 34324241 1 0
Newer Older

Powered by Opengist ⋅ Load: 162ms⋅

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