• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root adb permissions issue

plissje

Newbie
Oct 30, 2009
15
0
Hi,
I've just upgraded my phone to jc4 & recovery 4.6.1
Now im trying to install busybox so i can get the sense theme, but i cant seem to get it to work.

when i use adb push it says permission denied even though i had su enabled via the recovery.

any suggestions?
 
Hi there,

Make sure you are in the recovery menu when you try, and make sure you have typed "adb remount" to get rw permissions.

Only glaxo roms alow full adb access while the phone is up and running properly.

ok seems to be working now, thanks.

But a new issue rised: when i try to install busybox with busybox --install, i get tons of msg's about directory not exists..
any clue? :>
 
Upvote 0
The instructions I use, and worked fine on JC4 are

Remount the mount points with read/write access by typing into the command line "adb remount"

"adb push busybox /system/bin/busybox"
"adb shell chmod 4755 /system/bin/busybox"
"adb shell rm /system/bin/cp"
"adb shell ln -s /system/bin/busybox /system/bin/cp"
"adb shell /system/bin/busybox --install -s /system/bin"

Try this and if you have problems say at which piont.
 
Upvote 0
Launch a shell from ADB ( adb shell )
Then run the command df -k
It will show you the amount of space you have in the various partitons. In this case your interested in /system

That is where you are short of space. (Not sure why if its a clean build.)

One way to free up space would to move some apps from
\system\apps\ to \data\apps\

But what do you have installed?? As you should have enough space. I would be tempted to start again from Odin.
 
Upvote 0
Launch a shell from ADB ( adb shell )
Then run the command df -k
It will show you the amount of space you have in the various partitons. In this case your interested in /system

That is where you are short of space. (Not sure why if its a clean build.)

One way to free up space would to move some apps from
\system\apps\ to \data\apps\

But what do you have installed?? As you should have enough space. I would be tempted to start again from Odin.

Currently i got these progs installed:
- Waze
- Touchdown
- Advanced TaskKiller
- Bonsai Blast
- Evernote
- Gscript
- Shazam
- Anysoftkeyboard

I haven't tried the command yet, i will report when i do.
How exactly do i move the apps?
 
Upvote 0
ok we're advancing. now i have a new error:

"failed to copy 'busybox' to '/system/bin/busybox': No space left on device"

It is not a space issue at all. It seems to be a permissions issue. Try the following instructions, substituting the busybox file itself with one for your Samsung (I use an HTC Desire):

download busybox for your device
enter in recovery mode
from your pc :
adb shell
mount /sdcard
mount /system
mount -o remount,rw /system
dd if=/sdcard/busybox of=/system/bin/busybox
chmod 4755 /system/bin/busybox
mkdir /data/busybox
/system/bin/busybox --install -s /system/bin/

That should work.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones