Guest gusco Posted July 9, 2011 Report Posted July 9, 2011 To get something installed on my vega i need to install it( telephone.apk - deleted in error) using the clockwork mod method. I've searched but can only find about install new roms. How do i get the app installed? thanks
Guest Zebrahead Posted July 10, 2011 Report Posted July 10, 2011 (edited) To get something installed on my vega i need to install it( telephone.apk - deleted in error) using the clockwork mod method. I've searched but can only find about install new roms. How do i get the app installed? thanks Boot into clockwork : adb push <path to app> /system/app This will install it as a system app (as telephony normally is). If you want to install as a regular app : adb install <path to app> Zeb EDIT : Thought I should mention, you need to be in recovery to push to /system Edited July 10, 2011 by Zebrahead
Guest gusco Posted July 10, 2011 Report Posted July 10, 2011 Boot into clockwork : adb push <path to app> /system/app This will install it as a system app (as telephony normally is). If you want to install as a regular app : adb install <path to app> Zeb EDIT : Thought I should mention, you need to be in recovery to push to /system Many thanks zebrahead. I'll give it a whirl. I like the name u use - it conjures up many a funny image :blink:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now