[Completed] How do I make my external SD card primary storage for my device? - XDA Assist

Okay, I'm having some issues with my device being a Samsung Galaxy Avant. I have gained root access and TWRP as well as AOSP ROM flashed... Because who wants stock? So since I'm always looking for ways to make my phone better than the rest and with out spending an outrageous amount I ask how do I get more space on my device. I have a lot of music and new music is always coming in and while using a file manager works, it tedious and unsettling if something goes wrong. So I appreciate any answers or hints.

XDA Visitor said:
Okay, I'm having some issues with my device being a Samsung Galaxy Avant. I have gained root access and TWRP as well as AOSP ROM flashed... Because who wants stock? So since I'm always looking for ways to make my phone better than the rest and with out spending an outrageous amount I ask how do I get more space on my device. I have a lot of music and new music is always coming in and while using a file manager works, it tedious and unsettling if something goes wrong. So I appreciate any answers or hints.
Click to expand...
Click to collapse
Hello, and thank you for using XDA Assist!
To do this, you need to modify your fstab in your boot.img to be able to redirect internal storage to say, a second partition on your SD card. But it's messy (especially if the bootloader is locked), and full of considerations (e.g. puts extra load on a sensitive SD card).
At any rate, please go ahead and create an XDA account, so you can post in the rest of the site. Then, check out the following thread:
> General discussion > Questions and Answers > New Galaxy Avant G386T & G386T1 - We have root and recovery
Your device experts can be found there. Hope this helps!

Related

Official Nook HD and HD+ Dev thread (Temporary Only)

So, let's be honest.. I know that this is a Nook Color board, but given the delay in an HD board coming around, I thought I would throw a bone out there for users. Here are the ground rules for this thread:
1) This only a hold over, and will be moved/closed as appropriate when a correct forum is made.
2) In this forum, this is the only topic where HD/+ content may be posted. Any bleed over to NC threads will be merged were possible, and closed where needed. Consider this thread the entirety of the HD/+ developer board right now.
3) This topic is for true development only; general discussion will be moved to the discussion thread.
With that said, consider this thread open, at least until we know what is happening with an official board..
Divine_Madcat said:
So, let's be honest.. I know that this is a Nook Color board, but given the delay in an HD board coming around, I thought I would throw a bone out there for users. Here are the ground rules for this thread:
1) This only a hold over, and will be moved/closed as appropriate when a correct forum is made.
2) In this forum, this is the only topic where HD/+ content may be posted. Any bleed over to NC threads will be merged were possible, and closed where needed. Consider this thread the entirety of the HD/+ developer board right now.
3) This topic is for true development only; general discussion will be moved to the discussion thread.
With that said, consider this thread open, at least until we know what is happening with an official board..
Click to expand...
Click to collapse
How about incorporating this thread: http://forum.xda-developers.com/showthread.php?t=1994129 here so the discussion can continue, or is it reopened elsewhere?
That thread is not development ( dev threads must either be the release of software (ROM, kernel, tool), or active development discussion (debugging, error logs, etc). The the guide is handy, it would not belong on a dev board anyway ( when the time comes, its proper place will be general discussion).
Now, if somebody wishes to post a rooting tool, and some guide with it here, that would apply. Otherwise, discussion belongs in the open general thread).
Divine_Madcat said:
That thread is not development ( dev threads must either be the release of software (ROM, kernel, tool), or active development discussion (debugging, error logs, etc). The the guide is handy, it would not belong on a dev board anyway ( when the time comes, its proper place will be general discussion).
Now, if somebody wishes to post a rooting tool, and some guide with it here, that would apply. Otherwise, discussion belongs in the open general thread).
Click to expand...
Click to collapse
Are you then going to reopen this thread in the general forum/thread?
The thread that is open in the general forum is sufficient to handle current discussion. As I have mentioned before, once I have an actual place to put HD threads, they will all be reopened and moved where appropriate. I am sorry that you do not have an HD forum yet, but would also like to remind you that you are lucky to have ANY HD threads in a board for a totally different device.
As it is, this is not the place for this particular discussion. This is a DEV discussion topic. If it will not be used as such, I will close this thread, and just have everything back under the general thread. Given how many people had been asking for this, I had hoped to see more progress than just being badgered here..
If you users appreciate help given by me, verygreen, someone0 and others, please stop badgering Divine_Madcat to open other threads here in Nook Color. This is not a Nook HD forum and he is giving us a break by keeping this open. Just keep pushing him and we will lose this one too.
Sent from my Nook HD+ using Tapatalk
Like I promised, I am publishing a cwm image that people can boot off sdcard. Grab it here.
To install: gunzip and dd into an sdcard (not a partition, but entire device) whose content you don't care about.
This is targeted at people experimenting with root only at this point, so that they don't need to undergo the full 8-reboots-factory reset scenario.
When you screwed something up in system, just put this sdcard in, and it'll boot on the next reboot cycle.
adb into it, and:
Code:
busybox mount /dev/block/platform/omap/omap_hsmmc.1/by-name/system /system
fix whatever breakage you introduced, and then umount /system, remove sdcard and reboot.
This is a very minimally functional thing right now, uboot menu and all other fancy stuff is disabled for now.
More full-featured thing and device tree are still coming, hopefully very soon now.
Thank you, verygreen! Just in time. I semi-bricked my HD+ again messing with framework-res.apk and it won't boot. I was afraid I would have to 8 fail reset again. This should get me out of it. Will report back.
Edit: Worked! Got it to boot to your CWM. Had to install a new driver (Windows) because it has a new device ID. Chose Android ADB Interface from list. Installed fine. ADB worked. Serial number is a dummy 123456789... ADB shelled to mount /system per above command. Pushed original framework-res.apk and rebooted. Victory! Thank you so much.
I have a NST that I rooted awhile back that I love. My brother wants to get a Nook HD or HD+ for his wife and wants to know if I can root that as well. I am having trouble finding specific resources for that. Is the Nook HD+ perm rooted yet? Are there still some work that needs to be done with development? It's a newer device so I would completely understand that.
LuckBox63 said:
I have a NST that I rooted awhile back that I love. My brother wants to get a Nook HD or HD+ for his wife and wants to know if I can root that as well. I am having trouble finding specific resources for that. Is the Nook HD+ perm rooted yet? Are there still some work that needs to be done with development? It's a newer device so I would completely understand that.
Click to expand...
Click to collapse
In progress. See above, here, and here.
verygreen said:
Like I promised, I am publishing a cwm image that people can boot off sdcard. Grab it here.
Click to expand...
Click to collapse
Thanks! It's working fine for me too.
verygreen said:
More full-featured thing and device tree are still coming, hopefully very soon now.
Click to expand...
Click to collapse
I look forward to this.
verygreen said:
Like I promised, I am publishing a cwm image that people can boot off sdcard. Grab it here.
Click to expand...
Click to collapse
Thank you for this.
When a CM10 is released and we install it to the sd card , can we still use this sd card for storage etc or does it all have to be taken up by cm10 ?
Also with the current way you are getting past the bootloader does this mean cm10 will only work from an internal sd card and we wouldn't be able to load it from internal memory ?
sorrowuk said:
Also with the current way you are getting past the bootloader does this mean cm10 will only work from an internal sd card and we wouldn't be able to load it from internal memory ?
Click to expand...
Click to collapse
I don't think he can, at least not initially. Mainly the problem is the locked bootloader. It's like you have a PC that don't allow you to reinstall windows/linux on the HDD/SSD. But it still allow you to boot from USB/CDROM/floppy. Sure in case of linux (not too familiar w/ android, so I won't say that it can for sure), you can have just the kernel on a floppy and the rest of the OS on the HDD. I know some people do this to lock down their machine. The entire OS is sitting on a HDD encrypted with one missing part, the kernel. Then you boot it from the USB which have the kernel and the decryption key for that HDD. It's like a physical authentication method and can be combine with password and that make it two-factor authentication. Then again whoever does that better backup that USB key, or he/she would be toasted if that USB become corrupt or lost.
sorrowuk said:
Thank you for this.
When a CM10 is released and we install it to the sd card , can we still use this sd card for storage etc or does it all have to be taken up by cm10 ?
Also with the current way you are getting past the bootloader does this mean cm10 will only work from an internal sd card and we wouldn't be able to load it from internal memory ?
Click to expand...
Click to collapse
Booting from internal storage is possible too, but I we are not in the state yet where people should be replacing BN software with CM, as such I think sdcards provide enough playground for now to mature the product before we move further.
Noob question, since I am using Windows, how do I 'dd' the image onto the sd card?
TIA
PS found this for other Windows users:
http://nookdevs.com/Nookie_FroYo:_Burning_a_bootable_SD_card
PSS ok, that worked but I couldn't find what I horsed up. Just had to reboot 8 times and start over...
dbh369 said:
Noob question, since I am using Windows, how do I 'dd' the image onto the sd card?
TIA
PS found this for other Windows users:
http://nookdevs.com/Nookie_FroYo:_Burning_a_bootable_SD_card
Click to expand...
Click to collapse
You can use a few different software in windows to write the image to SD card. Try https://launchpad.net/win32-image-writer/+download, I personally use version 0.5 if I have to us a windows machine
CelticWebSolutions said:
You can use a few different software in windows to write the image to SD card. Try https://launchpad.net/win32-image-writer/+download, I personally use version 0.5 if I have to us a windows machine
Click to expand...
Click to collapse
Thanks, yes, my link got me there too.
Divine_Madcat,
This one needs to be moved to dev and renamed. It has verygreen's CWM in it. Or at least move that post over there somehow.
edit: you moved his rooting thread there. Why don't you just move his CWM post to that thread and close this thread.
Sent from my Nook HD+ using Tapatalk

[Q] Samsung Galaxy S Relay SD Card

Hello Everyone!
I've bought my new Samsung Galaxy S Relay yesterday, so i'm typing from my new QWERTY keyboard. I decided that i'll need some external space for my phone and bought a 16GB San Disk SD card. On my old Samsung Galaxy Mini there was a function in App Manager to "Move to SD" but here there's no such function. So how can i move them to SD. I've checked in the internet and i found that people were usually complaining about the phone not allowing them to move and the solution was to root the phone, but here i don't even have that function. Please, can someone help me to move my apps to my SD? All the answers are appreciated....
I also read in the internet that your android device automatically installs games on SD if it sees that you are running out of memory.If that's right please tell me cause i didn't fully load my phone memory.
My android version is 4.1.2(i guess that"s JellyBean)
P.S.:I know that the rooting could be the answer,but i am really against it because i bricked one of my phones by rooting so i don't want that to happen.
HaykKarapetyan said:
Hello Everyone!
I've bought my new Samsung Galaxy S Relay yesterday, so i'm typing from my new QWERTY keyboard. I decided that i'll need some external space for my phone and bought a 16GB San Disk SD card. On my old Samsung Galaxy Mini there was a function in App Manager to "Move to SD" but here there's no such function. So how can i move them to SD. I've checked in the internet and i found that people were usually complaining about the phone not allowing them to move and the solution was to root the phone, but here i don't even have that function. Please, can someone help me to move my apps to my SD? All the answers are appreciated....
I also read in the internet that your android device automatically installs games on SD if it sees that you are running out of memory.If that's right please tell me cause i didn't fully load my phone memory.
My android version is 4.1.2(i guess that"s JellyBean)
P.S.:I know that the rooting could be the answer,but i am really against it because i bricked one of my phones by rooting so i don't want that to happen.
Click to expand...
Click to collapse
Look up FolderMount in the Play Store. That's the best solution for your issues.
As for the risks of rooting: nothing ventured, nothing gained.
orange808 said:
Look up FolderMount in the Play Store. That's the best solution for your issues.
As for the risks of rooting: nothing ventured, nothing gained.
Click to expand...
Click to collapse
Thanks for your respond dear orange808. I tried the FolderMount app and it requires root. So i guess the only thing i could do is rooting, but i still don't want to root my phone so i'll deal with my 5 GB internal storage...Thanks anyway, this could be useful for others
OK guys i decided to root my phone cause i can't just sit and stay calm knowing that i could be playing Asphalt8 or Real Racing3(maybe). So after rooting(i didnt root it yet) what apps should i use to move my apps or will "Move to SD" function be available after rooting?
Ok, so i see nobody wants to help, so i did all by myself. I succesfully rooted my phone then downloaded the app called root external 2 internal sd.So everything is fine now, i have a lot of memory. Also Titanium Backup is a good app to delete some crap on the phone(I'm sure most of you are familliar with this app, but just in case somebody doesnt know). So I hope this was useful.
I can help you
HaykKarapetyan said:
OK guys i decided to root my phone cause i can't just sit and stay calm knowing that i could be playing Asphalt8 or Real Racing3(maybe). So after rooting(i didnt root it yet) what apps should i use to move my apps or will "Move to SD" function be available after rooting?
Click to expand...
Click to collapse
I can help, since I was sorta reluctant like you. Here are a few things you could do:
1) Link2SD is proven to work-it does on my SGH-T699. But you need not only root access, but a second partition on your extSDcard. By the way, the "Move to SD" command does not exist in the Relay's hardware or software. But with Link2SD, you can create symbolic links instead via the second partition. That can be done by using Mini Tool Partition wizard (free but some functions are limited)
2)You need a microSD full size adapter.
3)A media reader, internal or USB will do.
For root:
You need Odin. Odin allows you to flash recoveries (Like CWM- the latest version for apexqtmo is 6.0.3.8) and entire ROMs. Search around XDA and I'm sure you will find the links required to do all this. This is my second post, so I'm unfamiliar with citing other threads.
If you need more help, I'll be happy to.
furboom1240 said:
I can help, since I was sorta reluctant like you. Here are a few things you could do:
1) Link2SD is proven to work-it does on my SGH-T699. But you need not only root access, but a second partition on your extSDcard. By the way, the "Move to SD" command does not exist in the Relay's hardware or software. But with Link2SD, you can create symbolic links instead via the second partition. That can be done by using Mini Tool Partition wizard (free but some functions are limited)
2)You need a microSD full size adapter.
3)A media reader, internal or USB will do.
For root:
You need Odin. Odin allows you to flash recoveries (Like CWM- the latest version for apexqtmo is 6.0.3.8) and entire ROMs. Search around XDA and I'm sure you will find the links required to do all this. This is my second post, so I'm unfamiliar with citing other threads.
If you need more help, I'll be happy to.
Click to expand...
Click to collapse
I use foldermount and have no issues with Real Racing 3 and other huge games, it works nicely.
Link2SD does something similar, but does FolderMount require root access? The Relay does not support native Apps2SD, so since Link2SD worked so well for me, I suggested it. Good suggestion, though.
Maybe I was too long winded.
Sent from my SGH-T699 using xda app-developers app
furboom1240 said:
I can help, since I was sorta reluctant like you. Here are a few things you could do:
1) Link2SD is proven to work-it does on my SGH-T699. But you need not only root access, but a second partition on your extSDcard. By the way, the "Move to SD" command does not exist in the Relay's hardware or software. But with Link2SD, you can create symbolic links instead via the second partition. That can be done by using Mini Tool Partition wizard (free but some functions are limited)
2)You need a microSD full size adapter.
3)A media reader, internal or USB will do.
For root:
You need Odin. Odin allows you to flash recoveries (Like CWM- the latest version for apexqtmo is 6.0.3.8) and entire ROMs. Search around XDA and I'm sure you will find the links required to do all this. This is my second post, so I'm unfamiliar with citing other threads.
If you need more help, I'll be happy to.
Click to expand...
Click to collapse
Thanks for answering and good advices. I find the "Root External 2 Internal" app great too, you just have to learn how to use it(you can google it and im sure you will find the instructions).
I dont know much about android working stuff, so the rooting for me was a big risk and i dont think if theres any risk of bricking my phone whileflashing recoveries i would prefer not to do that.
I wish everyone Merry Christmas, Happy New Year and Great Holidays!!!
rad30n said:
I use foldermount and have no issues with Real Racing 3 and other huge games, it works nicely.
Click to expand...
Click to collapse
By the way about Real Racing 3. The game works and plays perfect on my phone, but the stupid Google Play says its incompatible(i hope i spelled it right) with my phone. So i went to download it from other sources. Its not just the RR3, the GTA SA works perfectly, GTA VC, GTA 3, and there are a lot more games i dont remember, anyways, the question is if theres any app that can change it by root access(make it compatible) or something like that?
Thanks in advance.
Have you tried forcing a link via Titanium Backup? If you enjoy tinkering with apps at that level, then I would even buy the $5.99 USD key. This unlocks more features to come. This app (and its key) is available via Google Play. Search "titanium backup" and those will be the top two results.
Good luck.
Sent from my SGH-T699 using xda app-developers app
HaykKarapetyan said:
By the way about Real Racing 3. The game works and plays perfect on my phone, but the stupid Google Play says its incompatible(i hope i spelled it right) with my phone. So i went to download it from other sources. Its not just the RR3, the GTA SA works perfectly, GTA VC, GTA 3, and there are a lot more games i dont remember, anyways, the question is if theres any app that can change it by root access(make it compatible) or something like that?
Thanks in advance.
Click to expand...
Click to collapse
Yeah... I dunno why. I installed RR3 from play on my Xperia Pro, then backed up the apk, and then moved to the Glide, and now to the Relay and I have the same question. Why the hell is it "not compatible"?
rad30n said:
Yeah... I dunno why. I installed RR3 from play on my Xperia Pro, then backed up the apk, and then moved to the Glide, and now to the Relay and I have the same question. Why the hell is it "not compatible"?
Click to expand...
Click to collapse
I guess the phone is too old for them to care about it. But i found an app called BLACKMART ALPHA which a) allows you to download paid apps for free(not all apps from play store are included but most of them are) b)doesnt care if your phone is compatible or not with the app (Like it allows me to download rr3 or gta sa) c)if theres an update in the playstore it appears in it so you can easy update apps from there.
I couldnt find the app from google play (maybe because i wasnt looking for it carefully) but you can easily find it by google search.
Hope this will work for everyone.
furboom1240 said:
I can help, since I was sorta reluctant like you. Here are a few things you could do:
1) Link2SD is proven to work-it does on my SGH-T699. But you need not only root access, but a second partition on your extSDcard. By the way, the "Move to SD" command does not exist in the Relay's hardware or software. But with Link2SD, you can create symbolic links instead via the second partition. That can be done by using Mini Tool Partition wizard (free but some functions are limited)
2)You need a microSD full size adapter.
3)A media reader, internal or USB will do.
For root:
You need Odin. Odin allows you to flash recoveries (Like CWM- the latest version for apexqtmo is 6.0.3.8) and entire ROMs. Search around XDA and I'm sure you will find the links required to do all this. This is my second post, so I'm unfamiliar with citing other threads.
If you need more help, I'll be happy to.
Click to expand...
Click to collapse
If you're partitioning your SDCard in this instance, can you partition it evenly? Like say if you have a 64GB SDCard, and partition it into two 32GB isolated sectors? I know the Relay can only see up to 32GB (there's a thread that tells you ways around it, though), but in this instance, would it see two 32GB sectors? Or, would you have to take a regular 32GB SDcard and divide it into two 16GB sectors?
You can determine the size yourself. It entirely depends on how much you want to allocate. If you've followed the instructions quoted, any size is possible. Just leave enough for your other needs that aren't related to link2sd. If my advice helps you and others hit "thanks" please. Good luck, I'll keep checking in periodically.
Sent from my SGH-T699 using xda app-developers app
The relay supports 64 GB SD Cards. Works fine with mine formated to ext4. I've filled it to capacity several times.
I know. I was just saying that he can put aside any of that 64 GB for use with apps2sd symbolic links.
EpicMike, I'd be interested as to how you fare in this process. It would educate me for sure. I currently use Link2SD for my symbolic links, but every ROM update temporarily disconnects these links. They are easily re-established by recreating the mount scripts within the app. Just thought you should know.
Sent from my SGH-T699 using xda app-developers app
HaykKarapetyan said:
Hello Everyone!
I've bought my new Samsung Galaxy S Relay yesterday, so i'm typing from my new QWERTY keyboard. I decided that i'll need some external space for my phone and bought a 16GB San Disk SD card. On my old Samsung Galaxy Mini there was a function in App Manager to "Move to SD" but here there's no such function. So how can i move them to SD. I've checked in the internet and i found that people were usually complaining about the phone not allowing them to move and the solution was to root the phone, but here i don't even have that function. Please, can someone help me to move my apps to my SD? All the answers are appreciated....
I also read in the internet that your android device automatically installs games on SD if it sees that you are running out of memory.If that's right please tell me cause i didn't fully load my phone memory.
My android version is 4.1.2(i guess that"s JellyBean)
P.S.:I know that the rooting could be the answer,but i am really against it because i bricked one of my phones by rooting so i don't want that to happen.
Click to expand...
Click to collapse
I know i might get out of topic in this but anyways. Ive just accidentally uninstalled my CLOCK(that sounds too stupid,so iam stupid i guess). so could anyone back it up and send me the .apk file to [email protected] ...or if theres a function to attach it here(im not sure about it) pllease do so, cause i really need it.
Thanks everyone in advance.
There is a clock package elsewhere on xda. Just Google 'ported clock package jb' and click the first xda link visible. It should look like [PORT] at the beginning of the link. Follow all instructions and warnings on the thread. Click the correct links for your OS version, then you could use your recovery to flash the zip file. Or you could go to the play store and check out the clocks there. Should've said THAT first.
Good luck.
Sent from my SGH-T699 using xda app-developers app

[Completed] [Q] Htc Desire 816 Software Update Issues

I've been having trouble installing a new software update on my phone (HTC Desire 816, 4.4.2 KitKat) and I decided to give it another go today. My phone is rooted, I used CWM recovery and SU which I still use. When I let the phone do the automatic install, when the phone goes into recovery it says the path to the dl is invalid. Which I've checked and it seems the same to me. If I try to install it by going into the recovery mode and installing the zip it says "file_getprop: failed to stat "/system/build.prop": no such file or directory". So I came on here to try to find answers and the threads I came across just lead to more questions. One thread said: "If I unlock the bootloader and root (including flashing wp_mod) my HTC Desire 816 but remain in my default stock ROM will I still receive software updates from HTC officially?", then goes onto ask questions regarding how the internal memory amt is an issue for game data size that cant be moved to the SD card. and if Link2SD work or if there's a way to "emulate /link the ext SD and Int SD, and if busybox is required. The reply talks about Xposed module installation, busybox on rails, Xposed Framework, and S-ON.
I am a beginner with this type of stuff. I can do basic things (like root my phone and such), so the more information the better. But what is all the stuff that is being referred to and will any of it help me with my situation. I am always looking to learn more about the things I can do with my phone, So the more the better. I just need a complete work through, no steps skipped. And Lastly, I'm looking for the stock ROM for my phone if it's anywhere., but I'm hoping for the US version for Virgin Mobile, just in case I screw it up and need to revert back or just feel like going back to basic. Thank You
Hi,
Here is my suggestion. You want to learn and that's awesome! Learning this stuff requires lots of reading, googling, searching xda and reading stickies in your device section (the top threads in sections with thumb tack icons on them)
So, here is the desire 816 section...
http://forum.xda-developers.com/desire-816
I'm the general section, you'll find information... Guides, tutorials and whatnot, for many things. In Q&A section you can find questions others have asked, as well as more information threads too. You can read the summary of the other sections, but those 2 have a wealth of knowledge in thread already.... You won't often find people repeat it all, especially the many things you've asked, when the information is already out there. ?
If you get stuck on something, ask for help in your Q&A section for that device. ?
Good luck!

[Completed] Inaccessible files after rom change

Hello guys! I'm in a bit of an odd situation here.
What is happening is that my Huawei Ascend Mate 7 has files, which are physically written in the internal storage, but with no way to access them.
Here's the picture: (can't post links...)
i.imgur.com/jyEUiSX.png
Here you can see that the disk usage analyzer detects those files, but when listing all files, it doesn't show them... causing the results to not add up.
Here's what caused it:
I was flashing an unofficial CM11 (the first one available for the AM7) that seemingly created a different partition for data storage, instead of using the one that the stock rom was using before. I moved my files there, but decided to restore my backup of the stock rom. But that cut access to that new partition completely, though the files themselves weren't deleted.
If anyone has a clue on how I can get access back to these files, input is greatly appreciated!
MGPlatinium said:
Hello guys! I'm in a bit of an odd situation here.
What is happening is that my Huawei Ascend Mate 7 has files, which are physically written in the internal storage, but with no way to access them.
Here's the picture: (can't post links...)
i.imgur.com/jyEUiSX.png
Here you can see that the disk usage analyzer detects those files, but when listing all files, it doesn't show them... causing the results to not add up.
Here's what caused it:
I was flashing an unofficial CM11 (the first one available for the AM7) that seemingly created a different partition for data storage, instead of using the one that the stock rom was using before. I moved my files there, but decided to restore my backup of the stock rom. But that cut access to that new partition completely, though the files themselves weren't deleted.
If anyone has a clue on how I can get access back to these files, input is greatly appreciated!
Click to expand...
Click to collapse
Hello and thank you for using XDA Assist.
Sorry to hear about your trouble but fortunately there is an XDA area dedicated to the Huawei Ascend Mate 7 at http://forum.xda-developers.com/mate-7 which would be a good starting place. I suggest you post your question with all relevant details in the friendly Q&A forum there at http://forum.xda-developers.com/mate-7/help where the experts familiar with your device will be best able to guide you.
Good luck!
EDIT: Member has now posted in the suggested area. Thread closed.

[Completed] rooted (finally) and wanting to install a wifi only ROM, need some advice please

at this point, i've learned more than i want about rooting an android phone (a Sprint HTC EVO 4g to be exact) and i'm now unlocked, s-ON, used RA-supersonic-v2.3 to get this far.
I know from reading that I should really make a backup of the stock ROM at this point just to be safe - i can't seem to find this procedure documented...maybe it's the lack of sleep (on the verge of pulling an all nighter now :\ )
which options should i select for the nandroid backup util? boot, system and data are checked by default. cache is likely irrelevant, what the hell is recovery, wimax and sd-ext (the entire contents of my SD card?), and finally .android_secure
Once this is done and saved locally on the PC, i plan to dump the contents of the SD card to my PC, then partition the HD (no idea what size to make the partitions (using a 32Gb class 10 card)....and now I fall apart.
the instructions for this mod are sparse enough to make me nervouse, but I like what the rom has to offer so far: http://forum.xda-developers.com/showthread.php?t=1850220
not sure if it supports the GPS yet, but my goal is to have a very small tablet to give to my son in place of his requested iPod Touch device.
Any and all advice / criticism is appreciated...i feel really lucky to have gotten this far. Finding links for utilities for this phone that weren't dead was painful. I especially like how some of the links were pointing right back to Sprint.com
Even unrEVOked3 was dead...
XDA Visitor said:
at this point, i've learned more than i want about rooting an android phone (a Sprint HTC EVO 4g to be exact) and i'm now unlocked, s-ON, used RA-supersonic-v2.3 to get this far.
I know from reading that I should really make a backup of the stock ROM at this point just to be safe - i can't seem to find this procedure documented...maybe it's the lack of sleep (on the verge of pulling an all nighter now :\ )
which options should i select for the nandroid backup util? boot, system and data are checked by default. cache is likely irrelevant, what the hell is recovery, wimax and sd-ext (the entire contents of my SD card?), and finally .android_secure
Once this is done and saved locally on the PC, i plan to dump the contents of the SD card to my PC, then partition the HD (no idea what size to make the partitions (using a 32Gb class 10 card)....and now I fall apart.
the instructions for this mod are sparse enough to make me nervouse, but I like what the rom has to offer so far: http://forum.xda-developers.com/showthread.php?t=1850220
not sure if it supports the GPS yet, but my goal is to have a very small tablet to give to my son in place of his requested iPod Touch device.
Any and all advice / criticism is appreciated...i feel really lucky to have gotten this far. Finding links for utilities for this phone that weren't dead was painful. I especially like how some of the links were pointing right back to Sprint.com
Even unrEVOked3 was dead...
Click to expand...
Click to collapse
Hello, and welcome to XDA!
I'm just reading that thread...interesting concept.
Best practice is to back up boot (your kernel), data (your user data), system (system files), and recovery (which in turn would probably be your CWM or TWRP, unless you did special tricks to maintain your stock recovery). Some devices require more than that, does not hurt to back them all up (never mind sd-ext though).
I am lost as to why you need to repartition your External SD. Does not say that in the instructions. If you are thinking of Link2SD, I always went with the scheme of 30GB and 2GB. You may want to allocate more for the second, if the point is games.
Also, since the thread is over three years old (with 2+ years of any OP update), I doubt there will be any more development on it. 4.0.4 is rather dated at this point.
Any other questions you may have, can be asked here:
> Sprint HTC EVO 4G LTE > Sprint HTC EVO 4G LTE Q&A, Help & Troubleshooting > FAQs - Massive Question Round Up Thread for Jewel [UPDATE: 11/5/2013]
Hope this helps, and good luck!

Categories

Resources