Kangerade/Terminal command HELP...

ecsnead69

Premium Member
Premium Member
Theme Developer
Joined
May 6, 2010
Messages
1,316
Reaction score
1
Location
Virginia
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!!!
 
OP
ecsnead69

ecsnead69

Premium Member
Premium Member
Theme Developer
Joined
May 6, 2010
Messages
1,316
Reaction score
1
Location
Virginia
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??
 
OP
ecsnead69

ecsnead69

Premium Member
Premium Member
Theme Developer
Joined
May 6, 2010
Messages
1,316
Reaction score
1
Location
Virginia
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?
 
Top