FIX PERMISSIONS:
0. Download and open Root Explorer
1. Browse to the file that you want to fix permissions
2. Tap Mount R/W button
3. long press the application, a window will pop up:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. Select Permissions and change them to rw-r--r--
CHANGE OWNER TO ROOT:
1. Browse to the file that you want to fix permissions
2. Tap Mount R/W button
3. long press the application, a window will pop up:
4. Select Change Owner and change Owner and Group to 0- root (is the first of the list)
Veronica,
Are there are benefits to using Root Explorer over other file managers like ES File Explorer? If I remember correctly, Root Explorer was a paid app, so I ended up just getting ES, haha.
I seem to be managing fine with ES and haven't had any permissions problems after doing a good bit of fooling around with system apps and such. Just wondering if there's anything better about Root Explorer. Thanks.
Solar.Plexus said:
Veronica,
Are there are benefits to using Root Explorer over other file managers like ES File Explorer? If I remember correctly, Root Explorer was a paid app, so I ended up just getting ES, haha.
I seem to be managing fine with ES and haven't had any permissions problems after doing a good bit of fooling around with system apps and such. Just wondering if there's anything better about Root Explorer. Thanks.
Click to expand...
Click to collapse
Well the only benefit so far is that you can change owner with RT, ES file explorer doesn't have that function that is needed for fixes of files (ex. adhoc wifi fix), or hacks in apps that sometimes moving them to /system/app is not enough and you need to change owner.
~ Veronica
Also, in messing with ES a bit, it seems to just allow you access to your SD card...unless I'm missing something.
All in all, I'd recommend Root Explorer just for mult-select alone.
Denmmurray said:
Also, in messing with ES a bit, it seems to just allow you access to your SD card...unless I'm missing something.
All in all, I'd recommend Root Explorer just for mult-select alone.
Click to expand...
Click to collapse
Yes you are missing something in settings>> Home Directory change current directory to /
~ Veronica
Why is it telling me ".apk copy failed" when i try to copy from sd card to system/app? Im using ES File Explorer
xonzer said:
Why is it telling me ".apk copy failed" when i try to copy from sd card to system/app? Im using ES File Explorer
Click to expand...
Click to collapse
do you root explorer enabled in the settings for es file explorer? you need to enable that in order to make the /system folder writable. once that is enabled you should have no problems copying apk's to your /system folder.
lavero.burgos said:
Well the only benefit so far is that you can change owner with RT, ES file explorer doesn't have that function that is needed for fixes of files (ex. adhoc wifi fix), or hacks in apps that sometimes moving them to /system/app is not enough and you need to change owner.
~ Veronica
Click to expand...
Click to collapse
I have just downloaded ES file explorer and it still doesn't have this function Don't know when they want to add it...
zipike said:
I have just downloaded ES file explorer and it still doesn't have this function Don't know when they want to add it...
Click to expand...
Click to collapse
ES File Explorer - settings - root settings - Mount file system
path
I only need to fix the file? or also the complete path to the file?
File is the filename
Path is the complete directory and path to that file.
Which one is necessary??
huh
droopyar said:
I only need to fix the file? or also the complete path to the file?
File is the filename
Path is the complete directory and path to that file.
Which one is necessary??
Click to expand...
Click to collapse
so what is the problem here, can you rephrase your question, as so I can understand what you are looking for so I can offer some help.
Hi. I need to change permissions for the skype app located in /data/app. The problem is, when I go into root explorer, there's nothing in the data folder.
If I use es explorer, I can open the folder and I can find the file I'm looking for, but it's nowhere in root explorer . Is there a way I can change permissions using es explorer? Or some way I can access the file in root explorer?
How shall i add root permissions to app for rom?
via kitchen ?
cicibanko101 said:
How shall i add root permissions to app for rom?
via kitchen ?
Click to expand...
Click to collapse
See http://forum.xda-developers.com/showthread.php?t=1474987.
Hi guys
Just a noob question, if you are gona change the permissions on one file with root explorer is it possible for them to reset again at their original, state ?
Clarify...
sverti said:
Hi guys
Just a noob question, if you are gona change the permissions on one file with root explorer is it possible for them to reset again at their original, state ?
Click to expand...
Click to collapse
Want to move launcher2 to system app, am using es explorer with root
Apologies if I'm being thick-headed, but I've been attempting to change my rooted Verizon Samsung Galaxy S4's efs/carrier/hiddenmenu file from "OFF" to "ON" and simply cannot get it to take. I am rooted, Root Explorer notes that it has been granted SU permission (status?) when I fire it up, and I've got it mounted R/W. I can open this HiddneMenu file in a Text Editor and change OFF to ON, but when I select Save or Save & Exit, and then open it back up, it continues to read "OFF". I've fooled around with changing the permissions on this file already- I've added "Write" permission to both "Group" and "Others" but that isn't helping. What am I missing? I'm running 4.4.2 if that makes a difference...? Thanks for your thoughts.
Parasol is a new app trying to solve the permission problem, especially in Android M.
Here is the link: http://forum.xda-developers.com/android/apps-games/app-parasol-alpha-t3190615
Please test it and give me some feedback. Thanks a lot~
how install apk with lib folder and set correct permissions of them ?
plz help
Related
Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip.
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Good, nice to see this posted here too.
Sent from my MT15i using XDA App
great work!
Could this be used in other android devices?
kcthomlau said:
Could this be used in other android devices?
Click to expand...
Click to collapse
Yes, it should be works well on other devices, just try it and let us know.
Sent from my MT15i using XDA App
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
sgj1 said:
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
Click to expand...
Click to collapse
no. I have now locked bootloader and it is working
sgj1 said:
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
Click to expand...
Click to collapse
This is working great on mine mate, just try it again maybe you left something, i tested it with init.d scripts from SE Tweaked and it works.
Sent from my MT15i using XDA App
hello guys!
what kind of script is the neo?
Confirmed, working
I tried this mod and it seems to be working. Before its application, Supercharger tells me that he cannot reach init.d or something like that. But with this mod it can use init.d without any problems, no more warning. So it is working. Thank you
iridaki said:
Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip.
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
Click to expand...
Click to collapse
this is working for neo v?
It should on stock yes
Sent from my MT15i using Tapatalk
onlavu said:
Before its application, Supercharger tells me that he cannot reach init.d or something like that.
Click to expand...
Click to collapse
Have you checked original thread from zeppelinrox: http://forum.xda-developers.com/showthread.php?t=991276
where he shared his way(AutoStart Script) of enabling init.d for stock ROM/kernel: http://forum.xda-developers.com/showthread.php?t=1017291
kormatoes said:
It should on stock yes
Sent from my MT15i using Tapatalk
Click to expand...
Click to collapse
ok but i have a noob question,
how to change vm heapsize to 48?
Pandemic said:
ok but i have a noob question,
how to change vm heapsize to 48?
Click to expand...
Click to collapse
You need to edit build.prop in system folder.
Taptalked
Tenacius D said:
You need to edit build.prop in system folder.
Taptalked
Click to expand...
Click to collapse
hm ok and how will i do that with rootxplorer, what must i do and tick/untick?
Edit: Anyone know??
With rootxplorer go to system mount read/write (see screenshot)
long press build.prop open in text editor find vm heapsize change it to 48 save the change and reboot. Make buckup of build.prop just in case.
Taptalked
Pandemic said:
hm ok and how will i do that with rootxplorer, what must i do and tick/untick?
Click to expand...
Click to collapse
Have you tried long press on file, and select "Open in Text Editor"?
EDIT: was to slow
Tenacius D said:
With rootxplorer go to system mount read/write (see screenshot)
long press build.prop open in text editor find vm heapsize change it to 48 save the change and reboot. Make buckup of build.prop just in case.
Taptalked
Click to expand...
Click to collapse
i cant edit it when i open as text:S
Pandemic said:
i cant edit it when i open as text:S
Click to expand...
Click to collapse
Not open as text, scroll down and open in text editor.
Taptalked
Hello!
This is "Ported" the Stock Email app from Galaxy Note2
Work only on JB Samsung based Roms!
1)-Make Backup of your stock SecEmail.apk and SecExchange.apk
2)- Download the 'Email_note2-apk' file linked below.(THIS IS NOT A FLASHBLE ZIP.
The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online.)
Once downloaded,
3)- unzip and grab out the 2 apk files inside (SecEmail.apk and SecExchange.apk)
4)- Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5)- Copy the newly downloaded SecEmail.apk and SecExchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks,
or you can just push the files to system/app via adb.
6)- Set permissions on both apks as rw-r--r--
7)-Reboot
Note-
I am Not Responsible For Any Damage
Thank you, working now...:good:
How to set permissions on both apk?
Sent from my GT-I9070 using Tapatalk 2
How to set permissions
digdarsan said:
How to set permissions on both apk?
Sent from my GT-I9070 using Tapatalk 2
Click to expand...
Click to collapse
0. Download And Open Root Explorer
1. Browse to the file that you want to fix permissions
2. Tap Mount R/W button
3. long press the application, a window will pop up:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Select Permissions and change them to rw-r--r--
cyberdaitya said:
Hello!
This is "Ported" the Stock Email app from Galaxy Note2
Work only on JB Samsung based Roms!
1)-Make Backup of your stock SecEmail.apk and SecExchange.apk
2)- Download the 'Email_note2-apk' file linked below.(THIS IS NOT A FLASHBLE ZIP.
The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online.)
Once downloaded,
3)- unzip and grab out the 2 apk files inside (SecEmail.apk and SecExchange.apk)
4)- Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5)- Copy the newly downloaded SecEmail.apk and SecExchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks,
or you can just push the files to system/app via adb.
6)- Set permissions on both apks as rw-r--r--
7)-Reboot
Note-
I am Not Responsible For Any Damage
Click to expand...
Click to collapse
This did not work for me. your Secemail.apk size is 2.64 mb, and my Original Secemail.apk size is 12mb. May be some where it gets problem.
Does it work for anyone, who can explain . It does not work for me.
Sent from my GT-I9070 using Tapatalk 2
The trick
Force closed to me at first... Solution: Reboot, clear cache (settings, applications, all, clear cache and storage) then reboot and off you go! Try only clearing cache first, I didn't have the patience so had to setup account again
J-Roen said:
Force closed to me at first... Solution: Reboot, clear cache (settings, applications, all, clear cache and storage) then reboot and off you go! Try only clearing cache first, I didn't have the patience so had to setup account again
Click to expand...
Click to collapse
It worked for me. Thanks !
Envoyé depuis mon GT-I9070 avec Tapatalk
cyberdaitya said:
Hello!
This is "Ported" the Stock Email app from Galaxy Note2
Work only on JB Samsung based Roms!
1)-Make Backup of your stock SecEmail.apk and SecExchange.apk
2)- Download the 'Email_note2-apk' file linked below.(THIS IS NOT A FLASHBLE ZIP.
The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online.)
Once downloaded,
3)- unzip and grab out the 2 apk files inside (SecEmail.apk and SecExchange.apk)
4)- Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5)- Copy the newly downloaded SecEmail.apk and SecExchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks,
or you can just push the files to system/app via adb.
6)- Set permissions on both apks as rw-r--r--
7)-Reboot
Note-
I am Not Responsible For Any Damage
Click to expand...
Click to collapse
What is new in it ? Please add screenshots.
digdarsan said:
What is new in it ? Please add screenshots.
Click to expand...
Click to collapse
I feel it's better than stock app..
Sent from my GT-I9070 using xda app-developers app
Thank you.
Sent from my GT-I9070 using xda app-developers app
Change owners to 0-root, 0-root.If you don't have orginal apps it must be come your launcher
Its working awesome without changing permissions :good:
While pasting phone automatically rebooted itself and the app was working
Hi... its posible install this in my JB stock rom no-rooted???
I´m try unsucesfully.
Sorry for my english
OK... I´m rooting my device... install and work OK.
It´s posible invert de colors??? background black and letters White???
Thanks in advance.
Sorry for my english.
---------- Post added at 10:36 PM ---------- Previous post was at 10:04 PM ----------
When have new mails... the icon dont show the numbers of new emails... the old App yes.
Its posible this???
FC'ed for me after following all suggestions in the thread. oh well...
cyberdaitya said:
Hello!
This is "Ported" the Stock Email app from Galaxy Note2
Work only on JB Samsung based Roms!
1)-Make Backup of your stock SecEmail.apk and SecExchange.apk
2)- Download the 'Email_note2-apk' file linked below.(THIS IS NOT A FLASHBLE ZIP.
The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online.)
Once downloaded,
3)- unzip and grab out the 2 apk files inside (SecEmail.apk and SecExchange.apk)
4)- Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5)- Copy the newly downloaded SecEmail.apk and SecExchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks,
or you can just push the files to system/app via adb.
6)- Set permissions on both apks as rw-r--r--
7)-Reboot
Note-
I am Not Responsible For Any Damage
Click to expand...
Click to collapse
It is working fine in my rooted Huawei G700-U10, with just a simple copy/paste into the System/App/ and then restart, thank you!
Just a question if anyone could help; I am still looking for an Android email client with threaded view.
Any suggestion please?
I am trying (as recommended) to make an EFS backup of my phone.
I have tried EFS Backup Pro but the version of busybox I have (the one from Play Google: 1.21.0) seem to have an applet missing: readlink.
They ask to downgrade to version 1.20.2 but so far I could not find the APK to do that
How can I downgrade busybox ?
I have also tried the tuto for the GS3 i9305 using QPST but when I dial *#7284# I don't get the Menu "Phone util" so I assume this procedure doesn't work for the Galaxy mega ?
Has anybody managed to save the EFS on the mega ??? If yes how ??
Thanks in advance.
Tilagoon said:
.....................
Has anybody managed to save the EFS on the mega ??? If yes how ??
Click to expand...
Click to collapse
For this we must have root:
I have already a backup efs.img from i9205 made like this THREAD but changed the partition efs to 10 (see the screenshot). This command:
dd if=/dev/block/mmcblk0p10 of=/storage/extSdCard/efs.img bs=4096
If I have some efs issue I will try the restore of it. (I'm not sure if this work. Take care, the responsibility is Your's)
PS: For i9200 You must see if the partition efs is the 10 also.
,
Ok, thanks for your fast answer.
My phone is also a I9205, so I'll try.Anyway there is no risk as long as we don't restore the backup.
Dont know if this will work but if you have root, install root explorer and just copy your efs folder to an ext SD card?
or am i thinking too simple about this?
SquirtingCherry said:
Dont know if this will work but if you have root, install root explorer and just copy your efs folder to an ext SD card?
or am i thinking too simple about this?
Click to expand...
Click to collapse
Yes, I confirm this work. I restored the efs twice whit Root Explorer on Galaxy Tab 7" P1000 and one on Note 10.1 N8000.
But we must verify the permissions, I compared whit another device. Can be some issues whit.
I had a look with root explorer and there is nothing after the permissions (rwxrwx) , no -> and no file name.
This is valid for all the directories in the root directories.
By the way the name I don't have the same directories as you ??
How did you get that ? Which file explorer ??
Root Explorer, now 2.21.1 version from Speed Software. On top we must put on R/W to see or change permissions.
For exemple: long touch on efs folder, on next window we have permissions. Touch on permissions, we see it on a new little window.
We can verify, change... or ok/cancel.
I am using Root explorer 3.and this is what I can see:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Doesn' really look like what you get !!
PS: Sorry but I did find yet how to put a miniature un the post
Tilagoon said:
I am using Root explorer 3.and this is what I can see:
................................................
Doesn' really look like what you get !!
PS: Sorry but I did find yet how to put a miniature un the post
Click to expand...
Click to collapse
Good, is the new version 3 and You are already on r/w. Now make this:
Long touch on efs folder until you have a new window whit many options (attach1), also permissions (Permissões in Portuguese).
Touch on permissions, we see it on a new little window (attach2). This mean rwxrwx--x = 7,7,1 (my case).
Your is rwxrwxrwx = 7,7,7
(r=Leitura, w=Gravação, x=Executar)
We can verify, change... or ok/cancel.
See attachs:
PS: On version 3 You can mark efs at right and touch on menu. Is same.
Valente
Yes, I have done that already and changed the last part of the permission to rwx (was--x) as you can see in may capture.
But still no indication like yours: -> mmcblk0p10 !!
And as you can see also my root directory is different from yours????
Tilagoon said:
And as you can see also my root directory is different from yours????
Click to expand...
Click to collapse
Because I prefer the Root Explorer old version 2.21.1 and invalidate the update of it on Play Store.
Updated now to vers 3 to test to You but I returned to old version. I like it more.
Ok, I'll try with the same version as yours and see what I get.
But my concern was that the name of the directories in my capture and yours are quite different and I don't think that the other version of Root explorer wil change anything.
I have installed version 2.21.1 and I get the same thing !
But I think I have finally understood what's going on: your first capture is not the capture of the Root directory as what we see are not sub-directories but files !!
Can you tell me the path to get that ??
Tilagoon said:
I have installed version 2.21.1 and I get the same thing !
But I think I have finally understood what's going on: your first capture is not the capture of the Root directory as what we see are not sub-directories but files !!
Can you tell me the path to get that ??
Click to expand...
Click to collapse
Like I wrote. Long touch on efs folder, You have like my first screenshot whit options (Opções in Portuguese).
ValenteL said:
Like I wrote. Long touch on efs folder, You have like my first screenshot whit options (Opções in Portuguese).
Click to expand...
Click to collapse
I must be stupid but I can' get what I want which is show in the attachment below.
I have all the steps: mount R/W, long touch on EFS, then I get the options menu and if I go in permissions I can change them but when I say OK I return to the contents of the root directory.
I have tried to change the permissions but no way. I really don't see what more can be done to get this information.
I think I'll give up and will no longer bother you.
Any way thank you very much for your help and having be so patient.
Tilagoon said:
I must be stupid but I can' get what I want which is show in the attachment below.
I have all the steps: mount R/W, long touch on EFS, then I get the options menu and if I go in permissions I can change them but when I say OK I return to the contents of the root directory.
I have tried to change the permissions but no way. I really don't see what more can be done to get this information.
I think I'll give up and will no longer bother you.
Any way thank you very much for your help and having be so patient.
Click to expand...
Click to collapse
Take care, is not there, this is not the root directory. Is on Your screen post 8 on root you see efs folder. Is here You must try long touch... etc, my screens post 9.
This screen in this Your post is from /dev/block/platform/msm_sdcc.1/by-name/partitions, is not the root directory, the efs here is not a folder is a partition.
PS: Attach root directory whit efs folder, not file.
ValenteL said:
Take care, is not there, this is not the root directory. Is on Your screen post 8 on root you see efs folder. Is here You must try long touch... etc, my screens post 9.
This screen in this post is from /dev/block/platform/msm_sdcc.1/by-name/partitions, is not the root directory, the efs here is not a folder is a partition.
Click to expand...
Click to collapse
Thanks a lot !! I almost kill my self to find this.Now I have it (of course) :victory::victory::laugh:
I will do the save.
Tilagoon said:
Thanks a lot !! I almost kill my self to find this.Now I have it (of course) :victory::victory::laugh:
I will do the save.
Click to expand...
Click to collapse
:laugh::laugh::laugh::victory::victory:
Here is an easy solution/fix for those who wish to use AdAway v2.8 but end up getting stuck on the final step to enabling ad blocking, "Applying hosts file".
If you are trying to enable AdAway but are stuck on "Applying hosts file" as seen in the screenshot below, then please follow these very simple instructions.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. Download a root explorer. I prefer using Root Explorer because I think its the best file explorer on the android market. If you have problems with purchasing apps you can always use the free version Explorer, or if you prefer using another file explorer that's fine, just make sure it has root access enabled.
2. Once you have a file explorer installed that has root access enabled, navigate to "system/etc" and find the file labeled "hosts" as seen in the screenshot below.
3. Hold down/select the file labeled "hosts" and select "permissions" from the selection as seen in the screenshot below.
4. After selecting permissions a window should have popped up where you can change the permissions of the file as seen in the screenshot below.
4. Change the permissions of the hosts file to "rw-rw-rw" just like in the screenshot below. Hit "OK" to apply the permission changes and close the file explorer completely and head back over to AdAway.
5. Once you have AdAway back open, click "Download files and apply ad blocking" and try again. Depending on your internet connection it shouldn't take very long, but you should see something like this, hit "Yes".
6. After your phone has rebooted, open AdAway again and you should see something like this saying newest hosts files enabled.
Congratulations, AdAway is now working and ad blocking is enabled!
Thanks man, it worked great
Cheers for the post, was getting this issue on ASOB 1.3.2 rom & it was starting to get annoying, sometimes it would apply the HOSTS file after a reboot, other times it wouldn't
Thanks, this works for me too !
Thanks...Seems Adaway randomly breaks this permission.
Worked perfect thanks
The reason AdAway does that on newer android versions (some 4.3 roms and most all 4.4) is because of SELinux. If you change it to permissive, the Hosts file applies perfectly. Do so at your own risk, but I can't stand having it on my phone. Blocks too many fun things.
es0tericcha0s said:
The reason AdAway does that on newer android versions (some 4.3 roms and most all 4.4) is because of SELinux. If you change it to permissive, the Hosts file applies perfectly. Do so at your own risk, but I can't stand having it on my phone. Blocks too many fun things.
Click to expand...
Click to collapse
I just got a new app that I have to use every day and it places ads right above the keyboard. Was definitely not going to deal with that **** every day it was really distracting.
advocat3 said:
I just got a new app that I have to use every day and it places ads right above the keyboard. Was definitely not going to deal with that **** every day it was really distracting.
Click to expand...
Click to collapse
That's ridiculous. Not that you have to use the app, of course, but wtf...on top of the keyboard? Do they have a donate version that is ad-free at least? Not everyone has the option to root and disable them. What app is it?
es0tericcha0s said:
That's ridiculous. Not that you have to use the app, of course, but wtf...on top of the keyboard? Do they have a donate version that is ad-free at least? Not everyone has the option to root and disable them. What app is it?
Click to expand...
Click to collapse
It's not on TOP of the keyboard but directly above it. So when you're entering text input and trying to read what you wrote there's a blaring ad right below your text.
Incredibly obnoxious. The app is called "Awoken" and it's when you make a new entry in the dream journal: https://play.google.com/store/apps/details?id=com.lucid_dreaming.awoken
advocat3 said:
It's not on TOP of the keyboard but directly above it. So when you're entering text input and trying to read what you wrote there's a blaring ad right below your text.
Incredibly obnoxious. The app is called "Awoken" and it's when you make a new entry in the dream journal: https://play.google.com/store/apps/details?id=com.lucid_dreaming.awoken
Click to expand...
Click to collapse
Ah ok. Well, at least you can opt out of them buy purchasing the premium version of it. I'd probably just do the AdAway option too, but the premium version does have the dark theme which would probably make it worth it to me. I much prefer white text on black backgrounds.
What also works for me is the same steps but just change to read-write and then apply adaway
Sent from my Nexus 5 using XDA Premium 4 mobile app
Still having problems - you can try this
Had the same issue on my HTC Desire running 4.4.2 OmniRom by Spezi77
I followed all the steps outlined in the OP, but still Adaway was stuck while applying the host file
Finally, managed to get it to work by disabling the toast notification for Adaway in SuperSU.
The original solution has been posted here (towards the end)
On step 3: Using Explorer, I don't have a Permissions option when I select my hosts file. I also couldn't find an alternative File Manager with that option and I can't figure out why it isn't available for myself.
I know I'm probably missing something obvious here. Any ideas?
I installed root explorer -free version just to reprodcue your problem. Yes, I get the same on step 3 - it only shows the properties of the host file. I think this is partly because the program does not ask for root permissions. With SuperSu i couldn't manually grant root permissions to it.
I would suggest you to use "ES file explorer" instead. When you open this program, access the left menu. Open tools and scroll down to find root explorer option. Now in the app click on the button next to it to switch it on. The program will now ask for root permissions from your super user program. Grant there rights. Then you have to click on the word root explorer and you will get a popup menu. In this menu you have to next to the /system select RW option. This will allow you to make changes to system.
Now close this left menu, and navigate to the hosts file and set the permissions. When you long press on the file you will get similar options as listed in the original post.
You can switch off the root explorer option when you are done.
Sent from my HTC Desire using XDA Free mobile app
Worked perfectly! Thank you very much. :laugh:
I am glad I was able to help
Sent from my HTC Desire using XDA Free mobile app
Geforce256 said:
Had the same issue on my HTC Desire running 4.4.2 OmniRom by Spezi77
I followed all the steps outlined in the OP, but still Adaway was stuck while applying the host file
Finally, managed to get it to work by disabling the toast notification for Adaway in SuperSU.
The original solution has been posted here (towards the end)
Click to expand...
Click to collapse
Still hangs on parsing and merging .....
Thank you! :good:
That has resolved the problem, that Adaway was not able to update the Host File.
Hey everyone, I tried the instructions here using both Root Explorer and ES Explorer but similar message on both explorers.
On Root Explorer "Permissions change was not successful. Please note that some file systems (e.g. SD card) do not allow permission changes
On ES Explorer "Sorry, operation failed."
Can anyone shed some light on these errors for me please. Thank you.
N.B. I am using the Huawei Y330
Hi,
apparently files can only be moved/copied onto the SD card by using the preinstalled file commander app. Should be easy, but I couldn't figure out yet, how to do it. If I long-click a file I can select it and click what I assume is the icon for copy in the top bar (see screenshot), but I don't know how to paste that file into another folder...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'd appreciate any help! Miss ES explorer so much.
Gesendet von meinem SGP521 mit Tapatalk
take55 said:
Hi,
apparently files can only be moved/copied onto the SD card by using the preinstalled file commander app. Should be easy, but I couldn't figure out yet, how to do it. If I long-click a file I can select it and click what I assume is the icon for copy in the top bar (see screenshot), but I don't know how to paste that file into another folder...
I'd appreciate any help! Miss ES explorer so much.
Gesendet von meinem SGP521 mit Tapatalk
Click to expand...
Click to collapse
You can't copy files to SDCard (external) because write permissions has been revoked since the KK update, you need to be rooted and use sdfix app.
The icon you're looking for is the one that looks like a sheet of paper with a pencil on it. Click on that, then in the drop-down click "Paste".
Done it many many times already, shouldn't be a problem at all.
Oh, thanks! Didn't associate that icon with the task...
QualQuek said:
You can't copy files to SDCard (external) because write permissions has been revoked since the KK update, you need to be rooted and use sdfix app.
Click to expand...
Click to collapse
Yes you can. That is why File Commander comes pre-installed. It has the needed write permissions, without needing to root.
pmeinert said:
Yes you can. That is why File Commander comes pre-installed. It has the needed write permissions, without needing to root.
Click to expand...
Click to collapse
No it's not, there is nothing to do with file commander because the permission is in plateform.xml and that allow or not, but you can't only allow an app, also the root access is not enough you need to fix the permission, even rooted if you haven't the proper write permission you won't to anything.
QualQuek said:
No it's not, there is nothing to do with file commander because the permission is in plateform.xml and that allow or not, but you can't only allow an app, also the root access is not enough you need to fix the permission, even rooted if you haven't the proper write permission you won't to anything.
Click to expand...
Click to collapse
Ok. Didn't know that. Mine was already rooted at the time and I just checked that File Manager was able to it, whatever I wanted, without having granted it root access in super user. Don't recall tampering with the platform.xml, but perhaps it was part of the rooting process or I flashed a zip which did it afterwards.
---------- Post added at 01:43 PM ---------- Previous post was at 01:35 PM ----------
QualQuek said:
No it's not, there is nothing to do with file commander because the permission is in plateform.xml and that allow or not, but you can't only allow an app, also the root access is not enough you need to fix the permission, even rooted if you haven't the proper write permission you won't to anything.
Click to expand...
Click to collapse
But this article seems to support my understanding:
"Any app that doesn't come pre-installed on your phone, either by Google, Samsung, or your carrier, will lack write privileges to the external SD card. "
http://gs4.wonderhowto.com/how-to/b...ns-android-4-4-kitkat-your-galaxy-s4-0152036/
QualQuek said:
No it's not, there is nothing to do with file commander because the permission is in plateform.xml and that allow or not, but you can't only allow an app, also the root access is not enough you need to fix the permission, even rooted if you haven't the proper write permission you won't to anything.
Click to expand...
Click to collapse
Yes, it does. You dont have to be rooted to use file commander to write on external SD card
Sent from my SGP511 using Tapatalk
Dom3000 said:
Yes, it does. You dont have to be rooted to use file commander to write on external SD card
Sent from my SGP511 using Tapatalk
Click to expand...
Click to collapse
There is something wrong with that, for having write permission access without changing the plateform.xml that means files commander would have system write permission and it's not the case because it's a 3rd app and Google intentionally revoked the write permission access to 3rd app on the SDCard.
So you said that File Commander has system permission? Never seen something like that even on the file commander website
QualQuek said:
You can't copy files to SDCard (external) because write permissions has been revoked since the KK update, you need to be rooted and use sdfix app.
Click to expand...
Click to collapse
QualQuek said:
There is something wrong with that, for having write permission access without changing the plateform.xml that means files commander would have system write permission and it's not the case because it's a 3rd app and Google intentionally revoked the write permission access to 3rd app on the SDCard.
So you said that File Commander has system permission? Never seen something like that even on the file commander website
Click to expand...
Click to collapse
It is installed by Sony and should be considered a first party app.:
http://www.xperiablog.net/2014/03/20/before-upgrading-to-kitkat-be-wary-of-sd-card-restrictions/
Is it somehow possible to install say ES explorer as a system app and the have full SD rights?
jismail said:
Is it somehow possible to install say ES explorer as a system app and the have full SD rights?
Click to expand...
Click to collapse
No, not without unlocked bootloader/root. But then you can let all user app access the sd-card.
I can confirm on a NON-root device that File Commander does allow you to write to the external SD card with copy/paste(paste option is under the 'edit/page with pencil' icon).
__nv__ said:
I can confirm on a NON-root device that File Commander does allow you to write to the external SD card with copy/paste(paste option is under the 'edit/page with pencil' icon).
Click to expand...
Click to collapse
Thanks for confirmation
Thanks!
EonHawk said:
The icon you're looking for is the one that looks like a sheet of paper with a pencil on it. Click on that, then in the drop-down click "Paste".
Done it many many times already, shouldn't be a problem at all.
Click to expand...
Click to collapse
Awesome, thanks @EonHawk. That was not intuitive to me either.
Easy fix guys: Install NextApp SDfix.apk. It fixes the sd card privileges to allow all read write permissions for sdcard.
Sent from my Xperia Z2 Tablet Wifi using XDA Premium 4 mobile app
kbroh said:
Easy fix guys: Install NextApp SDfix.apk. It fixes the sd card privileges to allow all read write permissions for sdcard.
Click to expand...
Click to collapse
This "NextApp SDfix" requires ROOT, the mentioned app does not need anything to work.
Sent from my SGP512 using Tapatalk
Root your device and install Root browser from google play it will download binarys @first time and will fix your problem.