android modding (mod structure)

basic folder structure in android mods and full system updates is as follows:

/

(all files and folders you want to use in your modification)

META-INF

 /

 (list of certificates)

 com

  /

  google

   /

   android

    /

    updater-script and update-binary (both are needed)

where in file "updater-script" you just place all the code to execute for installing modification

Comments