What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Kangerade/Terminal command HELP...

ecsnead69

Premium Member
Premium Member
Theme Developer
I am trying to find out the commands to do two things on Kang v1.1 with Terminal.

1. I would like to move apps from /data/app to /system/app AND rename them with terminal commands

2. I would like to push themed apps from the SD into /system/app to overwrite the original apps

Thanks to anybody that can help me!!!
 
mountsys **mount system r/w
mv /data/app/* /system/app **Move your apps from /data/app2/system/app
cd /system/app **Change current working directory to /system/app
mv OldAppName.apk NewAppName.apk **Move Oldapp to New App this is how you'd rename the file
sync **Sync your /system folder
unmountsys **mount system r/o

so would this be right?

su
mountsys
mv /data/app/com.fede.launcher-1.apk /system/app/launcherpro.apk
sync
unmountsys

then reboot.....

sound right??
 
When I move the apps and rename them with RE, I have to reboot to get the apps to operate correctly again, that's why I put in the reboot....

but yeah, that's what I am trying to do, move launcherpro to system so I can theme it.

so I guess moving a themed app from the sd card would look like this??

su
mountsys
mv /sdcard/setcpu.apk /system/app/setcpu.apk
sync
unmountsys

????

Thanks for the help, and the Kangerade Scripts is a great app!!!! I have added some different scripts. I do have another question though....

I added a Clockopia.ttf to one of the scripts but it didn't change the clock on the lockscreen. Is that the right way to go about it?
 
Back
Top