Guest jdouce Posted May 4, 2010 Report Posted May 4, 2010 (edited) how do you determine weather to put an app in system or data? when creating the update.zip and how can i install to system or data using adb. rather then an update zip to put an app in system i put it in a system/app/app.apk and zip it then apply yea/ and i assume data/app/app.apk for data ?? android is really complicated compared to winmo lol... winmo was ... Hard spl... then do what you like Edited May 5, 2010 by jdouce
Guest DremoX Posted May 5, 2010 Report Posted May 5, 2010 you can "push" apps via adb to /data/app. in adb you can install apps via "adb pm install <apk>" i think. in a rom you can just create a folder data in the root and inside there a folder app. You see it's very simple, in a update.zip are just the folders of your root of the device. :P
Guest jdouce Posted May 5, 2010 Report Posted May 5, 2010 (edited) I JUST LOOKED its amazingly simple lmao like ... really silly but how do i decide weather i want them in system or data? does it actually make any difference? also can i install the cyanogen rom direct from the root app just get my rom and replace the rootedupdate.zip? Edited May 5, 2010 by jdouce
Guest 42turkeys Posted May 5, 2010 Report Posted May 5, 2010 I JUST LOOKED its amazingly simple lmao like ... really silly but how do i decide weather i want them in system or data? does it actually make any difference? also can i install the cyanogen rom direct from the root app just get my rom and replace the rootedupdate.zip? adb is: adb install <path_to_apk> System is for apks used in the core of Android & Sense. Data is for user apps so that's where I would put it.
Guest DremoX Posted May 5, 2010 Report Posted May 5, 2010 System is for apks used in the core of Android & Sense. Data is for user apps so that's where I would put it. It dosn't matter. The apks works also fine in /system.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now