[ROM][N9005XXUDML2][V2][12/20] STAINLESS - Best International ROM N900T/N900W8

slice2011

Senior Member
Sep 20, 2011
589
320
0
Chandler, AZ
Thinking on flashing, never flashed an international rom.I see that they get frequent updates but excuse the unknowing as I never as mentioned flashed one, what is the main reason besides the updates do people flash intl roms? What are the differences, speed, less bloat? Just asking as I am curious as I want to give this a try...

For those that have the SView cover, I posted in the general thread how to change the wallpaper, although no expert as the option to select color is still there and by selecting a color takes away the actual wallpaper color, but I just wanted a solid black one so hopefully someone with more experience can figure that part out as it would be awesome to use a custom wallpaper that allows the actual without selecting a red, black etc.. color. If I helped, hit thanks!

http://forum.xda-developers.com/showthread.php?t=2505036
 

A.S._id

Inactive Recognized Developer
Sep 21, 2010
1,211
2,574
153
Test this RIL out on ATT and make sure it works please. Please re-lable with current baseband so that you don't get it mixed up with later RILS
Hi its your script

Code:
show_progress(0.1, 0);
ui_print("ATT-Flashable RIL files");
ui_print("MISCOM/DragonStalker");

ui_print("Extracting System");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
package_extract_dir("system", "/system");
unmount("/system");
ui_print("---------------------------------------");
ui_print("All Done! ");
you forgot one impotant thing - restore selinux contexts markers for changed files

Code:
run_program("/system/bin/toolbox", "restorecon", "-R", "-v", "/system");
Code:
show_progress(0.1, 0);
ui_print("ATT-Flashable RIL files");
ui_print("MISCOM/DragonStalker");

ui_print("Extracting System");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
package_extract_dir("system", "/system");
[COLOR="DarkRed"]run_program("/system/bin/toolbox", "restorecon", "-R", "-v", "/system");[/COLOR]
unmount("/system");
ui_print("---------------------------------------");
ui_print("All Done! ");
 
Last edited:

dragonstalker

Senior Member
Jan 1, 2008
1,914
1,303
0
Fort Myers, Fla
Hi its your script

Code:
show_progress(0.1, 0);
ui_print("ATT-Flashable RIL files");
ui_print("MISCOM/DragonStalker");

ui_print("Extracting System");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
package_extract_dir("system", "/system");
unmount("/system");
ui_print("---------------------------------------");
ui_print("All Done! ");
you forgot one impotant thing - restore selinux contexts markers for changed files

Code:
run_program("/system/bin/toolbox", "restorecon", "-R", "-v", "/system");
Code:
show_progress(0.1, 0);
ui_print("ATT-Flashable RIL files");
ui_print("MISCOM/DragonStalker");

ui_print("Extracting System");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
package_extract_dir("system", "/system");
[COLOR="DarkRed"]run_program("/system/bin/toolbox", "restorecon", "-R", "-v", "/system");[/COLOR]
unmount("/system");
ui_print("---------------------------------------");
ui_print("All Done! ");
you very much for the post. I would thank your, but for some reason. XDA is being funny right now. Original RIL uploaded. Should have no problems flashing now.
 
Last edited:
  • Like
Reactions: aalupatti

@rbiter

Senior Member
Dec 4, 2011
5,143
1,240
0
You should be fine since with just flashing.

NOTE: YOU DO NOT NEED TO FLASH ANYTHING TO THE LATEST V1.1 BY MISCOM UNLESS YOU ARE USING A N9005 ON ATT OR TMOBILE.
Oh OK. The 9005's need to flash the TMob or att RIL. I WS under the impression that maybe radio would improve some since I am using a sm-900t on att.

sent from my sm-9005.
 

aalupatti

Senior Member
Feb 20, 2011
2,871
700
0
I only flashed the initial version of att ril and everything was ok. Will flash the newer one tomorrow. Do not want to mess things up since I am at work.
Am using n900t in Att network
 

miscom

Senior Member
Oct 8, 2007
1,435
1,409
0
Gallatin, TN
Noticed Samsung Gallery looks cropped off, dpi issue or? Latest 1.1

Sent from my SM-N9005 using Tapatalk
That would be my fault. I changed lcd to 450 in build.prop
if you set it back to 480 gallery looks ok.

Dragons Air has the Xposed framework cooked in and with it you should be able to change gallery's dpi.
 
  • Like
Reactions: turilo

edouble312

Senior Member
Nov 19, 2012
139
51
0