Guest jdouce Posted May 2, 2010 Report Posted May 2, 2010 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?
Guest 42turkeys Posted May 3, 2010 Report Posted May 3, 2010 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:
Guest jdouce Posted May 4, 2010 Report Posted May 4, 2010 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now