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

Root ROM Development Rant

I really wouldn't be surprised. I'm sure there's one out there.

Doing it by hand is half the fun... although it is repetitive
 
a script would be pretty simple to remove things

a basic script would look something like

Code:
#!/bin/bash
# first backup files
mv /dismantle_dir/files_2_clean/file1 /originals/backups/file1.old
#you would just want to do a loop here instead of writing this out however many times

# next remove the language files
rm /dismantle_dir/files_2_clean/file18
# again same thing loop condition here to keep it short and tidy.
more info on commands can be found by typing $Command_Name$ --help
or to get the manual just type:
man $CN$
to keep a text file copy
man $CN$ > ~/mpages/$CN$manual.txt
 
GSW tossed me a huge bone today and let me take a look at the newest update of their shooter ROM (unreleased) to let me compare the innards of my ROM with a working one.

So my hopes are up yet again. Built the ROM and nandroiding now.

ETA of the crushing blow to my hopes in roughly 15 minutes ;).........And its arrived:confused:


This thing is impossible haha. I just wish I could get it booting, Its impossible to tell whether I'm closer or further away because it can't get past the splast screen. I'd rather have it boot and have tons of FC's. At least you can tell if you've fixed that.
 
Ok...... so I jumped the gun. :D

Its bootLOOPING. I finally saw that boot animation and almost poo'd myself.

However, this is progress, and progress motivates me to keep going. I had taken half a week off before deciding to change 1 more thing and give it another go.

Well, off to the devcave I go
 
Back
Top Bottom