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

[ROM] rb3mod

rbheromax

Android Expert
This is a modified stock rom for SPH-M840 Ring/Prevail2
* I have removed stock TW launcher and replaced with a MUCH slimmer launcher.
* Removed TW widgets
* Also removed un-needed Gapps (Magazines, Youtube, Music, etc. can be re-installed using Play Store)

It has bootanimation zip support so you can use your favorite boot animation with it as long as its sized for 480x800 pixels (our screen size) GS4 Play Store Edition Boot Animation by default

Pics:
bootsplash.gif


images



61858d1379799221-kernel-oc-rbheromax-rb3-kernel-v5-2-1-updated-1379799216208.jpg

Comes with busybox preinstalled and prerooted.

my rb3 v6.0.1+ kernel as default with custom io sched and cpu govs

http://dev.dtalley11.com/rbheromax/roms/rb3mod-r2.zip


changelog:

20131007 - r2
slimmed even more.
removed more unneeded gapps
removed TW widgets (since no TW launcher)

20131004 - Initial Release
http://dev.dtalley11.com/rbheromax/roms/rb3mod.zip
 
Testing it now. I'll let you know. Can't do anything more with CM right now gotta go out and do some things.
 
Works on my prevail 2 pretty well. Working through some play store issues atm. And theres no boot animation. But it installed through cwm recovery without any problems as far as I can tell.
 
guilty as charged (old updater binary) but my updater-script is solid
and i dont use a kitchen :D

Code:
i_print("");
ui_print("");
ui_print("-----------------");
ui_print("");
ui_print("mod rom");
ui_print("");
show_progress(0.1, 0);
ui_print("-----------------");
ui_print("Mounting partitions...");
show_progress(0.1, 0);
mount("ext4", "EMMC", "/dev/block/mmcblk0p17", "/system");
delete_recursive("/system/framework");
delete_recursive("/system/bin");
delete_recursive("/system/lib");
delete_recursive("/system/app");
ui_print("Mounting partitions...");
package_extract_dir("system", "/system");
symlink("toolbox", "/system/bin/cmp");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/ps");
symlink("toolbox", "/system/bin/reboot");
symlink("toolbox", "/system/bin/mount");
symlink("toolbox", "/system/bin/chown");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/rm");
symlink("toolbox", "/system/bin/mkdir");
symlink("toolbox", "/system/bin/id");
symlink("toolbox", "/system/bin/sync");
symlink("toolbox", "/system/bin/iftop");
symlink("toolbox", "/system/bin/hd");
symlink("toolbox", "/system/bin/netstat");
symlink("toolbox", "/system/bin/md5");
symlink("toolbox", "/system/bin/setprop");
symlink("toolbox", "/system/bin/dd");
symlink("toolbox", "/system/bin/getprop");
symlink("toolbox", "/system/bin/log");
symlink("toolbox", "/system/bin/setconsole");
symlink("toolbox", "/system/bin/lsof");
symlink("toolbox", "/system/bin/nandread");
symlink("toolbox", "/system/bin/chmod");
symlink("toolbox", "/system/bin/kill");
symlink("toolbox", "/system/bin/route");
symlink("toolbox", "/system/bin/renice");
symlink("toolbox", "/system/bin/dmesg");
symlink("toolbox", "/system/bin/schedtop");
symlink("toolbox", "/system/bin/ioctl");
symlink("toolbox", "/system/bin/touch");
symlink("toolbox", "/system/bin/newfs_msdos");
symlink("toolbox", "/system/bin/notify");
symlink("toolbox", "/system/bin/rmmod");
symlink("toolbox", "/system/bin/start");
symlink("toolbox", "/system/bin/watchprops");
symlink("toolbox", "/system/bin/ls");
symlink("toolbox", "/system/bin/printenv");
symlink("toolbox", "/system/bin/vmstat");
symlink("toolbox", "/system/bin/getevent");
symlink("toolbox", "/system/bin/wipe");
symlink("toolbox", "/system/bin/rmdir");
symlink("toolbox", "/system/bin/sleep");
symlink("toolbox", "/system/bin/top");
symlink("toolbox", "/system/bin/sendevent");
symlink("toolbox", "/system/bin/mv");
symlink("toolbox", "/system/bin/umount");
symlink("toolbox", "/system/bin/insmod");
symlink("toolbox", "/system/bin/lsmod");
symlink("toolbox", "/system/bin/stop");
symlink("toolbox", "/system/bin/ln");
symlink("toolbox", "/system/bin/df");
symlink("toolbox", "/system/bin/ifconfig");
symlink("toolbox", "/system/bin/ionice");
symlink("toolbox", "/system/bin/date");
symlink("toolbox", "/system/bin/smd");
symlink("toolbox", "/system/bin/uptime");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 0, 0777, 0777, "/system/etc/init.d");
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(0, 0, 0544, "/system/etc/install-recovery.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm(0, 2000, 0755, "/system/vendor/lib/hw");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 1000, 0755, "/system/xbin/busybox");
symlink("/system/xbin/busybox", "/system/bin/busybox");
run_program("/system/xbin/busybox", "--install", "-s", "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/su");
symlink("/system/xbin/su", "/system/bin/su");
show_progress(0.1, 10);
show_progress(0.2, 0);
package_extract_file("boot.img", "/dev/block/mmcblk0p8");
show_progress(0.2, 10);
unmount("/system");
 
this is a modified stock rom for sph-m840 ring/prevail2
i have removed stock tw launcher and replaced with a much slimmer launcher.
Also removed un-needed gapps (books, youtube, etc. Can be re-installed using play store)

it has bootanimation zip support so you can use your favorite boot animation with it as long as its sized for 480x800 pixels (our screen size)

it has the gs4 play store edition boot animation

comes with busybox preinstalled.

My rb3 v6.0.1+ kernel as default with custom io sched and cpu govs

http://dev.dtalley11.com/rbheromax/rb3mod.zip

webpage not available???
 
Am tryna download it from my phone is Gavin issued but at one point I tried to flash the MH5zip from recovery it kept aborting installation and question I tried aborting the mh5 ota update from Samsung it counted down to start and nothing happened what would have happened if it went thru
 
The room I have more is odexed right cuz one of my apps said we detected my rom isnt deodexed n it needs to be so I can use app
 
it wont install mh5 update because recovery doesnt identify itself properly (i think?) during the assert checks. It just won't go through. No harm done.
 
I know what you mean when I click download& install counts down from 10 gets to 0 and starts on downloading but there's an Odin app on play store same as the Odin desktop except it does everything from inside the phone rather connecting to desktop thinking of getting what your opinion
 
yeah, just flash it in recovery, wipe data/cache before hand

But in recovery it has the wipe cache partition and in advance mount and backup sumtin like that the bottom half has format cache, format data, format system format sd card format external sd etc n question when I tried downloading apps from party store it kept telling me insufficient storage space when I have gigz free of space I flashed that ext2sd.zip by jossmer eutevr his name is ni don't see the differ the apps all don't site on ext sd card I want to move to sd is that possible I mean if the prevail 1 can do ur u don't see why the PREVAIL_2 that's more advanced can't
 
Can I flash in Rom Manager ir do I need to manually boot recovery with the vol up+ power button and right now am running both your rb3 the one flashed before that had ubuntu2 in Kernal name and the slimmer launcher dat has sick sumtin orange icon dat came wt it was that poz to happen
 
Back
Top Bottom