Basically I am trying to install and app requires below permission and url is below
https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
But it is asking for this Permissions-
pm grant xyz.paphonb.systemuituner android.permission.WRITE_SECURE_SETTINGS
Regards
I think no.
Thanks, I got the answer is no
Related
Hi guys,
I'm trying to set up a port forwarding on my phone. But it keeps telling me Permission Denied. I am rooted and gave SU access. But regardless it keeps saying Permission Denied.
Any take on this?
Thanks..
I cannot enter any SU commands in TE since I updated to 3.29. Ex. Reboot and reboot recovery - get "Not Permitted" error message. Anyone else?
Thanks!
I just rooted using the latest Unrevoked (3.21).
The process indicated success.
But attempting "su" in an effort to manipulate "perms" results in "Permission denied".
Does this mean I am not actually "rooted"?
Or do I need a something in addition to being "rooted".
I seem to remember something called "Super User application".
Is this a requirement? If so, where might I find it?
Thank you for all your time and consideration.
--Chris
You can download Superuser from the market. Skull and crossbones icon.
bender1077 said:
You can download Superuser from the market. Skull and crossbones icon.
Click to expand...
Click to collapse
Thank you for your reply bender1077.
Is this app required in order to make changes like deleting apps and stuff on a "rooted" stock ROM?
Thanks again.
--Chris
If you are using an app that requires Superuser permissions yes. Depends on how you are removing the apps. I always delete through ADB.
bender1077 said:
If you are using an app that requires Superuser permissions yes. Depends on how you are removing the apps. I always delete through ADB.
Click to expand...
Click to collapse
Thank you again bender1077.
I used Unrevoked 3.21 to root it. When it had completed, I found that SuperUser was/is
now installed, and available on my HTC-EVO-supersonic.
On the downside, when prompted by SuperUser when I launch Terminal Emulator to allow
su (root), I answer YES. But when attempting (like you) to delete apps, or what-not,
I'm told "read only file system". So the attempt fails.
Seems we're having the same issue - no?
Thanks again.
--Chris
CTH-EVO said:
Thank you again bender1077.
I used Unrevoked 3.21 to root it. When it had completed, I found that SuperUser was/is
now installed, and available on my HTC-EVO-supersonic.
On the downside, when prompted by SuperUser when I launch Terminal Emulator to allow
su (root), I answer YES. But when attempting (like you) to delete apps, or what-not,
I'm told "read only file system". So the attempt fails.
Seems we're having the same issue - no?
Thanks again.
--Chris
Click to expand...
Click to collapse
You have to remount in -rw in order to delete apps iirc.
I'm not trying to delete apps through TE, I do that through ADB.
BUUUUUTTTTTT.... Please just go into TE, and see if you are able to enter a simple command like reboot, and confirm if it works on 3.29.
I still get "not permited!" error.
It is funny that TE has permitted mispelled by the way!
THANKS!
bender1077 said:
I'm not trying to delete apps through TE, I do that through ADB.
BUUUUUTTTTTT.... Please just go into TE, and see if you are able to enter a simple command like reboot, and confirm if it works on 3.29.
I still get "not permited!" error.
It is funny that TE has permitted mispelled by the way!
THANKS!
Click to expand...
Click to collapse
Greetings bender1077,
Code:
% su
message from SuperUser:
permission granted to Terminal Emulator for su
# _
# reboot
permission denied!
# _
I hope that made sense. Superuser granted permission to me
to su. I got the hash in the upper left hand corner (#), indicating
I was root. But as you can see, I was not granted permission to "reboot".
HTH
--Chris
Oh boyzie!
OK... I will run Quick Boot for reboots, and reboot recovery for the time being!
Thanks,
Hey bender are you nand unlocked? I don't know if that would make a difference.
Sent from my GiRLiE Evo
princessakiki said:
Hey bender are you nand unlocked? I don't know if that would make a difference.
Sent from my GiRLiE Evo
Click to expand...
Click to collapse
Yes.
Worked fine on 3.26... there has to be an issue somewhere ..... /system/bin/toolbox?
I have rooted my evo. I have S-off. I flashed cm7 and everything is working great. The only problem is when I open terminal emulator app. I type in su, and it tells me "superuser permission denied" There is a $ sign on every line also. From what I understand, I should be seeing a # sign. I have also installed BusyBox. Is there anyway to get superuser permission on terminal emulator?
ebnug said:
I have rooted my evo. I have S-off. I flashed cm7 and everything is working great. The only problem is when I open terminal emulator app. I type in su, and it tells me "superuser permission denied" There is a $ sign on every line also. From what I understand, I should be seeing a # sign. I have also installed BusyBox. Is there anyway to get superuser permission on terminal emulator?
Click to expand...
Click to collapse
From what i understand, you will have a $ sign until SU permission is granted, then it turns to a #.. Have you tried opening Superuser and seeing if terminal has a green light/dot next to it?
Terminal emulator is not on my allowed list in superuser. I was never prompted to allow permission to terminal. I even uninstalled terminal and downloaded it again from the market and after i opened it, I was not prompted to allow permission from superuser. Is there anyway to add terminal on the allowed list in superuser, because I cant see anyway to add it. Or would there be another reason permission on terminal is denied?
ebnug said:
Terminal emulator is not on my allowed list in superuser. I was never prompted to allow permission to terminal. I even uninstalled terminal and downloaded it again from the market and after i opened it, I was not prompted to allow permission from superuser. Is there anyway to add terminal on the allowed list in superuser, because I cant see anyway to add it. Or would there be another reason permission on terminal is denied?
Click to expand...
Click to collapse
Have you tried looking on superuser's log to see if it is even trying to request permission? If not, can you try another terminal program?
Sent from my PC36100 using xda premium
So I downloaded Better emulator pro. And under preferences, I selected "start as root" and was prompted to allow superuser permissions. When I open better emulator I see the # symbol, but when I type in su, it responds: not found. Any suggestions?
Hi all,
Upon changing accounts I get the usual "App not owned" error.
I know that it's easy to rectify by simply adding it to the account which is currently associated with the device, but I wondered if there is a "cleaner" way.
Of course another solution is simply "adb connect 192.168.1.xx" and "adb install app.apk" but this is still very annoying to do each time.
I have root access but I wonder if it's possible to change app permissions through "adb shell > su" in some way.
Is it possible to get rid of this error by changing the app permissions with adb? Thanks so much for all your help on this forum as it's always amazing.
user1209283475 said:
Hi all,
Upon changing accounts I get the usual "App not owned" error.
I know that it's easy to rectify by simply adding it to the account which is currently associated with the device, but I wondered if there is a "cleaner" way.
Of course another solution is simply "adb connect 192.168.1.xx" and "adb install app.apk" but this is still very annoying to do each time.
I have root access but I wonder if it's possible to change app permissions through "adb shell > su" in some way.
Is it possible to get rid of this error by changing the app permissions with adb? Thanks so much for all your help on this forum as it's always amazing.
Click to expand...
Click to collapse
Changing app permission via ADB:
Grant (Permitted)
Code:
adb shell pm grant <package-name> <permission>
//Example
adb shell pm grant com.facebook.orca android.permission.GET_ACCOUNTS
Revoke (Unpermitted)
Code:
adb shell pm revoke <package-name> <permission>
//Example
adb shell pm revoke com.facebook.orca android.permission.GET_ACCOUNTS
Thanks so much mate, really appreciated, I wish you an endless supply of sugar-food/alcohol of choice.
AmznUser444 Dev said:
Changing app permission via ADB:
Grant (Permitted)
Code:
adb shell pm grant <package-name> <permission>
//Example
adb shell pm grant com.facebook.orca android.permission.GET_ACCOUNTS
Revoke (Unpermitted)
Code:
adb shell pm revoke <package-name> <permission>
//Example
adb shell pm revoke com.facebook.orca android.permission.GET_ACCOUNTS
Click to expand...
Click to collapse
Heya,
so I tried that with a package while I had superuser access and got an error:
Operation not allowed: java.lang.SecurityException: Package uk.co.bbc.iplayer has not requested permission android.permission.GET_ACCOUNTS
I assume that the command has to be issued while the application was launched? However it still doesn't work.
I was hoping to get a way so the app is considered "owned" by the device even if the account is changed.
I know there are some apps that can be granted permission with out root to achieve root like access for example FNG I used the command below.
Is there anything out there that will allow changing the emojis using something like this I don't want to root my phone just yet.
adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
vwgti18 said:
I know there are some apps that can be granted permission with out root to achieve root like access for example FNG I used the command below.
Is there anything out there that will allow changing the emojis using something like this I don't want to root my phone just yet.
adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
Click to expand...
Click to collapse
I did see this the other day but haven't tried it. I use several apps that you have to use adb commands to use instead of root.
https://www.xda-developers.com/change-emoji-android/
Try the Galaxy Store. Search it.
I don't use them but Samsung allows for a lot of stock customization...
Zfont added a new way to install fonts on oneui. Work for me but half of the emojis with genders options doesn't see correctly, I don't know why
https://forum.xda-developers.com/t/...ow-works-in-one-ui-3-0.4214083/#post-84238773