linkdata2sd  Update of ”linkdata2sd”

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: bbffb11f354787c3d65dc6418059c0e0ded1727f
Page Name:linkdata2sd
Date: 2016-03-20 16:14:25
Original User: brau
Parent: 71b265e0cf9453ca0e5158e3c4854f53229b5acc (diff)
Next 4150a96fdddafc734f9e216b75e6ba97d2aa3b65
Content

linkdata2sd

is a script designed to run inside Android phones to migrate data/cache directories from internal storage to sd card.

Assuming you have Link2sd installed in your phone, this script covers the data handled by premium licence only.

This is not an app, it is a script sh. It was tested on Android 2.3, aside from that there are no dependencies. I don't know if it works on newer devices.

To run it you could install a terminal emulator app or login into the device via a ssh server app.

Once in terminal

$su      (enter root mode, if not already)
#sh linksd.sh    (wherever the script is located)
...

In default mode the app presents the installed apps' data/cache sorted by size (in decreasing order). From here on you can:

  • move the data to/from the sd card (link/unlink)
  • launch a shell inside the data directory (sh)
  • make a snapshot of current data (snap)
  • reuse a previous snapshot
  • delete the data (delete)