sh: applent not found help - Galaxy S 5 Q&A, Help & Troubleshooting

I installed buybox and when in an app i get sh: applet not found. When i go to xbin there is not file called 'sh' can anyone send me the file or any other solution???

Related

Missing install-recovery.sh in stock root please help

I DLed Stock_Rooted_and_Optimized.zip and followed the steps. While im in the ABD SHELL and put in the command mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak it tell me the file does not exist. I looked in the ETC file and there is no install-recovery.sh. how do i fix this or find that file.

[Q] Help Needed Regarding Device Info

Can anyone help me with this ? Recently I got this update device info thing and I do not know what to do about it .
x3YoonYulSic said:
Can anyone help me with this ? Recently I got this update device info thing and I do not know what to do about it .
Click to expand...
Click to collapse
Factory mode is enabled
do this:
you must be rooted.
using root explorer or file explorer or what else,
open file "factorymode" in efs/factoryApp directory, it probabely says "off", change to "on" (yes "on" is the correct setting to turn it off), then save
reboot
sent from my Galaxy
samersh72 said:
Factory mode is enabled
do this:
you must be rooted.
using root explorer or file explorer or what else,
open file "factorymode" in efs/factoryApp directory, it probabely says "off", change to "on" (yes "on" is the correct setting to turn it off), then save
reboot
sent from my Galaxy
Click to expand...
Click to collapse
Samersh72,
I've seen you helping people with this problem, but mine is a bit different. My EFS folder is empity. I cannot follow theses steps you wrote because i got an error. Could you help me!?
PS: My IMEI is working fine, calls everything. Just the FactoryMode (Text on the main screen).
rlucasrn said:
Samersh72,
I've seen you helping people with this problem, but mine is a bit different. My EFS folder is empity. I cannot follow theses steps you wrote because i got an error. Could you help me!?
PS: My IMEI is working fine, calls everything. Just the FactoryMode (Text on the main screen).
Click to expand...
Click to collapse
you must be rooted
type in terminal emulator
Code:
su
mount /efs
mount -o remount,rw /efs
echo -n ON > /efs/FactoryApp/keystr
echo -n ON > /efs/FactoryApp/factorymode
sync
reboot
samersh72 said:
you must be rooted
type in terminal emulator
Code:
su
mount /efs
mount -o remount,rw /efs
echo -n ON > /efs/FactoryApp/keystr
echo -n ON > /efs/FactoryApp/factorymode
sync
reboot
Click to expand...
Click to collapse
I'm typing exactly as you put "mount /efs" but i'm getting the following sintaxe error: "Usage Mount...[-r] [-w] [-o option] [-t type] device directory"
And yes, i'm rooted, with CF Auto Root...
Just adding...
I was using ES Explorer app to check the efs folder, and it was giving me empty as response. I changed o Root Explorer App and EFS folder seems ok. Now i think will be easier to fix.
rlucasrn said:
I'm typing exactly as you put "mount /efs" but i'm getting the following sintaxe error: "Usage Mount...[-r] [-w] [-o option] [-t type] device directory"
And yes, i'm rooted, with CF Auto Root...
Click to expand...
Click to collapse
try without the 2 mounting commands.
what is your variant??
in es explorer you must set the root access as r/w
samersh72 said:
try without the 2 mounting commands.
what is your variant??
Click to expand...
Click to collapse
Man, its done... Many Thanks..
After i was able to see the EFS content on Root Explorer app, i tried to change the factorymode status, but it was denied. Then, on the terminal emulator i changed the file permissions (chmod) e put it ON. Reboot and everything is OK.
Again many thanks...
hi,i have the fix for you.
x3YoonYulSic said:
Can anyone help me with this ? Recently I got this update device info thing and I do not know what to do about it .
Click to expand...
Click to collapse
i was had problem like that but without that yellow box.but i was have red words that said(factor mode is on some features may not work...wifi is turned off...etc)...hidden menu was not working...but after play with permissions...althing work again normally.u
**you have four ways to fix your problem(the first one that a member tell you to use a terminal and change valuse)...two using my methode...three->
using a tool called best smart tool(i t can falsh your phone and write efs folder and imei(from under battrey) using your usb cable)...four--> using jtag
service.
first you should be rooted and you have installed es file manager and give it root permission:
*permission for efs folder:
permissions:
*FactoryApp folder permissions:
owner and group: root root
permissions:
*factormode file permissions:
*keystr file permissions:
*carrier folder permissions:
*HiddenMenu file perimissonshis wil turn on your hiddenmenu in dial phone)
*imei folder permissions:
*mps_code.dat permissions:
***this is permissions for files that affect factorymode and imei....if you need permissions for another files please tell me.
i have galaxy s4 verizon on android 4.4.2 (kitkat)

Samsung Multi Window Manager Problem

I have rooted my S4 i9505 and installed Samsung Multi Window Manager, but when I try to open the app I get the following error message. . .
java.io.FileNotFoundException: / system/csc/others.xml: open failed: EROFS (Read-only file system)
I also briefly see this message on a Toast
Mount -o remount, re /dev/block/mtdblock5/system; chmod 777 /system/csc/others.xml
It looks to me like the app is unable to get access to the file others.xml.
SuperSU says the app has been granted access, but it just won't work.
Has anyone else seen this bahaviour or know how to fix it?
eves popseum
Aaagh was hoping this would be an easy one. . . .
Let me see if I can tease some other ideas out of you. . .
I'm clutching at straws here, but the next thing I want to try is uninstalling and reinstalling SuperSu, but before I do that, could someone just confirm that it is safe to do.
I ask, as on the Google Play it says you have to be careful, but I'm hoping that only applies if you are going to replace it with something else.
Anywho, if someone could just confirm that, that would be great.
I'm also thinking of running...
Mount -o remount, re /dev/block/mtdblock5/system; chmod 777 /system/csc/others.xml
through Terminal Emulator, again was just hoping to check if this is safe thing to do.
Thanks
I'm still trying to solve this problem. . .:fingers-crossed:
I ran the following command. . .
Mount -o remount, re /dev/block/mtdblock5/system; chmod 777 /system/csc/others.xml
through Terminal Emulator to see what would happened and I got the following message. . .
No such file or directory.
So, I checked to see if mtdblock5 exists on the phone, and it doesn't.
So todays question is should mtdblock5 exist on my phone? (I seem to be the only one who can't get this app to work)
scrumbeans said:
I'm still trying to solve this problem. . .:fingers-crossed:
I ran the following command. . .
Mount -o remount, re /dev/block/mtdblock5/system; chmod 777 /system/csc/others.xml
through Terminal Emulator to see what would happened and I got the following message. . .
No such file or directory.
So, I checked to see if mtdblock5 exists on the phone, and it doesn't.
So todays question is should mtdblock5 exist on my phone? (I seem to be the only one who can't get this app to work)
Click to expand...
Click to collapse
Scrumbeans - I am having the exact same issue. Did you ever find a solution? I have already tried reinstalling, flashing SuperSU, and changing permissions of system/csc/feature.xml and system/csc/others.xml, but no progress. This only became a problem after i upgraded to Android 4.3 yesterday. If you have found the solution could you please post it? Thanks!!
same here
hi, i have the same problem, after updating to 4.3...
please share if there is a solution for this!
thx!
sharpmarble said:
Scrumbeans - I am having the exact same issue. Did you ever find a solution? I have already tried reinstalling, flashing SuperSU, and changing permissions of system/csc/feature.xml and system/csc/others.xml, but no progress. This only became a problem after i upgraded to Android 4.3 yesterday. If you have found the solution could you please post it? Thanks!!
Click to expand...
Click to collapse
i have same problem after upgrade to 4.3
scrumbeans said:
I have rooted my S4 i9505 and installed Samsung Multi Window Manager, but when I try to open the app I get the following error message. . .
java.io.FileNotFoundException: / system/csc/others.xml: open failed: EROFS (Read-only file system)
I also briefly see this message on a Toast
Mount -o remount, re /dev/block/mtdblock5/system; chmod 777 /system/csc/others.xml
It looks to me like the app is unable to get access to the file others.xml.
SuperSU says the app has been granted access, but it just won't work.
Has anyone else seen this bahaviour or know how to fix it?
Click to expand...
Click to collapse
Use this app https://play.google.com/store/apps/details?id=com.bjbinc.mwmphone
Sorry to drag up such an old thread but I too am having the exact same issue as mentioned in the OP.
I've got a Note 10.1 N8010 with stock rom, rooted, Android 4.4.2. I've checked the permissions to the file and indeed they are 777 and the file is writable. As a test, I made the file unwritable using a file manager, upon launching Multi Window Manager it automatically corrects this back to 777 again so it knows the file is there and is able to change the permissions on it but it still says FileNotFound?
I wondered if the partition that the file resides on was mounted as RO but I've downloaded another app which has changed /system to RW but still no joy.
Desperately looking for a solution to this, any help would be very much appreciated.

[Q] Modifying System Files

Would someone please tell me how to change permissions on a read-only system file? I logged into and adb shell, I have root, but I could not execute this command: "chmod 777 HotspotProvision.apk" or "mv HotspotProvision.apk". I get an error saying the file is read-only.
I am trying to follow the instructions in this thread:
http://forum.xda-developers.com/showthread.php?t=2456338
I also could not change the file name using Astro file manager.
Root explorer or root browser from the market will let you mount system r/w
Sent from my LG-LS980

[Q] F320k updated to kitkat, show rotted, but cannot access root

Hi!!
Really need a hand right here.
I have got the f320k, and it successfully updated to 4.4.
After that, I tried to root it, but it kept showing:
Mounting system RW and pushing SU, then remounting system RO again
mount: Operation not permitted
failed to copy 'su' to '/system/xbin/su': Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
I tried couple of times, it turned out to be the same as the above.
Then I got into download mode, it shows the phone is rooted.
Does it mean that I have rooted the phone only with a shell privilege but not root?
coz in the cmd, it didnt show as # but $.
Could anyone please give me some advice?
Thank you so much!
Hey,
Have you had any luck resolving this issue i have the exact same problem when tring to root.

Categories

Resources