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

Root Spirit ROMs You May Have Missed

BlastGT1

Android Enthusiast
For those who have a flashing addiction, you might try checking multiple sources, because a single site is rarely ever enough to cover everything:

Click me to double your choices!

Posted as a shout out to Spirit owners. FYI, I feel your pain when it comes to locked bootloaders. I'm currently using a Motorola Droid X2 on Page Plus, and I doubt my phone will ever be unlocked. The link I posted gives you about as many viable ROM options as the X2 has from 2+ years worth of development, so please enjoy.
 
I am downloading the one called "Myxer" It looks like it is NOT based on cm10 and should not have the issues some of the other ROMs do...
 
What about me. Lol. I wanna use it as a base :-) pleeeeeeeeeease
To be honest, I'd rather people do their own work. That was the one exception I made.

Personally I'll never use someone else's rom as base, I rather do my own project from beginning to end. Much more satisfaction in the end result. ;)
 
To be honest, I'd rather people do their own work. That was the one exception I made.

Personally I'll never use someone else's rom as base, I rather do my own project from beginning to end. Much more satisfaction in the end result. ;)

True. The only thing I really don't know how to do is write an updater script and that's a really big part to get the ROM to install. That's why i usually use other ROMs as bases. (Go check out the Monster 4 and lunar-gen for the Samsung admire) (some of the best stuff in that phones time) but one I finally get started doing something for this device I could use some help with that updater script :)
 
True. The only thing I really don't know how to do is write an updater script and that's a really big part to get the ROM to install. That's why i usually use other ROMs as bases. (Go check out the Monster 4 and lunar-gen for the Samsung admire) (some of the best stuff in that phones time) but one I finally get started doing something for this device I could use some help with that updater script :)

Using the updater prolly isnt as big a deal as using the rom itself. ;)
 
The only thing I really don't know how to do is write an updater script and that's a really big part to get the ROM to install.
If the edify script is all you needed, you should've said so a long time ago. lol

Here it is along with a system pull and boot.img...
;)

Spirit 4G Stock System Pull & Boot.img

[HIGH]ui_print("Formatting System");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/cache", "/cache");
delete_recursive("/system");
delete_recursive("/cache");
delete_recursive("/data/app");
delete_recursive("/data/dalvik-cache");

ui_print("Installing System");
package_extract_dir("data", "/data");
set_perm_recursive(1000, 1000, 0771, 0644, "/data/app");
package_extract_dir("system", "/system");

ui_print("Applying Symlinks");
symlink("toolbox", "/system/bin/ls");
symlink("toolbox", "/system/bin/mv");
symlink("toolbox", "/system/bin/sleep");
symlink("toolbox", "/system/bin/setprop");
symlink("toolbox", "/system/bin/chmod");
symlink("toolbox", "/system/bin/rmdir");
symlink("toolbox", "/system/bin/notify");
symlink("toolbox", "/system/bin/sendevent");
symlink("toolbox", "/system/bin/printenv");
symlink("toolbox", "/system/bin/ionice");
symlink("toolbox", "/system/bin/iftop");
symlink("toolbox", "/system/bin/schedtop");
symlink("toolbox", "/system/bin/uptime");
symlink("toolbox", "/system/bin/kill");
symlink("toolbox", "/system/bin/setconsole");
symlink("toolbox", "/system/bin/date");
symlink("toolbox", "/system/bin/renice");
symlink("toolbox", "/system/bin/ps");
symlink("toolbox", "/system/bin/smd");
symlink("toolbox", "/system/bin/touch");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/rmmod");
symlink("toolbox", "/system/bin/getprop");
symlink("toolbox", "/system/bin/dmesg");
symlink("toolbox", "/system/bin/getevent");
symlink("toolbox", "/system/bin/cmp");
symlink("toolbox", "/system/bin/umount");
symlink("toolbox", "/system/bin/chown");
symlink("toolbox", "/system/bin/wipe");
symlink("toolbox", "/system/bin/route");
symlink("toolbox", "/system/bin/start");
symlink("toolbox", "/system/bin/rm");
symlink("toolbox", "/system/bin/stop");
symlink("toolbox", "/system/bin/nandread");
symlink("toolbox", "/system/bin/top");
symlink("toolbox", "/system/bin/lsmod");
symlink("toolbox", "/system/bin/dd");
symlink("toolbox", "/system/bin/watchprops");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/df");
symlink("toolbox", "/system/bin/sync");
symlink("toolbox", "/system/bin/id");
symlink("toolbox", "/system/bin/newfs_msdos");
symlink("toolbox", "/system/bin/ioctl");
symlink("toolbox", "/system/bin/hd");
symlink("toolbox", "/system/bin/mount");
symlink("toolbox", "/system/bin/log");
symlink("toolbox", "/system/bin/insmod");
symlink("toolbox", "/system/bin/vmstat");
symlink("toolbox", "/system/bin/lsof");
symlink("toolbox", "/system/bin/netstat");
symlink("toolbox", "/system/bin/ln");
symlink("toolbox", "/system/bin/mkdir");
symlink("toolbox", "/system/bin/ifconfig");
symlink("/data/misc/audio/mbhc.bin", "/system/etc/firmware/wcd9310/wcd9310_mbhc.bin");
symlink("/data/misc/audio/wcd9310_anc.bin", "/system/etc/firmware/wcd9310/wcd9310_anc.bin");

ui_print("Writing Permissions");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 06755, "/system/bin/ip");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
set_perm(0, 0, 0755, "/system/etc/bluetooth");
set_perm(1000, 1000, 0640, "/system/etc/bluetooth/auto_pairing.conf");
set_perm(3002, 3002, 0444, "/system/etc/bluetooth/blacklist.conf");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/su");
symlink("/system/xbin/su", "/system/bin/su");
set_perm(0, 1000, 0755, "/system/xbin/busybox");
symlink("/system/xbin/busybox", "/system/bin/busybox");
run_program("/system/xbin/busybox", "--install", "-s", "/system/xbin");
show_progress(0.1, 10);
show_progress(0.2, 0);
show_progress(0.2, 10);

ui_print("Installing boot.img");
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
show_progress(0.3, 0);

unmount("/system");
unmount("/data");
unmount("/cache");[/HIGH]
 
Using the updater prolly isnt as big a deal as using the rom itself. ;)

I know that much. Lol. Now back to the road of deodexing and zipaligning. (Memories :D)




If the edify script is all you needed, you should've said so a long time ago. lol

Here it is along with a system pull and boot.img...
;)

Spirit 4G Stock System Pull & Boot.img

[HIGH]ui_print("Formatting System");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/cache", "/cache");
delete_recursive("/system");
delete_recursive("/cache");
delete_recursive("/data/app");
delete_recursive("/data/dalvik-cache");

ui_print("Installing System");
package_extract_dir("data", "/data");
set_perm_recursive(1000, 1000, 0771, 0644, "/data/app");
package_extract_dir("system", "/system");

ui_print("Applying Symlinks");
symlink("toolbox", "/system/bin/ls");
symlink("toolbox", "/system/bin/mv");
symlink("toolbox", "/system/bin/sleep");
symlink("toolbox", "/system/bin/setprop");
symlink("toolbox", "/system/bin/chmod");
symlink("toolbox", "/system/bin/rmdir");
symlink("toolbox", "/system/bin/notify");
symlink("toolbox", "/system/bin/sendevent");
symlink("toolbox", "/system/bin/printenv");
symlink("toolbox", "/system/bin/ionice");
symlink("toolbox", "/system/bin/iftop");
symlink("toolbox", "/system/bin/schedtop");
symlink("toolbox", "/system/bin/uptime");
symlink("toolbox", "/system/bin/kill");
symlink("toolbox", "/system/bin/setconsole");
symlink("toolbox", "/system/bin/date");
symlink("toolbox", "/system/bin/renice");
symlink("toolbox", "/system/bin/ps");
symlink("toolbox", "/system/bin/smd");
symlink("toolbox", "/system/bin/touch");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/rmmod");
symlink("toolbox", "/system/bin/getprop");
symlink("toolbox", "/system/bin/dmesg");
symlink("toolbox", "/system/bin/getevent");
symlink("toolbox", "/system/bin/cmp");
symlink("toolbox", "/system/bin/umount");
symlink("toolbox", "/system/bin/chown");
symlink("toolbox", "/system/bin/wipe");
symlink("toolbox", "/system/bin/route");
symlink("toolbox", "/system/bin/start");
symlink("toolbox", "/system/bin/rm");
symlink("toolbox", "/system/bin/stop");
symlink("toolbox", "/system/bin/nandread");
symlink("toolbox", "/system/bin/top");
symlink("toolbox", "/system/bin/lsmod");
symlink("toolbox", "/system/bin/dd");
symlink("toolbox", "/system/bin/watchprops");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/df");
symlink("toolbox", "/system/bin/sync");
symlink("toolbox", "/system/bin/id");
symlink("toolbox", "/system/bin/newfs_msdos");
symlink("toolbox", "/system/bin/ioctl");
symlink("toolbox", "/system/bin/hd");
symlink("toolbox", "/system/bin/mount");
symlink("toolbox", "/system/bin/log");
symlink("toolbox", "/system/bin/insmod");
symlink("toolbox", "/system/bin/vmstat");
symlink("toolbox", "/system/bin/lsof");
symlink("toolbox", "/system/bin/netstat");
symlink("toolbox", "/system/bin/ln");
symlink("toolbox", "/system/bin/mkdir");
symlink("toolbox", "/system/bin/ifconfig");
symlink("/data/misc/audio/mbhc.bin", "/system/etc/firmware/wcd9310/wcd9310_mbhc.bin");
symlink("/data/misc/audio/wcd9310_anc.bin", "/system/etc/firmware/wcd9310/wcd9310_anc.bin");

ui_print("Writing Permissions");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 06755, "/system/bin/ip");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
set_perm(0, 0, 0755, "/system/etc/bluetooth");
set_perm(1000, 1000, 0640, "/system/etc/bluetooth/auto_pairing.conf");
set_perm(3002, 3002, 0444, "/system/etc/bluetooth/blacklist.conf");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/su");
symlink("/system/xbin/su", "/system/bin/su");
set_perm(0, 1000, 0755, "/system/xbin/busybox");
symlink("/system/xbin/busybox", "/system/bin/busybox");
run_program("/system/xbin/busybox", "--install", "-s", "/system/xbin");
show_progress(0.1, 10);
show_progress(0.2, 0);
show_progress(0.2, 10);

ui_print("Installing boot.img");
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
show_progress(0.3, 0);

unmount("/system");
unmount("/data");
unmount("/cache");[/HIGH]


Thanks a bunch GT. I'm probably gonna be starting this weekend. Haven't done big since the attain. :thumbup:
 
Back
Top Bottom