Main Page

  Expand/Collapse

Import Apps2SD free settings [Pro only]

Use this option to import your settings from Free version to Pro version. Note: after successful import uninstall/freeze the free version, don't use both Free and Pro version at the same time. Follow the below steps for successfull migration:
        1) Update Free and Pro versions from Play store
        2) Open Pro version and use "Import Apps2SD free settings" option in main page to import settings. On successfull import Pro version will offer you to uninstall Free version ignore it for now. Pro version will now close
        3) Open Pro version again if there is no crash then go ahead and Uninstall/Freeze/Disable Apps2SD free version. Note: This step is a must, you should not run both Pro and Free version at the same time, it'll cause lot of problems
        4) Recreate the mount script in Pro version and you are good to go

Link apps to SD card

Use this option to link/move apps to sd card etc. Check "Link apps to SD card" section for more details

Terminal Emulator

Use this option to open a Terminal window. You can run any shell command and script in the Terminal window. Check "Terminal Emulator" section for more details

Folder Mount

Use this option to create Bind/Link pairs between two folders. Check "Folder Mount" section for more details

Folder Mount (App analyzer) [Pro only]

Use this option to create Bind pairs for obb/media/external data folders of an app/game. Check "Folder Mount (App analyzer)" section for more details

Screen Recorder [KitKat+ only]

Use this option to Record device screen alongwith Audio. Check "Screen Recorder" section for more details

Task Manager

Use this option to manage running tasks. Check "Task Manager" section for more details

Task Scheduler [Pro only]

Use this option to schedule tasks based on time or events. Check "Task Scheduler" section for more details

App Component Manager

Use this option to manage installed apps. You can enable/disable specific app components (e.g. Activity, Service, Broadcast Receiver or Content provider). Check "App Component Manager" section for more details

Hibernate Apps [Honeycomb+ only] (Greenify)

Use this option to Hibernate apps/Greenify when screen is off. To disable this behaviour uncheck "Enable Hibernate service" in Settings. Check "Hibernate Apps/Greenify" section for more details. Note: Hibernated apps will be stopped completely and have to be run manually

Broken App cleaner

Use this option to delete unused/leftover/broken links/files/directories. This should also resolve issues if you're not able to install/update apps/games from play store or any other store. You may have to reboot after cleaning. Check "Broken App cleaner" section for more details

Hide Apps and Games

Use this option to hide apps and games with password protection. Check "Hide Apps" section for more details

Swap Manager

Use this option to create/delete/manage Swap files and partitions. Note: Swap will be enabled/disabled based on your preference on boot (To disable this behaviour uncheck "Enable at Boot" in Swap section in Settings). Check "Swap Manager" section for more details

Fix Device Lag [Icecream Sandwich+ only]

Use this option to trim (wipe unused data blocks internally) system, data, cache and sd card 2nd partition. Triming results in faster I/O operations. Check "Fix Device Lag" section for more details

Partition Tool

Use this option to Create/Format/Repair/Upgrade partitions on your SD card. Check "Partition Tool" section for more details

Partition Tool (Adoptable) [Marshmallow+ only]

Use this option to Create Adoptable or Adoptable + Portable partition on your SD card. Check "Partition Tool (Adoptable)" section for more details

Backup/Restore Apps/Sd card

Use this option to Backup or Restore installed apps or SD card partitions. Check "Backup/Restore" section for more details

Restore Apps [Pro only]

Use this option to Restore apps. Check "Restore Apps" section for more details

Script Manager

Use this option to create/run shell scripts. You can create home screen shortcuts for the script as well. Check "Script Manager" section for more details

Throttle CPU

Use this option change the cpu governor for better performance/battery backup. Check "Throttle CPU" section for more details

Toggle cpu core(s) [Applicable for multi core devices only]

Use this option enable/disable cpu cores. Check "Toggle cpu core(s)" section for more details

SD card Booster

Use this option to change the read ahead cache value for Internal and External SD cards. This will increase read/write speed on the SD cards. Check "SD card Booster" section for more details

MMC Speed Test

Use this option to test Read/Write speed of your Sd cards. Check "SD card Speed Test" section for more details

Error Report

Use this option to send Device info and Error report to the developer. Check "Error Report" section for more details

Reboot

It provides you advance reboot options like Reboot, Soft Reboot, Power off, Recovery, Bootloader, Safe Mode and eRecovery

Logcat

Use this option to capture Logcat of your device. Check "Logcat" section for more details

Install Busybox

Use this option to install/update/remove busybox binary from your device. Check "Install Busybox" section for more details

Settings

Use this option to change Apps2SD settings. Check "Settings" section for more details

SDFix

Use this option if apps don't have write access to extrnal SD card

Convert Apps2SD to system app

Use this option to convert Apps2SD to a system app. Apps2SD might stop working after conversion on some devices so this option should be avoided

Convert Apps2SD to user app [Applicable if Apps2SD is a system app]

Use this option to convert Apps2SD to a user app

Integrate Apps2SD update into system [Applicable if Apps2SD is an updated app]

Use this option to integrate Apps2SD update into system

Help in translation

I need help in translating Apps2SD to your native language

Faqs

Link to online Faqs

Menu options

Plus one
Share Apps2SD on Google plus
Facebook
Share Apps2SD on Facebook
Twitter
Share Apps2SD on Twitter
Pinterest
Share Apps2SD on Pinterest
Reddit
Share Apps2SD on Reddit
Linkedin
Share Apps2SD on Linkedin
Tumblr
Share Apps2SD on Tumblr
Delicious
Share Apps2SD on Delicious
Buffer
Share Apps2SD on Buffer
StumbleUpon
Share Apps2SD on StumbleUpon
Tutorials
Use this option to view tutorials on how to use Apps2SD
Rate Apps2SD
Link to Apps2SD play store page where you can rate the app
Apps2SD features
Link to Apps2SD feature details
Create widget [Pro only]
Create widgets for Apps2SD. Check "Widgets" section for more details
Create shortcut [Pro only]
Create homescreen shortcuts for all Apps2SD Modules
Select/rearrange modules [Pro only]
Select which modules to display in Homepage. You can also rearange the module order based on your liking
Mount all folders
Use this option to mount all folders including Foldermount pairs, linked obb and ext data
Unmount all folders
Use this option to unmount all folders including Foldermount pairs, linked obb and ext data
Activate Android's standard "fuse" filesystem for SD cards
Make sure you have a custom recovery installed before applying this fix. If your device uses sdcardfs (not applicable for devices with MarshMallow and above from v11.3 onwards) or esdfs file system for SD card then in order to use obb/ext data linking and Folder Mount you need to use this option. If obb/ext data linking and Folder Mount is working fine without applying this fix then nothing is needed. Note: If after applying the fix your device is not working properly then apply "Revert modification of SD card filesystem" from the same menu. If your device ends up in a bootloop then follow below steps (last 4 commands are applicable for Marshmallow+ only).
    Boot into recovery
    Mount System as rw
    open terminal and run below commands line by line
    busybox cp -a /system/bin/sdcard_apps2sd_bk /system/bin/sdcard
    chcon u:object_r:sdcardd_exec:s0 /system/bin/sdcard
    chmod 755 /system/bin/sdcard
    chown 0:2000 /system/bin/sdcard
    busybox cp -a /system/bin/vold_apps2sd_bk /system/bin/vold
    chcon u:object_r:vold_exec:s0 /system/bin/vold
    chmod 755 /system/bin/vold
    chown 0:2000 /system/bin/vold
Revert modification of SD card filesystem
Use this option to revert the changes made by [Activate Android's standard "fuse" filesystem for SD cards] option
View linked app repository
Use this option to visit the online linked app repository. You can search for apps which can be successfully linked on your device and ROM. The data in this repository is user contributed.
Contribute to linked app repository
Use this option to submit report of all the linked apps in your device. It is highly recommended you submit the report once in a while because this will help others (even you) with same device to know which apps/component can be succesfully linked
Report issue
Use this option to report an issue
Send device info to Developer
Use this option to send device info along with error report(if available) to the developer only if the developer asked you to send it
Revert SDFix
Use this option to revert SDFix patch applied using Apps2SD SDFix option
Export settings
Use this option to backup Apps2SD settings to a file
Import settings
Use this option to restore Apps2SD settings from backup file
About
Shows information about the app

General

Theme
Select between Light and Dark theme
Widget theme [Pro only]
Select between Light and Dark theme for widgets
Language
Select your preffered language
Use transparent background [Pro only]
Use this option to set transparent background for widgets
Set su.d/post-fs-data.d/service.d path
Use this option to set su.d/post-fs-data.d/service.d path (full path) of your super user management app to be used by Apps2SD mount script
Ignore systemless root
Use this option to ignore systemless root and suppress the warning message
Acquire wake lock
Use this option to allow Apps2SD to get wake lock when screen is off for better performance. Note: may reduce battery
Stop Apps2SD service
Use this option to stop Apps2SD service when task is complete. If you enable this option Task Scheduler, Hibernate Apps, Throttle CPU and Widgets will not work properly
Close root shell
Use this option to close all root shells after tasks are finished. Enabling this option will save battery but may decrease Apps2SD performance
Use pre installed busybox binary
Use this option if Apps2SD version of busybox binary is not working on your device. You'll have to install busybox binary manually or by using a busybox installer
Request timeout for root
Set request timout for root access while boot. Default is 10 seconds
Set internal SD card
Set internal SD card path if Apps2SD is not able to detect internal SD card or it's incorrect. e.g. /storage/emulated/0 or /storage/sdcard0 etc
Set external SD card
Set external SD card path if Apps2SD is not able to detect external SD card or it's incorrect. e.g. /storage/sdcard1 etc
Use custom dev block
Set custom device block for SD card if it is different than /dev/block/mmcblk1
Scan size
Calculates size of app while making the list. Disabling this will make the app faster. Size of the app will be calculated when app detail page is opened or "Calculate app size" option is used
Use cp instead of rsync
Use this option to switch between cp and rsync to copy files/folders
Use old screen recording method
Use this option to Use pre Lollipop method to record screen (Not very efficient, enable this if new method is not working properly)
Save script in system partition
Use this method to save secondary mount script in system partition. Use it only if mount script is not working
Set Pin for Hide Apps module
Use this option to allow pin protection for "Hide Apps and Games" module. If this option is unchecked and a pin is not set then "Hide Apps and Games" will be unprotected
Relink Odex
Use this option to relink Odex files on boot
Relink Dex
Use this option to relink Dex files on boot
Relink Lib
Use this option to relink Library folders on boot
Log Errors
Use this option to enable Error logs. Enabling this option is highly recomended
Backup Apps2SD database
Use this option to allow backup of the Apps2SD database in data partition so linked apps, folder mounts and swap details are not lost if Apps2SD data is accidentally deleted. Enabling this option is highly recomended
Ignore mount namespace error
Use this option to ignore mount namespace error while mounting/unmouting. If obb/ext data linking or folder mount is not working then uncheck this option
Enable Hibernate service
Use this option to enable/disable Hibernate service
Delay App hibernation
Use this option to add delay before starting app hibernation
Delay Cpu Throttling
Use this option to add delay before starting cpu throttling
Auto close script window
Use this option to set auto close time (seconds) after script completion
Enable addition of commands in Mount script
Use this option to enable/disable addition of command(s) in mount script (Recreate mount script)
Show Install/Update time
Use this option to hide/show Install/Update time in "App Detail" page
Disable animation
Use this option to enable/disable animation in "App Detail" page
Add confirmation in advanced reboot option
Use this option to add confirmation in advanced reboot option before rebooting, shutdown etc
Show counter for specified time before start recording from widget [Pro only]
Use this option to enable/disable countdown in screen recording from widget
Force garbage collection
Use this option to force garbage collection when an activity closes, helpfull for low memory devices. Note: Uncheck if Apps2SD is not working properly
Force restart Apps2SD service
On some devices when a service is killed it doesn't get started automatically. Enable this option to force start Apps2SD service
Force dex linking
Use this option to force dex linking on Lollipop+ devices even if there is access issue
Force enable lib linking [64 bit devices only]
Use this option to enable/disable force linking of lib files on 64 bit devices. If app is crashing after lib linking then nlink lib and reboot
Force more menu icon in toolbar
If your device has physical menu button, more(3 vertical dots) option might not be displayed in toolbar. To force the display enable this option

Swap

Enable at Boot
Use this option to Enable/Disable Swap modification (Enabling/Disabling of Swap partitions/files based on your preference) on boot
Swappiness
Select swappiness between 0 and 100

Auto Link

Remount 2nd partition
Use this option to remount 2nd partition after device wakes up from sleep
Uncheck Disable app before linking/unlinking option
Use this option to set default value of "Disable apps before linking/unlinking" while linking/unlinking
Don't delete files on update
Use this option to enable/disable deletion of leftover files while update of an app. Enable this option if apps ask to install after an update
Link/Move apps if size exceeds (MB) [Pro only]
Use this option to automatically link/move newly installed apps only if exceeds a certain size
Auto move apps to sd card [Pro only]
Use this option to automatically move newly installed or updated apps to SD card (fat partition) using native APP2SD
Auto adopt apps [Pro only] [Marshmallow+ with adoptable storage]
Use this option to automatically move newly installed or updated apps to adoptable storage
Disable auto link on app update
Use this option to disable auto linking of apps after an update
Auto link apps
Use this option to automatically link apps to SD card 2nd partition (/data/sdext2)
Auto link delay
Use this option to set delay before auto linking apps
Link Apk
Use this option to enable auto linking of apk file. Note: this option will be enabled if "Auto link apps" is checked
Link Odex
Use this option to enable auto linking of odex file. Note: this option will be enabled if "Auto link apps" is checked
Link Dex
Use this option to enable auto linking of dex file. Note: this option will be enabled if "Auto link apps" is checked
Link Lib
Use this option to enable auto linking of library folder. Note: this option will be enabled if "Auto link apps" is checked
Link Data
Use this option to enable auto linking of data (internal) folder. Note: this option will be enabled if "Auto link apps" is checked
Link Obb
Use this option to enable auto linking of obb folder. Note: this option will be enabled if "Auto link apps" is checked
Link Obb to 2nd partition
Use this option to auto link obb to SD card 2nd partition. If this option is unchecked then obb will be linked to SD card 1st partition
Link External Data
Use this option to enable auto linking of external data folder. Note: this option will be enabled if "Auto link apps" is checked
Link External Data to 2nd partition
Use this option to auto link external data to SD card 2nd partition. If this option is unchecked then external data will be linked to SD card 1st partition
Show notification
Use this option to show/hide notification while app is linked/unlinked
Auto soft reboot
Use this option to do auto soft reboot if 2nd partition is not mounted on boot
Hide soft reboot error
Use this option to hide soft reboot error on boot. Enable this option if you don't link apps to SD card 2nd partition
Disable auto mount of 2nd partition
Use this option to disable auto mount of 2nd partition on boot. Enable this option if you don't use SD card 2nd partition
Show notification on boot
Use this option to show/hide Apps2SD notification on boot
Don't link movable apps
Use this option to enable/disable auto linking of apps which can be moved to adoptable storage or SD card using native APP2SD
Bind notification
Use this option to hide/show bind status on boot
Bind status display time
Use this option to set bind status display time. Note: this option will be enabled if "Bind notification" is checked

SD card

Shows available SD card block(s)

Slider

Use the slider to set size of 1st partition, size of 2nd partition will be automatically calculated

1st Partition size

Set the size of the 1st partition. This will act as your normal SD card

1st Partition File System

Set the filesystem for your SD card. Use fat32 or exfat (if your device supports it)

2nd Partition size

This is readonly and automatically calculated based on 1st partition and swap partition (if swap is selected) size

2nd Partition File System

Set the filesystem for 2nd partition. Use ext4, ext3, ext2 or f2fs (if your device supports it)

Swap Partition size

Set the size of swap partition. This is an optional partition. To create Swap partition you need to select the checkbox

Swap Partition File System

Only swap is avaialble

Action

Create
Use create option to create/recreate partitions on your SD card. Note: All data will be deleted from SD card so please backup all the partitions on the SD card before continuing
Format
Use format option to format partition(s). Use the checkboxes to select which partition(s) to format and dropdowns to select corresponding filesystem . Note: All data will be deleted from partition(s) so please backup the partition(s) on the SD card before continuing
Repair
This is one of the most useful tools. Use repair to fix filesystem issues on 1st/2nd partition. Use the checkboxes to select which partition(s) to repair. Note: If you get mount script error then use the Repair option to fix it. Normally filesystem will be automatically detected and disabled but it is not detected then filesystem dropdown will be enabled, in this case select the correct filesystem for the partition then Repair
Upgrade
If your 2nd partition is ext2 and you want to upgrade it to ext3/ext4 or ext3 and you want to upgrade it to ext4 then use this option to upgrade

Menu options

Erase SD card
Use this option to Erase whole SD card so it can be partitioned

Important note

If Adoptable storage is not found but it is supported on your device then you'll be asked if you want to force adoptable storage

SD card

Shows available SD card disk(s)

Slider

Use the slider to set size of 1st partition, size of 2nd partition (if selected) will be automatically calculated

1st Partition size

Set the size of the 1st partition. This will act as the adopted storage

1st Partition File System

adopted or portable

2nd Partition size

This is readonly and automatically calculated based on 1st partition size

2nd Partition File System

Set the filesystem for 2nd partition. Keep it default if you don't intend to use it for linking apps. If you want to use the app linking feature then use ext4, ext3, ext2 or f2fs (if your device supports it)

Action

Create
Use create option to create/recreate partitions on your SD card. Note: All data will be deleted from SD card so please backup all the partitions on the SD card before continuing
Format
Use format option to format 2nd partition. Use the checkboxes to select the partition and dropdown to select corresponding filesystem. Note: All data will be deleted from the partition so please backup the partition before continuing
Repair
This is one of the most useful tools. Use repair to fix filesystem issues on 2nd partition. Use the checkboxes to select the partition. Note: If you get mount script error then use the Repair option to fix it. Normally filesystem will be automatically detected and disabled but it is not detected then filesystem dropdown will be enabled, in this case select the correct filesystem for the partition then Repair
Upgrade
If your 2nd partition is ext2 and you want to upgrade it to ext3/ext4 or ext3 and you want to upgrade it to ext4 then use this option to upgrade

Menu options

Erase SD card
Use this option to Erase whole SD card so it can be partitioned

Filter

Use OR filter
If this option is checked then list will display apps having at least one filter else apps having all filters will be displayed
All
All apps will be displayed regardless of other filters
System
Displays only System apps
User
Displays only User apps
Updated
Displays only Updated apps
Partially linked
Displays all partially linked apps
Linked
Displays all fully linked apps
Not Linked
Displays non linked (partialy or fully) apps
On internal
Displays apps on internal storage
On SD card/Adopted
Displays apps on external/adoptable storage
Disabled
Displays disabled/frozen apps
Enabled
Displays enabled apps
Movable
Displays apps which can be moved to SD card/Adoptable storage
Has Obb
Display apps which has obb files
Has Ext data
Displays apps which has external data
Missing dex/odex
Displays apps which don't have dex and odex files
System (Priv)
Displays Privileged system apps only
Has Backup [Pro only]
Displays apps which has a backup

Sort

Name
Sort apps by name in ascending order
App type
Sort apps by app type (User, Updated, System) in ascending order
Link type
Sort apps by link type (Partialy linked, Linked, Not linked) in same order as mentioned
Apk size
Sort apps by apk size in descending order
Dex size
Sort apps by dex size in descending order
Odex size
Sort apps by odex size in descending order
Lib size
Sort apps by lib size in descending order
Data size(Total)
Sort apps by total data (internal + external) size in descending order
Data size(Internal)
Sort apps by internal data size in descending order
Cache size(Total)
Sort apps by total cache (internal + external) size in descending order
Cache size(Internal)
Sort apps by internal cache size in descending order
Obb size
Sort apps by obb size in descending order
Total size
Sort apps by total size in descending order
Total size on internal
Sort apps by total size on internal storage in descending order
Total size on sdext2
Sort apps by total size moved to SD card 2nd partition in descending order
Install time
Sort apps by install time in descending order
Last update time
Sort apps by last update time in descending order

Menu options

Search
Search apps by name
Multi select
Use this option to select multiple apps and perform task from avaialable menu options
Storage Info
Use this option to see the partition details like total size, used size, free size and filesystem. Check "Storage Info" section for more details
Delete broken links
Use this option to delete all the invalid/broken symlinks from internal storage
Remove invalid binds
Use this option to remove all the invalid/non-existing obb and external data binds from mount script. Use this option if you are getting bind errors from Apps2SD on device startup and know those binds are no longer valid/required (e.g. app/game is uninstalled)
Show bind results
Use this option to see the bind status on boot
Set install location
Use this option to set default install location of apps to Auto, Internal or External. Check "Install location" section for more details
Error Report
Use this option to send Device info and Error report to the developer. Check "Error Report" section for more details
Restore apps(sdext2) [Pro only]
Use this option to import all your linked apps and data from SD card 2nd partition. Very useful if you upgraded/changed your ROM or did a factory reset
Settings
Use this option to change Apps2SD settings. Check "Settings" section for more details
Share
Use this option to Share Apps2SD with friends and family

Left Drawer menu

Refresh
Use this option to refresh the app list
Calculate app size
Use this option to calculate size for all apps. Note: This option will be enabled if "Scan size" option in Settings is unchecked
Back to home
Use this option to go back to Homepage
Recreate mount script
Use this option to create mount script. Fields are explained below:
    Block Path
    This is the block path of the SD card 2nd partition. For most devices it's /dev/block/mmcblk1p2, if it's different for your device then enter the path
    Append command before mount script
    Enter command(s) that you want to run before mounting the SD card 2nd partition. Note: This option will be enabled if "Enable addition of commands in Mount script" option in Settings is checked
    Append command after mount script
    Enter command(s) that you want to run after mounting the SD card 2nd partition. Note: This option will be enabled if "Enable addition of commands in Mount script" option in Settings is checked
    Filesystem (ext4, ext3, ext2, f2fs)
    Select the filesystem of the SD card 2nd partition
    Methods:
        Use normal method
        This method uses install-recovery script and debuggerd executable to run Apps2SD mount script
        I've init.d support on my device
        Use this option if you have native init.d support. Note: Make sure init.d runs the script before boot is complete not after
        I've su.d support on my device / I use Magisk interface
        Use this option if your Super user management app has su.d support (e.g. SuperSU v2.22+ or Magisk)
        Advanced method [Lollipop+ only]
        Use this option if other methods are not working or apps are disappearing or you're being asked for soft reboot after a reboot
    Recommended order for the methods:
        1) su.d (if using SuperSU v2.22+ or Magisk)
        2) Advanced method (if using Lollipop+)
        3) init.d (if native init.d)
        4) Normal (if others are not applicable/working)
    Create script for recovery mode
    Use this option to create a script which creates the mount script instead of creating the mount script directly. Use this option if you have a custom recovery and your system partition is not mountable as rw (writable)
Delete mount script
Use this option to delete mount script created by Apps2SD
Remount 2nd partition
Use this option to remount SD card 2nd partition
Fix permission on 2nd partition
Use this option to fix permission issues on SD card 2nd partition. Use this option if you get permission related errors while linking/unlinking or Linked apps are not working properly
Import app component state
Use this option to import component state (enabled, disabled) of an app. This option is useful if you reinstall an app or want to use the same setting on another device
Relink library files
Use this option to relink library files (apps with linked library)
Relink dalvik-cache files
Use this option to relink dalvik-cache (dex) files (apps with linked dalvik-cache)
Rebind external folders
Use this option to rebind obb and external data folders (apps with linked obb or external data)
Link all dalvik-cache files
Use this option to link dalvik-cache (dex) file of all installed apps
Wipe dalvik-cache
Use this option to delete all dalvik-cache files/symlinks from internal and SD card 2nd partition.
Available options:
    Set linked dalvik-cache files as unlinked
    Select this option if you want to mark all the linked dalvik-cache (dex) files as unlinked. If you use this option then "Relink dalvik-cache files" option will not link anything as every dalvik-cache (dex) link will be marked as unlinked
Clear all application caches
Use this option to clear cache for all applications.
Available options:
    Exclude
    Use this option to exclude apps from cache cleaning
Exclude apps from linking and hibernation
Use this option to exclude apps from auto linking and hibernation/greenify
Exclude apps from cache cleaning
Use this option to exclude apps from cache cleaning
Create addon.d script for Mount script
If you are running CyanogenMod ROM then use this option to create addon.d script to backup/restore Apps2SD mount script
Clean up 2nd partition
Use this option to clean up SD card 2nd partition. This will remove all the unused files/folders from 2nd partition. Note: It is recomended you use this option once in a week. Don't use this option if you use /data/sdext2 for storing additional data
Wipe 2nd partition
Use this option to delete contents of SD card 2nd partition

Context menu options (Long press on any app)

Backup
Use this option to create backup of the app
Select
Use this option to select the app (enables multi selection aswell)
Link/Unlink
Use this option to Link/Unlink app components
Manage
Opens Android app manager
Launch
Launches the selected application
Uninstall
Uninstalls the selected application
Reinstall
Reinstalls the selected application using the existing apk file nothing will be downloaded. If reinstall fails then System reinstall window will be opened
Move to SD
Moves the selected application to SD card's main fat partition using Android Native App2sd. If the selected app doesn't select moving then a force move will be done
Move to adoptable storage
Moves the selected application to adoptable storage. If the selected app doesn't select moving then a force move will be done. Note: this option will be enabled Marshmallow+ ROMs which has adoptable storage enabled
Move to Internal
Moves the selected application to internal storage
Disable
Disables/Freezes the selected application. All the services, widgets, notifications etc will be stopped
Enable
Enables/Unfreezes the selected application
Convert to system app
Converts the selected app to a system app
Convert to user app
Converts the selected app to a user app
Integrate into system
Integrates the apk and lib files of an updated application into system folder
Clear data
Clears the internal data of selected application. An option will be provided to clear the external data as well
Clear cache
Clears the internal cache of selected application. An option will be provided to clear the external cache as well
Share
Share the selected application with your friends and family
Share apk
Share the apk file of the selected application with anyone using bluetooth, email or any other supported methods
View on Google play
View the selected application on Google play
Create shortcut
Creates a shortcut of the selected application on your home. If a shortcut is already present no shortcut will be created
Export component state
Use this option to export components state (enabled, disabled) of an app. This option is useful if you want to reinstall an app or want to use the same setting on another device

Chart

Inner chart shows the location and percentage of data stored in Internal, Phone and SD card
Outer chart shows the type and percentage of data of the app

Color coding

Red means internal storage
Blue means Phone storage. This is the emulated SD card, it's a fat partition in internal storage used to store obb and external data
Green means SD card, this includes all partitions on SD card

Data type

Apk(Sys)
This is application package stored in system partition. This is only applicable for Updated apps and is non linkable
Apk
This is application package stored in system partition for system apps and in data partition for other apps. Note: apk for system apps and apps on Sd card fat partition (Native APP2SD) is non linkable
Odex
This is the optimized Dalvik executable. Note: this is non linkable for System apps on devices running Lollipop or below
Lib
This is the library used by the app. Note: lib apps on Sd card fat partition (Native APP2SD) is non linkable
Data
This is the data stored in internal storage
Cache
This is the cache stored in internal storage
Data(Ext) 1
This is the data stored in Phone/SD card. If it shows phone icon then it is stored in Phone storage otherwise it is stored in SD card
Data(Ext) 2
This is the data stored in SD card
Cache(Ext) 1
This is the cache stored in Phone/SD card. If it shows phone icon then it is stored in Phone storage otherwise it is stored in SD card
Cache(Ext) 2
This is the cache stored in SD card

Link/Unlink

Use this option to link/unlink app files/folders

Info icon

Use this option to view paths/link status for all components of the app. You can long press on any of the row shown in the dialog box to copy source or destination path in clipboard

Menu options

Link dex/odex file [Applicable for Apps2SD and Apps2SD Pro]
Use this option link dex/odex of Apps2SD and Apps2SD Pro and free up internal storage
Unlink dex/odex file [Applicable for Apps2SD and Apps2SD Pro]
Use this option unlink dex/odex of Apps2SD and Apps2SD Pro
Backup
Use this option to create backup of the app
Show backup details [Pro only]
Use this option to view all the available backups for the app
Show backup details [Pro only]
Use this option to view all the available backups for the app
Manage
Opens Android app manager
Launch
Launches the selected application
Uninstall
Uninstalls the selected application
Reinstall
Reinstalls the selected application using the existing apk file nothing will be downloaded. If reinstall fails then System reinstall window will be opened
Move to SD
Moves the selected application to SD card's main fat partition using Android Native App2sd. If the selected app doesn't select moving then a force move will be done
Move to adoptable storage
Moves the selected application to adoptable storage. If the selected app doesn't select moving then a force move will be done. Note: this option will be enabled Marshmallow+ ROMs which has adoptable storage enabled
Move to Internal
Moves the selected application to internal storage
Disable
Disables/Freezes the selected application. All the services, widgets, notifications etc will be stopped
Enable
Enables/Unfreezes the selected application
Convert to system app
Converts the selected app to a system app
Convert to user app
Converts the selected app to a user app
Integrate into system
Integrates the apk and lib files of an updated application into system folder
Clear data
Clears the internal data of selected application. An option will be provided to clear the external data as well
Clear cache
Clears the internal cache of selected application. An option will be provided to clear the external cache as well
Share
Share the selected application with your friends and family
Share apk
Share the apk file of the selected application with anyone using bluetooth, email or any other supported methods
View on Google play
View the selected application on Google play
Create shortcut
Creates a shortcut of the selected application on your home. If a shortcut is already present no shortcut will be created
Export component state
Use this option to export components state (enabled, disabled) of an app. This option is useful if you want to reinstall an app or want to use the same setting on another device

Link application file

If this option is checked then apk file will be linked to SD card 2nd partition else it'll be unlinked (If option is enabled and apk is linked)

Link odex file

If this option is checked then odex file will be linked to SD card 2nd partition else it'll be unlinked (If option is enabled and odex is linked)

Link dex file

If this option is checked then dex file will be linked to SD card 2nd partition else it'll be unlinked (If option is enabled and dex is linked)

Link library folder

If this option is checked then library folder will be linked to SD card 2nd partition else it'll be unlinked (If option is enabled and library is linked)

Link data folder

If this option is checked then data (internal) folder will be linked to SD card 2nd partition else it'll be unlinked (If option is enabled and data is linked)

Link obb folder

If this option is checked then obb folder will be linked to SD card 1st/2nd partition else it'll be unlinked (If option is enabled and obb is linked)
Available options:
    2nd partition
    obb will be linked to SD card 2nd partition
    1st partition
    obb will be linked to SD card 1st partition

Link external data folder

If this option is checked then external data folder will be linked to SD card 1st/2nd partition else it'll be unlinked (If option is enabled and external data is linked)
Available options:
    2nd partition
    external data will be linked to SD card 2nd partition
    1st partition
    external data will be linked to SD card 1st partition

Select all

Selecting this option will select/deselect all the available options

Disable app before linking/unlinking. This will remove app shortcut from home screen

This option is useful for linking/unlinking apps which crash while linking/unlinking process. Note: This will remove app shortcut from home screen

Link application file

If this option is checked then apk file will be linked to SD card 2nd partition else it'll be unlinked (If apk is linked)

Link odex file

If this option is checked then odex file will be linked to SD card 2nd partition else it'll be unlinked (If odex is linked)

Link dex file

If this option is checked then dex file will be linked to SD card 2nd partition else it'll be unlinked (If dex is linked)

Link library folder

If this option is checked then library folder will be linked to SD card 2nd partition else it'll be unlinked (If library is linked)

Link data folder

If this option is checked then data (internal) folder will be linked to SD card 2nd partition else it'll be unlinked (If data is linked)

Link obb folder

If this option is checked then obb folder will be linked to SD card 1st/2nd partition else it'll be unlinked (If obb is linked)
Available options:
    2nd partition
    obb will be linked to SD card 2nd partition
    1st partition
    obb will be linked to SD card 1st partition

Link external data folder

If this option is checked then external data folder will be linked to SD card 1st/2nd partition else it'll be unlinked (If external data is linked)
Available options:
    2nd partition
    external data will be linked to SD card 2nd partition
    1st partition
    external data will be linked to SD card 1st partition

Select all

Selecting this option will select/deselect all the available options

Disable app before linking/unlinking. This will remove app shortcut from home screen

This option is useful for linking/unlinking apps which crash while linking/unlinking process. Note: This will remove app shortcut from home screen

Link application file

If this option is checked then apk file will be linked to SD card 2nd partition

Link odex file

If this option is checked then odex file will be linked to SD card 2nd partition

Link dex file

If this option is checked then dex file will be linked to SD card 2nd partition

Link library folder

If this option is checked then library folder will be linked to SD card 2nd partition

Link data folder

If this option is checked then data (internal) folder will be linked to SD card 2nd partition

Link obb folder

If this option is checked then obb folder will be linked to SD card 1st/2nd partition
Available options:
    2nd partition
    obb will be linked to SD card 2nd partition
    1st partition
    obb will be linked to SD card 1st partition

Link external data folder

If this option is checked then external data folder will be linked to SD card 1st/2nd partition
Available options:
    2nd partition
    external data will be linked to SD card 2nd partition
    1st partition
    external data will be linked to SD card 1st partition

Select all

Selecting this option will select/deselect all the available link options

Disable app before linking/unlinking. This will remove app shortcut from home screen

This option is useful for linking apps which crash while linking process. Note: This will remove app shortcut from home screen

Unlink application file

If this option is checked then apk file will be unlinked from SD card 2nd partition

Unlink odex file

If this option is checked then odex file will be unlinked from SD card 2nd partition

Unlink dex file

If this option is checked then dex file will be unlinked from SD card 2nd partition

Unlink library folder

If this option is checked then library folder will be unlinked from SD card 2nd partition

Unlink data folder

If this option is checked then data (internal) folder will be unlinked from SD card 2nd partition

Unlink obb folder

If this option is checked then obb folder will be unlinked from SD card 1st/2nd partition

Unlink external data folder

If this option is checked then external data folder will be unlinked from SD card 1st/2nd partition

Select all

Selecting this option will select/deselect all the available unlink options

Disable app before linking/unlinking. This will remove app shortcut from home screen

This option is useful for unlinking apps which crash while unlinking process. Note: This will remove app shortcut from home screen

Important note

Use terminal emulator to run shell commands or scripts. Long press to Select/copy/paste text, Send control or function key

Plus button

Use this option to create a new Terminal window

Cross button

Use this option to close current window

Menu options

Windows
Create new window or switch between existing windows
Toggle soft keyboard
Use this option to toggle soft keyboard
Special keys
This option shows list of special function keys
Preferences
Use this option to modify Terminal Emulator settings
Reset
Use this option to clear current terminal window
Send email
Use this option to send output to an email address
Take WakeLock
Use this option to keep your device awake
Take WifiLock
Use this option to keep the Wi-Fi radio awake

Plus button

Use this option to create a new mount/link pair. Check "Add Folder Mount pair" for more details

Sort

Name
Sort pair by name in ascending order
Added time
Sort pair by added time in descending order
Updated time
Sort pair by last updated time in descending order

Menu options

Refresh
Use this option to refresh the pair list
Show folder size
Use this option to hide/display size of the folder (if pair is mounted, it'll show size of the destination folder else it'll show size of the source folder)
Show pair id
Use this option to hide/display the pair ID. The id is useful if you want to mount/unmout pair(s) using intents from other apps. Checkout Supported Intents for more details
Export pairs
Use this option to export pair list to an xml file which can be later imported
Import pairs
Use this option to import pair list from previously exported xml
Mount/Link all
Use this option to Mount/Link all pairs. Pairs already mounted/linked will be ignored
Unmount/Unlink all
Use this option to Unmount/Unlink all pairs. Pairs already unmounted/unlinked will be ignored
Mount only (all) [Applicable for bind pair only]
Use this option to mount all the pairs [no copy, delete or overwrite will be done]. All pair settings will be ignored
Unmount only (all) [Applicable for bind pair only]
Use this option to unmount all the pairs [no copy, delete or overwrite will be done]. All pair settings will be ignored
Color code
Displays meaning of different colors used for Toggle buttons for Folder pairs

Pair options

Toggle button
Pair will be activated/deactivated according to selected setting
Edit
Use this option to edit pair options
Delete
Use this option to delete the pair. If the pair is active then it'll be restored based on the selected setting
Mount only [Applicable for bind pair only]
Use this option to mount the pair [no copy, delete or overwrite will be done]. All pair settings will be ignored
Unmount only [Applicable for bind pair only]
Use this option to unmount the pair [no copy, delete or overwrite will be done]. All pair settings will be ignored

Long press on any Pair

Edit
Use this option to edit pair options
Delete
Use this option to delete the pair. If the pair is active then it'll be restored based on the selected setting
Mount only [Applicable for bind pair only]
Use this option to mount the pair [no copy, delete or overwrite will be done]. All pair settings will be ignored
Unmount only [Applicable for bind pair only]
Use this option to unmount the pair [no copy, delete or overwrite will be done]. All pair settings will be ignored

Important note

Symlink doesn't work if source or destination or both are on fat/exfat filesystems. Also don't use bind if source or destination or both are on linux filesystem(ext2, ext3, ext4, f2fs)

Name

Enter a unique name to identify the Pair

Source Folder

Enter the source folder. Use the browse icon or enter the path manually. This should be a folder in internal/phone storage

Destination Folder

Enter the destination folder. Use the browse icon or enter the path manually. This should be a folder in SD card. Note: Use a folder with leading .(dot) to avoid duplicates in galary or media apps

Delete destination folder contents before bind/link

Use this option if you want to delete the contents of destination folder before binding/linking

Overwrite destination folder contents on bind/link

Use this option if you want to overwrite the contents of destination folder while binding/linking

Delete source folder contents after bind/link

Use this option if you want to delete the contents of source folder after binding/linking

Delete source folder contents before unbind/unlink

Use this option if you want to delete the contents of source folder before unbinding/unlinking

Overwrite source folder contents on unbind/unlink

Use this option if you want to overwrite the contents of source folder while unbinding/unlinking

Delete destination folder contents after unbind/unlink

Use this option if you want to delete the contents of destination folder after unbinding/unlinking

Create folder if doesn't exist

Use this option to create non existing folders while binding/linking/unbinding/unlinking

Bind folders

Use this option to bind folders between folders on fat/exfat filesystems (e.g. Phone storage/emulated card and SD card)

Create symlink(between linux file systems only)

Use this option to create symlinks between folders on linux filesystem(ext2, ext3, ext4, f2fs). e.g /data, /cache, /system, /data/sdext2 etc

Menu options

Search
Search apps by name
Refresh
Use this option to Rescan all apps and update the app list
Sort
Use this option to sort the app list by Total size, Name, Obb size, Media size or External data size

Press on any row

Press on any row to create Folder mount pair for obb, media or external data

State

Displays the state of the recorder. State can be Stopped, Recording, Saving or Canceling

Countdown

Use this option to show counter for specified time before start recording

Video bitrate

Set the video bitrate. Higher the bitrate better the quality but higher file size and vice versa

Enable microphone

Enable this option if you want to record audio with video. Note: This requires Microphone permission

Audio sampling rate

Set the audio sampling rate. Higher the rate better the quality and vice versa

Audio bitrate

Set the audio bitrate. Higher the bitrate better the quality but higher file size and vice versa

Minimize Apps2SD

Use this option if you want to minimize Apps2SD window before recording starts

Show touches

Use this option if you want to show your touces on screen while recording. Note: After recording is finished Show touches settings will be restored to original state

Duration

Set max duration of the video anywhere between 0 to 6 hours. Note: 0 means 6 hours

Output directory

Set the output directory for recorded videos. Note: this option will be disabled and default path will be used on devices where Apps2SD doesn't have write access to SD card

Captured video

Displays all the captured videos. You can view/share/delete the videos

Menu options

Enable show touches
Use this option to enable touch when you touch the screen
Disable show touches
Use this option to disable touch when you touch the screen

Filter

All
Displays all running apps
System
Displays all running System apps
User
Displays all running User apps
Foreground
Displays all running Foreground apps
Background
Displays all running Background apps

Sort

Name
Sort running apps by name in ascending order
Memory
Sort running apps by memory used in descending order
Priority
Sort running apps by priority in descending order

Top section

Total
Displays total available RAM
Used
Displays total used RAM
Free
Displays total free RAM
Battery
Displays current battery percentage

Process list

Displays all the running process. Select any app then use Boost button to kill it

Boost

Use this button to kill selected apps. Select the checkbox to select all apps

Plus button

Use this option to create/edit a scheduled task. Check "Add/Edit Task" for more details

Menu options

Import task
Use this option to import a task
Manage FTP
Use this option to manage ftp server details
Manage FTPS
Use this option to manage ftps server details
Manage SFTP
Use this option to manage sftp server details
Manage Box
Use this option to manage Box cloud storage access
Manage Dropbox
Use this option to manage Dropbox cloud storage access
Manage Google drive
Use this option to manage Google drive access

Task options

Toggle button
Task will be enabled/disabled
Run
Runs the task
Edit
Use this option to edit task options
Export
Use this option to export the task
Delete
Use this option to delete the task
View logs
Use this option to view task logs. Note: Log will not be displayed if log is not enabled for the task
View details
Use this option to view task details

Long press on any task

Run
Runs the task
Edit
Use this option to edit task options
Delete
Use this option to delete the task
View details
Use this option to view task details

Press on any task

Displays task details

Options

Backup if wifi is connected [Applicable for Backup apps and Script only]
Use this option if you want to backup apps only if wifi is connected. Note: Not applicable if Backup location is Device/Usb OTG
Log task output
Use this option to log output of the task
Show notification after task is finished
Use this option to show notification after task is finished

Type

Cache Cleaner
Use this option to schedule cache cleaning task. You need to select apps for cache cleaning. You'll have an option to clean external data as well
Device Lag Fixer
Use this option to schedule TRIM task. You can select System, Cache, Data and SD card 2nd partition for triming
Shell Script
Use this option to schedule any Shell script created in "Script Manager". You'll have to select the Script using "Select Script" option
Link apps
Use this option to link components of selected apps. You need to select apps for linking
Move to SD
Use this option to move selected apps to SD card. You need to select apps for moving
Move to adoptable storage
Use this option to move selected apps to adoptable storage. You need to select apps for moving. Note: this option will be enabled Marshmallow+ ROMs which has adoptable storage enabled
Move to internal
Use this option to move selected apps to internal storage. You need to select apps for moving
Unlink apps
Use this option to unlink components of selected apps. You need to select apps for unlinking
Backup apps
Use this option to backup components of selected apps. You need to select apps for backup. You'll be able to select compression level used for the archive and location to save the backup file. Available locations are: Device/Usb OTG, FTP server, FTPS server, SFTP server, Box cloud storage, Dropbox cloud storage and Google drive. Note: you'll have to setup server details/provide access for selected backup location
SDFix [Marshmallow+ only]
Use this option to fix SD card write permission issue

Trigger

Time
    Run
    Set the time when to run the task>
    Frequency
    Set the frequency of the task. E.g. Every (n) hours, Daily, Weekly or Monthly>
    Start date
    Set the date from which the task will start running>
    End date
    Set the date when task should stop running>
On Event
    Event
        Boot
        Task will run when device boots>
        Screen On
        Task will run when device screen is turned on>
        Screen Off
        Task will run when device screen is turned off>
        Sdcard Mount
        Task will run when SD card is mounted>
        Sdcard Unmount
        Task will run when SD card is unmounted>
        Sdcard Eject
        Task will run when SD card is ejected>
        Sdcard Bad Removal
        Task will run when SD card is removed abruptly>
    Start date
    Set the date from which the task will start running>
    End date
    Set the date when task should stop running

Done button

Use this button to save the task

Search

Search apps by name

Filter

All
Display all apps
System
Displays all System apps including Updated apps
User
Displays all User apps
Running
Displays all apps with a running component (Selected tab. e.g. Service, Activity)
Disabled
Displays all apps with a disabled component (Selected tab. e.g. Service, Activity, Broadcast receiver, Content provider)

Sort

Name
Sort apps by name in ascending order
Total
Sort apps total components (Selected tab. e.g. Service, Activity, Broadcast receiver, Content provider) in ascending order
Running
Sort apps running components (Selected tab. e.g. Service, Activity) in ascending order
Disabled
Sort apps disabled components (Selected tab. e.g. Service, Activity, Broadcast receiver, Content provider) in ascending order

Tabs

Service
Displays all apps with total, running and disabled service count
Activity
Displays all apps with total and disabled activity count
Broadcast receiver
Displays all apps with total and disabled broadcast receiver count. Note: You can use the Receiver dropdown to filter apps with specific broadcast receiver
Content provider
Displays all apps with total and disabled content provider count

Press on any Row

Press on any app/row to view component details. Press on any component to enable/disable them

Color coding

Red means disabled
Blue means running
Green means enabled

Plus button

Use this option to add apps to hibernate list. A new window with all the apps in two tabs (User and System) will be displayed. You can select as many apps as you want for hibernation

Sleep button

Use this button to hibernate all the apps in the list

Menu options

Create shortcut [Pro only]
Use this option to create a shortcut on home screen for one click hibernation of selected apps
Hibernate apps on screen off
Enable this option to auto hibernate selected apps when device screen turns off

Important notes

Press on any app to remove from hibernation list
Long press on any app to hibernate the app
Use the sort option on toolbar to sort hibernate list

Clean System apps

Select this option if you want to clean unused/leftover files and folders of system apps

Clean Apk and Lib

Select this option to clean unused/leftover Apk and Library folder

Clean dex

Select this option to clean unused/leftover dalvik-cahce (dex) file

Clean data

Select this option to clean unused/leftover data (internal) folder

Clean obb

Select this option to clean unused/leftover obb folder

Clean external data

Select this option to clean unused/leftover external data folder

Clean Apk and Lib (Sd card 2nd partition)

Select this option to clean unused/leftover Apk and Library folder on SD card 2nd partition

Clean dex (Sd card 2nd partition)

Select this option to clean unused/leftover dalvik-cahce (dex) file on SD card 2nd partition

Clean data (Sd card 2nd partition)

Select this option to clean unused/leftover data (internal) folder on SD card 2nd partition

Clean obb (Sd card 1st/2nd partition)

Select this option to clean unused/leftover obb folder on SD card 1st/2nd partition

Clean external data (Sd card 1st/2nd partition)

Select this option to clean unused/leftover external data folder on SD card 1st/2nd partition

Select all

Use this option to select/deselect all option except "Clean System apps"

Done button

Use this button to do a scan. Nothing will be deleted yet, you can select what to deleteand what to keep

Important notes

If 2nd partition on SD card is not found or not mounted then "2nd partition on SD card not found. Do you want to clean broken links?" question with Yes and No option will be displayed if you select Yes then unused/leftover/broken Symlinks will be deleted from internal storage else they will be ignored
From the scan result you can press on "VIEW FILES" and select/unselect the files/folders to delete or you can press "DELETE" to delete all files/folders in the result

Be very careful while deleting system files.

Important note

If a pin is not set and "Set Pin for Hide Apps module" is checked in Settings then a Dialog will be displayed to set the Pin and Recovery email. It is highly recomended you set the Recovery email. If a pin is set then you'll be asked to enter the pin to access "Hide Apps" module. You can change/remove the pin as well. If you forgot the pin you can press on "Recover Pin", if recovery email is set a new pin will be sent to it

Search

Search apps by name

Refresh

Refreshs the app list

Filter

All
Display all apps
System
Displays all System apps including Updated apps
User
Displays all User apps

Tabs

Visible apps
Displays all the visible apps
Hidden apps
Displays all the hidden apps

Hide/Show button

Use the button to show/hide apps

Refresh

Refreshs the swap list

Add

Use this option to create a new swap file. Select the size, priority and path of the swap file in the dialog

Top section

Total
Displays total available swap (partition + file)
Active
Displays total active swap (partition + file)
Used
Displays total used swap (partition + file)
Free
Displays total free swap (partition + file)

Swappiness

Select swappiness between 0 and 100

Swap list

Toggle button
Use this button to enable/disable swap partition/file
Long press on swap file
Long press on a swap file to get delete option on toolbar. Note: Long press on a swap partition will do nothing

Menu options

Set swap priority
Use this option to set swap priority for each swap partition/file

Partitions to Trim

System
Select this option to trim system partition
Cache
Select this option to trim cache partition
Data
Select this option to trim data partition
SD card 2nd partition
Select this option to trim SD card 2nd partition

Terminal Output

Displays the output of trim command

Done button

Use this button to start triming

Tabs

Backup
Use this option to backup apps, SD card, Phone storage or SD card 2nd partition. Select the output path from dropdown then press on Done button and wait for the process to end
Restore apps [moved to "Restore Apps" option in Pro]
Use this option to restore app(s) backup created by Apps2SD. Select the appk (Apps2SD package) and press done button and wait for the process to end
Available options:
    Restore as backed up(Clone)
    Use this option if you want to restore all app(s) the way they were while creating backup. e.g. if apk and data were linked for the app(s) then only apk and data will be linked everything else will remain on default storage
    Restore to internal storage
    Use this option if you want to restore all app(s) to internal storage regardless of state of app(s) while creating backup
    Restore to sdcard 2nd partition
    Use this option if you want to restore all app(s) to SD card 2nd partition regardless of state of app(s) while creating backup
    Delete destination folder contents before restoring
    Use this option if you want to delete the contents of destination folder before restoration
    Overwrite destination folder contents while restoring
    Use this option if you want to overwrite the contents of destination folder while restoration
Restore
Use this option to restore SD card/Phone storage/SD card 2nd partition backup created by Apps2SD. Select the appk (Apps2SD package) and press done button and wait for the process to end
Available options:
    SD card
    Restore SD card backup
    Phone storage
    Restore Phone storage backup
    SD card 2nd partition
    Restore SD card 2nd partition (/data/sdext2) backup
    Delete destination folder contents before restoring
    Use this option if you want to delete the contents of destination folder before restoration
    Overwrite destination folder contents while restoring
    Use this option if you want to overwrite the contents of destination folder while restoration

Menu options

Scan device for backup
Scans device for App backup file created by Apps2SD

Tabs

Custom
Use this option to restore app(s) backup created by Apps2SD. Select the appk (Apps2SD package) and press done button and wait for the process to end
Available options:
    Restore as backed up(Clone)
    Use this option if you want to restore all app(s) the way they were while creating backup. e.g. if apk and data were linked for the app(s) then only apk and data will be linked everything else will remain on default storage
    Restore to internal storage
    Use this option if you want to restore all app(s) to internal storage regardless of state of app(s) while creating backup
    Restore to sdcard 2nd partition
    Use this option if you want to restore all app(s) to SD card 2nd partition regardless of state of app(s) while creating backup
    Delete destination folder contents before restoring
    Use this option if you want to delete the contents of destination folder before restoration
    Overwrite destination folder contents while restoring
    Use this option if you want to overwrite the contents of destination folder while restoration
Device
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Drive
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Dropbox
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Box
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Sftp
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Ftp
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard
Ftps
Use this option to view/restore app(s) backup created by Apps2SD. There are two views available: File view and App view. Use Show all option to view all available backups if you are viewing application specific backup
Available options:
    Restore
    Use this option if you want to restore app(s)
    Download
    Use this option if you want to download the backup file to your device
    Delete
    Use this option if you want to delete the backup file
    View path
    Use this option if you want to view the backup file location
    Copy path
    Use this option if you want to copy the backup file location to clipboard

Plus button

Use this option to create a script. Check "Add Script" for more details

Script options

Run
Use this option to run the script. Executing script, output and exit code will be displayed in output window
Edit
Use this option to edit script options
Delete
Use this option to delete the script
Export
Use this option to export the script
Create shortcut
Creates a shortcut of the selected script on your home. If a shortcut is already present no shortcut will be created. Note: if a custom image is set for the script it'll be used as the shortcut icon

Long press on any Script

Run
Use this option to run the script. Executing script, output and exit code will be displayed in output window
Edit
Use this option to edit script options
Delete
Use this option to delete the script
Export
Use this option to export the script
Create shortcut
Creates a shortcut of the selected script on your home. If a shortcut is already present no shortcut will be created. Note: if a custom image is set for the script it'll be used as the shortcut icon

Menu options

Import script
Use this option to import a script
Download scripts
Use this option to download scripts from Apps2SD server

Important note

Use this to add/edit script

Script Name

Enter a unique name for the script

Icon Path

Set a custome image for the script. Enter the path of the image or use browse icon. If no image is set then Apps2SD icon will be used

Script Content

Enter the script content (use newline before next command) or use browse icon to load an existing script

Root

Select this option if you want to run the script with root privilage

Auto close

Select this option if you want to auto close the output window after script is finished. Note: You can set the auto close time in Settings

Done button

Use this button to save the script

Top section displays number of cores, current frequency and load for each core

Color coding
    Green means less than equal to 10% cpu usage
    Blue means less than equal to 25% cpu usage
    Orange means less than equal to 50% cpu usage
    Red means greater than equal to 50% cpu usage

CPU Governor(Normal)

Set CPU governor while normal usage. This is ignored if Throttle on screen off is not active

CPU Governor(Throttled)

Set CPU governor for power saving. This is ignored if atleast one of Throttle Now, Throttle on boot and Throttle on screen off is not active

Max frequency(Throttled)

Set CPU maximum frequency for power saving. This is ignored if atleast one of Throttle Now, Throttle on boot and Throttle on screen off is not active

Throttle Now

Use this option to use CPU Governor(Throttled) immediately

Throttle on boot

Use this option to use CPU Governor(Throttled) on boot

Throttle on screen off

Use this option to use CPU Governor(Throttled) when screen is off and CPU Governor(Normal) when screen is on. Note: you can set throttling delay (Delay Cpu Throttling) in Settings

Menu options

Delete
Deletes the Throttle CPU setting

Important note

∙ You can't disable Core 1
∙ All cores will be enabled by your device on reboot
∙ It may not work if your device enables/disables cores for power management

Toggle button

Use this button enable/disable the core

Important note

SD card Booster speeds up your external and internal SD-Card(s) and SD-Memory up to several times. Choose a cache value between 128 and 8192 apply and then do a speed test to find the optimum cache value for the selected SD card. The optimum cache value varies based on your device and SD card so keep on trying till you find the optimum value. Have fun!

Test button

Use this button to do a speed test of SD card/Phone storage/SD card 2nd partition. Check "SD card Speed Test" section for more details

Apply button

Applies the cache value. Note: On boot these cache values are reset by Android so these will be reapplied by Apps2SD on boot

Card

Shows available SD cards

File size

Set the test file size. Minimum size is 300 MB

Write speed

Displays write speed

Read speed

Displays read speed

Speedometer

Displays current speed (Read or Write)

Cancel button

Use this button to cancel speed test which is in progress

Start button

Use this button to start the speed test

Menu options

Results
Displays the test results in a new window. In the test results window press on any row to view more details

Timestamp dropdown

Use this option to list all the errors grouped by timestamp

Download help

Use this button to download latest help file from Apps2SD server. The help file contains solutions to errors submitted by Apps2SD users. Download the help file once in two weeks

Help me

After downloading the latest help file use this option. There are two option Current and Show all. Use current if you want solution for error currently displayed on screen. Use show all to get solution for all the errors

Menu options

Clear All
Use this option to delete all the error records
Send Error Report
Use this option to send error report to the developer for analysis and update to the Help file
Send device info to Developer
Use this option to send device info along with error report(if available) to the developer only if the developer asked you to send it
Set email address
Use this option to set your email address. It is highly recomended you set your email id for communication

Important note

Displays the logcat

Filter

All
Displays all logs
Fatal
Displays all fatal logs
Error
Displays all error logs
Warning
Displays all warning logs
Info
Displays all information logs
Debug
Displays all debug logs
Assert
Displays all assertion logs
Verbose
Displays all verbose logs

Menu options

Search
Search the logs
Refresh
Use this option to refresh logcat
Save
Use this option to save logcat to your SD card
Clear
Use this option to clear logcat
Share
Use this option to share logcat with anyone

Tabs

Applets
Displays all the commands/applets available in busybox. Press on any command/applet to view it's usage
Installer
Top section displays whether busybox binary is installed or not
    Available options:
        Busybox version
        Displays available versions of busybox in Apps2SD
        Installation path
        Displays available installation paths for busybox binary. "/system/xbin" is highly recomended
        Install applets
        Use this option to install busybox commands/applets. Selecting this option is highly recomended
        Remove old copy before installing
        Use this option to remove existing busybox binary before installation. Selecting this option is highly recomended
        Replace existing applets
        Use this option to replace existing busybox commands/applets. Selecting this option is recomended
        Uninstall button
        Use this button to uninstall existing busybox binary. This button will be enabled if a copy of busybox binary is installed in your device
        Install button
        Use this option to install a copy of busybox binary in your device

Important note

You can customize widgets with number of modules, name, light themed image and dark themed image

Available modules

Settings
Opens Apps2SD settings
Terminal Emulator
Opens Terminal Emulator window
Flash light [If device has flash light]
Turns flash light on/off
Kill taks
Kills all running user apps
Record screen
Starts screen recording based on "Screen Recorder" preference
Hibernate [Honeycomb+ only] (Greenify)
Hibernates apps in the hibernate list
Clear cache
Clears application cache. Note: it uses the "Exclude apps from cache cleaning" list
Wipe dalvik cache
Deletes all dalvik-cache files/symlinks from internal and SD card 2nd partition
Fix Device Lag
Trims (wipe unused data blocks internally) system, data, cache and SD card 2nd partition
SDFix
Applies the SDFix patch
Throttle CPU
Throttles the CPU based on your selected governer and frequency
Unthrottle CPU
Unthrottles the CPU and sets default values for governer and frequency
Reboot
Reboots the device
Soft reboot
Does a soft reboot
Power off
Turns off the device
Recovery
Boots into recovery mode
Bootloader
Boots into bootloader
Safe mode
Boots into safe mode
eRecovery
Boots into eRecovery mode
Send error to dev
Sends error report to developer. Make sure you set your email in "Error Report" page
Send device info to dev
Sends device info to developer. Make sure you set your email in "Error Report" page
Shell scripts [Scripts available in Script Manager]
Runs the selected shell script