Skip to content

Instantly share code, notes, and snippets.

View sunmughan's full-sized avatar
:octocat:
Verified Developer

Sunmughan Swamy sunmughan

:octocat:
Verified Developer
View GitHub Profile
su
dd if=/sdcard/recovery.img of=/dev/recovery
adb shell
su
dd if=/sdcard/recovery.img of=/dev/recovery
Rename the downloaded recovery file to "recovery.img" in your file storage.
Open the Toolhero App
Click on Recovery from the menu
Click "Install"
After Successful install it will ask to boot into recovery mode. Select ok then.
Now You'll enter your recovery mode.
Enjoy :P
@sunmughan
sunmughan / Apk Decompile Command
Created March 18, 2017 08:50
Apk Decompile Command
java -jar apktool.jar d framework-res.apk
@sunmughan
sunmughan / Apk Decompile Command.txt
Created March 18, 2017 08:55
Apk Decompile Command
java -jar apktool.jar d framework-res.apk
@sunmughan
sunmughan / 5 star widget.txt
Last active March 28, 2017 18:14
Rating widget for Blogger
<script type="text/javascript">(function(d, t, e, m){
// Async Rating-Widget initialization.
window.RW_Async_Init = function(){
RW.init({
huid: "339581",
uid: "16317da7370057d86c57d8b1a3d8210e",
options: { "style": "oxygen" }
});
<div class="rw-ui-container"></div>
@sunmughan
sunmughan / RR 5.8.2 For Moto E3 Power Features.txt
Created April 11, 2017 06:41
RR 5.8.2 For Moto E3 Power Features
********************************
* Crafted With ▼ on Github *
* Designed By Sunmughan Swamy *
********************************
● Navigation Bar ▼
- enable/disable navbar
- navbar colour tint
- navbar button customisation smart bar
- navbar pulse
@sunmughan
sunmughan / Responsive Video Embedding.css
Last active April 13, 2017 16:06
Responsive Video Embedding Code For Blogs
<style>
.video_outer_wrap {
width: 100%;
max-width: 560px;
margin: 15px auto; }
.video_wrap {
position: relative;
padding-bottom: 56%;
padding-top: 0px;
height: 0;
@sunmughan
sunmughan / Responsive Video Embedding1.html
Last active April 13, 2017 16:06
Responsive Video Embedding Code For Blogs 1
<div class="video_outer_wrap">
<div class="video_wrap bottomshadows">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LxuVerR2lFU" frameborder="0" allowfullscreen></iframe></div>