quantify-nfc / Wear24-NFC-ROM

6 stars 2 forks source link

Installer script for TWRP does not start #24

Closed JaredTamana closed 5 years ago

JaredTamana commented 5 years ago

Installer script does not start. Likely due to syntax error.

davwheat commented 5 years ago

Well ain't that just great.

JaredTamana commented 5 years ago

Issue is likely a symptom of a bigger problem -- our method of patching /system is no good. For now, we will switch to manual file moving and chmodding. This will have to change in the future if we start creating bigger changes,

JaredTamana commented 5 years ago

Never mind, we were wrong. Building empty images probably doesn't help

JaredTamana commented 5 years ago

Syntax error? Let's try compiling it as a binary...

davwheat commented 5 years ago

https://unix.stackexchange.com/questions/64762/how-to-convert-a-shell-script-into-a-binary-executable

JaredTamana commented 5 years ago

We're switching to a script method eventually, currently in nfc-newbinary. This will be merged to nfc very soon