[Q] No /data/system directory - AT&T Samsung Galaxy Note I717

Fro some reason, I don't have system directory under /data (I'm rooted using Da_G's mthod). Any idea why?
Edit: Neglected to turn on Root Explorer in ES File Explorer. D'oh.

Related

Rooting my Atrix 4g

Hi to all!
This is my first android device, and i am new to Unix-like systems.
I have tried to unlock, root & install custom rom on my phone. Used this instruction:
http://forum.xda-developers.com/showthread.php?t=1302423
Everything go perfect until step:
DO NOT FORGET TO DO THIS PART: After the install of RomRacers recovery boot up your phone. Open up your favorite file browser (I used Astro file manager to do this ) and navigate to /system/etc/ and delete the file called 'install-recovery.sh'
I always get "read only" trouble. As I understand, the problem in root access. I haven’t got it.
I have tried:
http://forum.xda-developers.com/showthread.php?t=740748
Then
http://forum.xda-developers.com/showthread.php?t=1046626
But in any case i get "read only" truing to delete 'install-recovery.sh'
Will be grateful for tips how to successfully root my device.
..
a guide is in the "stickys" in general forum made by swiftks
Sent from my MB860 using Tapatalk
Use root tools. And there's a little button to change it from read only to read/write. Then delete the file.
Sent from my MB860 using xda premium
kycats said:
Steps for rooting:
http://forum.xda-developers.com/showthread.php?t=1255548
It works like a champ.
Click to expand...
Click to collapse
Tnx very much, it worked.
But i still can't delete the
install-recovery.sh
Trying via all possible file explorers, and also tried
http://forum.xda-developers.com/showthread.php?t=740748
one more time. still get
rm failed for /system/etc/install-recovery.sh, Read-only file system
You need to go into the options of the file manager and enable root, and also mount system as writable. I use ES file explorer from market...its free. If it still fails my guess is you are not rooted.
I have root access, have checked with root checker basic. Have enabled root in es file explorer, still same problem.
I have made some photos, in attached files.
Did you also check the option 'mount system directory as writable' in es file explorer options
maulich said:
Did you also check the option 'mount system directory as writable' in es file explorer options
Click to expand...
Click to collapse
It helped. Thank you very much!

Delete the ES File Explorer on ICS Buttah

Am trying to fix the ES File Explorer Root access issues by following the steps posted by Joker Fuel in one of the TP forum.
I cant get to delete the current apk under /system/app using any of the File Explorers. How do i get this file deleted ? Any help.
This is what am trying to accomplish:
OK guys, for u guys that are having issues Using ES File Explorer Root permission.
The Root does not work while the app is in /system/app.
so to get it working, u must delete the com.estrongs.android.pop-1.apk
couple ways to do it. u can download a free file explorer off the market and delete the file under /system/app
---------------------------------
reboot your new BUTTAH
download ES from the market
If I am understanding what you want to do correctly you need to remount /system as read/write so you can remove the file.
There are many ways to do this. I like to use RomToolbox, available on the market. Once installed you can open up "Scripter" and there will be a couple of pre-defined scripts, one to remote System is Read/Write.
After you run that script you can jump to the Root browser, one button above, and delete what you need from the /system/app directory.
Remember to remount your /system as Read-Only using the other script, or reboot when your done. It is a bit dangerous to leave it as Read/Write. Better safe than sorry
Thanks. gonna give it a try !
Titanium Backup works on Buttah. Downloaded through market. Then I was able to pull ES through that. Then re-install through market. Now root access and mountable system.

[Q] Unable to change file permission on rooted Samsung Galaxy S III

Hi,
I tried changing file permission on one of the folders where I saved my photos to read-only using "Root Browser Lite".
The following error message came up: "Changing permission was not successful. Please note that some file systems do not allow permission changes".
I tried using ES file explorer but it also failed.
Could someone please tell me how I could change the file or folder permission. I wanted to prevent the photos from being accidentally deleted by my children when I let them browse their photos..
My phone I9300 was rooted using CF Auto Root.
Thanks
Get root explorer, it's much better.
Simply long press on a folder and the permissions option is there.
Sent from my GT-I9300 using xda premium
Don't forget to set to rw at the top of root explorer before attempting to change permissions
If you're talking about the internal memory, you can do chattr +i /data/media/[name of folder] to set the immutable bit. EDIT: You need BusyBox installed for the chattr command
This works because /storage/sdcard0 (JB's usual mountpoint for the internal eMMC) is a fake FAT32 file system Google created for compatibility; the internal eMMC can really be found at /data/media, which is of the ext4 filesystem.
For the external memory, you can try SGS3 Easy UMS and set the read only property on the folder using your computer. (I can't find mattrib for Android.) There is no guarantee that Android/Linux programs will obey the RO attribute, however.
The reason why Root Browser Lite & ES File Explorer didn't work is because they work on UNIX file permissions, while a file system formatted using FAT obviously doesn't understand them - it would expect DOS/FAT attributes. That said, though, have you already backed up the data you consider to be important?
100% work
Try this.....
http://forum.xda-developers.com/showthread.php?t=2038243
this will help you 100%..
qwerty12 said:
If you're talking about the internal memory, you can do chattr +i /data/media/[name of folder] to set the immutable bit. EDIT: You need BusyBox installed for the chattr command
This works because /storage/sdcard0 (JB's usual mountpoint for the internal eMMC) is a fake FAT32 file system Google created for compatibility; the internal eMMC can really be found at /data/media, which is of the ext4 filesystem.
For the external memory, you can try SGS3 Easy UMS and set the read only property on the folder using your computer. (I can't find mattrib for Android.) There is no guarantee that Android/Linux programs will obey the RO attribute, however.
The reason why Root Browser Lite & ES File Explorer didn't work is because they work on UNIX file permissions, while a file system formatted using FAT obviously doesn't understand them - it would expect DOS/FAT attributes. That said, though, have you already backed up the data you consider to be important?
Click to expand...
Click to collapse
=============
Thank you all for your advice. The file system explanation betw FAT and ext4 fs makes sense. I have BusyBox installed.
Via Terminal Emulator, when I did "chattr -i /data/media/DCIM/Camera", I got a "permission denied".
Is there something that prevented me from this?
I'm running ICS.
Thanks
Did you type su before the command..
Just asking..
sent from here, there, somewhere!!
zoot1 said:
Did you type su before the command..
Just asking..
sent from here, there, somewhere!!
Click to expand...
Click to collapse
Thanks Zoot1.
I did that.
Image Gallary is still showing /mnt/sdcard/DCIM/Camera as "writeable".
What is the difference between two folders /data/media/DCIM/Camera and /mnt/sdcard/DCIM/Camera?
Thanks,
Note that I used +i in my example invocation of chattr. - removes the attribute; + sets it, which is what you want
Sent from my GT-I9300 using Tapatalk 2
Thanks qwerty12, after 'chattr +i folder name' , I return to root browser lite to change permission on mnt/sdcard/DCIM/Camera, I still get permission denied. What did I do wrong?
Sent from my GT-I9300 using xda app-developers app
Mount System RW
The problem is that your system is currently in RO (Read-Only) mode.
Even if you are root, can't mess with system files if the setup is like that.
ES File Explorer works because it has an option (that DOES work) to mount the system in RW (Read-write) mode.
On my ES File Explorer Version 3.0.0 it goes like this:
Android menú button--->Tools---->Root Explorer--->Mount R/W.
Set: /system (or all of the options) to: RW----->OK.
Now, explore your files using the ES File Explorer interface on your phone and you should be able to erase every file and apk you want even if they are system files.
Vanyna said:
The problem is that your system is currently in RO (Read-Only) mode.
Even if you are root, can't mess with system files if the setup is like that.
ES File Explorer works because it has an option (that DOES work) to mount the system in RW (Read-write) mode.
On my ES File Explorer Version 3.0.0 it goes like this:
Android menú button--->Tools---->Root Explorer--->Mount R/W.
Set: /system (or all of the options) to: RW----->OK.
Now, explore your files using the ES File Explorer interface on your phone and you should be able to erase every file and apk you want even if they are system files.
Click to expand...
Click to collapse
finally its worked for me thx very much dude:laugh::good:

[Q] How do I remove ChargerPluggedIn.ogg? [SOLVED]

Hi,
I'm using the last Envi-ROM based in stock 23.0.1.A.0.167 and I would like to disable the charger plugged in notification so I tried to remove ChargerPluggedIn.ogg from /system/media/audio/ui but it says that it's an only read file and I can't do it. I'm root and I tried with RootExplorer, ES File Explorer, ADB (mv, chmod,...) but I'm not able to change the permissions neither the file nor /system folder.
Any idea?
Thanks in advance
So i just changed the permissions of that file with rom toolbox lite to 777 without issues. I also moved it up a directory without issue. Maybe try that app ( https://play.google.com/store/apps/...+lite&pcampaignid=APPU_EaWoVMe9Nce7mwWlnILYCw)
If you still have issues why don't you backup your phone and redownload envi-rom zip. Open the zip and navigate to the file and delete it. Then install that moded zip file and restore your data from the backup?
You can try to remove this file via file explorer in recovery, like for example aroma explorer.
Sent from Xperia Z2
Nope no good. Could only see /system/bin/ no other directories.
Thanks a lot for your comments. I tried toolbox with the same result as the previous tries. With aroma explorer I can only access to /system/bin/. So no luck for the moment. It seems that the only solution is install again the ROM without the file, but I still looking for other alternatives first.
Here is the solution: http://forum.xda-developers.com/xperia-z2/general/4-4-4-sony-ric-killer-t2953141

Only able to partially paste a "hosts" file into /system/etc

Device: Dell Venue 8 3830 (32GB)
Version: 4.4.2 KitKat
Root process: Temp CWM Session
I'm trying to paste a 31MB hosts file to /system/etc. I'm able to delete the old one on ES File Explorer but when I try to paste the new one ES File Explorer gives an error message saying there isn't enough space. So I tried using Root Browser and it will only do a partial paste of the file totalling to 18.09MB (I even get the superuser permissions popup), so of course I'm still seeing some ads that should not be there. So I deleted it (which worked perfectly fine in Root Browser this time) and tried the Terminal route by mounting and pasting. It did the same thing Root Browser did, a partial paste of 18.09MB. The only thing I ever change in the /system directory is the hosts file.
FYI: I had no problems pasting the 31MB file in my LG Volt's /system directory.

Categories

Resources