• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods Help with updater script

Anoop1507

Lurker
I am currently building a modified version of stock rom dumped from my device. How to set symlinks of required files in updater script?. Which files has to symlinked how to find out that. Please help me.
 
Lots of edify resources out there:

  • symlink(target, link0, ...) – create any number of links to a target
Now as far as what / which files to link, that's going to device and Android version dependent (and what you're trying to accomplish). Best advice is to find other example .zip files specifically made for your device and see what they're doing (other ROMs or flashable .zip files that people have made).
 
Lots of edify resources out there:

  • symlink(target, link0, ...) – create any number of links to a target
Now as far as what / which files to link, that's going to device and Android version dependent (and what you're trying to accomplish). Best advice is to find other example .zip files specifically made for your device and see what they're doing (other ROMs or flashable .zip files that people have made).

Thanks for the help
 
Back
Top Bottom