Pictures2SD
Pictures2SD makes Camera and Focal apps to save pictures/videos to external SD card.
Technically it works by attaching to Camera, Focal and some other apps (for full list see below), hooking getExternalStorageDirectory() and getExternalStoragePublicDirectory() Android system methods and making them return path to external SD card (first colon separated part of SECONDARY_STORAGE environment variable). Simply saying - this mod makes Camera and Focal apps to treat external SD card as internal.
Pictures2SD usually doesn't affect Camera applications that have built-in ability to save pictures/videos to external SD card.
Disclaimer: Author of Pictures2SD is not responsible for anything that may happen as a result of using this mod.
Full list of supported apps (and package names):
- Camera (com.android.gallery3d, com.google.android.gallery3d, com.android.camera2, com.google.android.GoogleCamera)
- Focal (org.cyanogenmod.focal, fr.xplod.focal)
- Snapseed (com.niksoftware.snapseed)
- Instagram (com.instagram.android)
- PixtoCam (com.pixtogram.wear.zicam)
XDA Thread:
http://forum.xda-developers.com/showthread.php?t=2408880
- Added support for PixtoCam ("com.pixtogram.wear.zicam").
- Code refactoring.
- Improved APK size (by removing unused v4 Support Library).
- Made open-source.
- Added support for Instagram ("com.instagram.android") due to user's request.
v 1.0.5
- Added support for KitKat camera ("com.android.camera2" and "com.google.android.GoogleCamera").
v 1.0.4 (unreleased)
- Added support for Snapseed (due to user's request ).
- Added support for new package name of Focal ("fr.xplod.focal").