Can some gurus explain why an external uSD required when running from eMMC?
I meant, some apps such Google Earth, Aldiko, B&N Nook, Flixkie, ...... require an uSD installed in order to work? Why can they use the eMMC /media storage?
Some apps prefer to install to the card, probably because internal space is limited, especially in phones. By default, CM7 let's them install where they want. You can change that in the application settings within the CM settings.
patruns said:
Some apps prefer to install to the card, probably because internal space is limited, especially in phones. By default, CM7 let's them install where they want. You can change that in the application settings within the CM settings.
Click to expand...
Click to collapse
If you mean setting it from "automatic" to "internal" then it is NOT the case.
I had it set as "internal" from day 1 then installed few apps after that, still getting "SD card required to run" or "SD card unmount ...."
Note: just a few apps giving me this problem, every other app is fine.
votinh said:
Can some gurus explain why an external uSD required when running from eMMC?
I meant, some apps such Google Earth, Aldiko, B&N Nook, Flixkie, ...... require an uSD installed in order to work? Why can they use the eMMC /media storage?
Click to expand...
Click to collapse
In short, because they don't know about it.
Our nook, like other devices, does carry spare internal memory. But, it does so in a way that requires changes to the Android system. because each maker/device is unique, the devs for the mentioned apps, have no way to easily handle all the combos. A few apps can hook into specific folder locations via file explorers, but that is it.
Thanks DM
On the Encore nightly (#149) log, there is "galaxys2: use /mnt/emmc for external sdcard (android_vendor_cyanogen)"
Does anyway that our CM7 Encore team can do that for the NOOK?
It seems like they've done for the Galaxy S2.
Oddly enough, while I forced it to install the Nook reader to the eMMC, it still drops the books into a folder on the card.
I put all of my mp3s into /emmc/My Files/Music manually; the players appear to be able to find them there automagically. But that's all that's there.
As I previously mentioned, only a few apps gave me the problem, not all of them.
I have other apps such Adobe Reader, RockPlayer, Cool Reader, ... installed and they all able to read files from the eMMC folder.
In this specific case, B&N Nook app can't.
(or maybe I don't know how to set it to read into the eMMC location)
Related
I have spent the last week reading and searching the forums in an attempt to find out how to be able to access and use the empty space left on a CM7 boot sd. Some of the posts were confusing and others seemed to be targeted to those who are already very familiar with the file structures of these systems. The only paritioning experience I have is dividing a boot drive before putting on XP. I am using a Sandisk 8gb and it looks like there is about 5 gig free. Win XP is the os I am running.
So the questions I have are:
1) In simple terms, exactly what has to be done to a boot CM7 SD card to be able to use the empty space for books, mp3, etc? On the recommendations I read in different threads, I downloaded easus partition master, gnome partition editor, and minitool partition wizard. They all pretty much do the same of being able to display the 4 partitions, but what do with the programs then?
In the near future I would like to get a 16g or 32g and wouldn't want all of that space going to waste.
2) Is it possible to have it so that the NC stock boot can read the books downloaded in CM7? I have not been able to find where CM7 stores books.
Thanks to all whose work helped me get to this point. The NC is a fascinating piece of hardware.
Hey! Using the remaining storage on your SD card is quite easy. Just download and install this program on your NC. http://forum.xda-developers.com/showthread.php?t=952456 open the program and select the 4th partition to be mounted. Now when you plug your nook into the PC, the partition which holds media etc. Will be mounted you can now transfer mp3's, roms for Emulators etc.
As for #2, Your cm7 books should be on the previously mentioned partition, which is the 4th.
Sent from my ADR6300 using XDA Premium App
Imbroglio said:
I have spent the last week reading and searching the forums in an attempt to find out how to be able to access and use the empty space left on a CM7 boot sd. Some of the posts were confusing and others seemed to be targeted to those who are already very familiar with the file structures of these systems. The only paritioning experience I have is dividing a boot drive before putting on XP. I am using a Sandisk 8gb and it looks like there is about 5 gig free. Win XP is the os I am running.
Click to expand...
Click to collapse
5G sounds about right for the /sdcard partition. The rest of the partitions on an 8G card are /boot, /system, and /data. Use Root Explorer to poke around; you can tell when you jump partitions because the used/free numbers at the top will change.
/boot is not normally mounted.
The root filesystem is in-memory and is initialized from /boot/uRamdisk by default.
So the questions I have are:
1) In simple terms, exactly what has to be done to a boot CM7 SD card to be able to use the empty space for books, mp3, etc? On the recommendations I read in different threads, I downloaded easus partition master, gnome partition editor, and minitool partition wizard. They all pretty much do the same of being able to display the 4 partitions, but what do with the programs then?
In the near future I would like to get a 16g or 32g and wouldn't want all of that space going to waste.
Click to expand...
Click to collapse
The original instructions in the size-agnostic install thread detail what happens to various sizes of card; for anything above 2G /sdcard gets all the extra.
Any apps that use /sdcard for storage will use this space. App-specific config data and small databases are generally in /data unless instructed otherwise (I'm using less than 300M of my /data partition as yet). The app info or permissions will often give clues; if the permission for "read and write SD card" is requested or required, the app can or must use this space. Some apps (like BeyondPod) will always use /sdcard.
So, your space isn't wasted, it's just unused until you fill it.
2) Is it possible to have it so that the NC stock boot can read the books downloaded in CM7? I have not been able to find where CM7 stores books.
Click to expand...
Click to collapse
The CM7 SD boot cleverly uses the built-in memory for both /cache and (at least some) media storage; the "media" stock partition pre-1.2 is mounted as /emmc; I don't know how the SD boot uses the newer partitions. The NC app stores books in "/emmc/B&N Downloads/Books" and magazines in ".../Magazines". You can move your music files to "/emmc/My Files/Music" and the stock music player will automagically find them there, freeing up even more space in your SD. This partition is mounted the same for emmc-booted NCs, making an easier transition if you get to that point (it took me months to decide to go ahead and do it, and I'm happy with the choice). Other apps may look there, or can be told to look there, but since it's a new-ish Android "feature" (convention, really), it's not universal.
When you use USB mounting by plugging your charger cable into your PC's USB socket, by default the two "drives" mounted are /sdcard (named "CM7 SDCARD") and /emmc ("MyNookColor"), so you can use your PC to explore, backup, and move files back & forth to experiment. Both partitions are FAT32, so all PCs should be able to handle them. Remember to tell the PC to unmount them in software before unplugging the cable, like any thumb drive.
Thanks to all whose work helped me get to this point. The NC is a fascinating piece of hardware.
Click to expand...
Click to collapse
It is, isn't it? I haven't regretted buying one for a minute.
Thank you for posting the reply on the APP nook/cm7 file system.
Unfortunately, it still doesn't address HOW to sideload (DRAG AND DROP) books on the utilizing the empty portion of a CM7 SD card.
1. I put the SD card into an reader.
2. Windows xp detects the card.
3. I pull up windows explorer.
4. It only displays the "root" directory. Yes, I can drag and drop into the "my documents" folder but this partition only contains about 300 meg total storage.
5. It does not display the other partitions, thus I cannot drag and drop anything into the 5g partition.
Yes, I can drag and drop on the NC onboard storage, but not the CM7 SD card. Is the remaining 5 gigs only allocated for APP storage?
Now after 2 weeks searching this site and seeing numerous recommendations for software but not what to do with it or cryptic posts assuming that one already is very familiar with the android os, I am pulling my hair out over this. The only post I found that directly and simply addressed the issue requires that I reformat the SD with SDformatter to allow for full storage access but then I have install CM7 all over again.
I downloaded NookColorUMS-0.3b.apk using Opera, but that is all it did. I had to search again and it mentioned something about ADB (no idea what that is) which had to be installed. Aparently that doesn't work alone and it lead to another link to more required software - the Android SDK and then came a long list of more steps just to install that.
Hopefully, if I ever figure this out, I will write a simple to understand post that new NC CM7 people like me can understand.
Try this: unplug the charger cable from the "n"-shaped brick. Plug the cable into a USB port on your computer. Plug the other end into the NC as usual.
Tap the button(s) that pop up on the NC to allow USB mounting.
Two new drives show up on the PC. These are /emmc and /sdcard, but they'll have different names on the PC. Use Windoze Explorer to drag and drop. I might suggest /sdcard/download as a first try, but feel free to drop copies in multiple directories in order to experiment. Adobe Reader looks all over for its docs.
When you're done, click on the PC tray thing to release BOTH drives from the PC.
Poke around with your reader to find these files. Some readers might be better at looking around than others.
Let us know how you get along!
Sent from my NookColor using XDA Premium App
So once you download the NookColorUMS.apk, use the file explorer on your nook, go to the 'download' folder and click on this file. It will open up and ask you if you can install the program. Click yes and let it install.
When you are done with that, open the program and mount the partition of interest(i think its 4 as a previous poster stated). Now when you plug your nook into your computer that partition will mount. There should be 4 partitions if you are using the CM7 on SD card.
You should be able to now drag and drop files on that partition. Just make sure you unmount properly as I have run into problems if you just unplug it.
extremepizza
Imbroglio said:
Thank you for posting the reply on the APP nook/cm7 file system.
Unfortunately, it still doesn't address HOW to sideload (DRAG AND DROP) books on the utilizing the empty portion of a CM7 SD card.
1. I put the SD card into an reader.
2. Windows xp detects the card.
3. I pull up windows explorer.
4. It only displays the "root" directory. Yes, I can drag and drop into the "my documents" folder but this partition only contains about 300 meg total storage.
5. It does not display the other partitions, thus I cannot drag and drop anything into the 5g partition.
Yes, I can drag and drop on the NC onboard storage, but not the CM7 SD card. Is the remaining 5 gigs only allocated for APP storage?
Now after 2 weeks searching this site and seeing numerous recommendations for software but not what to do with it or cryptic posts assuming that one already is very familiar with the android os, I am pulling my hair out over this. The only post I found that directly and simply addressed the issue requires that I reformat the SD with SDformatter to allow for full storage access but then I have install CM7 all over again.
I downloaded NookColorUMS-0.3b.apk using Opera, but that is all it did. I had to search again and it mentioned something about ADB (no idea what that is) which had to be installed. Aparently that doesn't work alone and it lead to another link to more required software - the Android SDK and then came a long list of more steps just to install that.
Hopefully, if I ever figure this out, I will write a simple to understand post that new NC CM7 people like me can understand.
Click to expand...
Click to collapse
I am using Racks Phiremod/Honeycomb dual boot image but I don't see why this method would not work for your install. Rather than messing with mounting partitions and all that whenever I want to put something on the SD Card partition I will just plug my nook into the computer, copy and paste whatever file I need onto the nook's internal memory, and then use root explorer to cut and paste the file from the internal memory to the SD Card partition.
my emmc and sd card both show up and writable drives. I use stuff that I need faster access to in there, since the mount time is faster than the SD card.
Total noob here. I did the CM 10.1 and gapps (the proper version). All -seems- to work well except it doesn't appear that I can download anything to the internal storage even though there's about 800MB available (according to the Settings).
Example 1: I installed the DropBox app and it tells me I have to use an external SD card. Doesn't seem to be any way around this.
Example 2: I installed an eBook reader named "UB" and, when I ask for it to download the user guide (the link to it appears within the app in my bookshelf), the app advises that I don't have an external SD card (which is true).
I'm wondering if this sort of mod (Android overwriting the stock B&N Nook Color software) means that I can't use the internal storage. Is this normal? If so, I can live with that as a microSD card is cheap and has much more space. I'm just an inquiring mind that wants to know.
If there's some sort of setting that I've missed—remember, this is my first Android device—I'd appreciate a pointer.
By the way, it appears as though the old method of side-loading my non-drm'd epubs isn't available. Is there an app for this? IOW: How would I turn on filesharing or have the device mount when plugged into my Mac or access a shared folder -on- my Mac? (I can enable SMB on my Mac if necessary.) I imagine I can use a microSD and simply use ana adapter to get it mounted on my Mac if all else fails.
Thanks in advance for any assistance.
Barry
rumplestilts said:
Total noob here. I did the CM 10.1 and gapps (the proper version). All -seems- to work well except it doesn't appear that I can download anything to the internal storage even though there's about 800MB available (according to the Settings).
Example 1: I installed the DropBox app and it tells me I have to use an external SD card. Doesn't seem to be any way around this.
Example 2: I installed an eBook reader named "UB" and, when I ask for it to download the user guide (the link to it appears within the app in my bookshelf), the app advises that I don't have an external SD card (which is true).
I'm wondering if this sort of mod (Android overwriting the stock B&N Nook Color software) means that I can't use the internal storage. Is this normal? If so, I can live with that as a microSD card is cheap and has much more space. I'm just an inquiring mind that wants to know.
If there's some sort of setting that I've missed—remember, this is my first Android device—I'd appreciate a pointer.
By the way, it appears as though the old method of side-loading my non-drm'd epubs isn't available. Is there an app for this? IOW: How would I turn on filesharing or have the device mount when plugged into my Mac or access a shared folder -on- my Mac? (I can enable SMB on my Mac if necessary.) I imagine I can use a microSD and simply use ana adapter to get it mounted on my Mac if all else fails.
Thanks in advance for any assistance.
Barry
Click to expand...
Click to collapse
You need to swap sdcards so that it considers your internal sdcard as your external sdcard. Go to my NC Tips thread linked in my signature and read item A16.
Sent from my BN NookHD+ using XDA Premium HD app
leapinlar said:
You need to swap sdcards so that it considers your internal sdcard as your external sdcard. Go to my NC Tips thread linked in my signature and read item A16.
Click to expand...
Click to collapse
Tried the first suggestion in A16 (adding that one line of code) but, after a power-off / remove card / power-on, UB and Dropbox complain about not having a card.
Frankly, as long as the apps I install go to the internal storage (and they do), I don't mind leaving the SD card in place. An extra 16GB is a good thing.
Next up is finding an app that restores the original "mount as external HD when plugging in to Mac with USB cable" feature that was present in the original NC software.
Thanks,
Barry
I did search and with the google searches I've done, can't really figure it out so thought might ask here.
When I moved applications to external sd card, i didn't realize it didn't move the application data itself (inside obb folder), which is in the android device's internal memory. So basically, I have the application (i guess equivalent to .exe for windows) on the external sd card, but the beef of it (the applicatin's data) is still on the internal memory and using up the device's memory....how can I move the data (obb folder) to external, remove it from interernal to free up space, and have it boot up / work on the android device?
i'm not advance geek so need a dummy explination
You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.
fffft said:
You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.
Click to expand...
Click to collapse
Only thing I've done was root it then moved the application (move to sd card) via settings >> Application Manager. i want to do it for all apps but it's mainly due to games taking up lots of space. Reinstallng won't help cause everything that's obb just direct itsself to the internal storage, nothing i installed even gives me the option to install data into external, just only has a install button and it installs to internal memory
I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.
by the way...
fffft said:
I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.
Click to expand...
Click to collapse
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files? I don't understand why android stays with that fat drived file systems were softlinks are not working. Is there any reason for? So all data2SD apps have to work with specific *mounts*. I can't believe that this is fast and stable.
brachypelma said:
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files?
Click to expand...
Click to collapse
That won't work unless you do a lot more prep work. The file system isn't invisible, the OS would have to interact differently with ext4 than ExFAT. The OS would balk the first time it tried to follow a symbolic link and didn't find the ExFAT structure it expects.
To make that work, you'd need to mount the card yourself, manage permissions and hide the file attributes i.e. permissions from the void manager and other housekeeping tasks. Android expects to find a case insensitive and permissionless FS. Otherwise, void will report errors to the volume manager and the OS won't recognize your card. All of which is to say that this is a more distant outlier to the requirement for a simple solution. So you'd be generating fatal errors the first time the OS tried to follow a symbolic link to your ext4 files.
So yeah you can shoehorn an ext4 card into the system with enough work. But it isn't as simple as you believe. So back to my suggestions that the OP either install a custom ROM that does what he wants or that he looks at the script that I linked him to. Or perhaps migrate to CM 11, where native support for ext4 and NTFS have been added.
.
and is there a guide to do this, is it using the sd?
what software apk files do i need?
thanks
I'm using default option to transfert apps on SdCard (after installing), on menu setting/applications.
does that transfer the big obb/data files?
kyrusdemnati said:
does that transfer the big obb/data files?
Click to expand...
Click to collapse
It did with Doom 3. All 4GB transferred to my SD card.
But YMMV depending on the app of course
I have bought Tales From the Borderlands, which BTW plays really nice with the Nvidia-controller. Whereas the app itself is installed on the microSD-card, the game data it self (e.g. the different seasons - and those are several megabytes) will load internally. That's sad.
Apps to externals HDD
ive been trying to figure out how to move apps from the internal memory to an external HDD i alread used the drive to create a TWRP backup, i can also see the drive in ES file explorer but i cant find any apps or method to move app OBB/DATA to an external HDD there are plenty for apps to SD but i need APP to HDD. can anyone shed some light on this? do you have this kind of thing working?
beefy143 said:
ive been trying to figure out how to move apps from the internal memory to an external HDD i alread used the drive to create a TWRP backup, i can also see the drive in ES file explorer but i cant find any apps or method to move app OBB/DATA to an external HDD there are plenty for apps to SD but i need APP to HDD. can anyone shed some light on this? do you have this kind of thing working?
Click to expand...
Click to collapse
I believe Apps to USB storage will be available when we get an Android M update for the Shield TV.
any news on android m ?
If you happen to have xposed
Theres a module thats purpose is to "reroute" those internal folder contents to its counterpart on external sd card
Theres no mention of usb harddrive, but those in this situation thats willing to test and find out......
"Change path to internal SD card on OS level! Android Storage API tweaks.
This module changes path to internal SD card.
You can: change path to internal SD which is returned by System API, change path to obb dirs, app files, download dir (you can have everything on SD card!)
Control it in app settings."
[Xposed][MODULE][4.0+] XInternalSD
http://forum.xda-developers.com/xposed/modules/xposed-disablesignaturecheck-t2789267
Github
https://github.com/pylerSM/XInternalSD
If there are and it works, im sure future readers in this situation would appreciate the confirmation assuming theres no other way
Xposed
I'll try that out don't have xposed installed yet but I guess that will have to be the next thing on my list.
on full android i use link2sd.
@tailslol
Thanks for the tip with the app:good:
Apps to externals HDD
For apps to HDD you need folder mount tested and working
beefy143 said:
For apps to HDD you need folder mount tested and working
Click to expand...
Click to collapse
I made a post about it here on xda in shield android tv general.
Why does Nvidia even keep putting 16GB options in these tablets and STB? I swear 32GB should be the absolute minimum.
Sub-Negro said:
Why does Nvidia even keep putting 16GB options in these tablets and STB? I swear 32GB should be the absolute minimum.
Click to expand...
Click to collapse
Anyway the beta 6.0 is comming with native app to SD support.
tailslol said:
Anyway the beta 6.0 is comming with native app to SD support.
Click to expand...
Click to collapse
Does the apps to SD support in 6.0 move everything? Obb and Data.
Also will it support moving to USB or external HDD?
If not I would say it's still pretty useless to me.
beefy143 said:
Does the apps to SD support in 6.0 move everything? Obb and Data.
Also will it support moving to USB or external HDD?
If not I would say it's still pretty useless to me.
Click to expand...
Click to collapse
Everything,yes but sd only,not USB.
It mount USB as a external device.
There is no "best way" until we can figure out a way to get the Shield TV to support EXT4 file system.
I installed a custom kernel on my Galaxy Note 10.1 v2014 16GB tablet so I can use my 64GB external micro SD as "internal" storage. It works fairly well. It's not perfect, but it works well.
Once I got my tablet to recognize EXT4 file system, I was able to format my micro SD to EXT4 use a Windows app, there are several.
Then, I used Link2SD to mount the card as "internal storage".
My internal storage has only 10gb free when it's stock with no apps installed. I cleaned out the bloat and managed to recover another 0.4gb.
Using Link2SD, I'm able to install another 11gb of apps and games onto my tablet. My real internal storage now is about 8.82gb free. The rest of the data is stored on the micro SD.
For a lot of apps, it's able to store 100% of the app's data onto the micro SD.....I mean 100%!
BUGS:
Because of the way my tablet mounts the micro SD, if I ever have to reboot my tablet, then I have to reboot it twice. First, I do a "hard" reboot". Second, I do a "soft" reboot. The first reboot mounts the micro SD. But, because Links2SD loads before the micro SD mounts, it doesn't see it. So, I do a "soft" reboot, which only reboots the Android UI. Links2SD has a built-in feature to do this. After the soft reboot, Link2SD sees it. You have to buy the paid version to move 100% of the data to the micro SD but it was only $2-3.
Once in a blue moon, my NOVA launcher acts weird. I just do the process above and it resets it.
Without directory linking, which is how Link2SD works, then there is no BEST WAY to do this because there's no way Android will move 100% of the app to the external storage. Link2SD creates symbolic link on the internal storage, so when you look at the App Manager, it still thinks it's internal and even gives you the option to MOVE TO SD but don't do that! It's already on the SD.
So, bottom line, if you want this to work for our Nvidia Shield TV's, then you need to spread awareness to Nvidia and devs here about EXT4 file system support and hope that someone can port it to our machines!
Neo3D said:
There is no "best way" until we can figure out a way to get the Shield TV to support EXT4 file system.
I installed a custom kernel on my Galaxy Note 10.1 v2014 16GB tablet so I can use my 64GB external micro SD as "internal" storage. It works fairly well. It's not perfect, but it works well.
Once I got my tablet to recognize EXT4 file system, I was able to format my micro SD to EXT4 use a Windows app, there are several.
Then, I used Link2SD to mount the card as "internal storage".
My internal storage has only 10gb free when it's stock with no apps installed. I cleaned out the bloat and managed to recover another 0.4gb.
Using Link2SD, I'm able to install another 11gb of apps and games onto my tablet. My real internal storage now is about 8.82gb free. The rest of the data is stored on the micro SD.
For a lot of apps, it's able to store 100% of the app's data onto the micro SD.....I mean 100%!
BUGS:
Because of the way my tablet mounts the micro SD, if I ever have to reboot my tablet, then I have to reboot it twice. First, I do a "hard" reboot". Second, I do a "soft" reboot. The first reboot mounts the micro SD. But, because Links2SD loads before the micro SD mounts, it doesn't see it. So, I do a "soft" reboot, which only reboots the Android UI. Links2SD has a built-in feature to do this. After the soft reboot, Link2SD sees it. You have to buy the paid version to move 100% of the data to the micro SD but it was only $2-3.
Once in a blue moon, my NOVA launcher acts weird. I just do the process above and it resets it.
Without directory linking, which is how Link2SD works, then there is no BEST WAY to do this because there's no way Android will move 100% of the app to the external storage. Link2SD creates symbolic link on the internal storage, so when you look at the App Manager, it still thinks it's internal and even gives you the option to MOVE TO SD but don't do that! It's already on the SD.
So, bottom line, if you want this to work for our Nvidia Shield TV's, then you need to spread awareness to Nvidia and devs here about EXT4 file system support and hope that someone can port it to our machines!
Click to expand...
Click to collapse
you are a bit late but this is ok
https://www.youtube.com/watch?v=QtPGPBN5PJQ
I've spent the last two days looking around online for different ways to use my SD card as internal storage in my phone. I was able to successfully root, but Link2SD, Int2Ext, and other apps have been unsuccessful, always with the same problem. Unable to mount. I've tried partitioning as ext2, 3, and 4, with no luck. USB debugging is enabled, as well as SU access on boot. I've checked every forum I could find (not many) regarding different ways to use an SD card as internal storage, but always get this same error. I've also tried searching for fixes to the "unable to mount" error, with no luck.
I'm feeling really stuck now. I feel like it should be much easier to use external storage this way, especially using android.
Does anyone have any experience/ideas that might help? (Besides buying a new phone.)
BarefootFlash said:
I've spent the last two days looking around online for different ways to use my SD card as internal storage in my phone. I was able to successfully root, but Link2SD, Int2Ext, and other apps have been unsuccessful, always with the same problem. Unable to mount. I've tried partitioning as ext2, 3, and 4, with no luck. USB debugging is enabled, as well as SU access on boot. I've checked every forum I could find (not many) regarding different ways to use an SD card as internal storage, but always get this same error. I've also tried searching for fixes to the "unable to mount" error, with no luck.
I'm feeling really stuck now. I feel like it should be much easier to use external storage this way, especially using android.
Does anyone have any experience/ideas that might help? (Besides buying a new phone.)
Click to expand...
Click to collapse
Yes. This is quite the problem for this device, as there is not really very much internal space. I tried all the same things that you did when I first got the device too. The problem is that the internal SD is emulated, which confuses apps like Link2SD and makes them think that the emulated internal SD(/storage/emulated/0/), which is an emulated mirror of the actual internal SD(/storage/sdcard0/), is actually the external, so you will get messages like, "No need to move the items as they are the same location." You would need to disable the internal SD emulation in order to ever hope to move your apps and/or system stuff to the external. This was actually done by someone for my last device, the LG L70. This guy made a flashable file that disabled the emulated internal SD, which allowed you to do whatever you wanted with your internal and external space.
http://androidforums.com/threads/di...oid-lollipop-and-partition-table-tool.921136/
In the meantime though, you can try and clear space in other ways. If you have the Xposed Framework installed(recommended), then you can use some Xposed modules to move some stuff to your external SD. More info on installing Xposed here:
https://forum.xda-developers.com/showpost.php?p=67909185&postcount=393
Some modules you can try which I use and I can say actually work on this device are:
- Downloads2SD: Allows you to change the default download locations for videos, music, pictures you take or download and other miscellaneous downloads so that they automatically go to the external. Actually does save a lot of space and time.
- Obb on SD: This is handy if you play games that take up a lot of space. It moves the sometimes huge Obb data folder for those to the external.
(NOTE: Both of these will also require you to install and run an app from the Play Store called SDFix by NextApp first.)
You can also flash SlimPickins rom, which is a completely debloated rom that takes up a lot less internal space:
https://forum.xda-developers.com/ga...rom-slimpickins-stock-rooted-bloated-t3250883
For more info on debloating and creating more space on this device you can also check out this old debloating thread I made too here:
https://forum.xda-developers.com/ga...oating-sm-g360t1-sm-g360t-easy-guide-t3260136
You can also search the Play Store for light alternatives to your current apps. A great example of one I use now is called "Swipe". It's a super light Facebook app that looks and functions exactly the same, but cuts off about 300mbs+ of the space taken up by the original.
In short though, there is really no other way right now to clear up space on the SM-G360T/SM-G360T1. Hope this helps!
bogarty said:
Yes. This is quite the problem for this device, as there is not really very much internal space. I tried all the same things that you did when I first got the device too. The problem is that the internal SD is emulated, which confuses apps like Link2SD and makes them think that the emulated internal SD(/storage/emulated/0/), which is an emulated mirror of the actual internal SD(/storage/sdcard0/), is actually the external, so you will get messages like, "No need to move the items as they are the same location." You would need to disable the internal SD emulation in order to ever hope to move your apps and/or system stuff to the external. This was actually done by someone for my last device, the LG L70. This guy made a flashable file that disabled the emulated internal SD, which allowed you to do whatever you wanted with your internal and external space.
http://androidforums.com/threads/di...oid-lollipop-and-partition-table-tool.921136/
In the meantime though, you can try and clear space in other ways. If you have the Xposed Framework installed(recommended), then you can use some Xposed modules to move some stuff to your external SD. More info on installing Xposed here:
https://forum.xda-developers.com/showpost.php?p=67909185&postcount=393
Some modules you can try which I use and I can say actually work on this device are:
- Downloads2SD: Allows you to change the default download locations for videos, music, pictures you take or download and other miscellaneous downloads so that they automatically go to the external. Actually does save a lot of space and time.
- Obb on SD: This is handy if you play games that take up a lot of space. It moves the sometimes huge Obb data folder for those to the external.
(NOTE: Both of these will also require you to install and run an app from the Play Store called SDFix by NextApp first.)
You can also flash SlimPickins rom, which is a completely debloated rom that takes up a lot less internal space:
https://forum.xda-developers.com/ga...rom-slimpickins-stock-rooted-bloated-t3250883
For more info on debloating and creating more space on this device you can also check out this old debloating thread I made too here:
https://forum.xda-developers.com/ga...oating-sm-g360t1-sm-g360t-easy-guide-t3260136
You can also search the Play Store for light alternatives to your current apps. A great example of one I use now is called "Swipe". It's a super light Facebook app that looks and functions exactly the same, but cuts off about 300mbs+ of the space taken up by the original.
In short though, there is really no other way right now to clear up space on the SM-G360T/SM-G360T1. Hope this helps!
Click to expand...
Click to collapse
Hi,
I have a Core PrimeSM-G361F with pre-rooted firmware and I am successfully using Link2SD.
Did you format and create two partitions on your internal microSD? I think this is necessary. Check out this tutorial:
https://awanstuff.wordpress.com/201...ink2sd-in-any-android-phone-with-screenshots/