[Q] Flashing a 4.2.2 rom - AT&T HTC One (M7)

This might be a dumb question, but I am a noob and need someone to please help me out. I just unlocked my bootloader and rooted my phone, so my question is if I perform a back up and then Flash a 4.2.2 rom in TWRP recovery can I restore back to the stock rooted 4.1.2? I searched on the forum to see if this question had been asked before, but I couldn't find anything. If someone could please answer my question asap I would greatly appreciate it.
Also if this question was posted in the wrong section feel free to move it or let me know any I will delete it and post it in the right place.
Thanks again

Yes
Sent from my HTC One using Tapatalk 4

Thanks for the response I read somewhere, that when you update to a 4.2.2 rom the 4.1.2 rom back gets deleted.

jro003 said:
Thanks for the response I read somewhere, that when you update to a 4.2.2 rom the 4.1.2 rom back gets deleted.
Click to expand...
Click to collapse
No. Going to 4.2.2 moves the sdcard contents to /data/media/0 (if I remember correctly). I've seen some recommend backing up your sdcard to your computer, formatting the sdcard on the device, then restoring the contents after you flash to 4.2.2.
At any rate, everything will still be there: just somewhere else.

Thanks for the reply Simba, do know how to back up your sdcard to your computer and then format the sdcard on the device

jro003 said:
Thanks for the reply Simba, do know how to back up your sdcard to your computer and then format the sdcard on the device
Click to expand...
Click to collapse
I'm going to get really basic, so don't be offended if it seems like I'm assuming you don't know how to do something. I always outline everything exactly for future people who find this thread. I've found countless old threads that have been a huge help because someone took the time to type everything out .
*Connect your device and access your sdcard files by opening My Computer - you should see your device*
Literally just copy all of the contents to your computer. Create a folder on your desktop (or wherever), select everything on your sdcard (ctrl + A), copy (ctrl + C), and paste it in the folder.
Then just delete everything on the sdcard after you've confirmed a successful copy. Same thing - ctrl + A, delete.
After you flash 4.2.2, connect the device again and copy/paste (or drag/drop) the contents of the folder (not the folder itself, but everything inside of it) you created to your device. You'll have all your files without dealing with them being in a different location.
There was some discussion of a way to execute a shell command that would fix the issue. I'm an experienced user; the contents of the sdcard ended up being wiped lol. Save yourself the headache.
By the way, I'm assuming you're on PC by giving those ctrl commands lol. If you're not (on Mac, I suppose), do whatever the equivalent is.

Not offended at all, I really appreciate you simpling it down for me. I have a few small quick questions for you, if I am using a Mac (I have both but Mac is my daily computer) do I just connect my phone and use something like Android file transfer or Htc sync manager to copy all the folders inside the sdcard to my computer? After flashing the 4.2.2 where on the phone do I copy the files I backed up on my computer on to? And if I erase everything off the SD card after copying it to the computer won't that effect the operating system? Especially if I chose to flash back to the 4.1.2 stock rom? Sorry to ask you so many questions but I am really new to this, and I appreciate all the help you can give me the last thing I want to do is brick my phone.

jro003 said:
Not offended at all, I really appreciate you simpling it down for me. I have a few small quick questions for you, if I am using a Mac (I have both but Mac is my daily computer) do I just connect my phone and use something like Android file transfer or Htc sync manager to copy all the folders inside the sdcard to my computer? After flashing the 4.2.2 where on the phone do I copy the files I backed up on my computer on to? And if I erase everything off the SD card after copying it to the computer won't that effect the operating system? Especially if I chose to flash back to the 4.1.2 stock rom? Sorry to ask you so many questions but I am really new to this, and I appreciate all the help you can give me the last thing I want to do is brick my phone.
Click to expand...
Click to collapse
I'm sure that would work, though I have no experience with either. And typically, the directory you see on the computer is the default sdcard location. So there isn't a specific place you need to put it.
And it won't affect the operating system. At boot, Android automatically creates certain folders and files anyway. There are data files that apps use, but if they aren't there, they'll just recreate them. At the worst, a skin (or the like) won't be available if the file isn't on the sdcard. I've seen this with a calendar widget I use. Everything becomes fully functional once the files are back.
I don't really like using that verbiage - "functional," because it is perfectly safe to delete the sdcard's contents. Like I said, Android creates folders/files at boot, so they're not really necessary. Anything that affects the operating system is tucked away in a directory that requires root access :good:.

Big thanks for all the help Simba, you helped out a lot.

jro003 said:
Not offended at all, I really appreciate you simpling it down for me. I have a few small quick questions for you, if I am using a Mac (I have both but Mac is my daily computer) do I just connect my phone and use something like Android file transfer or Htc sync manager to copy all the folders inside the sdcard to my computer? After flashing the 4.2.2 where on the phone do I copy the files I backed up on my computer on to? And if I erase everything off the SD card after copying it to the computer won't that effect the operating system? Especially if I chose to flash back to the 4.1.2 stock rom? Sorry to ask you so many questions but I am really new to this, and I appreciate all the help you can give me the last thing I want to do is brick my phone.
Click to expand...
Click to collapse
You wouldn't want to use HTC Sync as this only transfers files like music, pictures and such. You would actually want to open up your sdcard and copy all as was told. I use Linux now so I don't have to worry about Sync, but I personally think it is a useless piece of software. It is easier to just drag and click, and you don't need a program to do that.
Congrats on entering the world of rooting and customization BTW! :good: It's addictive, be warned! :cyclops:

Okay thanks for the reply, that's actually what it did (drag and dropped to my computer) :highfive:

Related

Fonts: how do i install a font to my phone?

There is a font on another rom that I like, how would I get that installed onto my Eris? I have the file from the other rom.
Have a look at T2noob's batch file font installer for ideas (and fonts, too).
Looks like he takes a pair of True Type (.ttf) files - one regular face, one bold face - and copies them to
/system/fonts/
renaming the (respective) .ttf files to "DroidSans.ttf" and "DroidSans-Bold.ttf"
Then, just reboot.
That was done for rooted 2.1 ROMs; I'm not sure if it the same for AOSP or CM6 Froyo ROMs
good luck
bftb0
bftb0 said:
Have a look at T2noob's batch file font installer for ideas (and fonts, too).
Looks like he takes a pair of True Type (.ttf) files - one regular face, one bold face - and copies them to
/system/fonts/
renaming the (respective) .ttf files to "DroidSans.ttf" and "DroidSans-Bold.ttf"
Then, just reboot.
That was done for rooted 2.1 ROMs; I'm not sure if it the same for AOSP or CM6 Froyo ROMs
good luck
bftb0
Click to expand...
Click to collapse
Thank you so much, this helps. I posted a question to his thread on the other site, but is it possible, since the fonts are in "true type" format that I can use some of mine?
johnny quest said:
Thank you so much, this helps. I posted a question to his thread on the other site, but is it possible, since the fonts are in "true type" format that I can use some of mine?
Click to expand...
Click to collapse
The best way to find out is to try.
Just make a Nandroid backup before you start, and then there is zero risk involved in trying.
bftb0
bftb0 said:
The best way to find out is to try.
Just make a Nandroid backup before you start, and then there is zero risk involved in trying.
bftb0
Click to expand...
Click to collapse
Ok, thanks I will give it a try.
johnny quest said:
Ok, thanks I will give it a try.
Click to expand...
Click to collapse
I used the T2Noobat but it says Device not found but when I go to the folder where my font is, its not there. So I don't know if I have to reboot my phone in order for my font to take effect. Or, the way you said about system/fonts..... I don't know where in my sd would I find the fonts in order to change it.
johnny quest said:
I used the T2Noobat but it says Device not found but when I go to the folder where my font is, its not there. So I don't know if I have to reboot my phone in order for my font to take effect. Or, the way you said about system/fonts..... I don't know where in my sd would I find the fonts in order to change it.
Click to expand...
Click to collapse
If you get errors, it is not reasonable to conclude that the install worked despite the errors. That's what error messages are for - to tell you that something went wrong.
T2noobs .bat file (script) presumes that you have:
1) ADB working on your PC (generally by installing the Android SDK or HTC Sync + adb)
2) That your phone is connected via USB cable
3) That your phone has USB Debugging turned on
4) That your phone is running a rooted ROM.
You don't have to use his script. I mentioned it as an example. You can just use a root-aware file manager (RootExplorer or Estrongs File Manager), and re-mount /system in RW mode, and then drop your two True Type fonts into
/system/fonts/
with the file names "DroidSans.ttf" and "DroidSans-Bold.ttf"
and then reboot. Obviously, there will already be files in there with those names to begin with, so you need to either (a) rename them to something else, (b) move them to some other folder, or (c) delete them.
I don't know how to make this any clearer.
You probably should spend some time learning how to perform Nandroid backups and restores before you do any of this (if you have not already mastered those skills). Having good backups will save your butt.
bftb0
PS. I just did this on my (CELB 3.2) ROM, so I know it works - assuming you are not using some screwy fonts.
bftb0 said:
If you get errors, it is not reasonable to conclude that the install worked despite the errors. That's what error messages are for - to tell you that something went wrong.
T2noobs .bat file (script) presumes that you have:
1) ADB working on your PC (generally by installing the Android SDK or HTC Sync + adb)
2) That your phone is connected via USB cable
3) That your phone has USB Debugging turned on
4) That your phone is running a rooted ROM.
You don't have to use his script. I mentioned it as an example. You can just use a root-aware file manager (RootExplorer or Estrongs File Manager), and re-mount /system in RW mode, and then drop your two True Type fonts into
/system/fonts/
with the file names "DroidSans.ttf" and "DroidSans-Bold.ttf"
and then reboot. Obviously, there will already be files in there with those names to begin with, so you need to either (a) rename them to something else, (b) move them to some other folder, or (c) delete them.
I don't know how to make this any clearer.
You probably should spend some time learning how to perform Nandroid backups and restores before you do any of this (if you have not already mastered those skills). Having good backups will save your butt.
bftb0
PS. I just did this on my (CELB 3.2) ROM, so I know it works - assuming you are not using some screwy fonts.
Click to expand...
Click to collapse
Thank you so much, I've been living on backups and restores. believe me I've learned my lesson. I will give this a try.
Your method worked great with the Root Manager. I bought it on the market. Ok, my biggest problem now is that my font is microscopic small. I don't know why. But I can't see the letters of which folder I'm in to take that font out.
I need a favor: can you post up screenshots or the number of folders to scroll down to get to the system/fonts/droidsans.tff
I can't see it, really its that small its the universal acc font.
Never mind I got it. Took a lot of squinting but I got it. Thanks.

[Solved][Q] .apk file questions

Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
tarastaryo said:
Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
Click to expand...
Click to collapse
You CAN screw your phone up if you do it to the wrong APK (like /system/framework/framework-res.apk, if you install a bad one, your phone won't boot, but there is an easy fix, nandroid!).
Basically all the methods do the same thing. In Android "Installing" an app is as easy as moving it to the correct location. All of these methods do just that.
The easiest way IS to probably use Root Explorer because you can rename the old one just in case, and it will handle the system read/write mounting for you. Plus GUIs are always easier.
So here's how it works: user apps go in /data/app, and system apps go in/system/app. User apps can't really mess anything up, but be careful with System ones. Live wallpapers, things of that nature usually don't hurt. Camera is ok to mess around with, too.
Edit: my ramblings are probably confusing, don't hesitate to ask me to clear something up
usually most apk files can be installed easily by transferring the file to the root of your internal sd card then go to MY FILES locate the apk file and click on it and it will ask you to install. Thats it. You can also root explorer and just place it in the system/app folder then reboot. I install all of my apks through the first way I mentioned. On my wife's Mytouch4g there is no my files so use Astro file manager. Come to think of it any file manager from the market will do. Good luck...
tarastaryo said:
Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
Click to expand...
Click to collapse
An apk is a specialized application file used by android (uses the same file headers as .zip files).
You are correct that there are various methods to push or move apk's to appropriate directories with in the phone. now as to which is easier or best, all methods work about the same, though there are minute differences.
If you want to move apk's into a certain directory while using a phone i find it easiest to use a file manager like root explorer that has root permissions to move apks around. keep in mind that when moving system files most often you will have to reboot for the changes to take effect with out bugs.
If instead you want to use a computer personally i find ADB to be the easiest. After installing the android sdk you will have to navigate into the android sdk directory then to the platform-tools directory within the android sdk folder. then in command prompt type " adb push <directory of file on your computer> /<directory of where you want it on your phone> hit enter and all is gravy. keep in mind that pushing/moving files to your phone using adb works the best when in recovery mode.
as to which of these operations is the best is a personal decision personally i like to use adb to move around system files and root explorer for applications.
hope this helps
Thanks guys!! Ok, so just to be sure. I'm currently running the Malice rom, and somewhere in the threads is the LiveWallpaperPicker.apk
So all I have to do is download this, place it on the root of my internal SD card, go into file manager and find it, click on it, and it will ask me to install it? It's really that easy??
Or, should I download root explorer and copy and paste it to a specific place?
tarastaryo said:
Thanks guys!! Ok, so just to be sure. I'm currently running the Malice rom, and somewhere in the threads is the LiveWallpaperPicker.apk
So all I have to do is download this, place it on the root of my internal SD card, go into file manager and find it, click on it, and it will ask me to install it? It's really that easy??
Or, should I download root explorer and copy and paste it to a specific place?
Click to expand...
Click to collapse
For that file you will need to place it in /system/app (it can't be installed normally because it's a system app). So you need something like Root Explorer
I think EStrongs File explorer is a decent free alternative, but when I tried it a couple months ago I had no luck with it so I just bought Root Explorer (good investment)
The guide in my signature touches on this, but BT has you covered. I am also a huge advocate of Root Explorer.
Just take the .apk, move it to system/apps and I reboot, but it may not be necessary... no need to click on it and select install, as BT referenced.
Thanks so much everyone! Just purchased root explorer and will try this out.
IT WORKED IT WORKED IT WORKED!!!!!!!!!!!!!!!!!!!!
After I rebooted, none of my widgets could load, but I have live wallpapers again! I love learning new stuff! Thanks sooooooooooooooooo much! You guys are the BEST!!!
Odd about the widgets. Were you able to just remove them and re-add them back?
Yep, just deleted them off my home screen and added them back again. All of them had errors saying widget could not load

[Q] APK Creation

Well as many of you know we're over most of the hurdles we needed to jump with the CM7 build for Nook tablet.
Updates for the internal version are simple via CWM, the SD version is not so simple of course.
I'm assuming that it should be possible to built an APK that gains superuser permissions then copies the new files to the system. Can anybody confirm this is possible please?
We need to know that we can tell our SD user that they can update their version just as easy as the internal user
Thanks in advance for your help again everyone!
Well presumably this is how ROM Manager and Metamorph both do their thing, just in a slightly more round about way (as they don't come with the files they need to copy). I'm almost 100% sure this is possible, but I've never tried it personally.
EDIT: Looks like this is how you'd do it: http://developer.android.com/reference/java/io/File.html. Specifically the renameTo() method.
CelticWebSolutions said:
Well as many of you know we're over most of the hurdles we needed to jump with the CM7 build for Nook tablet.
Updates for the internal version are simple via CWM, the SD version is not so simple of course.
I'm assuming that it should be possible to built an APK that gains superuser permissions then copies the new files to the system. Can anybody confirm this is possible please?
We need to know that we can tell our SD user that they can update their version just as easy as the internal user
Thanks in advance for your help again everyone!
Click to expand...
Click to collapse
Well there are about a dozen ways to do this. First of one of the hardest things is comming up with the commands/script. I can defiantly do this. If you want an apk, there are a few guys whom could port my script to an apk. I'm going to make a script here that will format, and create partitions and extract directly from the nook, no need to go through the fancy formatting and such, just go into terminal and run the script. Ill post a prototype for you to have the testers test!
Do you think something like BacksideUpdater inside custom ROM for LG Optimus V?
made by JerryScript
JerryScript i very nice guy, I bet if you ask him, he will let you play with his code
if is it what you looking for
Yes, this is possible. I wrote an app that flashes the recovery partition for my older Froyo phone in the very rudimentary Basic4Android. Copying files under root privileges was part of this process. Fairly easy if you find the right coding examples in whatever your development platform of choice.
xdajunkman said:
Yes, this is possible. I wrote an app that flashes the recovery partition for my older Froyo phone in the very rudimentary Basic4Android. Copying files under root privileges was part of this process. Fairly easy if you find the right coding examples in whatever your development platform of choice.
Click to expand...
Click to collapse
So one of the problems is its not really copying. Its more of an extraction from one place to another. We are required to use dd, and fdisk(for formatting).
GREAT! I was worried updates would be to complicated for people
Sent from my Nook Tablet using xda premium
... and I was worried that I might have to wipe my NT clean again to get the updates. After a week with this wonderful upgrade, I've got a LOT of customization I don't want to lose...
Whoops, wrong button with the thanks. Anyway, it occurs to me you could just have people run a script from a terminal emulator. That would probably be the simplest way to do it. Make an Update folder on the SD card, add it to the PATH by default, and users could just copy over the update files and run the script. Just a thought.
Sycobob said:
Whoops, wrong button with the thanks. Anyway, it occurs to me you could just have people run a script from a terminal emulator. That would probably be the simplest way to do it. Make an Update folder on the SD card, add it to the PATH by default, and users could just copy over the update files and run the script. Just a thought.
Click to expand...
Click to collapse
Has to be simple, something like copy an update.zip onto the SD card then run the apk which will automatically run the update in the zip But my knowledge of such things is limited so I need help there
Same process. With the above method, the user would only have to copy over the file, open a terminal, and type 'update'. With the apk idea you just have to add a little more time for someone to actually write the app (not that it would take too long).
Sycobob said:
Same process. With the above method, the user would only have to copy over the file, open a terminal, and type 'update'. With the apk idea you just have to add a little more time for someone to actually write the app (not that it would take too long).
Click to expand...
Click to collapse
Hmm.... that sounds good.
Anybody know how to actually implement it ?
Dammit, idk why I keep hitting the thanks button thinking it's reply >.>
Anyway, it's just a matter of setting the PATH variable to include /sdcard/Update/ or something similar. To make an actual update, make a folder called Update, fill it with all the files that need to be copied over (probably in a directory structure), and write a script that actually copies everything over. You'll need to make sure sh is in /system/bin (I think it is by default).
You could zip the the files as well, using gunzip (busybox?) to extract them before copying them, then deleting them when you're done, just to keep it cleaner for the user.
The only downside to all this is that I don't know how you would flash a kernel.
Sycobob said:
Dammit, idk why I keep hitting the thanks button thinking it's reply >.>
Click to expand...
Click to collapse
That makes two of us!
Sycobob said:
Anyway, it's just a matter of setting the PATH variable to include /sdcard/Update/ or something similar. To make an actual update, make a folder called Update, fill it with all the files that need to be copied over (probably in a directory structure), and write a script that actually copies everything over. You'll need to make sure sh is in /system/bin (I think it is by default).
You could zip the the files as well, using gunzip (busybox?) to extract them before copying them, then deleting them when you're done, just to keep it cleaner for the user.The only downside to all this is that I don't know how you would flash a kernel.
Click to expand...
Click to collapse
I'm guessing you'd just flash it as usual, surely that one is the easiest? Copying stuff to boot partition would hopefully be just as simple, I was mainly worried about updating system files. I could do with building one for the current update to test the theory!

[Q] Help unbinding storage/external_SD from storage/sdcard0

Somewhere along the line either my brother or I made a mistake, and when going to storage/sdcard0 there is a folder external_sd (in italics in most file explorers) which links directly to storage/external_SD. The problem is, while I've cleaned out storage/sdcard0 by moving as many apps as possible with Link2SD, having that directory there makes the phone think sdcard0 is full. Any help would be greatly appreciated. Thanks!
No one? I'm sure there's some simple busybox command in console mode that will unbind the directory. I only have 250MB on sdcard0 (the internal MMC storage partition) but I can't even update my apps because when I try I get "insufficient storage available" & it's all because the friggin external_sd is linked in that folder. Right now using a diskinfo app, it says sdcard0 is 128% full because the size of the external_sd linked folder. Any help would be GREATLY appreciated!!! The limited storage available is the main reason I spent the time rooting, to be able to use link2sd to move my apps. I hope someone can help soon.
Don't know of this will work butt I was getting a full sd0 card s while back then I moved all of my backup files to external. All pictures, music, etc as well. Good luck !
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.
Are you running a swap script?
Sent from my LG-P769 using xda app-developers app
kuma82 said:
Are you running a swap script?
Click to expand...
Click to collapse
Here's the thing, after I rooted the thing, my brother-in-law and I swapped phones for a week (his GS3 for my L9) because I wanted to try out his phone. And he said he tried some tweaks, but said he put everything back before we swapped back. He told me in an email the other day when I told him about this issue that he tried How to exchange memories but said it didn't work for him. So when you ask if I'm running a swap script, could that be what your talking about.
I'll never swap a rooted phone with a friend again! Especially when I can't figure out where he/she screwed it up. But I was thinking about getting a Galaxy S3 or S4, so I wanted to check out his phone. Thanks so much for the reply though.
...oh, and Nathan, all of my files are on the external. And because the external_sd has a folder inside sdcard0, that's why sdcard0 is reading 122% full, even though there's only 200MB of files actually on sdcard0, everything else that the phone reads is from the linked folder.
wintermute010 said:
So when you ask if I'm running a swap script, could that be what your talking about.
Click to expand...
Click to collapse
There ale few ways to swap storage/external_SD, check /system/etc/init.d/ folder for script, depending on android version script will have different name, 97ext2sd was working on ICS, for JB you have to dig the forum. Ussually deleting the script reverts changes, when you find the proper script there should be information how to switch back.
Reward offer...
No init.d folder, I can use an app called "init.d toggle" to make init.d folder (and place system/bin/sysinit file - modify system/etc/install-recovery.sh), but there wasn't a script there creating the directory bind.
At this point I haven't been able to update or install any apps/games in a couple of weeks because I don't want to delete the info I have on external_SD. So, I'm willing to transfer $10 by PayPal to anyone who will help me fix this problem. I'm sure it's something simple, I just need someone with more knowledge of linux and busybox, etc.
Please...is anyone out there willing to help out with a few moments of your time if there's 10 bucks in it?? :fingers-crossed: :laugh: :highfive:
I would really appreciate it...Thanks so much and take care all.
Sd0 is your internal sd card. Look you might as well just flash a ROM
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.

S3 Directory structure.... [root]

Hi guys,
Long time lurker first time poster. I've always been handy enough to follow the clues on xda forum to be able to work things out and google, but this time around I'm stuck and would appreciate a few leads... maybe I'm google-ing the wrong terms.
Anyways, I'm looking to get more info on directory structures on the phone and microsd card.
Let me explain: After rooting my phone and putting a new ROM on it, I noticed that the ROM does does not read my sd card. I looked it up and apparently the rom had a new structure on jb (or was it ics, I can't remember,) and there was a fix that I needed to run in recovery which fixed it, when I changed to a different ROM (was running sentinelRom and now slimrom) it didn't read again and I ran the file in recovery again.
This time I noticed that the kinda added extra directories and I'm not sure which one the rom is using.
As an example, I noticed that when I went into es explorer, there would be similar directories within each other (ie. device/0/0 .....)
and since I've gotten notice that I'm running low on space, I noticed under storage that the directory /0 is taking the most space.
Problem is I don't want to just delete it... the last time I tried to clear a directory I deleted some files that were being used. (luckily they were only sound files, ) so somehow, certain directories are being used by the rom, I'm just not sure which one....
Anyways, I would be much obliged if someone could point me in the right direction on where I can get info or be able to clean up my directories before I upgrade to the kitkat version of my ROM.
Thanks in advance folks!
grungypoo said:
Hi guys,
Long time lurker first time poster. I've always been handy enough to follow the clues on xda forum to be able to work things out and google, but this time around I'm stuck and would appreciate a few leads... maybe I'm google-ing the wrong terms.
Anyways, I'm looking to get more info on directory structures on the phone and microsd card.
Let me explain: After rooting my phone and putting a new ROM on it, I noticed that the ROM does does not read my sd card. I looked it up and apparently the rom had a new structure on jb (or was it ics, I can't remember,) and there was a fix that I needed to run in recovery which fixed it, when I changed to a different ROM (was running sentinelRom and now slimrom) it didn't read again and I ran the file in recovery again.
This time I noticed that the kinda added extra directories and I'm not sure which one the rom is using.
As an example, I noticed that when I went into es explorer, there would be similar directories within each other (ie. device/0/0 .....)
and since I've gotten notice that I'm running low on space, I noticed under storage that the directory /0 is taking the most space.
Problem is I don't want to just delete it... the last time I tried to clear a directory I deleted some files that were being used. (luckily they were only sound files, ) so somehow, certain directories are being used by the rom, I'm just not sure which one....
Anyways, I would be much obliged if someone could point me in the right direction on where I can get info or be able to clean up my directories before I upgrade to the kitkat version of my ROM.
Thanks in advance folks!
Click to expand...
Click to collapse
Have a look in the stickies thread. Described over there why there is a new structure and how to move files...
Sent from my GT-I9300 using xda app-developers app
Thanks for that! Much appreciated!

Categories

Resources