Related
edit plz remove this. Thank you
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.
hiiiii
i used NexusHD2-Gingerbread V3.3a, it have superuser app, it always give me force close message, i need to uninstall it, i can't uninstall it from application manger, any help please ???
Using any file explorer app with root permissions, go into /system/app/ and delete its apk.
thank you so much
Marvlesz said:
Using any file explorer app with root permissions, go into /system/app/ and delete its apk.
Click to expand...
Click to collapse
I try last version of es file explorer and enable root explorer, when i delete superuser.apk i got errer message says can't delete superuser.apk
Wait, why does it force close? It shouldn't. That's what I do for usual apps that disagree with me. But I haven't had the need to remove superuser before. I'm sorry.
You could try using a different browser, but that's all I can suggest.
Are the Superuser.apk and the su-binaries (!) up to date?
You should be able to delete the apk in system/app/ using the ADB:
adb shell
cd system/app
ls
rm nameofapp.apk
reboot
If that all doesn't help you might just do a clean reflash of the rom...
PS: You may also try installing busybox which to fix the problem.
Hi,
I want to create an updater-script file that copies /sdcard/data to /data,
How can i do this? dd and cp commands say 'cannot find /sdcard/data/*: no such file or directory'
I don't want to integrate files in the zip package
Is there a way or a command to do that?
I searched on the web, but seems i cannot a working solution, maybe you can anwser
Well your query is wrong.updater-script is for flashable zips and in your case you don't want to integrate the files in the zip right?
Try using this command via terminal :
#cp ~/sdcard/data/*your data /data
what are you trying to do?? o_0
files in sdcards have ownership system:sdcard_rw and permissions something like ----rwx-r-x
to copy files with cp to /data.. you need to be root on terminal/adb shell
the copy will change ownership to root:root while keeping permissions intact...
with such odd permissions and ownership for files in /data .. you are looking at a bootloop..
you'd have to fix permissions for each and every thing incase you really need to copy it
can you tell what are you trying to copy.. and what's in /sdcard/data :|
Hi, sorry for my late reply
I will try that command and post result, :good:
It worked, thanks
When i try to edit files in the root directory of the switch on android, i cannot edit because of permissions.
I ran chmod in TWRP from terminal multiple times but cannot fix the permissions issue.
anyone know how to fix it? I am trying to edit some files in system/usr/keylayouts.
Try 'sudo su' and then do chmod.
Or install MiXPlorer, give it root access and give it the perms with it's GUI (it's under the info sign when u select the file u want to alter)