Note : I'm just sharing the work of the XDA Member dk_zero_cool.This app was tested on this device and it was working fine.Here's a little introduction by him :
dk_zero-cool said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mounts2SD - Storage & Memory Management
Mounts2SD started out as a simple sd-ext script which only difference between it an others like it, was that it did not use symlinks to create links between /data and /sd-ext. To day it has grown to be so much more. It now comes packed with an Application for controlling the script, viewing current states and more. The script itself has grown to become a large storage and management script with features that controlls SWAP, ZRAM, mount optimization, storage thresholds, different external and internal MMC configurations, cache and more. The content management is able to move a lot more different content between /data and /sd-ext, including the new internal storage, which on some devices, is placed in /data/media, and it also contains more than one option for storing system content on both /data and /sd-ext.
Mounts2SD is no longer just a script for devices with low storage capabilities. It can be used for a lot of things and is useful on almost any device, even those without external sdcard.
Links
The Source -> Go There
Documentation and Important Information -> Go There
Supported Languages
English
Danish
French (By @PerfectSlayer)
Dutch (By @Skippernl)
Portuguese (By @_MarcoMarinho_)
Italian (By @GMagician)
Hungarian (By @@steveboy25)
Upcoming Features
Since DevDB has future requests capabilities, I will keep a list here of planned/deciding features to avoid repeating requests.
Application Manager with fallowing options:
Convert/Revert regular applications to/from system applications
Status: Done
View and Clear Application Caches
Status: Pending
Manually kill the application
Status: Deciding (does not fit the Storage and Memory management category)
Downloads
Google Play
Install directly from Play Store
===========================
3.4.8 (6.0.20) APK (Nov 01, 2013)
[Default Mirror] SourceForge.net
This is the Application which can be installed directly on the phone
-------------------------------------------------
3.4.8 (6.0.20) Recovery ZIP (Nov 01, 2013)
[Default Mirror] SourceForge.net
This is the Recovery Package for when updating the ROM on an M2SD configured device
Older Downloads
2.2.0 (5.5.0) APK (Jan 26, 2013) (MD5: dd54ace01d9b17c72081a06cd1d072c7)
[Default Mirror] SourceForge.net
[Default Mirror] MediaFire.com
This is the Application which can be installed directly on the phone
-------------------------------------------------
2.2.0 (5.5.0) Ext4 ZIP (Jan 26, 2013) (MD5: 80c218ff53009c8a0ccde1927361def2)
[Default Mirror] SourceForge.net
[Default Mirror] MediaFire.com
This will provide you with an recovery ZIP for newer Ext4 devices
Does not have the file /proc/mtd
-------------------------------------------------
2.2.0 (5.5.0) MTD ZIP (Jan 26, 2013) (MD5: 4762d7d85c9cd934f97ba3ba36294fdd)
[Default Mirror] SourceForge.net
[Default Mirror] MediaFire.com
This will provide you with an recovery ZIP for older MTD devices
Will have the file /proc/mtd
Click to expand...
Click to collapse
Original Thread - http://forum.xda-developers.com/showthread.php?t=2432479
Related
Features of FolderMount:
Root is an absolute MUST. No root, no access to app.
Mount internal SD card folders to external SD folders.
Move content from internal to external when a pair is added. (Dialog prompt)
Support for Android 2.3 - 4.2.2.
Holo themed throughout and an intuitive GUI design.
It will check SDCARD mount status and remount if necessary.
Why would you need this app?
Today some apps store big files over the internal SD card (e.g. Games, Podcasts, Offline RSS feeds, Pictures, Offline navigation software). Typically users have a small internal sd card size (~16GB) while the external SD is a lot bigger (~32-64GB). Most of these apps don't have an option to use the external SD card to store data so they starve your internal SD card memory. I'm bringing this solution to fix this issue. In my case, I use this app to mount offline navigation software and some GameLoft games (NFS anyone?).
Doesn't this do the same thing as previous apps?
There are a few apps that already do this. However, my app differs in that:
a) Some of the existing apps aren't maintained anymore. FolderMount will be maintained by me as we go forward.
b) While most of the previous apps work properly in most cases, I found them not very intuitive to setup initially and were lacking some necessary "sanity checks" before linking folders. I intend to keep this app as intuitive and bug free as possible.
c) Support for Android 4.2.2! No app will currently do that for you, so here it is. (dev talk: this uses the debuggerd service trick to get it to work).
Users that buy the premium key will get:
Unlimited folder pairs (free version has a limit of 3).
Ability to mount any subfolder in the internal sdcard. (free version has restrictions on Android obb and data folders)
Get to see the folder sizes in root explorer
Support the developer and make him very happy
Mini how to
Click add to add a folder pair
Select a source directory that you want to move files from. This should be somewhere in your internal sdcard. Usually located at /mnt/sdcard
Select a destination directory that you want to move files to. This should be some folder in your external sdcard or OTG drive.
FolderMount will offer to move the files to the destination. Click yes.
After the moving process is done, click on the pin. If the pin is green, you're all set.
Note: The files will appear in both the source and destination after pinning them. This is normal as the files that you see in your internal sdcard are actually located on your external sdcard. This is how FolderMount "tricks" apps that don't have the ability to save explicitly to the external sdcard.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Translations:
Want to have FolderMount in your language? Help us by joining our crowdin project. More information here: http://www.devasque.com/foldermount/translations.html
Bug reports:
Please read this post for guidelines on how to report problems.
Changelog:
v2.0.9 (6/23/2013)
Updated locales. New translator (Danny446). Thanks to all volunteers.
Minor FC bug fix
If FM couldn't detect the extSdCard, display a list (was broken with v2 for some users)
extSdCard permission fixer modifications that should make it less error prone
Fix S4 debuggerd screw up that was introduced in v2. This release should make FM work again for all S4 users. Thanks Leonidas87 for your patience and for testing
Rest of changelog
Download:
https://play.google.com/store/apps/...251bGwsMSwyLDEsImNvbS5kZXZhc3F1ZS5mbW91bnQiXQ..
http://forum.xda-developers.com/attachment.php?attachmentid=2063786&d=1372007929
Original thread: http://forum.xda-developers.com/showthread.php?p=39178981#post39178981
ATTENTION!!!
4.2.2 IS DISCONTINUED!!!
DIRTY UNICORNS AIO 5.1.1 V4A|DOLBY|NOOZ MOD
COMING SOON!!!
SCREENSHOTS ARE IN ATTACHMENTS BELOW
Jeremy Duffield's Xperience All In One
https://youtu.be/M0GfJyZi3Uw
Hello XDA! Now entering my 21 year of age, I feel y'all thought we forgot about the original First Generation Google Nexus 7 back it the 2012 days... Well here's an All In One Final Zero-BUG Minor-Lag RootBox Compiled Operating System
ROM & KERNEL
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Integrated Audio Apps
Integrated Sound LIBs
Included Source Code
FEATURES!!!
AIO 2 Step User Interacted Install
-> CyanogenMOD Features
-> AOKP ROM Control
-> ParanoidAndroid HALO + Hybrid Settings
-> Integrated (My Personal) Audio Configuration Which Includes...
: Attached audio_effects.conf Screenshots
: Dolby Apps
: Noozxoide EZIO-rewire PRO App
: ViPER4Android FX App
: ViPER4Android XHiFi App
-> Integrated LMT Navigation
-> Integrated Apex Launcher
-> Integrated Voxel Icons
OTHER FEATURES!!!
-> All equalizers are fully configured to optimum capability across all apps with built-in Earbuds+AuxStereo Presets upon FIRST BOOT!
-> All system settings are configured to (My Personal) default upon FIRST BOOT!
-> You will find out all the cool features upon FIRST BOOT!
So...
NO SETTINGS TO CONFIGURE!
BUT YOU ARE ENCOUNTERED TO COUSTOMIZE AND MAKE IT YOUR OWN!
NOT WAITING FOR DALVIK CACHE ON BOOT!
ETC. ETC.. ETC...
Install process may be a tad more lengthy as usual...
DISCLAIMERS!!!
I do not write code. I organize and compile via JDX-DEV-VM #1.
Thanks in general to the whole Android Developer Community to make it possible to group some of our greatest hits along the way.
WARNINGS!!!
THIS INSTALL WILL OVERWRITE PREXISTING RECOVERY TO CWM TEMPORARILY
ALL INSTALL PROCEDURES HAVE CHANGED!!!
FOLLOW *ALL* INSTALL PROCEDURES PROVIDED UPON FLASHING INCLUDING THE RESTORE OF THE EXTRACTED BACKUP INCLUDED THEN FEEL FREE TO CHANGE YOUR RECOVERY BACK TO TWRP IF USED
/SYSTEM PARTITION DOES *NOT* INCLUDE A LAUNCHER SO BE SURE TO DOWNLOAD A NEW ONE *BEFORE* UNINSTALLING APEX
*ALWAYS BACKUP ORIGONAL *BEFORE INSTALLING* JUST IN CASE YOUR JUST TESTING!!!
DOWNLOAD
PLEASE NOTIFY ME OF ANY AND ALL DIFFICULTIES AND PROBLEMS!
Lagging issues!
With the release of ARM64 and Marshmallow *THIS CHIPSET IS OLD AND NO LONGER SUPPORTED BY GOOGLE FOR THAT REASON! SOME LAGGING ISSUES SIMPLY CANNOT BE HELPED... But it is recommended to Purchase Bricked Kernel App and then from there to do some tweaking. Most lag should be minimal after that but Web Browsing Multiple Tabs *Will always be laggy especially on desktop sites*
OrangeFox Recovery Project
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OrangeFox is FREE SOFTWARE
Supports Treble, Miui, Custom Roms
INSTALLATION:
0. Backup your ROM
1. Download the OrangeFox zip file to your device
2. Reboot to TWRP
3. Install the OrangeFox zip
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
Download:OrangeFox-Unofficial-suzu.zip
Source
https://github.com/Remim7/OrangrFox_device_suzu
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Screenshots
Contributors
DarthJabba9, MrYacha
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Stable
Current Stable Version: R10.0
Base on pie
Code:
TWRP Version:3.3.1
Created 2020-03-20
installed it some minutes ago, it looks very nice, many customization options, works very fast, no heating up like on twrp recovery (could only be my phone) two bugs for now: can't find and use twrp backups and somehow the internal drive is double when connected to pc
Aaskereija said:
installed it some minutes ago, it looks very nice, many customization options, works very fast, no heating up like on twrp recovery (could only be my phone) two bugs for now: can't find and use twrp backups and somehow the internal drive is double when connected to pc
Click to expand...
Click to collapse
Regarding the problem of twrp backup and recovery, because this is my backup phone, so it is not tested. If you connect to the internal storage of the PC, you can try to manually close and open mtp manually, and then you should be able to open the internal storage on the PC.(This should be a common problem of twrp. I have twrp on several mobile phones.)
Too sad my device broke..... I'll get another one anyways XD
The best Android file explorer ever: MiXPlorer
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here’s a brief list of essential features:
– Easily themable with customization option which lets you select any color you like.
– Sort, disable and enable all menu options and action buttons.
– Unlimited Tabbed browsing and Dual panel in landscape mode and drag & drop between panels also supported.
– Easily create Tasks to multitask Copy, Move, … operations.
– Various view modes and sorting options for each folder separately!
– Customizable bookmarks drawer with essential file types already categorized.
– Advanced search functions.
– Built-in USB OTG driver. FAT32 (R/W), exFat(R/W), NTFS (R) supported.
– Html viewer which supports MHT, Markdown, AXml, CHM, MAFF and ….
– SQLite editor.
– Font viewer.
– Export/Import all preferences and bookmarks and customized skins.
– Packing/unpacking 7z and Zip/Zip64 (splitted-encrypted), TAR, TAR.GZ, TAR.BZ2, GZIP, BZIP2, XZ, WIM, Lizard, LZ4, LZ5, Zstandard.
– Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR/RAR5, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, XAR and Z.
– All your cloud storage needs accessible from one single app. Choose from 19 providers:
Mega.co.nz, Mail.ru, Dropbox, Box, Yandex, HiDrive, Baidu, Amazon CloudDrive, Mediafire, IDrive, Hubic, 4Sync, 4Shared, Google Drive, Meo, OneDrive, OneDrive Business, pCloud, SugarSync, VDisk.
+ clouds which support webdav like (Yandex.ru, OwnCloud, MyDrive.ch, DriveHQ, CloudMe, CloudSafe, …).
– Modifying zip files.
– EPub, MobiPacket and PDF reader.
– Root access for all advanced operations.
– EncFS volumes supported for all storages.
– File encryption and decryption using Aescrypt file format.
– FTP/HTTP Server built-in + TCP server to receive files from other devices using MiX (Send-to option).
– Image Viewer (it supports GIF, SVG, TGA, ICO,…).
– Media Player + VLC codecs add-on.
– Powerful Text Editor and Code Editor.
– SAMBA (SMB1, SMB2.0/2.1), FTP, SFTP, WEBDAV supported as well.
And many more awesome features for you to explore!
Forget the Files app that by default comes with WSA.
App's WSA compaitble APK: See attachment
EDIT: the originally attached APK got removed by mod. Hence you have to get it via Google Play Store at your own. Sorry for this.
{Mod edit: Link removed. Oswald Boelcke}
** For New GSI User
☆The best choice for test new PHH GSI.
☆☆The patches used to build (Any GSIs) as trebledroid GSI
☆☆☆Test one for all (Patched-GSIs).
Releases · TrebleDroid/treble_experimentations
Scripts to automatically build/CI/Release TrebleDroid GSI - TrebleDroid/treble_experimentations
github.com
** Must supported exFAT sd card.
If not free, I don't care .(Bact to Stock its Free)
DON'T DO THIS. (Don't Format your SD Card)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
** Uses Simple tool (Free) for GSIs
fastbootD
Platform tools from Android Development.
Stock (Boot , vendor , firmware.)
Odin flashing tool.
** Stand on the big two former shoulders.
Google (must full supported Assistant only) if can not calling from your contact , use another GSI).
DeGoogle. ( if not supported exFAT sd-card uses another GSI).
** Update with new GSIs
Vegs Bobo DSU sideloader.
==============
= LIST OF ABSOLUTELY FREE.=
==============
TrebleDroid
Releases · TrebleDroid/treble_experimentations
Scripts to automatically build/CI/Release TrebleDroid GSI - TrebleDroid/treble_experimentations
github.com
ProjectElixir 3.6 GSI Only
https://private.projectelixiros.com/thirteen/gsi/ProjectElixir_3.6_gsi-13.0-20230223-1108-OFFICIAL.img.xz
Reserve. Update New Fixing.
New update "android_13.0.0_r41 ci-20230518"
Add prop to request Samsung vendors to use functionfs for MTP
Enable SYSBTA by default
Replace CheckBoxPreference with SwitchPreference in Treble Settings
Add Customization toggle to enable Pen Pointer overlay
fix: Improve HTTP response handling in OTA
Fix in-call audio for low-end Samsung Qualcomm devices
Howto test drive.
-Flash with fastbootD
or
-Install with Vega BoBo DSU Sideloader.