Last active
February 6, 2022 15:26
-
-
Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.
Revisions
-
ArianK16a revised this gist
Feb 6, 2022 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,9 @@ changes=( repopick -f -P frameworks/base ${changes[@]}& # system/core #changes=( #297167 # init: Report valid verified boot for SafetyNet checks #) #repopick -f -P system/core ${changes[@]}& wait -
ArianK16a revised this gist
Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repopick -f -P frameworks/base ${changes[@]}& # system/core changes=( 297167 # init: Report valid verified boot for SafetyNet checks ) repopick -f -P system/core ${changes[@]}& -
ArianK16a revised this gist
Feb 3, 2022 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,10 @@ changes=( ) repopick -f -P frameworks/base ${changes[@]}& # system/core changes=( 323048 # init: Report valid verified boot for SafetyNet checks ) repopick -f -P system/core ${changes[@]}& wait -
ArianK16a revised this gist
Aug 6, 2021 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,6 @@ source "build/envsetup.sh"; # frameworks/base changes=( 314580 # core: Spoof build fingerprint for Google Play Services ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
Aug 6, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ source "build/envsetup.sh"; changes=( # TEMPORARY for migration builds 297539 # Reset all package signatures on boot 314580 # core: Spoof build fingerprint for Google Play Services ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
May 18, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,6 @@ source "build/envsetup.sh"; # frameworks/base changes=( # TEMPORARY for migration builds 297539 # Reset all package signatures on boot ) -
ArianK16a revised this gist
Apr 14, 2021 . 1 changed file with 0 additions and 25 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,37 +3,12 @@ set -e source "build/envsetup.sh"; # frameworks/base changes=( 305890 # [SQUASH]base: Revert secondary home handle # TEMPORARY for migration builds 297539 # Reset all package signatures on boot ) repopick -f -P frameworks/base ${changes[@]}& wait -
ArianK16a revised this gist
Apr 2, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,8 @@ repopick -f -P device/lineage/sepolicy ${changes[@]}& changes=( 301606 # SystemUI: Add anti flicker tile 305890 # [SQUASH]base: Revert secondary home handle # TEMPORARY for migration builds 297539 # Reset all package signatures on boot ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
Mar 21, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,7 @@ repopick -f -P device/lineage/sepolicy ${changes[@]}& # frameworks/base changes=( 301606 # SystemUI: Add anti flicker tile 305890 # [SQUASH]base: Revert secondary home handle ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
Mar 21, 2021 . 1 changed file with 0 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -33,10 +33,4 @@ changes=( ) repopick -f -P packages/apps/LineageParts ${changes[@]}& wait -
ArianK16a revised this gist
Mar 15, 2021 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -33,4 +33,10 @@ changes=( ) repopick -f -P packages/apps/LineageParts ${changes[@]}& # packages/apps/Settings changes=( 305653 # MediaOutputPanel: Try to get the package name of the active media controller if packageName is null ) repopick -f -P packages/apps/Settings ${changes[@]}& wait -
ArianK16a revised this gist
Feb 21, 2021 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,8 +29,6 @@ repopick -f -P lineage-sdk ${changes[@]}& # packages/apps/LineageParts changes=( 301605 # Add a toggle for anti flicker mode in LiveDisplay settings ) repopick -f -P packages/apps/LineageParts ${changes[@]}& -
ArianK16a revised this gist
Feb 8, 2021 . 1 changed file with 25 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,10 +3,35 @@ set -e source "build/envsetup.sh"; # device/lineage/sepolicy changes=( 301607 # common: Label IAntiFlicker live display service ) repopick -f -P device/lineage/sepolicy ${changes[@]}& # frameworks/base changes=( 301606 # SystemUI: Add anti flicker tile ) repopick -f -P frameworks/base ${changes[@]}& # hardware/lineage/interfaces changes=( 301608 # Introduce anti flicker LiveDisplay interface ) repopick -f -P hardware/lineage/interfaces ${changes[@]}& # lineage-sdk changes=( 301609 # Introduce anti flicker mode in LiveDisplay ) repopick -f -P lineage-sdk ${changes[@]}& # packages/apps/LineageParts changes=( 303148 # profiles: Import SeekBarVolumizer for usage in SetupActionsfragment 303149 # profiles: SeekBarVolumizer: Properly setup the minimum of the seekbar 301605 # Add a toggle for anti flicker mode in LiveDisplay settings ) repopick -f -P packages/apps/LineageParts ${changes[@]}& -
ArianK16a revised this gist
Feb 8, 2021 . 1 changed file with 4 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,19 +3,11 @@ set -e source "build/envsetup.sh"; # packages/apps/LineageParts changes=( 303148 # profiles: Import SeekBarVolumizer for usage in SetupActionsfragment 303149 # profiles: SeekBarVolumizer: Properly setup the minimum of the seekbar ) repopick -f -P packages/apps/LineageParts ${changes[@]}& wait -
ArianK16a revised this gist
Jan 28, 2021 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,13 @@ changes=( ) repopick -f -P frameworks/base ${changes[@]}& # packages/resources/devicesettings changes=( 300591 # devicesettings: Add common styles 300592 # devicesettings: update preference category title text color 297547 # Turn devicesettings resources into a static library 301225 # devicesettings: Add common adaptive icon ) repopick -f -P packages/resources/devicesettings ${changes[@]}& wait -
ArianK16a revised this gist
Jan 10, 2021 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,7 @@ source "build/envsetup.sh"; # frameworks/base changes=( 297650 # SeekBarVolumizer: Properly setup the minimum of the seekbar ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
Dec 30, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,6 @@ changes=( 291212 # camera: Support exposing aux camera to apps 297650 # SeekBarVolumizer: Properly setup the minimum of the seekbar 298711 # NotificationPanelViewController: Call onTouchEvent on mDoubleTapGesture when mBarState is not keyguard ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a revised this gist
Dec 29, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ changes=( 291212 # camera: Support exposing aux camera to apps 297650 # SeekBarVolumizer: Properly setup the minimum of the seekbar 298711 # NotificationPanelViewController: Call onTouchEvent on mDoubleTapGesture when mBarState is not keyguard 298984 # audio: Discard QTI only codecs when AOSP BT stack is in use ) repopick -f -P frameworks/base ${changes[@]}& -
ArianK16a created this gist
Dec 29, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ #!/bin/bash set -e source "build/envsetup.sh"; # frameworks/base changes=( 291212 # camera: Support exposing aux camera to apps 297650 # SeekBarVolumizer: Properly setup the minimum of the seekbar 298711 # NotificationPanelViewController: Call onTouchEvent on mDoubleTapGesture when mBarState is not keyguard ) repopick -f -P frameworks/base ${changes[@]}& wait