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
package com.mridang.dashbar; | |
import android.graphics.Bitmap; | |
import android.graphics.Canvas; | |
import android.graphics.Color; | |
import android.graphics.Paint; | |
import android.graphics.PorterDuff; | |
import android.graphics.PorterDuffXfermode; | |
import android.graphics.Typeface; | |
import android.os.Environment; |
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
.method public static dhcout()V | |
.locals 2 | |
.prologue | |
.line 63 | |
const-string v0, "org.apache.http.wire" | |
invoke-static {v0}, Ljava/util/logging/Logger;->getLogger(Ljava/lang/String;)Ljava/util/logging/Logger; | |
move-result-object v0 |
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
#!/usr/bin/env python | |
""" | |
This script is used to compare the version-number and version-code in the the | |
manifest XML file of the Android project, with the number of the current tag of | |
the git branch. | |
The idea is that when the version-code in the XML file is 0.3, the tag of the | |
current branch is also at 0.3. | |
In the event the tag is one version behind the version-code, the script can | |
automatically increment the version-code and the version number. | |
The version-code is a decimal beginning from 0.0 with each release adding a 0.1 |
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
adb root | |
adb remount | |
adb shell "rm -f /system/app/SoundRecorder.apk" | |
adb shell "rm -f /system/app/CMWallpapers.apk" | |
adb shell "rm -f /system/app/DSPManagerexit.apk" | |
adb shell "rm -f /system/app/Apollo.apk" | |
adb shell "rm -f /system/app/MagicSmokeWallpapers.apk" | |
adb shell "rm -f /system/app/VideoEditor.apk" | |
adb shell "rm -f /system/app/GenieWidget.apk" | |
adb shell "rm -f /system/app/VisualizationWallpapers.apk" |
NewerOlder