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
#!/bin/bash | |
SDK_VER=19 | |
CUSTOM_VER=119 | |
CUSTOM_NAME=cm | |
if [ -z "$OUT" ]; then | |
echo "Please lunch a product before using this command" | |
exit 1 | |
else |
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
#!/bin/bash | |
RCDIR=/Volumes/android/aokp1/packages/apps/ROMControl | |
NEWRCDIR=~/Desktop/ROMControl_v2_wip | |
rm -r $RCDIR/src $RCDIR/res $RCDIR/AndroidManifest.xml $RCDIR/Android.mk | |
cp -r $NEWRCDIR/src $RCDIR/src | |
cp -r $NEWRCDIR/res $RCDIR/res | |
cp $NEWRCDIR/AndroidManifest.xml $RCDIR/AndroidManifest.xml |
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
#!/bin/bash | |
. build/envsetup.sh | |
mmm frameworks/base/packages/SystemUI/ | |
adb start-server | |
adb shell pkill -TERM -f com.android.systemui | |
adb remount | |
adb push $OUT/system/priv-app/SystemUI.apk /system/priv-app/SystemUI.apk | |
adb shell pkill -TERM -f com.android.systemui | |
adb shell chmod 0644 /system/app-priv/SystemUI.apk | |
sleep 2 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry kind="src" path="packages/apps/Bluetooth/src"/> | |
<classpathentry kind="src" path="packages/apps/Browser/src"/> | |
<classpathentry kind="src" path="packages/apps/Calendar/src"/> | |
<classpathentry kind="src" path="packages/apps/Calendar/extensions_src"/> | |
<classpathentry kind="src" path="packages/apps/Calculator/src"/> | |
<classpathentry kind="src" path="packages/apps/CertInstaller/src"/> | |
<classpathentry kind="src" path="packages/apps/Contacts/src"/> | |
<classpathentry kind="src" path="packages/apps/ContactsCommon/src"/> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<scheme name="Roboticket" version="124" parent_scheme="Default"> | |
<option name="LINE_SPACING" value="1.1" /> | |
<option name="EDITOR_FONT_SIZE" value="12" /> | |
<option name="EDITOR_FONT_NAME" value="Menlo" /> | |
<colors> | |
<option name="CARET_ROW_COLOR" value="f5fbfe" /> | |
<option name="GUTTER_BACKGROUND" value="f2f2f2" /> | |
<option name="LINE_NUMBERS_COLOR" value="a3b2c3" /> | |
<option name="METHOD_SEPARATORS_COLOR" value="e4e4e4" /> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project path="device/htc/m7-common" name="AOKP/device_htc_m7-common" remote="aokp" revision="jb-mr1" /> | |
<project path="device/htc/m7" name="AOKP/device_htc_m7" remote="aokp" revision="jb-mr1" /> | |
<project path="kernel/htc/m7" name="CyanogenMod/android_kernel_htc_m7" remote="cm" revision="cm-10.1" /> | |
</manifest> |
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
Host gerrit | |
HostName gerrit.aokp.co | |
User username | |
Port 29418 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<scheme name="Roboticket" version="1" parent_scheme="Default"> | |
<option name="LINE_SPACING" value="1.1" /> | |
<option name="EDITOR_FONT_SIZE" value="12" /> | |
<option name="EDITOR_FONT_NAME" value="Droid Sans Mono Pro" /> | |
<colors> | |
<option name="CARET_ROW_COLOR" value="d9dafe" /> | |
<option name="GUTTER_BACKGROUND" value="f2f2f2" /> | |
<option name="LINE_NUMBERS_COLOR" value="a3b2c3" /> | |
<option name="SELECTION_BACKGROUND" value="b6cfed" /> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry kind="src" path="packages/apps/Bluetooth/src"/> | |
<classpathentry kind="src" path="packages/apps/ROMControl/src"/> | |
<classpathentry kind="src" path="packages/apps/Camera/src"/> | |
<classpathentry kind="src" path="packages/apps/Browser/src"/> | |
<classpathentry kind="src" path="packages/apps/Calendar/src"/> | |
<classpathentry kind="src" path="packages/apps/Calendar/extensions_src"/> | |
<classpathentry kind="src" path="packages/apps/Calculator/src"/> | |
<classpathentry kind="src" path="packages/apps/CertInstaller/src"/> |