i am using CM10.1 with the A1 kernel and a little bit ago, i could just simply go to the /sdcard directory to get to it but now, i have to go to /data/media/0/ and that's the sdcard and everytime i flash a rom it adds a 0 so it'll be /data/media/0/0 which i don't understand why it's doing that. can anybody help me with this issue? thanks!
You can move your files out of the second 0 to the first 0 then delete the second 0.
Its because of JB 4.2. Google implemented the multi-user function. In order to do that, they added the 0.
Sent from my GT-P7500 using XDA Premium HD app
Oh okay, thanks for the help! I didn't know what was going on, lol
Sent from my GT-P7510 using Tapatalk HD
Related
hi i was wondering do i need to replace both droidsans.tff AND droidsans-bold.ttf
if so do i replace them with the same tff file ( the font i;m using only has one .tff file) or can't i use it
i'm running hboot1.01 using CWM
Yes, u can use the same ttf file to substitute both DroidSans and DroidSans-Bold but then ur phone shall display both regular and bold text in the same way.
-
Swyped from my legend using xda app.
Thanks a lot I was just wondering
I'm guessing to flash it I use adb push. Etc.... XD
Sent from my HTC Legend using XDA Premium App
ok i flashed them using adb push etc to /system/fonts/droid etc....
i overwrote droidsans and droidsans-bold but nothing it hasn't changed What am i doing wrong?
Have you done a reboot?
I clicked to reboot the phone since I'm on hboot 1.01 its the only way I can flash them without command prompt saying its a read only file
Sent from my HTC Legend using XDA Premium App
Are you sure you did overwrite those ttf files? Did you mount /system before adb push?
Ok I didn't do that :/ guess hats where I went wrong right? Do you need to do that ? XD if so what did I do :/ XD
Sent from my HTC Legend using XDA Premium App
Mount /system via clockwork recovery and than push the fonts via adb
Sent from my HTC Legend using XDA Premium App
Cool ok thanks one other question
Why do you have to mount it first?
Also how would I go about flashing other stuff e.g the lockscreen and widgets and what not
Sent from my HTC Legend using XDA Premium App
madcat340 said:
Why do you have to mount it first?
Click to expand...
Click to collapse
Obviously because in CWM it is not mounted by default.
Sent from my HTC Legend
Ok thanks I get it so where did I push the files previously I pushed them in cwm home screen without clicking mount system :/
Never mind It works yay thanks
Sent from my HTC Legend using XDA Premium App
madcat340 said:
Ok thanks I get it so where did I push the files previously I pushed them in cwm home screen without clicking mount system :/
Click to expand...
Click to collapse
You pushed stuff into /system directory which actually resided in initramfs. That's similar to ramdisk.
Sent from my HTC Legend
Is there any way of removing them? From there XD thanks BTW
Sent from my HTC Legend using XDA Premium App
Well, ask yourself how you remove things from RAM.
Sent from my HTC Legend
Do I just clear cache from cwm? Errmmm
Sent from my HTC Legend using XDA Premium App
well i'm guessing thats the right answer ? either that or just remove it using a file explorer :
I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
I will send you the dd commands when I get home tonight
Sent from my SGH-I717D using xda premium
pterry30 said:
I will send you the dd commands when I get home tonight
Sent from my SGH-I717D using xda premium
Click to expand...
Click to collapse
Thank you very much.:thumbup:
bigfau said:
I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
Click to expand...
Click to collapse
Code:
dd if=/dev/block/mmcblk0p24 of=/sdcard/system.img
there are other ways to get a dump, like simply getting the content:
Code:
tar czvf /sdcard/system.tgz /system
both commands need root, and they are quite possibly not on the device by default, so you probably need busybox
i don't really recommend the second command, because some other blocks are mounted into the system (like the modem),
so you would get unnecessary data
Thank you very much. :thumbup:
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Im getting""dd" is not recognized as an internal or external command, operable program or batch file"
Anyone have any insight as to what I am doing wrong?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
You have to type in adb first then the dd commands
Sent from my SGH-I717D using xda premium
In cmd
Sent from my SGH-I717D using xda premium
In Cmd did you switch from c.directory to Androidsdk/tools directory. Then your adb should work ?
Sent from my SGH-I717D using xda premium
pterry30 said:
In Cmd did you switch from c.directory to Androidsdk/tools directory. Then your adb should work ?
Sent from my SGH-I717D using xda premium
Click to expand...
Click to collapse
Thanks buddy. I knew I was missing something. Thank you.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
If you can't get it working pm me. I will tell you exactly what to type in to switch directors, I have it written down at home, I always forget myself
Sent from my SGH-I717D using xda premium
cd (directory of choice) lol
cd= change directories
And remember windows uses backslashes for sub directories.
How would I go about extracting apps etc,etc..?
bigfau said:
How would I go about extracting apps etc,etc..?
Click to expand...
Click to collapse
-_-
there should be a few ext4 drivers or mount tools out there,
google, download one that looks good, and mount the image,
then you should have the drive mounted, and you should be able to access/modify the data
bigfau said:
I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
Click to expand...
Click to collapse
That woulds be tits bro !!! A stock cwm flash rom
Sent from my SGH-I717R using xda premium
matt3allen said:
That woulds be tits bro !!! A stock cwm flash rom
Sent from my SGH-I717R using xda premium
Click to expand...
Click to collapse
I'm trying.Lol.I'm stuck at trying to deodex the apks. I try to stay away command prompts.I get confused doing those.Lmao. I use tools like apk manager, AutoApk Tool, AutoDeodex Tool. I'm still trying to get my computer setup back in order.
EDIT: Only half of the apps and jar files deodexed. Any suggestion or pointers?
Bump dump
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Does anyone have an already deodexed stock rom that they would be willing to share?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Hi can anyone help me I have flashed my phone a few times now and when I go in to a file manager and look at my internal memory card it says sdcard0 and if I open that there is another file called 0 and if I open that there's another file called 0 and so on this happens until I've opend about 8 files named 0 then I reach one named Google can anyone tell me whats happend here and what I can do to fix it thanks
It happens with some file managers try different one.
Sent from my A60 using xda app-developers app
galaxys3_newbie said:
Hi can anyone help me I have flashed my phone a few times now and when I go in to a file manager and look at my internal memory card it says sdcard0 and if I open that there is another file called 0 and if I open that there's another file called 0 and so on this happens until I've opend about 8 files named 0 then I reach one named Google can anyone tell me whats happend here and what I can do to fix it thanks
Click to expand...
Click to collapse
This happend since you were using an outdated version of CWM recovery for JB roms. This bug has been fixed in the latest versions of CWM.. Update your recovery via fastboot beofre flashing any further..
Ok thanks is there away to rwmove the files aswell please
Sent from my GT-I9300 using xda app-developers app
Does anyone know how I can delete the 0 files
Sent from my GT-I9300 using xda app-developers app
Hello can anyone help me
Sent from my GT-I9300 using xda app-developers app
There is no easy way.. you have to copy all ur conents from your phone to memory to PC and then delete the '0' folders and then copy back your contents from PC.. i have done this and it went smoothly..
Hello guys, I'm having a bit of a problem here after installing SS and flashing CM10.1 to slot1. I can't browse my sd-ext with any file explorer. It won't allow me to go higher than /sdcard in the file system. Have I done something wrong?
Thanks in advance.
Sent from my XT910 using Tapatalk 2
Have you tried another file explorer?
Yes. Odd thing is sd-ext is accessible, because poweramp finds my music. I just can't browse it through file managers.
It's not just sd-ext though, I can't browse any folder that is a level higher than /sdcard in the file system.
Sent from my XT910 using Tapatalk 2
Never mind... God am I stupid. Forgot to enable root setting in file manager. Everyone at xda is gonna lol.
Sent from my XT910 using Tapatalk 2
Hi is there a way to clean up these /0 directories who looks identical?
It add's an additional /0 directory in emulated every time I do a clean flash. Don't that use up my internal storage?
I'm using Temasek's cm 10.1 unofficial v83 + kernel but i don't think it has to do with the ROM
Is it safe to just delete these directories or is there any other way around this?
Sent from my GT-I9300 using xda premium
Klype said:
Hi is there a way to clean up these /0 directories who looks identical?
It add's an additional /0 directory in emulated every time I do a clean flash. Don't that use up my internal storage?
I'm using Temasek's cm 10.1 unofficial v83 + kernel but i don't think it has to do with the ROM
Is it safe to just delete these directories or is there any other way around this?
Click to expand...
Click to collapse
You need to upgrade your recovery application to the latest version to stop getting multiple /0 folders.
You only need one level of /0. And, yes you can delete the redundant levels. But make sure your files under the last level are copied to the sole remaining level.
/0 level came in with multi-user support in 4.2
Sent from my GT-I9300
BillGoss said:
You need to upgrade your recovery application to the latest version to stop getting multiple /0 folders.
You only need one level of /0. And, yes you can delete the redundant levels. But make sure your files under the last level are copied to the sole remaining level.
/0 level came in with multi-user support in 4.2
Sent from my GT-I9300
Click to expand...
Click to collapse
Thanks for answering
I've flashed cwmtouch 6.0.2.8 awhile ago and the levels of /0's stopped adding up.
I've copied all the files from the last levels to emulated/0.
Then i deleted the files from the last levels except one made by a rom i had several months ago. It can't seem to be deleted because of some elevated permissions. I've tried with several Explorer's with no luck.
How do I get around to change permissions or simply get rid of former systemfiles not in use anymore?
Sent from my GT-I9300 using xda premium
Klype said:
Thanks for answering
I've flashed cwmtouch 6.0.2.8 awhile ago and the levels of /0's stopped adding up.
I've copied all the files from the last levels to emulated/0.
Then i deleted the files from the last levels except one made by a rom i had several months ago. It can't seem to be deleted because of some elevated permissions. I've tried with several Explorer's with no luck.
How do I get around to change permissions or simply get rid of former systemfiles not in use anymore?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
You can try with philz recovery and aroma file manager inside the recovery, see first posts of thread.
and please search next time, this has been discussed way too much
Klype said:
Thanks for answering
I've flashed cwmtouch 6.0.2.8 awhile ago and the levels of /0's stopped adding up.
I've copied all the files from the last levels to emulated/0.
Then i deleted the files from the last levels except one made by a rom i had several months ago. It can't seem to be deleted because of some elevated permissions. I've tried with several Explorer's with no luck.
How do I get around to change permissions or simply get rid of former systemfiles not in use anymore?
Click to expand...
Click to collapse
Use terminal. Then remove the folder using the 'rm -rf' command. You may need to read up on this if you aren't familiar with Linux commands.
Sent from my GT-I9300
Back you files up to a PC, then boot to recovery and format /sdcard. That will remove all the 0/0/0/0/0/0 folders, then boot and copy your files back.
BillGoss said:
Use terminal. Then remove the folder using the 'rm -rf' command. You may need to read up on this if you aren't familiar with Linux commands.
Sent from my GT-I9300
Click to expand...
Click to collapse
Yes i might have to read up a bit on terminal commands if i should have a chance to use it...
Sent from my GT-I9300 using xda premium
Glebun said:
and please search next time, this has been discussed way too much
Click to expand...
Click to collapse
Actually i did search but didn't understand what to do and what to search for. Thats why i finally asked the question here in the Q n A section. The search motor in the android app is also really difficult to search with.
Sent from my GT-I9300 using xda premium
delsus said:
Back you files up to a PC, then boot to recovery and format /sdcard. That will remove all the 0/0/0/0/0/0 folders, then boot and copy your files back.
Click to expand...
Click to collapse
Thanks that's a good idea
At least it solve my problem for now till i learn more about using the terminal
Sent from my GT-I9300 using xda premium
Striatum_bdr said:
You can try with philz recovery and aroma file manager inside the recovery, see first posts of thread.
Click to expand...
Click to collapse
I flashed aroma file manager and it worked like a charm
Thanks for pointing me in this direction now everything works as it should :thumbup:
Sent from my GT-I9300 using xda premium
Klype said:
I flashed aroma file manager and it worked like a charm
Thanks for pointing me in this direction now everything works as it should :thumbup:
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
hi..
i have the same pb.. can u pls assist me how can u solve it..?
my sinternal storage is now storage\emulated\0
wbr..
t-mobile_mda said:
hi..
i have the same pb.. can u pls assist me how can u solve it..?
my sinternal storage is now storage\emulated\0
wbr..
Click to expand...
Click to collapse
Yes look here http://forum.xda-developers.com/galaxy-s3/general/info-flashed-4-2-sdcard-data-t2274218