[Q] How to set permissions with updater-script? - Android Q&A, Help & Troubleshooting

Hey all,
I'm trying to do an updater-script that subtitutes some data, but i can't set the permissions to the files I replace, since I don't know how to. I've searched a little, but all threads I found say the same thing:
set_perm(UID, GID, mode, "pathtfile");
Click to expand...
Click to collapse
I know what UID and GID stand for, but I don't know what to put in the "mode" part. If anyone could help me
Also, I've seen that
run_program("sbin/chmod", blah)
Click to expand...
Click to collapse
will do the same task, but I don't know how to use it xD. I know how to use chmod though...
Sorry if this was posted in wrong section
Thanks in advance and I will obviously click Thanks button for anyone who helps me...

What permissions do you want it/them set to? I can knock out an updater-script for it. About to go to lunch so it won't be right away that I can get to it.

Волк said:
What permissions do you want it/them set to? I can knock out an updater-script for it. About to go to lunch so it won't be right away that I can get to it.
Click to expand...
Click to collapse
Well, first of all thanks and I need to set permissions:
rwxrwx--x, rwxr-x--x and rw-rw----
Click to expand...
Click to collapse
You don't need to make an updater script, if you could just say me the code for each permission...
Thanks
Sent from my GT-S5830 using xda app-developers app

ImSoBored said:
Hey all,
I'm trying to do an updater-script that subtitutes some data, but i can't set the permissions to the files I replace, since I don't know how to. I've searched a little, but all threads I found say the same thing:
I know what UID and GID stand for, but I don't know what to put in the "mode" part. If anyone could help me
Also, I've seen that will do the same task, but I don't know how to use it xD. I know how to use chmod though...
Sorry if this was posted in wrong section
Thanks in advance and I will obviously click Thanks button for anyone who helps me...
Click to expand...
Click to collapse
have you looked here for the tut
http://forum.xda-developers.com/showthread.php?t=936175

eoghan2t7 said:
have you looked here for the tut
http://forum.xda-developers.com/showthread.php?t=936175
Click to expand...
Click to collapse
Thanks, but that thread doesn't explain anything , however I found this in the thread:
Folder Permission:-
set_perm_recursive 1000 1000 0771 0644 DATA:app---------set_perm_recursive(1000, 1000, 0771, 0644, "/data/app");
Click to expand...
Click to collapse
I guess that is permission rwxrwx-x, so at least I've got one
Thanks

Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A

rwx: 777
rw: 666
reference: http://www.wwwwdot.com/chmod-calculator/
---------- Post added at 08:11 PM ---------- Previous post was at 07:53 PM ----------
rwx: 777
rw: 666
reference: http://www.wwwwdot.com/chmod-calculator/

lufc said:
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
Click to expand...
Click to collapse
Sorry sir
Sent from my GT-S5830 using xda app-developers app

Волк said:
rwx: 777
rw: 666
reference: http://www.wwwwdot.com/chmod-calculator/
---------- Post added at 08:11 PM ---------- Previous post was at 07:53 PM ----------
rwx: 777
rw: 666
reference: http://www.wwwwdot.com/chmod-calculator/
Click to expand...
Click to collapse
Thank you!
Sent from my GT-S5830 using xda app-developers app

Just let me know if it works as you wanted it. You can check permissions with root explorer.

Волк said:
Just let me know if it works as you wanted it. You can check permissions with root explorer.
Click to expand...
Click to collapse
Thanks, just one question, i put that numbers on the mode part?
Sent from my GT-S5830 using xda app-developers app

whats rw-r-r..?

spannernick said:
whats rw-r-r..?
Click to expand...
Click to collapse
R: read permission
W: Write permission
X: Execute permission
First block for the owner, second for the group and third for others.
A short permission change is also possible with the following numbers:
4 = read
2 = write
1 = execute
0 = no permission
For example:
If the owner needs read and write, you add 4 and 2 ->6
Android has the same permission system like Linux distributions.

Help required
Hey guys just needed some help
In an updater-script
in set_perm ()
What permissions should i specify for a file located in /data/system folder say for eg: batterystats.bin

I would suggest using an app like root explorer to see what the permissions are, as in flash a ROM, navigate to the directory you're concerned with and then look to see what permissions are set as, even within data/system not all permissions are the same
Sent from my Nexus 4 using Tapatalk 2

demkantor said:
I would suggest using an app like root explorer to see what the permissions are, as in flash a ROM, navigate to the directory you're concerned with and then look to see what permissions are set as, even within data/system not all permissions are the same
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Thanks a lot for your quick reply
But still couldnt figure it out by myself
so heres what is shown by root explorer
One of the file has rw-rw---- permission
Other one has rw- --- --- permissions
So could you please guide me what values to set in
set_perm()
Thanks in advance

Try
set_perm(0, 0, 660) location/nameoffile
And
set_perm (0, 0, 600) location/nameoffile
Sent from my Nexus 4 using Tapatalk 2

Related

[q] help!!!!!!!!! Noob!!!!! Can't root my 3d

I'm using Ubuntu 11.04 and I can't seem to root my EVO 3D. Can someone please help?
You can start by not posting this in the development forum.
how did the op post in development anyways? i had to wait for 10 posts before i could post in any development sections.
Omfg! Nice script! Does this still have problems with root not sticking?!
Sent from my PG86100 using Tapatalk
jerrold24 said:
I'm using Ubuntu 11.04 and I can't seem to root my EVO 3D. Can someone please help?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=15463165#post15463165
View that thread and there are instructions and a modified script there. Come on guys at least answer the question and stop flaming. OP just do a search, post in q and a, or just post this in a development thread and it will be answered quickly next time. Just try and keep the dev section clean
Can s-off come out and play? You run but you can't hide
tjlawson09 said:
how did the op post in development anyways? i had to wait for 10 posts before i could post in any development sections.
Click to expand...
Click to collapse
Join date was Jan 2009
jerrold24 said:
I'm using Ubuntu 11.04 and I can't seem to root my EVO 3D. Can someone please help?
Click to expand...
Click to collapse
Your post is so vague, no one can help you except to refer you to the root thread. Now if you'll state what errors your having, or copy and link to a pastebin your bash session, you might could get some help.
aray92 said:
Come on guys at least answer the question and stop flaming.
Click to expand...
Click to collapse
Well if you do that, then why would anybody post to the general/Q&A forums? Why wouldn't they just post here where they can get maximum exposure to their question and they'll get it answered anyways?
Next thing you know the developers start going elsewhere because it's hard to find useful information; you have to sift through a bunch of garbage first. I had to put up with the same crap as a developer in the tivo hacking scene, it gets so frustrating.
Besides, it's made extremely obvious that you aren't supposed to post questions here, so don't do it. If you ask me, posting questions in the development section should result in a 5 day ban.
This is what I'm getting
[email protected]:~$ chmod 755 new_ROOT.sh
[email protected]:~$ ./new_ROOT.sh
cannot stat 'fre3vo': No such file or directory
Unable to chmod /data/local/tmp/fre3vo: No such file or directory
/data/local/tmp/fre3vo: not found
remount failed: Operation not permitted
mount: Operation not permitted
mount: Operation not permitted
mkdir failed for /vendor/bin, Read-only file system
Unable to chmod /vendor/bin: No such file or directory
Unable to chmod /vendor/bin: No such file or directory
cannot stat './sqlite3': No such file or directory
cannot stat './su': No such file or directory
cannot stat './busybox': No such file or directory
Unable to chmod /vendor/bin/su: No such file or directory
Unable to chmod /vendor/bin/busybox: No such file or directory
Unable to chmod /vendor/bin/sqlite3: No such file or directory
Unable to chmod /vendor/bin/su: No such file or directory
Unable to chmod /vendor/bin/busybox: No such file or directory
Unable to chmod /vendor/bin/sqlite3: No such file or directory
busybox: permission denied
Unable to chmod /vendor/bin: No such file or directory
Finished! Press any key to continue...
OP started again in proper forum, let's lay off.
Mods please move thread
Now available in 3D
pstevep said:
Mods please move thread
Now available in 3D
Click to expand...
Click to collapse
I'm not being a smart ass just wondering here:
If you post mods please move does that help? I would think the mods when they see this post they already know what to do, don't they? Just wonder I see this all the time.
Edit:
I know its kind of like a I surrender quite flaming me type of thing, right?
zone23 said:
I'm not being a smart ass just wondering here:
If you post mods please move does that help? I would think the mods when they see this post they already know what to do, don't they? Just wonder I see this all the time.
Edit:
I know its kind of like a I surrender quite flaming me type of thing, right?
Click to expand...
Click to collapse
They do yes. But they aren't in all threads at all times and they can search search for "mods please move" and see the thread. Its just more of a friendlier more helpful way instead of flaming.
Now available in 3D
pstevep said:
They do yes. But they aren't in all threads at all times and they can search search for "mods please move" and see the thread. Its just more of a friendlier more helpful way instead of flaming.
Now available in 3D
Click to expand...
Click to collapse
gotcha so the mods actually do that?
Rakeesh_j said:
Well if you do that, then why would anybody post to the general/Q&A forums? Why wouldn't they just post here where they can get maximum exposure to their question and they'll get it answered anyways?
Next thing you know the developers start going elsewhere because it's hard to find useful information; you have to sift through a bunch of garbage first. I had to put up with the same crap as a developer in the tivo hacking scene, it gets so frustrating.
Besides, it's made extremely obvious that you aren't supposed to post questions here, so don't do it. If you ask me, posting questions in the development section should result in a 5 day ban.
Click to expand...
Click to collapse
You are obviously missing the entire point lol.
You answer their question and tell them what they did wrong, so next time they know where to post. If they continue to post in the wrong section repeatedly, that's when a ban should kick in. You telling them to get out is not helping anyone.
Also OP extract the zip folder to your desktop
Can s-off come out and play? You run but you can't hide
What the hell is going on in this thread
Rakeesh_j said:
Well if you do that, then why would anybody post to the general/Q&A forums? Why wouldn't they just post here where they can get maximum exposure to their question and they'll get it answered anyways?
Next thing you know the developers start going elsewhere because it's hard to find useful information; you have to sift through a bunch of garbage first. I had to put up with the same crap as a developer in the tivo hacking scene, it gets so frustrating.
Besides, it's made extremely obvious that you aren't supposed to post questions here, so don't do it. If you ask me, posting questions in the development section should result in a 5 day ban.
Click to expand...
Click to collapse
+1 thank you,I agree
A.Priori said:
What the hell is going on in this thread
Click to expand...
Click to collapse
PEOPLE KEEP POSTING IN IT AND IT KEEPS GETTING BUMPED!!!
EDIT: DAMMIT THERE I GO BUMBPING IT TOO
aray92 said:
You are obviously missing the entire point lol.
Click to expand...
Click to collapse
No, you're missing the point. The development section isn't a help section, period. How hard of a concept is that?
aray92 said:
You telling them to get out is not helping anyone.
Click to expand...
Click to collapse
So just letting him post there and giving him help doesn't help anything? Are you on glue or something?
WOW It's a crime to ask for help, just a simple question.
Sent from my PG86100 using XDA Premium App

[Q] permissions of scripts in init.d folder

what should be the permissions of scripts in the init.d folder??
Then are preferably set to either rw-r--r-- of rwxr-x-r-x
Herpderp Adreno + Tegra.
Rwxr-xr-x
regards,
•ƒγяύs ργяσ™•
EmoBoiix3 said:
Then are preferably set to either rw-r--r-- of rwxr-x-r-x
Herpderp Adreno + Tegra.
Click to expand...
Click to collapse
Do any make a difference? The scripts I'm using are all set to rw-r-r and some to rwxr-x
SuperAce609 said:
Do any make a difference? The scripts I'm using are all set to rw-r-r and some to rwxr-x
Click to expand...
Click to collapse
Yes, script with rwxr-xr-r will execute at boot...script with rw-r-r will not be working, u can check it in terminal emulator...
regards,
•ƒγяύs ργяσ™•
thanks a lot for the replies guys ...was bit confused about it
nd i think m still bit confused
in my ace, all scripts have permission rwxrwxrwx ...except the 97loopy_smoothness_tweak which has rwxr-xr-x.
can somebody plz illustrate the importance and significance of these permissions...what they mean and how they work???
dm08b002 said:
thanks a lot for the replies guys ...was bit confused about it
nd i think m still bit confused
in my ace all scripts have permission rwxrwxrwx ...exept the 97loopy_smoothness_tweak which is rwxr-xr-x.
can somebody ply illustrate the importance and significance of thes permissions...what they mean and how they work???
Click to expand...
Click to collapse
Try this:
www.zzee.com/solutions/linux-permissions.shtml
Bakuron said:
Try this:
www.zzee.com/solutions/linux-permissions.shtml
Click to expand...
Click to collapse
so as a conclusion ...the permissions should be
rwxr-xr-x
Devs plz correct if i am wrong ......
thnks in advance.
pyronia said:
Yes, script with rwxr-xr-r will execute at boot...script with rw-r-r will not be working, u can check it in terminal emulator...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
SuperAce609 said:
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
Click to expand...
Click to collapse
That's the infamous placebo effect.
Put this
Code:
echo "YourScript_xyz_Name was here! @`date`" >>/data/initd.log
after the first line of all of your scripts. It should read somthing like
Code:
#!/system/bin/sh
... check "/data/initd.log" after a reboot, what it is telling you.
^^
SuperAce609 said:
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
Click to expand...
Click to collapse
Yes
regards,
•ƒγяύs ργяσ™•
pyronia said:
Yes
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
so this mean lagfree script by slaid and gadgetcheck script should set permission to rwxr-xr-x?
raiderx77 said:
so this mean lagfree script by slaid and gadgetcheck script should set permission to rwxr-xr-x?
Click to expand...
Click to collapse
U ask them...why should it set permission like that? I read his thread and found he said the script is not mean to executed at boot...i wonder when the script executed if not at boot...
regards,
•ƒγяύs ργяσ™•
tossan said:
That's the infamous placebo effect.
Put this
Code:
echo "YourScript_xyz_Name was here! @`date`" >>/data/initd.log
after the first line of all of your scripts. It should read somthing like
Code:
#!/system/bin/sh
... check "/data/initd.log" after a reboot, what it is telling you.
^^
Click to expand...
Click to collapse
I do this using terminal on my phone? Or do I use adb? Lol, this is the first time I do these command things D:
---------- Post added at 05:49 PM ---------- Previous post was at 05:44 PM ----------
pyronia said:
U ask them...why should it set permission like that? I read his thread and found he said the script is not mean to executed at boot...i wonder when the script executed if not at boot...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
Oh. Well, if the permissions aren't meant to be executed at boot, then I'm guessing they're right just the way they are?
SuperAce609 said:
I do this using terminal on my phone? Or do I use adb? Lol, this is the first time I do these command things D:
Click to expand...
Click to collapse
There are four methods, which I'm currently aware off, how you can edit your scripts in init.d:
adb pull, edit, adb push;
browse with a file manager and edit it with the internal editor;
busybox vi YourScript_xyz_Name;
some fancy scripting with shell tools like sed, awk, ...
(The order is from simple to most advanced. ... )
^^
And then question who right setting permission for use script turbo bost?
Sent from my GT-S5830 using XDA App
joryS5830 said:
And then question who right setting permission for use script turbo bost?
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
A script's permission are set as soon as you flash them. Some are meant to launch at boot and some under specific conditions.
If the script not launch at boot, u can check on terminal that the script is not working
regards,
•ƒγяύs ργяσ™•
And who check working script in terminal?
Sent from my GT-S5830 using XDA App
Change Owner settings?
This thread is great! I was also wondering which is the proper CHANGE OWNER settings for each script? Most of it are set to "Owner: root and Group: shell"?
TIA!

Lewa ROM "Fixes"

GAPPS
http://forum.xda-developers.com/attachment.php?attachmentid=896628&d=1328927525
Go to recovery, find the option "mount and storage" and mount /system. It should change to "unmount /system" then you're good. flash gapps
Working market flashable thru CWM (thanks to tsl1610)
http://forum.xda-developers.com/attachment.php?attachmentid=928173&d=1330693068
CM7 Calendar
www.mediafire.com/?bo3ef8cr1f8vdxc
Instal as a normal .apk and reboot
Live Wallpapers Picker
http://forum.xda-developers.com/attachment.php?attachmentid=932403&d=1330938661
Move it to /system/app using root explorer - Before that push r/w button - Set permission to rw-r--r
Hosts Secure
http://forum.xda-developers.com/attachment.php?attachmentid=911547&d=1329762258
Download, extract, replace host file on system/etc with that file, set permission rw-r-r and reboot.
A2SD Fix - Do it only if you have problems
Delete the troublesome /system/etc/ini.d/geno, reboot once and now i can use s2e or darktremore a2sd
Apps Translation
https://market.android.com/details?id=jp.co.c_lis.ccl.morelocale
LEWA ROM Themes
http://www.mediafire.com/?mfs8f6k81rzb5k9
If you want to remove the chinese calendar and market, just use titanium backup.
I've found all these fixes/answers while reading more then 50 page of the Lewa ROM topic, hope it will help a lots of users.
Also thank you to all the users who wrote the above, me including.
Nice .
Downloading... ... ...
How about live wallpaper ?
Sent from my GT-S5830 using xda premium
I have touch screen issue
Flash with baseband ddkq6
Wiped out data cache dalvik
No improvement
Pls any solution
Sent from my GT-S5830 using XDA
Installed CM7 calendar and first line is blurring. Anyone came across with this?
iaanpermana said:
Nice .
Downloading... ... ...
How about live wallpaper ?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I don't use it, but I didn't find anything about it.
fantomatico said:
Installed CM7 calendar and first line is blurring. Anyone came across with this?
Click to expand...
Click to collapse
In mine that happens too, but its barely unoticeable, I just found it because you said it.
Skeer_boy said:
I've found all these fixes/answers while reading more then 50 page of the Lewa ROM topic, hope it will help a lots of users.
Also thank you to all the users who wrote the above, me including.
Click to expand...
Click to collapse
+1.
Well since I'm new here I can't post at development section.
I have one question.
Did anyone tried to add a personal ringtone just for one contact ?
I can't select another insted of default.
Thanks
Skeer_boy said:
GAPPS
http://forum.xda-developers.com/attachment.php?attachmentid=896628&d=1328927525
Go to recovery, find the option "mount and storage" and mount /system. It should change to "unmount /system" then you're good. flash gapps
Working market flashable thru CWM (thanks to tsl1610)
http://forum.xda-developers.com/attachment.php?attachmentid=928173&d=1330693068
CM7 Calendar
www.mediafire.com/?bo3ef8cr1f8vdxc
Instal as a normal .apk and reboot
Hosts Secure
http://forum.xda-developers.com/attachment.php?attachmentid=911547&d=1329762258
Download, extract, replace host file on system/etc with that file, set permission rw-r-r and reboot.
A2SD Fix
Delete the troublesome /system/etc/ini.d/geno, reboot once and now i can use s2e or darktremore a2sd
Apps Translation
https://market.android.com/details?id=jp.co.c_lis.ccl.morelocale
LEWA ROM Themes
http://www.mediafire.com/?mfs8f6k81rzb5k9
If you want to remove the chinese calendar and market, just use titanium backup.
Click to expand...
Click to collapse
LIVE WALLPAPER FIX
______________________ ;D
LiveWallpapersPicker.apk--- http://forum.xda-developers.com/attachment.php?attachmentid=932403&d=1330938661
use this.
Move it to /system/app using root explorer
before that push r/w button
set permission to rw-r--r
u cant install it
Thanks, added
japablade said:
+1.
Well since I'm new here I can't post at development section.
I have one question.
Did anyone tried to add a personal ringtone just for one contact ?
I can't select another insted of default.
Thanks
Click to expand...
Click to collapse
I tried it and can't change, don't know why.
Skeer_boy said:
I tried it and can't change, don't know why.
Click to expand...
Click to collapse
Thanks to try it.
So... It's probably a bug. Well, let's wait till friday when the update comes.
How do I install the themes? Should I flash the zip or unzip it and then manually place those files in a folder? Thanks in advance.
caronaakk said:
I have touch screen issue
Flash with baseband ddkq6
Wiped out data cache dalvik
No improvement
Pls any solution
Sent from my GT-S5830 using XDA
Click to expand...
Click to collapse
What issue?? Try KPH.. I m using it on all ROMs no issues till today/
---------- Post added at 08:05 AM ---------- Previous post was at 08:03 AM ----------
davidclavijo said:
How do I install the themes? Should I flash the zip or unzip it and then manually place those files in a folder? Thanks in advance.
Click to expand...
Click to collapse
U can download themes from thr servers or in themes and apps section we hav some of the themes.. Put them in sdcard and tick the theme in themes...
I'm sorry I didn't ask this in the earlier thread but, what's that host secure fix for? Is there any trouble with the hosts file that comes pre-installed with this ROM? Thanks
Skeer_boy said:
I tried it and can't change, don't know why.
Click to expand...
Click to collapse
try using ringtone maker from market
---------- Post added at 05:10 AM ---------- Previous post was at 04:58 AM ----------
davidclavijo said:
I'm sorry I didn't ask this in the earlier thread but, what's that host secure fix for? Is there any trouble with the hosts file that comes pre-installed with this ROM? Thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=22774536&postcount=170
details about hosts file
I'm change my rom to lewa yesterday and the UI is kinda different from me. Is it just because i've missed it or in this rom we can't tethering via usb?
and there is no option in "portrait" mode for wallpaper setting...

[APP REQUEST] What's New from Lollipop

Hello
Can someone please provide the new "What's New" app for Z3 from Lollipop update? I deleted it accidentaly. Thanks in advance
Mano1982 said:
Hello
Can someone please provide the new "What's New" app for Z3 from Lollipop update? I deleted it accidentaly. Thanks in advance
Click to expand...
Click to collapse
Extract "SonyEntrance2" to /system/priv-app/
Change the permissions of all folders including subfolders to:
owner: root
group: root
chmod: 0755
Change the permissions of all files including those in subfolders to:
owner: root
group: root
chmod: 0644
Perfect. I needed that too. Thanks.
Sent from my Leo toy using Tapatalk.
Ninkul said:
Extract "SonyEntrance2" to /system/priv-app/
Change the permissions of all folders including subfolders to:
owner: root
group: root
chmod: 0755
Change the permissions of all files including those in subfolders to:
owner: root
group: root
chmod: 0644
Click to expand...
Click to collapse
Thanks a lot man :good: You are awesome
Guys, I've request too. Could you extract the lockscreen app from lollipop? I tried something and lost my original file
Chinchill4 said:
Guys, I've request too. Could you extract the lockscreen app from lollipop? I tried something and lost my original file
Click to expand...
Click to collapse
Tell me the name of the file you need.
Sent from my Leo toy using Tapatalk.
Chinchill4 said:
Guys, I've request too. Could you extract the lockscreen app from lollipop? I tried something and lost my original file
Click to expand...
Click to collapse
G-FACE said:
Tell me the name of the file you need.
Sent from my Leo toy using Tapatalk.
Click to expand...
Click to collapse
Or you might take a look here if you need something in future: http://forum.xda-developers.com/z3/general/xperia-z3-apks-t3059426
Thanks guys, this is that what I needed
If you have your rom files still, you can grab open system.ext4 (system.img) within the zip/ftf and extract what you want using the tool at the bottom of this post. I actually needed "What's New" apk myself as I didn't realise application updates were moved there until reading a post somewhere else; I got it back using this way. I guess the only issue is if you don't know the apk name of the application you're after but Googling should help you there.
http://forum.xda-developers.com/showthread.php?t=1921399

Enable voLTE in A7,A5,A3 (also 2016 models)

Your phone must be ROOTED and you have to replace some System files i provide. First delete the same folder and files in the System folder and Paste the New files . After reboot you will see the VoLTE icon in the status bar!Check the screen shots in the folder and give correct premmissions for pasted files in device/system folder.File link:https://www.dropbox.com/s/gdodnw79yvaiciq/Files.zip?dl=0
UPDATE : for people who facing difficulty to give permission check the screen shots and do like that no need to open CSC folder and give permissions one by one.
What are these files??
Sent from my SM-A510F using Tapatalk
I will give the link twmr..some net problem
Not work on my a5 6! :crying:
Sent from my SM-A510F using Tapatalk
This will defenetly work. Delete csc folder,Cscversion.txt,SW_configuration.xml from device/System root directory and paste the given files there and give rwerere permission and tick do it for the subfolders permission for csc folder, rwrr permission for the other two files..after these Reboot the device while putting the 4g sim in slot 1 .
Will this work on A500F Android MM ksa variant?
Sure .Tested on A500
Awesome.
I've been trying to do that for quite some time.
I'm gonna try in the next days.
A310F here.
I did what you described, permissions set succesfully, but I have no option to set VOLTE in call settings..
Those settings looks like before.
Any way to give permission easily? Bcoz there are lots of files to five permission one by one, its hard to do.
---------- Post added at 02:27 PM ---------- Previous post was at 02:24 PM ----------
1MrASL said:
This will defenetly work. Delete csc folder,Cscversion.txt,SW_configuration.xml from device/System root directory and paste the given files there and give rwerere permission and tick do it for the subfolders permission for csc folder, rwrr permission for the other two files..after these Reboot the device while putting the 4g sim in slot 1 .
Click to expand...
Click to collapse
As well as please tell the app name to set permission.
1MrASL said:
This will defenetly work. Delete csc folder,Cscversion.txt,SW_configuration.xml from device/System root directory and paste the given files there and give rwerere permission and tick do it for the subfolders permission for csc folder, rwrr permission for the other two files..after these Reboot the device while putting the 4g sim in slot 1 .
Click to expand...
Click to collapse
As well as please tell the app name to set permission.
mrjoy said:
As well as please tell the app name to set permission.
Click to expand...
Click to collapse
i include screen shots in zip pakage..check them out for permission issues.
I thought you had to have Cat6 to get VoLTE
You didn't not get what im saying. Yes i have already seen screenshots but Im asking about app that what app you used as seen in screenshot?
mrjoy said:
As well as please tell the app name to set permission.
Click to expand...
Click to collapse
mrjoy said:
You didn't not get what im saying. Yes i have already seen screenshots but Im asking about app that what app you used as seen in screenshot?
Click to expand...
Click to collapse
U can use any file explorer which support Root. I use Root explorer..
1MrASL said:
U can use any file explorer which support Root. I use Root explorer..
Click to expand...
Click to collapse
Could u plz tell i have to give permission to all single files one by one. Bcoz there are lots of files to give permission.
---------- Post added at 12:18 PM ---------- Previous post was at 11:43 AM ----------
I understand the process but one question. I have A5 2016 but why we need to enable volte if we have already volte enabled?
Hey thx ! Can you give me your wallpaper please ? i really like edge style wallpaper if you know where i can find some
I did what you said in my a3.6, i give the correct permission to all files and subfolder inside the CSC folder and 2 other files, still got nothing
Thanx bro... Working in A5 6
mrjoy said:
Could u plz tell i have to give permission to all single files one by one. Bcoz there are lots of files to give permission.
---------- Post added at 12:18 PM ---------- Previous post was at 11:43 AM ----------
I understand the process but one question. I have A5 2016 but why we need to enable volte if we have already volte enabled?
Click to expand...
Click to collapse
If u already have VoLTE enablen..the there is no need of this process..its for useres in INDIA who use Jio Sim and dont have VOLTE option.

Categories

Resources