Root permission fix for Es file explorer MM - T-Mobile Samsung Galaxy Note5

Fix for es file explorer root permission on MM:
Download terminal emulator and type in su next to the $
{
"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"
}
And grant permission
After you grant permission you will have a #
Them type this:
echo "BINDSYSTEMXBIN=true" >> /data/.supersu
Reboot into recovery and reflash su and reboot, then open es file explorer and now it will grant su
Sent from my SM-G928T using XDA-Developers mobile app

You don't need to reflash SU, just reboot after entering that command and it will work. The problem is that ES is using an older method of asking for root, so you have to set SuperSU to compatibility mode to allow it (that's what that command is doing). This change only requires a reboot.

Hn

Related

[Resolved] [Q] [Help] SU Unable to Update

Original Topic: SU fails after removal of SuperSU
So I tried out SuperSU earlier today, I didn't like it, I removed it through the options that tells me to update Superuser's su binary after the removal.
Now that my SU just stuck on updating, it just stuck on 'Making sure new su works..."
{
"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"
}
However, all my apps that required root still works, but only for those apps that I granted access before, I don't get su popups anymore.
Any idea how I can solve this?
BTW, this is what Root Checker returns back.
EDIT: Trying to re-install through SuperBoot
EDIT2: Fixed with SuperBoot, however I'm still not able to update su, it's back to 3.0.3.2 again though.
EDIT 3: I gave up, I guess I'll just switch to SuperSU instead

[MOD][Samsung Devices] Unlock Hidden Toggles in Notification Panel

Unlock Hidden Toggles in Notification Panel
{
"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 have seen few posts related to unlocking some hidden toggles (Galaxy s4,s3, ...) but none listed a way to add them all.
Tested on JB S4,S3, Note 3 & Light but it might work with other Samsung devices.
First of all you have to install sqlite3 in /system/xbin.
you can get one here : (thanks to Slaid480)
https://github.com/Slaid480/Android-Universal-Fly-On-Mod/tree/Beta/sqlite
copy libncurses.so -> /system/lib/ (chmod 644)
copy sqlite3 -> /system/xbin/ (chmod 755)
Reboot
Backup (/data/data/com.android.providers.settings/databases/settings.db)
connect your device
adb shell
su
Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into \"system\" values(null, 'notification_panel_active_app_list','Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb;');"
Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into \"system\" values(null, 'notification_panel_active_app_list_for_reset','Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb;');"
Reboot
Note: @jovy23 has posted another way to do it but you need to run factory reset.
Done !!

I can't remove this directory !! Help please ^^

I had this directory when i flashed cwm recovery (philz)
but i changed my mind and flashed twrp
{
"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"
}
and when i found this directory, i tried to delete it !! But it tells me that i dont have permissions to do so ..
I tried removing it using root browser and emulator .. nothing worked :|
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
samsungrockz said:
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
Click to expand...
Click to collapse
you cant specify permissions for directories :|
but I tried that anyways

How to enable Onscreen navigation buttons for Phones[ROOT]

If you wanted on-screen buttons enabled on your phone this is the way.
1. As the title says your needs to be rooted for this.
2. Download a root browser such a Jrummy's Root Browser, ES file Explorer etc. (In case of ES file explorer you need to enable root explorer in the tools sub-menu).
3. Open system folder.
4. Open the build.prop in system folder as editable text file. Scroll to the end it will look something like this.
{
"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"
}
5. It might be different for different phones. Now at the end type the following in a new line.
qemu.hw.mainkeys=0
6. It will look something like this
7. Now save the file and reboot your device and voila!! you have onscreen buttons enabled on your device.

Android12: Grant Permission for older App for internal memory access

Hi,
i'm trying to get an A11 App to run on A12, but i'm not able to give it access to internal memory, because the build-in/system DocumentsUIGoogle (build in filemanager, not that one you can choose for other stuff, like mixplorer) dont allow me to select 'use this folder' (see screenshots). Chosing another folder dont work for the app.
(The App ist Automagic 1.38, which runs fine with A12 - only prob is getting those permission).
All other permissions are set (allow access to 'all files' etc)
are there possibilies to grant this to the app from outside the app, like pm (packagemanager) commandline tool or other root apps? (i have root access obviously)
Thanks in advance!
{
"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 have the same problem
Any idea?
EDIT: version 1.37 working

Categories

Resources