Jump to content

Install an app via clockworkmod -How?


Recommended Posts

Guest gusco
Posted

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 (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 by Zebrahead
Guest gusco
Posted
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:

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.