Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View archon810's full-sized avatar

Artem Russakovskii archon810

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/content_secondary_size" android:textColor="@color/grey" android:gravity="right" android:id="@id/account_name" android:layout_marginBottom="10.0dip" android:layout_alignParentTop="true" android:layout_alignParentRight="true" style="@style/RedeemGiftCardText" />
<LinearLayout android:orientation="horizontal" android:id="@id/balance_row" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/details_content_margin" android:layout_marginRight="@dimen/details_content_margin" android:layout_marginBottom="20.0dip" android:layout_below="@id/account_name">
<TextView android:textColor="@color/white" android:ellipsize="end" android:id="@id/current_play_balance_label" android:layout_width="0.0dip" android:text="@string/balance_label" android:singleLine="true" android:layout_weight="1.0" style="@style/RedeemGiftCard
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:icon="@drawable/ic_menu_market_wishlist" android:id="@id/my_wishlist_item" android:title="@string/menu_my_wishlist" />
</menu>
root_symlink_rule() {
eval $(/sbin/udevadm info --export --export-prefix=ROOT_ --device-id-of-file=/)
[ "$ROOT_MAJOR" -gt 0 ] || return
mkdir -m 0755 -p /dev/.udev/rules.d/
echo "\
ACTION==\"add|change\", SUBSYSTEM==\"block\", \
ENV{MAJOR}==\"$ROOT_MAJOR\", ENV{MINOR}==\"$ROOT_MINOR\", \
SYMLINK+=\"root\"" > /dev/.udev/rules.d/10-root-symlink.rules
}
=== classic-child-1/root-functions.php ===
add_filter('wptouch_the_content', 'my_wptouch_the_conten');
function my_wptouch_the_conten($content) {
if(is_singular()) {
$content .= "<div class='wptouch-custom-ad'><div style='text-align: center;'>
AD TAG GOES HERE
</div></div>
";
}
@archon810
archon810 / build.prop
Created September 9, 2012 19:41
Sprint Galaxy Note II (SPH-L900) build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JRO03C
ro.build.display.id=t0ltespr-eng 4.1.1 JRO03C L900VPALH4 test-keys
ro.build.version.incremental=L900VPALH4
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.1
ro.build.date=Tue Aug 7 11:18:32 KST 2012
ro.build.date.utc=1344305912
@archon810
archon810 / SPH-L900.txt
Created September 9, 2012 19:59
List of files in the SPH-L900 system dump (Sprint Galaxy Note II)
\app\AccuweatherDaemon.apk
\app\AccuweatherWidget.apk
\app\AccuweatherWidget_Main.apk
\app\Activation.apk
\app\AllShareCastWidget.apk
\app\AllshareMediaServer.apk
\app\AllSharePlay.apk
\app\AllshareService.apk
\app\AnalogClockSimple.apk
\app\AnalogClockUnique.apk
@archon810
archon810 / SGH-I317.txt
Created September 9, 2012 20:00
List of files in the SGH-I317 system dump (AT&T Galaxy Note II)
\app\AccuweatherDaemon.apk
\app\AccuweatherDaemon.odex
\app\AccuweatherWidget.apk
\app\AccuweatherWidget.odex
\app\AccuweatherWidget_Main.apk
\app\AccuweatherWidget_Main.odex
\app\AllShareCastWidget.apk
\app\AllShareCastWidget.odex
\app\AllshareMediaServer.apk
\app\AllshareMediaServer.odex
<script src="http://player.ooyala.com/player.js?view=channel&height=376&video_pcode=1ibGg6TBmDG3H5AnDrP2747_rPtP&embedCode=1vaWFtNDpB5ClcDLmvvXErRP1H__Pm2h&deepLinkEmbedCode=1vaWFtNDpB5ClcDLmvvXErRP1H__Pm2h&width=668"></script>
@archon810
archon810 / gist:3861583
Created October 9, 2012 21:28
Changelog AOSP 4.1.1(JRO03D) to 4.1.2(JZO54K)
Changelog AOSP 4.1.1(JRO03D) to 4.1.2(JZO54K)
project bionic/
40e7ed5 Unhide rtld_db_dlactivity()
project build/
25454bc JZO54K
0d6a91e JZO54J
ba7bed7 JZO54I
b097af8 JZO54H