Related
Notes: First off, I take no credit for this, other than posting it here to make it more visible to those who might otherwise miss this. This was originally made and posted by "verygreen" here: http://forum.xda-developers.com/showpost.php?p=12023893&postcount=7
verygreen said:
btw, those eager to try external keyboard already can give it a try with all the BT progress made by fattire (the real hero).
Since I want to stay on the safe side myself, I compiled this 2G SD image that you can boot into and have working bluetooth (keyboard and external audio confirmed working). Of course use at your own risk and such:
http://handhelds.ru/nook/2g_bt_card_image.img.gz
go to settings -> wireless & networks
make sure that bluetooth is enabled and then you can explore and pair devices in "bluetooth settings" there.
Range so far is in the area of 13", so usable for a keyboard at least.
Click to expand...
Click to collapse
Hopefully the author (verygreen) will be able to post here and support users, especially since this is the first public SD build of CM7. I plan on trying this myself tonight, but since i am at work, i cannot do so yet. Any feedback will be great for the author and community.
Have at it folks!
You guys are absolutely amazing. I'm going to try this the first moment I get. I love this community!
U guys rock!
Thanks everyone for your hard work!
Just threw it on a Lexar Calss 4 8gb, and it ran nice, and discovered my eris via BT, but that's as far as I got. I plan to play more this weekend, but I'm sure everyone else will be playing with it in the next 15 minutes
awesome work! I think i may wait until it's incorporated into the CM7 nightlies as I like running from eMMC rather than SD, but good to see this getting going.!
good to see range up to 13'!
EDIT: whoops noticed it was 13 inches not feet. my bad!
Paired successfully to my Jawbone.
planning on trying this out as soon as I get home. one question. what happens with the rest of the space on an 8 gig SD card? is it accessible?
thefamousmoe said:
planning on trying this out as soon as I get home. one question. what happens with the rest of the space on an 8 gig SD card? is it accessible?
Click to expand...
Click to collapse
You can just resize the 4th partition to take advantage of the whole card - otherwise it's lost
Sadly I booted it up fine and it looks great but I couldn't get bluetooth to turn on on my Nook. I also couldn't get it to connect to my WPA2 wireless so I had to reboot back to my usual OS. Looks promising, though
Sadly I booted it up fine and it looks great but I couldn't get bluetooth to turn on on my Nook.
Click to expand...
Click to collapse
Same thing happened to me a when i tried this as well.
barrist said:
good to see range up to 13'!
Click to expand...
Click to collapse
Just to dispel before rumors start or people say it doesn't work, based on what I read, it is 13" (inches). Think the original discussion said possibly 1-5 feet. Don't want people to walk 10 feet with their headset on and say there's issues...
GREAT WORK DEVS!
I have it on a SanDisk 4gb class 4 i think and running well. Does flash work well?
I wish I had a BT keyboard or gamepad to try this out right now. This is definetely one of the most important developments in Nook Clor history. The (affordable) ultra-portable hybrid netbook has finally become a reality. A huge hanks to everyone involved!!
how would I extend the partition? Through Disk Utility? I'm on a mac.
When I made my HC image, I had to use fusion and grab the partition app everyone on here uses for windows. All the terminal or disk utility commands said card was unwriteable. I bet there is a Linux utility that terminal will support, but I did not find it.
Good luck. Will post the app name when I am at my computer.
~Leko
Sorry for the noob question, but is there any way I can get market on this? Not sure how to do it running off SD.
for some reason it isn't booting into cm7. I guess I am going to format the card and try again. Would the best way to format it just be to do it directly on the nook?
also easeus worked with windows bootcamp. It was easy to increase the partition.
I use parted and gparted on Linux to resize SD card image partitions.
Sent from my Nexus One using XDA App
got it running. seems to be running fine.
I know this is a stupid question because I'm sure it is answered somewhere but I couldn't find it. Does CM7 come with the market or do I need to download it? If so, from where? Thanks!
edit : OK I actually did find the answer. You have to flash the GAPPS separately. Instructions/Download link here.
http://wiki.cyanogenmod.com/index.php?title=Barnes_&_Noble_Nook_Color:_Full_Update_Guide
Haven't actually tried this yet, I am about to. But it should work. Crosses fingers.
riceknight said:
Sorry for the noob question, but is there any way I can get market on this? Not sure how to do it running off SD.
Click to expand...
Click to collapse
I was able to get Market working on this SD image using the Honeycomb market fix:
http://nookdevs.com/Honeycomb_Google_Apps_and_Market
The only thing I did different was get the more recent gapps.
BTW - Thanks to verygreen for the first SD version of CM7 I was able to find.
I could not get Bluetooth to work (didn't spend alot of time.).
More Technical Information Proceed at your own risk
To extend the 4th partition I inserted the card into my Linux box and then deleted the 4th partition and then recreated it will all the space and then formated it with mkfs.vfat
Code:
# unmount all mounted partitions on the sdcard (A# is your sdcard letter like) sdd
umount /dev/sdA#
umount /dev/sdA#
# etc..
cfdisk /dev/sdA
# Delete 4th partition
# Recreate 4th partition as primary with all remaining space
# Set 4th partition type to 0C (same as 1st partiton)
# Write changes to disk
mkfs.vfat /dev/sdA4 #Should be the number of the new partition you set up.
It also mounted the first fat32 partition as my SDCard. I had to modify /etc/vold.fstab and change the mount partition from auto to 4 to get it to see the partition 4 fat32 partition.
Code:
adb pull /etc/vold.fstab
# modify /etc/vold.fstab and change the auto portion of line:
# dev_mount sdcard /mnt/sdcard auto /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
# to
# dev_mount sdcard /mnt/sdcard 4 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
adb remount
adb push vold.fstab /etc/vold.fstab
adb reboot
Hope this helps and does not confuse!
Got it working with my foldable pda bluetooth keyboard. Im gonna see if i now cant get that bluetooth to work with froyo.
Nookie Froyo 0.6.8 (zoom2)/Tapatalk Pro
Ok after many hours tonight I have managed to put together a couple .zip files that will install a modified vold.fstab on your Nook Color. (I am a total n00b at this)
The EMMC of the Nook Color has a partition for the ROM and a 5 GB partition that's mostly if not completely unused. Presently, there aren't any 3rd-party managers to move apps to that unused partition, so I modified the vold.fstab and am now able to use that partition for apps, files, etc.
NC.SWAP.VOLD.ZIP swaps the way the SD and EMMC directories are mounted. By swapping the mount points, and renaming EMMC to SDCARD, your apps, etc., will install to the internal storage, vs. installing to your SDCARD. Your physical SDcard is automatically mounted as "EMMC."
This also means that the music player still finds files, you can move files to "EMMC," and you can still eject the SDcard ("EMMC"), put it back in and it still shows up automatically. Now your NC won't freak out if you pull the card out without unmounting it - all of the apps are on the actual EMMC. You'd just find the SDcard under /mnt/emmc instead of /mnt/sdcard.
Because this ZIP file maps the change at an OS level, when you boot to recovery, your NC sees SD as the SDcard, so no issues occur. When you boot into your ROM, the mount points are swapped and you'll have access to the renamed "SDCARD" (5 GB) on your NC.
Use CWR 3.0.1.0 to install the .zip and check out the results with File Manager.
Thanks go out to Clark008, luciferii and Cali^Gal from #nookcolor, Loonacy and Raymondull from #Cyanogenmod, and EpicFail1236 from XDA.
Sorry if this is a bit crude, it's my first script ever. I would be happy to get any advice on how to make this better!
EDIT: I have been looking into renaming the emmc mount to say SD-External or better yet making it mount as /mnt/sdcard/sd-ext. it might be possible, ill be looking into it as soon as I can got laid up for a bit.
"Because this ZIP file maps the change at an OS level, when you boot to recovery, your NC sees SD as the SDcard, so no issues occur. When you boot into your ROM, the mount points are swapped and you'll have access to the renamed "SDCARD" (5 GB) on your NC."
/\/\ That clarifies a lot compared to the brief orig post. Will likely be flashing it this weekend.
BTW, if this expands and you need this 2nd post just have a mod give it to you. Thanks again!
BRILLIANT. Will be definitely testing this later today. Can't wait to run SD Tools on this
Sent from my NookColor using Tapatalk
it works! interesting how it'll work out as to unmounting, flashing roms. but with emmc being useless this is fantastic.
Thank you for the effort and time place in this mod
Yeah. The whole point of this was to utilize the 5GB internal emmc and not waste it. The next step is to mod the CWM to mount emmc as /sdcard so you can flash your zips from where you download them to (usually /mnt/sdcard/download), which in this case, goes to your emmc. But CWM will mount your external sdcard instead. For the time being, we can just put the zips we need to flash to the external sdcard, ie. /mnt/emmc.
I don't know if anyone noticed it yet, but if you usb mount after the swap, the transfer speed is kind of slow (~1.5mbps). I don't know if this is due to the emmc or that the read ahead cache needs to be tweaked.
We're open to make this even better. Feel free to comment and provide feedback.
This sounds like a step in the right direction, however, what I would like to see would be merging the emmc with the internal storage. What I mean is this; right now, when I go into "Storage", I see an "SD card" (8gb), "Internal Storage" (0.92gb), and "/mnt/emmc" (5gb). Why can't we combine the .93 Internal and the 5gb emmc together to make a 5.92gb Internal storage and eliminate the emmc from teh storage area? I'm sure there is a reason that I'm not aware of, but it seems that this would be the same as just about every other device. I am pretty sure the ROM is running from the emmc partition, so that has to have something to do with it, but I don't see a purpose for 3 storage places. I keep getting errors when I try to download apps and I don't even have very many installed. I have had to move most of them to the SD card to make room and some apps don't like to be installed on the SD card.
Another option would be to swap the emmc with the Internal storage. Then we'd be using the 5gb and the .92 gb would be sitting there doing nothing instead. Again, I'm sure there are reasons for this, I'm just asking to learn.
I agree.. ideally having the emmc mount be part of the system would be ideal.
Calla969 said:
This sounds like a step in the right direction, however, what I would like to see would be merging the emmc with the internal storage. What I mean is this; right now, when I go into "Storage", I see an "SD card" (8gb), "Internal Storage" (0.92gb), and "/mnt/emmc" (5gb). Why can't we combine the .93 Internal and the 5gb emmc together to make a 5.92gb Internal storage and eliminate the emmc from teh storage area? I'm sure there is a reason that I'm not aware of, but it seems that this would be the same as just about every other device. I am pretty sure the ROM is running from the emmc partition, so that has to have something to do with it, but I don't see a purpose for 3 storage places. I keep getting errors when I try to download apps and I don't even have very many installed. I have had to move most of them to the SD card to make room and some apps don't like to be installed on the SD card.
Another option would be to swap the emmc with the Internal storage. Then we'd be using the 5gb and the .92 gb would be sitting there doing nothing instead. Again, I'm sure there are reasons for this, I'm just asking to learn.
Click to expand...
Click to collapse
i have no idea TBH but thats far beyond my ability. really it would be nice to symlink emmc to the SD card or the other way around. the issue is that you cant symlink with fat partitions :-/
This is neet. I don't know enough to comment, but it looks valuble for some people.
I just use my stock emmc for music storage and let apps sit on SD w/ videos.
WobbleTheHutt said:
i have no idea TBH but thats far beyond my ability. really it would be nice to symlink emmc to the SD card or the other way around. the issue is that you cant symlink with fat partitions :-/
Click to expand...
Click to collapse
No, but you can symlink to them. Why not set vold.fstab to mount the partitions onto other names and make symlinks named /sdcard -> /othername? That way, the symlinks can do their jobs or rearranging the namespace to suit our needs.
The ramfs isn't FAT32, is it?
I'm an old cmdline type, tricks like this are used all the time to fool software with stubborn opinions about filenames.
Dennis
Jiggity Janx said:
If this works as effectively as it sounds like it will it's gonna rock! With the multiple wifi/bluetooth file transfer options I can say bye bye to the need for an sd card!
EDIT: I think this thread is eerily quiet because of the popular advice written up HERE. Specifically #5...
IMO, with a great write up on the best ways to work with this, all of the things it will affect (positive and negative), and the proper words of warning then the individuals that take it upon themselves to modify their devices are the only ones that can be held responsible if it doesn't work out as they had hoped. They also have to understand that when they work outside the boundaries of an accepted "standard" that they are somewhat desolate and will need to come back into the fold before they can/will be helped...
Just my .02...
Click to expand...
Click to collapse
This may be slightly off topic, but I cannot for the life of me figure out what that post is complaining/ talking about, I have had no trouble bouncing between HC, CM7 and stock.
All you have to do is flash to stock and then worst case you force the boot failure and the nook resets its self automatically
The last few posts on that message are myself and another person who have had not trouble with that now the OP hasn't responded so i'm not sure what to make up that post.
Is it real and an actual issue?
Or did the poster overreact to something?
Can some one please explain it to me if I am wrong about something in using a EMMC version of HC?
chisleu said:
This is neet. I don't know enough to comment, but it looks valuble for some people.
I just use my stock emmc for music storage and let apps sit on SD w/ videos.
Click to expand...
Click to collapse
Seems neet to me also. Always interested in using both emmc and sd space.
@ chisleau - I like the concept of putting all my music on emmc. Do you use an option in CM7 to install or move all your apps to your SD card?
thinking out loud (and not actually doing it) -- but we know that /data is /dev/block/mmcblk0p6 and and the "media" or "emmc" is located at /dev/block/mmcblk0p8 -- can't we just repartition and merge the two?
minotauri said:
thinking out loud (and not actually doing it) -- but we know that /data is /dev/block/mmcblk0p6 and and the "media" or "emmc" is located at /dev/block/mmcblk0p8 -- can't we just repartition and merge the two?
Click to expand...
Click to collapse
We can repartition but don't do it for this Reason -#5 http://forum.xda-developers.com/showpost.php?p=12494638&postcount=1
http://forum.xda-developers.com/showpost.php?p=12494666&postcount=2
ROMs that follow proper packaging - This emmc swap mod is one of them. So we're fine for those who are still hesitating.
Clark008 said:
ROMs that follow proper packaging - This emmc swap mod is one of them. So we're fine for those who are still hesitating.
Click to expand...
Click to collapse
Yep, I was hesitating, but between your post above and the "Thanks" from fattire to the OP, that is all the encouragement I need to take the plunge.
A few questions, tho, if someone can help me to understand this better....
I guess until I saw the OP, I did not realize that all apps in CM7 are installed to the SD card, as when I look at my installed apps in App Mgr, they don't show as being on the SD card. Is this some sort of CM7 voodoo or are my apps really on the internal memory?
Right now, with CM7, I am using the EMMC partition to store my music, under "My Files/Music". Power Amp can see this folder and it will play all my music just fine from within that directory on the internal partition, so if I install this update, what will that do to the 5Gb of internal storage I have now and the music on it?
Also, if I do install this update, what will happen to the apps and their associated data that I already have installed? Is this best done on a fresh build or will everything (apps/data and music) be A-OK after the Swap update is applied?
Just want to know what I am getting into by applying this update, as I have things pretty stable right now. If I could roll with apps on internal and music on SD, I would be more than fine with that, as long as I don't lose any of my apps/data/music in the process. If this is just mere partition re-naming/re-pointing, then I suspect my assets will remain intact?
Thanks to all who collaborated on this project!
why can't the entire internal partitions be imaged?
i use dd all the time to backup my sd card installs in case a test kernel or nightly goes poorly- or to burn a fresh install for multiple people. I just pop in the sd card into my laptop and burn the image back to the sd card.
if this was possible i'd have no issues with running off internal entirely if i could just burn the img. and get everything back as stock, including important device identifiers incase those were erased.
Need undo
This did what it's supposed to do but it seems to be causing a problem with the way I'm booting from sd. Is there a way to undo this?
Bump since I found this useful. +1 for CWM sdcard/emmc swap to enable SDcard-less flashing goodness from ROM Manager.
Today I got a 32 GB, SanDisk Micro SDCard, mainly for the use with Google Music (I have a 7,200+ library). However, I didn't find a source which had a solid solution, to at least have Google Music use the external sd card. So, I just messed around with it, and I found out how to Swap (reverse) the sd card 'locations', properly.
In vold.fstab, in the directory /system/etc/, you have two lines. Edit them with Root explorer's included "text editor", or any other good text editor. Make sure you have r/w on. Find the below two lines:
Code:
# external sd card
dev_mount sdcard_ext /mnt/sdcard-ext:none:lun1 auto /devices/platform/tegra-sdhci.2/mmc_host/mmc3 /devices/platform/tegra-sdhci.2/mmc_host/mmc1
and
Code:
# internal eMMC
dev_mount sdcard /mnt/sdcard 18 /devices/platform/tegra-sdhci.3/mmc_host/mmc0
What I did, and what proved successful (to use both internal, and external storage, which are reversed), is this:
Code:
# external sd card
dev_mount sdcard_ext [COLOR="Red"]/mnt/sdcard[/COLOR]:none:lun1 auto /devices/platform/tegra-sdhci.2/mmc_host/mmc3 /devices/platform/tegra-sdhci.2/mmc_host/mmc1
and
Code:
# internal eMMC
dev_mount sdcard [COLOR="Red"]/mnt/sdcard-ext[/COLOR] 18 /devices/platform/tegra-sdhci.3/mmc_host/mmc0
Replace the regular lines, with the red lines, save, restart your phone, and BAM, your internal is now marked as external, and your external, is now your internal
I use Stock 154_5, Unlocked, rooted.
Enjoy, and press the thanks button
Also, you can revert them back, if you changed them. Just put the stock code back into the file.
Also, I just discovered:
You can only use the internal storage, when connecting to a computer. The 'internal' (which, we switched around), will not be detected. If you do connect your device to a computer, after you disconnect it, the 'internal', storage, which is really the external, because we switched it, will not be detected, and you must restart your phone.
I'll test this on MIUI. I have the 64GB version. Same problem.
ZeroManArmy said:
I'll test this on MIUI. I have the 64GB version. Same problem.
Click to expand...
Click to collapse
Cool. Let me know if it works. Yeah, 64 GB only for movies and pictures.... Isn't worth it for me. Lol
What do you have for CM9 or MIUI?
ZeroManArmy said:
What do you have for CM9 or MIUI?
Click to expand...
Click to collapse
I use Stock 154_5, Unlocked, rooted.
URGENT,
i am using samsung galaxy note device , i have follow your instruction to change the vold.hstab file.
Now my device has recognize my ext sd card as sdcard. But my device cant recognise my internal sdcard, so i have lose my root explorer. and I couldn't reedit the vold.hstab file back.
I have try to hardreset, and try to reinstall root explorer, but it always give an restart and error : "process.media force close "
From my understanding the failure of installing the root explorer because my device can't recognise sdcard anymore
I go to setting--> storage , I found the sdcard is not detected, only usb storage detected
how to solve this problem?
n1cky6969 said:
URGENT,
i am using samsung galaxy note device , i have follow your instruction to change the vold.hstab file.
Now my device has recognize my ext sd card as sdcard. But my device cant recognise my internal sdcard, so i have lose my root explorer. and I couldn't reedit the vold.hstab file back.
I have try to hardreset, and try to reinstall root explorer, but it always give an restart and error : "process.media force close "
From my understanding the failure of installing the root explorer because my device can't recognise sdcard anymore
I go to setting--> storage , I found the sdcard is not detected, only usb storage detected
how to solve this problem?
Click to expand...
Click to collapse
Well your problem is because, this is for the Photon 4G. Not the Note. Have you tried other File managers, such as Antek?
D2dyno said:
Well your problem is because, this is for the Photon 4G. Not the Note. Have you tried other File managers, such as Antek?
Click to expand...
Click to collapse
Anyhow, It is impossible to install any applications, if try to install,device will restart
But, it's okay now, I have reflash my rom, all the problem solved
Thanks for your responds
n1cky6969 said:
Anyhow, It is impossible to install any applications, if try to install,device will restart
But, it's okay now, I have reflash my rom, all the problem solved
Thanks for your responds
Click to expand...
Click to collapse
No problem, and I'm glad to help.
Man am I happy I came across this thread!!!
I've been reading forever in some of the rom threads for an answer to this question! A few of the roms I've tried out had the internal and external storage swapped with no option to switch and that kept me from using them because I use internal storage for apps data and such and then my external memory card for backups and personal files!
The only 2 roms that this can be fixed in is jokers CM9-unofficial-ICS rom (there is actually an Advanced Option in Settings) and the MIUI.us port (there is a storage mod flashable swap, which didn't work for me, and there is an option in the Aroma installer to choose what you want for Internal Storage).
Now that I've come across this, imma try it out and see if I can't get it to work on some other roms I have used!
Thanks for the discovery! I'll let ya know how it works out for me!
Sent from my MB855 using xda premium
Jleeblanch said:
Man am I happy I came across this thread!!!
I've been reading forever in some of the rom threads for an answer to this question! A few of the roms I've tried out had the internal and external storage swapped with no option to switch and that kept me from using them because I use internal storage for apps data and such and then my external memory card for backups and personal files!
The only 2 roms that this can be fixed in is jokers CM9-unofficial-ICS rom (there is actually an Advanced Option in Settings) and the MIUI.us port (there is a storage mod flashable swap, which didn't work for me, and there is an option in the Aroma installer to choose what you want for Internal Storage).
Now that I've come across this, imma try it out and see if I can't get it to work on some other roms I have used!
Thanks for the discovery! I'll let ya know how it works out for me!
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Glad to hear! ICS ROMs handle external SD cards way better, so I prefer them now.
D2dyno said:
Glad to hear! ICS ROMs handle external SD cards way better, so I prefer them now.
Click to expand...
Click to collapse
I hear you there! The ICS roms rock! Jokers ICS rom has been my favorite due to the option to switch to use Internal memory for apps/app data. The other CM9 variants (AOKP/AOKPCB) had it default to use external memory as storage for apps/app data with NO option to swap. Now that I came across this, when my battery is a little better than 37% lol, imma do your mentioned edits!
Only difference from what I see from stock is that instead of "sdcard-ext" its "emmc". My current setup has "emmc" set as sdcard-ext (external storage) and sdcard as, well sdcard (internal storage) lol.
My issue has been that those have been swapped where "emmc" = internal storage and "sdcard" = external storage. With it being that way, it makes it a PIA to restore from Titanium Backup.
But this is all a thing of the past haha
I'm glad I'm not scared to read (like I feel like a lot of users are). I've seen a lot of posts where ppl were asking about how to swap the storage locations with no solid answers. Granted I didn't come across this solution immediately either...BUT I did and I plan to link to this thread and give you props in hopes that others find this useful as I know others are definitely having the same issue!
Sent from my MB855 using xda premium
I just successfully tested this on the AOKPCB from and it worked perfectly! Not gonna lie, that makes me VERY happy!!
Maybe everyone typing thanks could actually "THANK" this person?
Works on tablet
Ok tried this on a cheap tablet that I bought for playing around like this. An Arnova AN 7G3 7" with 4gb memory, 2 gb internal and 2gb internal sdcard. It was close to your file, all I had to change was sdcard and extsd. Before I did the switch and after seeing someone had trouble with apks after the switch, I made sure to move all apks to tablet, then copied all folders from sd to extsd. I also made a copy of the orignial vold file, just incase. Changed vold file rebooted and everything was great. Made a copy of altered vold file, then replaced with orignial and rebooted.....all still ok, replaced file with altered file and rebooted ,again all ok. Moved all apks that I could move to sdcard from tablet, free up 650mg on tablet. All moved apks worked fine.
AN 7 G3 is rooted out box runing stock ICS 4.0.1
Thanks for the info
ALD3 said:
F theOk tried this on a cheap tablet that I bought for playing around like this. An Arnova AN 7G3 7" with 4gb memory, 2 gb internal and 2gb internal sdcard. It was close to your file, all I had to change was sdcard and extsd. Before I did the switch and after seeing someone had trouble with apks after the switch, I made sure to move all apks to tablet, then copied all folders from sd to extsd. I also made a copy of the orignial vold file, just incase. Changed vold file rebooted and everything was great. Made a copy of altered vold file, then replaced with orignial and rebooted.....all still ok, replaced file with altered file and rebooted ,again all ok. Moved all apks that I could move to sdcard from tablet, free up 650mg on tablet. All moved apks worked fine.
AN 7 G3 is rooted out box runing stock ICS 4.0.1
Thanks for the info
Click to expand...
Click to collapse
Glad to hear it works on more than just GB
Thanks
D2dyno said:
Glad to hear it works on more than just GB
Click to expand...
Click to collapse
Thanks as I have been trying to find info for months. I posted in Arnova section of Arctablet news on how to do this tablet and a heads up and Thanks to YOU as well as a link to your work here. Hope you don't mind and did give credit to YOU. Check it out when you have time
http://www.arctablet.com/blog/forum...n-7-g3-recognize-you-micro-sd-as-internal-sd/
Just saw this topic and I have a (noob) question.
Does this work on any android phone or it's specific for this Moto one?
Alright so the second SD card slot stopped working on my streak, and upon investigation It somehow has come loose off of the board. Most of the pins have broken free of their soldering points so much so that it's almost removable. The shroud has also come loose enough to where it doesn't even hold a micro SD card in the slot so basically it's broken beyond repair, or at least repair that I'm confident in doing. The phone no longer boots (DSC 1.1). It basically just sits at the DSC boot screen and goes no further.
After this happened I went ahead and cut away the plastic shrouding the internal SD card so I could have access to it.
What I was thinking might be possible is to maybe pop my 16GB SD card in the internal SD card slot and partition it to where it will act as the system and SD card partitions, much like a lot of Android devices that only have internal memory. I don't even know if it's possible. Any input would be greatly appreciated as I am now back to using my iPhone and as much as I like the iPhone I miss my big beautiful streak and all it could do.
Thanks guys.
There is a thread on Modaco that covers this. From what I remember, it involved flashing a new boot.img, and a lot of them were available. I'd suggest reading the whole thread:
http://www.modaco.com/topic/311538-hardware-hacking-this-puppy-input/
lordmorphous said:
There is a thread on Modaco that covers this. From what I remember, it involved flashing a new boot.img, and a lot of them were available. I'd suggest reading the whole thread:link
Click to expand...
Click to collapse
Been reading through that thread and it helped me get my class 10 16GB useable to run the system. Thank you lordmorpheus! The main problem I have now is how to mount the 14GB extra partition (/dev/block/innersd0p2) into the /sdcard folder. I've tried manually through adb-shell (with creating a startup script it in mind) and it mounted the partition in /mnt/sdcard. I also am aware that in order to get the inner sd to be mounted via a computer you need to edit vold.fstab, and that's not a problem. Just need to jump that aforementioned hurdle, which I have no idea how to do and what I need guidance on.
I'm going to continue doing research and see what I can come up with. If anyone has any experience, or guidance feel free to chime in.
have you found a way to automount the extra space as /mnt/sd ?
I'm trying to get more storage by swapping them but having trouble found so. I tried most of the other internal external swap tutorials but they haven't work either. Is there an guide compadible with the optimus g or does any one knows how to do it. Thanks in advance. Currently on Tom the base 0.7.3 I believe is the version.
This wont answer your question but remember something. Memory can fail and the more its written to and read from the more chances it has to do so. Now im not saying using your internal memory would break your phone. You could use it for years and have no problems at all. But if and when it does fail wouldnt you rather it be a replaceable external sd card?
Look here: http://forum.xda-developers.com/showthread.php?t=1422158
I already tried to do some research on it. But I didn't want to mess up my phone to try to get it to work. I know that it would have to be edited to match our dev blocks and mount points but I'm not a dev and would be blind trying to get it to work. I did how ever do the next best thing to recover some space; see my thread here: http://forum.xda-developers.com/showthread.php?t=2056662.
If another dev or experienced person could get the SD Swap working it would be great. I used it for the longest and never had issues. Also, even with the SD Swap if you booted without an External SD Card the swap wouldn't occur and it would use the internal sd. It was perfect.
First thing I did when I realized this internal/external sdcard thing was to open up my terminal app and attempt a simple symlink (deleting sdcard and putting a symbolic link in its place to external). when I got the error message, the hideous reality of it hit me... this is linux on fat32 filesystem. :vomit:
Joecascio2000 said:
Look here: http://forum.xda-developers.com/showthread.php?t=1422158
I already tried to do some research on it. But I didn't want to mess up my phone to try to get it to work. I know that it would have to be edited to match our dev blocks and mount points but I'm not a dev and would be blind trying to get it to work. I did how ever do the next best thing to recover some space; see my thread here: http://forum.xda-developers.com/showthread.php?t=2056662.
If another dev or experienced person could get the SD Swap working it would be great. I used it for the longest and never had issues. Also, even with the SD Swap if you booted without an External SD Card the swap wouldn't occur and it would use the internal sd. It was perfect.
Click to expand...
Click to collapse
Thanks. I have already tried the first one and it failed. But the secound one aka. Your tutorial is the next best thing. Saved me a load of space. Thanks man.
This was on the XDA home page today. http://forum.xda-developers.com/showthread.php?t=2036796
Can anyone with more skill and knowledge adapt if for our device??