Skip to content

Commit

Permalink
refresh some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio84 committed Dec 6, 2017
1 parent f46d30c commit 819a724
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file added Blobs extraction - superrs-kitchen.tar.gz
Binary file not shown.
Binary file not shown.
12 changes: 7 additions & 5 deletions command-list.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
. scripts/build_rom.sh angler nosync noclean log on
. scripts/build_apk.sh angler nosync noclean log SystemUI
. scripts/build_apk.sh angler nosync noclean log Settings
. scripts/build_apk.sh angler nosync noclean log Gallery2
. scripts/build_apk.sh angler nosync noclean log OmniSwitch
. scripts/build_apk.sh angler nosync noclean log ThemeInterfacer
. scripts/build_apk.sh angler nosync noclean log MusicFX
. scripts/build_apk.sh angler nosync noclean log Launcher3
. scripts/build_apk.sh angler nosync noclean log Dialer

. scripts/build_kernel.sh angler log
linux kernel new tags: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/

git push abc n2
git push abc o2

adb root
adb remount
adb push Settings.apk /system/priv-app/Settings/Settings.apk
adb push SystemUI.apk /system/priv-app/SystemUI/SystemUI.apk
adb push Settings.odex /system/priv-app/Settings/oat/arm64/Settings.odex
adb push Settings.vdex /system/priv-app/Settings/oat/arm64/Settings.vdex

find strings in the rom source: grep -r "TEXTtoFIND"
find commit msg in the history: git log --grep="<part_of_commit_message>"
Expand All @@ -31,7 +33,7 @@ to type a tilde ~: AltGR+ì (or Alt+126 on Win)
Shift + Alt Gr + è --for: {
Shift + Alt Gr + + --for: }

git push ssh://[email protected]:29418/android_external_DUtils/ HEAD:refs/for/n7x
git push ssh://[email protected]:29418/android_frameworks_base/ HEAD:refs/for/o8x
git push ssh://[email protected]:29418/SubstratumResources/platform_frameworks_base HEAD:refs/for/n-mr1-oms7
git push ssh://[email protected]:29418/SlimRoms/frameworks_opt_slim HEAD:refs/for/ng7.1
to add a topic to the commit: HEAD:refs/for/lp5.1l%topic=XXXXXXX
Expand Down

0 comments on commit 819a724

Please sign in to comment.