Jump to content

creating an update.zip


Guest jdouce

Recommended Posts

Guest jdouce

I'm an Android noob and want to install an app to the system/data folder. do i iust put the apk in a folder called data, put that on a folder called system and zip it and call it update.zip and appy it via recovrry or in the Rom cooker?

Link to comment
Share on other sites

Guest 42turkeys
I'm an Android noob and want to install an app to the system/data folder. do i iust put the apk in a folder called data, put that on a folder called system and zip it and call it update.zip and appy it via recovrry or in the Rom cooker?

I'm not very sure but I think that may work.

You could just use adb. Download the Android SDK and unzip to C:/AndroidSDK

Then go Start and search for cmd

Type:

cd /
cd /AndroidSDK/tools
adb install <path_to_app>[/codebox]

This will install an app to /data on your device! :huh:

Link to comment
Share on other sites

Guest jdouce

Thanks got the sdk alredy. was gona start playing arround. Never done any dev and would like to get into it but I'm

a complete beginner

Link to comment
Share on other sites

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.