• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

G2X: Storage Location Issue

OutstandingO

Newbie
Jun 7, 2010
27
0
What's going on guys? I picked up my G2X on launch day and installed one of my favorite apps on it right away (.podkast-usa). When I go into that app and download a podcast it will save to the podkast folder created on the phones storage.
I'm coming from an N1, and when doing this same task it would save the podcast to the podkast folder which was created on the removable sdcard that I had stored on the phone.

Does anyone have any idea how I can get either the phone or the app to store podcasts directly to the removable sdcard
 
Unless the app has a setting that you can change for where it stores podcasts, I don't think there's anything you can do; if the string "/sdcard/podcast" is hard-wired into the app, it's going to use the internal flash memory. If you can set it, though, the path to the removable SD card is /sdcard/_ExternalSD, and you can use a directory there.
 
  • Like
Reactions: OutstandingO
Upvote 0
Unless the app has a setting that you can change for where it stores podcasts, I don't think there's anything you can do; if the string "/sdcard/podcast" is hard-wired into the app, it's going to use the internal flash memory. If you can set it, though, the path to the removable SD card is /sdcard/_ExternalSD, and you can use a directory there.[/QUOTE

It's strange that it does that with this phone.
Is there a way that I can force my phone to redirect to a path that goes to the removable sdcard?
 
Upvote 0
I wonder if you could make a sim-link from th linux shell to the same directory on your removable card...

might try it when I get my phone on Monday.

from shell, enter ln -s source_directory new_directory

so you would enter

ln -s /sdcard/podcast /sdcard/{not sure...ext_sd?}/podcast

mm0

I might have gotten that backwards...it might be:

ln -s /sdcard/{not sure...ext_sd?}/podcast /sdcard/podcast
 
Upvote 0
It's a symlink (symbolic link), and the appropriate command would be

ln -s /sdcard/_ExternalSD/podcast /sdcard/podcast

Unfortunately, I believe (from Googling and from trial and error) that you can't create a symlink on the SD card -- the SD card uses the FAT file system, which does not support symbolic links.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones