The phone is rooted and the SD Card has been partitioned before. I was trying to adjust the partition size using Apps2SD but it ended up formatting it. Is there any way I can recover the lost files? The files are mostly apps/games.
EDIT: Just to clarify, can the games/apps itself be recovered? Or at least their data? I need the game data as some of my games are single-player and it'll really suck to start all over again.
/data/data/*package name of your app*
, there should be a complete folder structure there storing your app data (usually in databases, files or shared_prefs), if you can't see anything meaningful in there then it's indeed linked and lost. – Andy Yan Jan 20 '17 at 14:01