Skip to content

Instantly share code, notes, and snippets.

View thedeadfish59's full-sized avatar
😁
Always busy

Mohammad Rais Al Islam thedeadfish59

😁
Always busy
View GitHub Profile
@thedeadfish59
thedeadfish59 / config.plist
Last active April 4, 2017 19:39
Asus Vivobook S550CM
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v dart=0 nv_disable=1 kext-dev-mode=1 rootless=0 GraphicsEnabler=Yes EthernetBuiltIn=Yes</string>
</dict>
<key>GUI</key>
@thedeadfish59
thedeadfish59 / config.plist
Created March 26, 2017 11:50
Config.plist asus vivobook s550cm
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string> </string>
</dict>
<key>GUI</key>
@thedeadfish59
thedeadfish59 / PhoneStatusBar$36.smali
Created November 4, 2016 21:49
Phonestatusbar36.smali fix it someone
.class Lcom/android/systemui/statusbar/phone/PhoneStatusBar$36;
.super Ljava/lang/Object;
.source "PhoneStatusBar.java"
# interfaces
.implements Landroid/view/View$OnClickListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;