Skip to content

Instantly share code, notes, and snippets.

@wulrahman
wulrahman / Remove_MIUI_Bloatware.CMD
Last active June 11, 2021 15:53 — forked from Biswa96/Remove_MIUI_Bloatware.CMD
Remove bloatware applications from MIUI ROM in Xiaomi phones
cd “adb file location”
./adb kill-shell;
./adb devices;
./adb shell;
pause
set -A command amazon.appmanager android.browser android.chrome android.email android.thememanager android.wallpaper.livepicker facebook.services facebook.system facebook.appmanager google.android.apps.docs google.android.apps.maps google.android.apps.photos google.android.apps.tachyon google.android.feedback google.android.gm google.android.googlequicksearchbox google.android.marvin.talkback google.android.music google.android.syncadapters.calendar google.android.syncadapters.contacts google.android.talk google.android.tts google.android.videos google.android.youtube mfashiongallery.emag mi.android.globalpersonalassistant mi.dlabs.vr mi.globalTrendNews mi.global.bbs mi.global.shop mi.webkit.core micredit.in milink.service mipay.wallet.id mipay.wallet.in miui.analytics miui.android.fashiongallery miui.bugreport miui.cloudbackup miui.cloudservice miui.cloudservice.sysbase miui.micloudsync miui.hybrid miui.hybrid.accessory miui.klo.bu
@wulrahman
wulrahman / graph.html
Created November 29, 2020 16:28 — forked from kevinfjbecker/graph.html
HTML5 Canvas Line Graph
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Roulette</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, figure, footer, header, hgroup,