How do u flash wheb nexus s has no sdcard slot? - Nexus S Q&A, Help & Troubleshooting

My nexus is gonna arrive in 2 weeks time im praparing to root and install roms, but i keep seeing steps that require access to sdcard? Nexus s has no sdcard slot, so how do we copy or install from sdcard?
Sent via Picopad

tishfire said:
My nexus is gonna arrive in 2 weeks time im praparing to root and install roms, but i keep seeing steps that require access to sdcard? Nexus s has no sdcard slot, so how do we copy or install from sdcard?
Sent via Picopad
Click to expand...
Click to collapse
Check out my reference thread in the development section. It'll get you going in the right direction
Sent from my MattedBlue CM7 Google Nexus S!

Alright I found a step
"drag/drop the su-version#-signed.zip file into the root of the internal SD of the SNS"
I assume nexus S does have a SDROOT folder, an internal "sdcard"

tishfire said:
Alright I found a step
"drag/drop the su-version#-signed.zip file into the root of the internal SD of the SNS"
I assume nexus S does have a SDROOT folder, an internal "sdcard"
Click to expand...
Click to collapse
it does have a /sdcard/ folder.
OKAY Look. The NS not having a SD card slot is deceiving.
NS does have a "internal" sd card. It does not have a external.
It has built in 16GB that cannot be removed. It does have "sdcard" but you can't EXPAND it with a microSD card.
E.G. Vibrant has internal 16GB and external SD card slot.
Internal: /sdcard/
External: /sdcard/sd/
A lot of the previous phones like G1 (and others) didn't have a hard drive internally. So all the space were primarily stored within the SD card.

thanks for sharing..
Sent via Picopad

Related

Installing Apps to internal memory instead of SD?

Is there a way to install the apps to the internal storage instead of the sd card? I remember awhile ago there was an option on CM that allowed internal/external settings. I can't finder it anymore. My sd card is only 1gb taken from my old G1.
Sent from my LG-P999 using XDA App
jonnyboyca said:
Is there a way to install the apps to the internal storage instead of the sd card? I remember awhile ago there was an option on CM that allowed internal/external settings. I can't finder it anymore. My sd card is only 1gb taken from my old G1.
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Try swapping the cards.
Sent from my Calculator with Android.
jonnyboyca said:
Is there a way to install the apps to the internal storage instead of the sd card? I remember awhile ago there was an option on CM that allowed internal/external settings. I can't finder it anymore. My sd card is only 1gb taken from my old G1.
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Which rom are you using right now?
If you're on stock (based) ROM, then you can use ADB/terminal to issue the command pm setInstallLocation 1 to force apps to use the internal storage, if on CM7 the option is under CM Settings => Application => Install Location
In CM if we set it to internal will apps install on the internal sd card or on the internal rom (is that the right word im looking for?)?
They'll be in /data/app, so what you would call 'internal ROM'
Thank you that's exactly what I was looking for
Sent from my LG-P999 using XDA App
Don't mean to hijack the thread, but does anyone know if there's a way to move apps to the internal sd card (not internal ROM)?
I have a 16gb class 10 microsd card but i want to use all that space for music. That 5gb internal sd card is just sitting there, i'd really want to use it for app installation space.
Any clues?
I think you have to change the setting to internal and reinstall the apps
Sent from my LG-P999 using XDA App
PhantomRampage said:
Don't mean to hijack the thread, but does anyone know if there's a way to move apps to the internal sd card (not internal ROM)?
I have a 16gb class 10 microsd card but i want to use all that space for music. That 5gb internal sd card is just sitting there, i'd really want to use it for app installation space.
Any clues?
Click to expand...
Click to collapse
Did you get this resolved? I have the same issue. I'm trying to get apps to install in the 5GB internal SD memory.
smoothmoose said:
Did you get this resolved? I have the same issue. I'm trying to get apps to install in the 5GB internal SD memory.
Click to expand...
Click to collapse
Titanium Backup.
??? Are you saying use Titanium Backup to move my apps from one place to another?
smoothmoose said:
Did you get this resolved? I have the same issue. I'm trying to get apps to install in the 5GB internal SD memory.
Click to expand...
Click to collapse
Are you using CM7?
G2X CM7
phburks said:
Are you using CM7?
G2X CM7
Click to expand...
Click to collapse
If so you can use the zip from this thread
http://forum.xda-developers.com/showthread.php?t=1144553
Flash the one that says it makes external secondary. It will mount your internal sdcard as /sdcard and will mount your external as a folder /sdcard/_ExternalSD
G2X CM7
Thanks. I think that did the job!

[TWEAK][MOD][FIX][CM7] sdcard Switcharoo!

CyanogenMod 7 sdcard Switcharoo tweak/mod/fix!
When i first got CM7 on my Infuse I immediately came across an annoying problem (at least for me). Like all AT&T customers, my phone came with an external SD card with 2gb of storage and the phone itself has 16gb of internal storage. So i noticed that by default, my 2gb external sdcard was the mnt/sdcard directory that all my apps use and mnt\emmc was my internal 16gb. For me that sucked because all my Titanium Backups were in my internal sdcard and I coudnt move it to my external because of memory insufficiency. So i decided i would mod the ROM to switch these sdcard directories and have 16gb instead of 2gb in my mnt\sdcard directory.
So, to make this simpler for me and you, suppose:
----------------------------
Internal sdcard (16gb) = A
External sdcard (2gb) = B
----------------------------
A is by default in mnt\emmc
B is by default in mnt\sdcard
----------------------------
The problem with the above statements is that 2gb is not enough to make it my default sdcard. Apps like Titanium Backup, Dropbox, Camera and tons of others (like games) always store things in mnt\sdcard and they can rarely be configured to store elsewhere (at least to my knowledge).
So to solve the problem i edited the mnt\system\etc\vold.fstab file. This file just contains some random gibberish about where the sdcards mount to. So i switched the mounting directories of the two sdcards A and B. So far all i had to do is copy over the apps stored in my external to the new external mount (mnt\emmc).
So in short the only thing this changes is: (the before and after pic)
Before:
mnt\emmc is internal 16gb
mnt\sdcard is external 2gb
After:
mnt\emmc is external 2gb
mnt\sdcard is internal 16gb
Now, if lets say you had your apps stored in A and used my tweak. You would have to copy your apps over to B because thats the new A. Confusing i know...im trying. lol
So here is the procedure:
0. Download the attachment below and unzip it in your phone somewhere
1. Make sure you have root explorer or similar app
2. Using your explorer app mount mnt\system\ R/W
3. Navigate to vold.fstab file in mnt\system\etc
4. Rename the file to vold.fstab.bak (to keep it backed up)
5. Now find the directory where you downloaded and put my new vold.fstab file
6. Copy my new vold.fstab file to mnt\system\etc and paste
7. Reboot phone.
If you encounter difficulties, then undo the process by first deleting my modded vold.fstab and then renaming your old vold.fstab.bak to vold.fstab and then rebooting.
Also, Keep in mind that this is for CM7 users. Don't use it if you don't know what CM7 is or don't use CM7 port. Cheers, hope this helps someone.
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
PVD04 said:
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
Click to expand...
Click to collapse
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Mohammad_Adib said:
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Click to expand...
Click to collapse
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
My /mnt/sdcard is the internal memory and my 4GB microsd is my external storage been like that from stock and I have all of my important stuff on the external for obvious reasons. Don't know why you would need this am I missing something?
Infused with Android DNA
PVD04 said:
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
Click to expand...
Click to collapse
This is exactly right - unchecking internal storage does exactly what your tweak does.
I have a 16 gig SD internal and external and I prefer using external which is default, when my phone had to be redone due to bad flash, I loss everything on my internal. Even if I checked something wrong it still feels safer using external last I checked 16gig cards are like 25 bux. I want 32gig next. Sounds to me like a poor attempt to get status here. Try on a group less educated then xda. I feel offended by this trick.
Sent from my SGH-I997 using xda premium
This might be useless for CM7 users but what about MIUI users, don't CM7 and MIUI use the same kernel?
Sent from my SGH-I997 using xda premium
i just got a 16gb external card to replace the OEM supplied 2gb sdcard.
Also Titanium allows you to change the backup folder location.
Cool. thanks for telling me. but that never worked for me. so this did and i dont care how u guys do it as long as the results are the same.
I thought that emmc was the external memory card? Because I have a 16 GB external and CM7 reads it as EMMC
Sent from my SAMSUNG-SGH-I997 using xda premium
Cm7 switchs external and internal so it is like every phone since not all phones have 16gb internal. I don't really use internal.
Sent from my SGH-I997 using xda premium

[Q] SD Card? where do i find it on my samsung phone?

Hello!
Can someone please help me identify SD Card on Samsung Nexus S I9020a. Where can i find it on my phone? I don't see it in any of my folders .. what is it referring to?
Thank you
/sdcard
Or you could to mnt/sdcard
The Nexus S doesn't have a removable SD card
Edit: wasn't sure if you're talking about the SD card folder or the actual SD card.
stellar said:
The Nexus S doesn't have a removable SD card
Edit: wasn't sure if you're talking about the SD card folder or the actual SD card.
Click to expand...
Click to collapse
then why do they call it sd card and not internal card? i do realize they dont have a removable sd card but they should just callit i-storage for internal storage.... i say we at xda should come up with a mod to allow an sd card to be installed onto the nexus s series.... and also we should mod it to allow lte as well....
Google_Nexus said:
then why do they call it sd card and not internal card? i do realize they dont have a removable sd card but they should just callit i-storage for internal storage.... i say we at xda should come up with a mod to allow an sd card to be installed onto the nexus s series.... and also we should mod it to allow lte as well....
Click to expand...
Click to collapse
Since we are at it, let's add some wheels and a rocket engine and drive it around.
And it's called SD card cause physically it's an SD card, just not removable.
I was reading the forum on how to roll back to Gingerbread from ICS 4.0.4, and everyone is talk about SD card. got confused because when you say SD CARD usually it means the removable one.
Just recently updated to ICS 4.0.4 on my Google Nexus S, cant find the files folder on my phone and also dont know how can i install and app from my computer and then onto the phone, because lot ppl have posted links for good apps. I've saved them on my computer but how do i get them onto my phone.
Thanks for the previous replies!!
You might want to google some explanations to help you get started. Here are a couple to help you:
http://androinica.com/2010/04/tips-how-to-install-android-beta-apps-and-apk-files/
http://androinica.com/category/androidguide/
Sooofi said:
I was reading the forum on how to roll back to Gingerbread from ICS 4.0.4, and everyone is talk about SD card. got confused because when you say SD CARD usually it means the removable one.
Just recently updated to ICS 4.0.4 on my Google Nexus S, cant find the files folder on my phone and also dont know how can i install and app from my computer and then onto the phone, because lot ppl have posted links for good apps. I've saved them on my computer but how do i get them onto my phone.
Thanks for the previous replies!!
Click to expand...
Click to collapse
Yeah our Nexus S don't have removable storage (sadface) lol. To install the apks(apps) you have on your computer just connect your phone to the computer, copy your apps from your computer to ANY folder you see in the phone(your phone should be connected to the com.). Now download any file manager from the play store and go to the folder you placed the apk in and click on that apk. It should ask you if you want to install an app now. That's it I think
Again I'm not sure if that's what you're asking for but I think that's what you meant right?

Why cant i use my sd card?

I have a 16gb s3 and 16gb SD card I wanted to either move my music or apps but I can't figure out how my phone recognizes the SD but for some reason its seems unusable. Is there some setting I'm missing or is my SD card corrupt?
Sent from my SCH-I535 using Tapatalk 2
not sure i understand your question exactly... but i can say that certain programs are not able to utilize the sd card in our phones. this was new for me coming from a motorola. the way samsung refers to the internal "sd card" vs your added external sd card is different so a number of programs will look at the internal memory as the SD Card instead of your actual SD Card.
that said, you can bypass this with a program the binds the directory on the internal storage that the program is looking for to a directory on your SD Card.
search my posts... i posted the link to the program (not mine) in another thread. it's working great for me with MOG. before, all my music had to be on the internal storage for mog to read it. now, with the directory bind program i have all my music on my external sd card and mog reads the files just fine.
hope that helps!
Well I downloaded app2sd and it says this device does not have a primary external storage. It does not even recognize my sd
Sent from my SCH-I535 using Tapatalk 2
apps2sd does not work on this device...
fenixnr said:
apps2sd does not work on this device...
Click to expand...
Click to collapse
that's good to know is there anything like it that works?
Sent from my SCH-I535 using Tapatalk 2
Mark930 said:
that's good to know is there anything like it that works?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
No, since the OS won't allow apps2sd because it uses MTP
Mark930 said:
I have a 16gb s3 and 16gb SD card I wanted to either move my music or apps but I can't figure out how my phone recognizes the SD but for some reason its seems unusable. Is there some setting I'm missing or is my SD card corrupt?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Read this below.... The device uses MTP so it will not see your external SD card in the slot by ICS design...what you want it the UMS the USB mass storage where the device used the SD card to save data...but the Samsung now has 16GB internal storage so it presents a problem...
This app was written to resolve that issue... Also there is a link to explain this deeper than what I am doing....
http://forum.xda-developers.com/showthread.php?t=1785243
Regards how this give you some light
parcou said:
Read this below.... The device uses MTP so it will not see your external SD card in the slot by ICS design...what you want it the UMS the USB mass storage where the device used the SD card to save data...but the Samsung now has 16GB internal storage so it presents a problem...
This app was written to resolve that issue... Also there is a link to explain this deeper than what I am doing....
http://forum.xda-developers.com/showthread.php?t=1785243
Regards how this give you some light
Click to expand...
Click to collapse
Is there anyway to do this without rooting really don't feel like rooting right now
Sent from my SCH-I535 using Tapatalk 2
Well I figured out how to get files from my Mac to my sd card using android file transfer. I transferred some videos and the stock video play found them right off. The only problem is that I can find the folder that there in using file manager. Its like a ghost SD card I can't find it anywhere but at least I can transfer and delete them now I just need my computer to do it.
Sent from my SCH-I535 using Tapatalk 2

Having trouble flashing Superuser

Ok, so I unlocked the phone, flashed the new touch recovery. I put SU on the internal storage. I mount system and flash and it fails. Any help would be much appreciated.
No ideas?
Sent from my Nexus S 4G using xda app-developers app
BAleR said:
Ok, so I unlocked the phone, flashed the new touch recovery. I put SU on the internal storage. I mount system and flash and it fails. Any help would be much appreciated.
Click to expand...
Click to collapse
You mount system? You don't need to mount anything manually from within recovery. Simply boot to recovery, flash SU, be done.
Any error message? That could help us help you!
BAleR said:
Ok, so I unlocked the phone, flashed the new touch recovery. I put SU on the internal storage. I mount system and flash and it fails. Any help would be much appreciated.
Click to expand...
Click to collapse
You put the su zip in the internal memory? It belongs in the external memory, also known as USB storage or sdcard storage. From there, you can select install zip from SD card then, choose zip. No mounting required.
Sent from my Nexus S 4G using Tapatalk 2
p1gp3n said:
You put the su zip in the internal memory? It belongs in the external memory, also known as USB storage or sdcard storage. From there, you can select install zip from SD card then, choose zip. No mounting required.
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
OK well I didn't know about it needing to be on the sdcard. But after trying 3 different recovery and 4 different superuser zips I got root now. All were on internal. But its a old version. And I cant get it to update through market. Gonna retry on the SD. Thanks for the help
Also, am I not supposed to flash anything from the internal storage? Or is that just for su?
Sent from my Nexus S 4G using xda premium
I'm sorry, when I said internal storage, I didn't mean internal phone memory I ment the internal SD memory, or internal USB memory. Sorry for the confusion
Sent from my Nexus S 4G using xda premium
BAleR said:
I'm sorry, when I said internal storage, I didn't mean internal phone memory I ment the internal SD memory, or internal USB memory. Sorry for the confusion
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Use the su zip from this thread
http://forum.xda-developers.com/showthread.php?t=1811491
Everything you want to flash goes on your sd card/usb memory
Sent from my Nexus S 4G using Tapatalk 2
BAleR said:
I'm sorry, when I said internal storage, I didn't mean internal phone memory I ment the internal SD memory, or internal USB memory. Sorry for the confusion
Click to expand...
Click to collapse
ohh.. thanks for clearing out, you got everyone confused. Things lost in translation haan
BTW no external memory card in Nexus S anyways... Its 16GB Memory partitioned into internal memory and sd card, 1GB : Remaining 13.5GB
Everything through recovery is done from SD-Card, and put in root of the card.
Regards

Categories

Resources