[android-kernel] Re: How to push file into android shell kernel

2010-10-07 Thread andrew_esh
Those areas are protected by chown/chmod permission settings. You would need to be super-user (root) to write there. On Oct 6, 11:09 am, "Sn4+" wrote: > Hello everyone~ > > I want to push something into android shell kernel. > > Hence I use adb command like this > > $./adb -s emulator-5554 push h

[android-kernel] Re: How to push file into android shell kernel

2010-10-07 Thread Sn4+
Sorry too late to reply the message. Any way thanks a lot to reply me question. I'm not using existing phone. I use emulator to simulate android environment. But after I key the command like this ./adb -s emulator-5554 shell The prompt is #. However I still can't push anything into directories exc

[android-kernel] Re: How to push file into android shell kernel

2010-10-07 Thread fernandoler...@hotmail.com
That's not possible, unless the adb runs with root permissions. Are you building the platform code, or using an existing phone? You'll notice that when adb runs with root permissions the prompt is # instead of $ After that you need to remount the target partition with write permissions On Oct 6, 9