/Rom-Porter

Easy tool to port roms

Primary LanguageBatchfile

Rom Porter

Had found a guide on xda for porting ROMs to other devices. Figured I'd try automating those steps to be able to do the same with zero knowledge, just following prompts on screen with ideally zero user input. Was big into android at that point and this would be my contribution to the community. Xda dev thread

This was my first forey into programming for others, which means it would need to be idiot proof. This was also the first time programming something that isn't a one file program.

I didn't know anything other than C++ at that point, went ahead and used batch for this, the first scripting language I've used. Didn't know about git at this point, so ended up creating a script to package the existing code into a zip with the version number added correctly.

Started with a single file script, then split it into multiple files and multiple refactorings later was left with this.

Screenshots

image

image

image