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

Root Monstro's Rom v3 SM-G360T & SM-G360T1 5.1.1 Fastest and Lightest Rom 6/12/2016

So I loved this ROM on my phone I still have the phone and it's rooted so I don't know why yours bricked when you flash su and about this fm how you say every phone has it?! If so how would one enable it for it to work on there phone? Or any phone? I'm on a LG v10 now lol



It's been awhile since i've had this phone, but if i remember right SuperSU should already be installed
As far as the FM it's disabled in the phone firmware
Download SuperSU Zip and Flash through TWRP
http://www.supersu.com/download
 
Upvote 0
no file explorer, no keyboard, and therefore no (password protected) wifi... maybe you should inform people in the original post to be prepared with APKs for some very basic functions they want, especially if they do not want to use the google keyboard in the gapps.


This is my 3rd time reinstalling this rom (intentionally, i play with things until they break), and this go around, my home button has absolutely no functionality. what is the cause? what is the solution?


ive noticed now "screen mirroring" in the quick settings, but whenever i try to use it, it finds no devices. this wasnt in my original stock rom. how do you use it?

TWRP lists OTG as an option for storage, and OTG checkers say the device is capable of it, but i cant get any of my OTG stuff working on this phone. Any ideas how do enable it?

And lastly, I owned Nova Prime before, and now it will not unlock in this version, the version of nova in this rom is older than what i had as well but will not update. I noticed it's a system app, and when i use lucky patcher or rom toolbox pro to make it a user app, update it, then turn it back into a system app, it disappears entirely. what can i do about that?

Edit:
this last install with the home button not working had no gapps at all(i forgot), and was further screwed up by a mistake i made with titanium backup, so I reinstalled fresh from scratch once again (including gapps) and this time it works. Gapps installs the google keyboard whether i want it to or not, so I guess that is better than nothing when I dont have my normalkeyboard installed yet. Also, Nova was not visible by any of my apps that manage apps, but after rom toolbox pro converted it into a user app, it now shows up as a user app yet still is treated like a system app.
 
Last edited:
Upvote 0
Update: I used slimpikinz for quite some time and finally took another look at this one here, and my thoughts are its faster then slim for sure. If I could critique one thing it would be the dpi. everything is just a tad too small. In some situations I like it, like when I'm sitting around at home or whatever but it's not helpful if i was to be bikin or driving or whatever.
 
Upvote 0
So I loved this ROM on my phone I still have the phone and it's rooted so I don't know why yours bricked when you flash su and about this fm how you say every phone has it?! If so how would one enable it for it to work on there phone? Or any phone? I'm on a LG v10 now lol

I know i'm a couple years behind the conversation, i had some...business...but i took a look through some of the code for this ROM, and its ****ed from the GATE!!! take a look for yourselves!!! and you'll then know why this rom has bricked phones.

#ASSERT
unmount("/system");
unmount("/data");
unmount("/data");
show_progress(1.000000, 0);
ui_print("");
ui_print("");
ui_print("Monstro's Rom v1 SM-G360T");
ui_print("Lightest and Fastest Rom Yet");
ui_print("Google’s definition of an upgrade?");
ui_print("");
ui_print("");
ui_print("Take old bugs out, put new ones in");
ui_print("");
ui_print("");
format("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/system", "0", "/system");
set_progress(0.100000);
mount("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/userdata", "/data");
set_progress(0.200000);
ui_print("Calling The Zombies...");
ui_print("");
package_extract_dir("system", "/system");
#DATA
ui_print(""); ui_print(" ");
package_extract_dir("data", "/data");
set_metadata_recursive("/data/app", "uid", 1000, "gid", 1000, "dmode", 0755, "fmode", 0644, "capabilities", 0x0);
set_progress(0.500000);
ui_print("What does a slow & lazy Android phone say?");
ui_print("- Force Close");
#SYM
symlink("app_process32", "/system/bin/app_process");
symlink("dalvikvm32", "/system/bin/dalvikvm");
symlink("/data/misc/audio/mbhc.bin", "/system/etc/firmware/wcd9306/wcd9306_mbhc.bin");
symlink("/data/misc/audio/wcd9320_anc.bin", "/system/etc/firmware/wcd9306/wcd9306_anc.bin");
symlink("/data/rfs/apq/gnss", "/system/rfs/apq/gnss/readwrite");
symlink("/data/rfs/mdm/adsp", "/system/rfs/mdm/adsp/readwrite");
symlink("/data/rfs/mdm/mpss", "/system/rfs/mdm/mpss/readwrite");
symlink("/data/rfs/mdm/sparrow", "/system/rfs/mdm/sparrow/readwrite");
symlink("/data/rfs/msm/adsp", "/system/rfs/msm/adsp/readwrite");
symlink("/data/rfs/msm/mpss", "/system/rfs/msm/mpss/readwrite");
symlink("/data/rfs/shared", "/system/rfs/apq/gnss/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/adsp/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/mpss/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/sparrow/shared");
symlink("/data/rfs/shared", "/system/rfs/msm/adsp/shared");
symlink("/data/rfs/shared", "/system/rfs/msm/mpss/shared");
symlink("/data/tombstones/lpass", "/system/rfs/mdm/adsp/ramdumps");
symlink("/data/tombstones/lpass", "/system/rfs/msm/adsp/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/apq/gnss/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/mdm/mpss/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/msm/mpss/ramdumps");
symlink("/data/tombstones/sparrow", "/system/rfs/mdm/sparrow/ramdumps");
symlink("/firmware", "/system/rfs/apq/gnss/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/adsp/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/mpss/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/sparrow/readonly/firmware");
symlink("/firmware", "/system/rfs/msm/adsp/readonly/firmware");
symlink("/firmware", "/system/rfs/msm/mpss/readonly/firmware");
symlink("libGLESv2.so", "/system/lib/libGLESv3.so");






#ROOT
ui_print("Failed");
package_extract_dir("supersu", "/tmp/supersu");
#DATA
ui_print("Retrying"); ui_print(" ");
package_extract_dir("data", "/data");
set_metadata_recursive("/data/app", "uid", 1000, "gid", 1000, "dmode", 0755, "fmode", 0644, "capabilities", 0x0);
run_program("/sbin/busybox", "unzip", "/tmp/supersu/BETA-SuperSU-v2.72.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/BETA-SuperSU-v2.72.zip");
set_progress(0.800000);
ui_print("");
ui_print("Falied");
ui_print("");
package_extract_file("boot.img", "/dev/block/platform/soc.0/by-name/boot");
set_progress(0.900000);
unmount("/system");
unmount("/data");
set_progress(1.000000);
ui_print("Bricked");


****alll the code was too long for the msg...
 

Attachments

  • upload_2020-1-16_20-31-18.png
    upload_2020-1-16_20-31-18.png
    224.3 KB · Views: 179
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones