Jump to content

Recommended Posts

Guest gremlinman
Posted

cat /sdcard/install >/data/local/install

chmod 04755 /data/local/install

/data/local/install

When i type this in terminal emulator i get "permission denied"

Have i done something wrong?

Guest gremlinman
Posted (edited)
type su first

sucat /sdcard/install >/data/local/install

chmod 04755 /data/local/install

/data/local/install

or

su cat /sdcard/install >/data/local/install

chmod 04755 /data/local/install

/data/local/install

??

EDIT:

They both dont work?

Edited by gremlinman
Guest BArtNimal
Posted
sucat /sdcard/install >/data/local/install

chmod 04755 /data/local/install

/data/local/install

or

su cat /sdcard/install >/data/local/install

chmod 04755 /data/local/install

/data/local/install

??

EDIT:

They both dont work?

su

cat ..........

Guest gremlinman
Posted
su

cat ..........

How can i create a flashable zip from this once done??

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.