Skip to content

Instantly share code, notes, and snippets.

@sarim
sarim / Castle.xml
Created January 6, 2014 13:44 — forked from kwmt/Castle.xml
<?xml version="1.0" encoding="UTF-8" ?>
<Data>
<Series>
<id>83462</id>
<Actors>|Nathan Fillion|Stana Katic|Molly C. Quinn|Jon Huertas|Seamus Dever|Tamala Jones|Susan Sullivan|Ruben Santiago-Hudson|Monet Mazur|</Actors>
<Airs_DayOfWeek>Monday</Airs_DayOfWeek>
<Airs_Time>10:00 PM</Airs_Time>
<ContentRating>TV-PG</ContentRating>
<FirstAired>2009-03-09</FirstAired>
<Genre>|Drama|</Genre>
@sarim
sarim / README.md
Last active December 10, 2015 21:28 — forked from anonymous/README
This script copies all data from /data/data to any directory(in sdcard) and (soft)links back them in /data/data.

This script copies all data from /data/data to any directory(in sdcard) and (soft)links back them in /data/data.

The purpose is to free space from /data/data.

To use it, first make sure the DESTDIR exists, change it according to your need, mkdir it. here i used /data/sdext2 which is a ext partition on sdcard mounted by link2sd.

make sure your android is rooted and you have cp,rm,ln binary installed, usually these come from busybox.

copy the script to android,