• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[Guides][Mods][TouchWiz] Android 8 Oreo

Status
Not open for further replies.

kottmann96

Member
Nov 9, 2017
6
50
0
<!doctype html>
<html dir="ltr" lang="en">
<head>
<title>[Guides][Mods][TouchWiz]Android 8 Oreo Mods | Android Development and Hacking</title>
<meta name="description" content="I Hope All Agree With Me And Share Guides Here For Oreo Like Me. Please Feel Free To Contribute As Well. Note: This Thread is Purely Meant For Custom ROM&hellip;" />
<meta name="keywords" content="[Guides][Mods][TouchWiz]Android 8 Oreo Mods, Android Development and Hacking">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="a1964a5df941c64d21908d27-text/javascript">
var purchccat1 = 'Android Development and Hacking';
var purchccat2 = 'Android General';
var purchkw = ["[Guides][Mods][TouchWiz]Android","8","Oreo","Mods"];
var purchnumpost = '11';
</script>
<style>
.socialcount li, .socialcount li a{
transition: all .5s ease;
}

.socialcount li a{
min-width:0px;
min-height:25px;
}

.animate{
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.animate.googleplus{
-webkit-animation-delay: .75s;
animation-delay: .75s;
}
.animate.facebook{
-webkit-animation-delay: .95s;
animation-delay: .95s;
}
.animate.twitter{
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}

.small{
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}

.animate.flipOutX,
.animate.flipOutY,
.animate.bounceIn,
.animate.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}

20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}

40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}

60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}

80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}

to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}

@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}

20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}

40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}

60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}

80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}

to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}

.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}

.bounceInDelay {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
</style>

<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="a1964a5df941c64d21908d27-text/javascript">
var xda_ad_choice = (function()
{
var rand = function(min, max) {
return Math.random() * (max - min) + min;
};

var getRandomItem = function(list, weight) {
var total_weight = weight.reduce(function (prev, cur, i, arr) {
return prev + cur;
});

var random_num = rand(0, total_weight);
var weight_sum = 0;

for (var i = 0; i < list.length; i++) {
weight_sum += weight;
weight_sum = +weight_sum.toFixed(2);

if (random_num <= weight_sum) {
return list;
}
}
};

var list = ["purch", "sortable"];
//var weight = [0.99, 0.01];
var weight = [1.00, 0.00];
var random_item = getRandomItem(list, weight);

return random_item;
})();

// Override until ready
//xda_ad_choice = "purch";

if(location.hash == "#xda_ad_test")
{
xda_ad_choice = "sortable";
}

window.adBlockDetect = (function()
{
var enabled;

var callback = function(args)
{
if(args.length == 1 && typeof args[0] === "function")
{
args[0](enabled);
}
};

var poll = function(args)
{
if(typeof enabled === "undefined")
{
// Wait for check function to complete
setTimeout(function()
{
poll(args);
}, 105);
return;
}
// Check completed, do callback
callback(args);
};

(function()
{
// Assess adblock usage
var test = document.createElement("div");
test.innerHTML = "&nbsp;";
test.className = "adonis-placeholder";
document.documentElement.appendChild(test);
window.setTimeout(function()
{
if (test.offsetHeight === 0)
{
enabled = true;
}
else
{
enabled = false;
}
test.remove();
}, 100);
})();

return function()
{
poll(arguments);
};
})();
</script>

<meta http-equiv="X-UA-Compatible" content="IE=Edge">


<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#de7300">
<meta name="msapplication-TileColor" content="#de7300">
<meta property="fb:admins" content="9336956">
<base href="https://forum.xda-developers.com/">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600|Hind:400,600,500|Titillium+Web:200,400,300italic,300,400italic,700,700italic" rel="stylesheet" type="text/css">
<link href="//cdn-cf-2.xda-developers.com/css/2015/2015.min.css?v=1539618848" rel="stylesheet" type="text/css">
<!--[if lte IE 8]>
<link href="//cdn-cf-2.xda-developers.com/css/2015/ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<script type="a1964a5df941c64d21908d27-text/javascript">
//if(typeof console === "undefined") { var console = { log: function (logMsg) { } }; }
//console.firebug = false;
</script>
<!--[if lt IE 9]>
<script data-cfasync="false" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script data-cfasync="false" type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!--<![endif]-->
<script type="text/javascript" data-cfasync="false">

var tmntag = tmntag || {};
tmntag.cmd = tmntag.cmd || [];
(function() {
var tmnhead = document.createElement('script');
tmnhead.async = true;
tmnhead.type = 'text/javascript';
tmnhead.src =
('https:'==document.location.protocol?'https:':'http:')+'//ads.servebom.com/tmnhead.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(tmnhead, node);
})();


<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "//cdn-cf-1.xda-developers.com/images/2015/misc";
var vb_disable_ajax = parseInt("0", 10);
var stylevarcdn1 = '//cdn-cf-1.xda-developers.com/';
var styleid = 21;
var is_mobile = 0;
// -->
</script>
<script data-cfasync="false" type="text/javascript" src="//cdn-cf-4.xda-developers.com/clientscript/2015.head.min.js?v=1539618848"></script>
<link rel="alternate" type="application/rss+xml" title="xda-developers RSS Feed" href="external.php?type=RSS2" />
<link rel="alternate" type="application/rss+xml" title="xda-developers - Android General - RSS Feed" href="external.php?type=RSS2&amp;forumids=1424" />
<script data-cfasync="false">

if ($.cookie('xda_adtest') != undefined) {
var xda_adtest = $.cookie('xda_adtest');
} else {
var xda_adtest = 3;
}

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-12268453-1', 'auto');
ga('require', 'displayfeatures');
ga('set', 'dimension1', 'Yes'); //Sidebar Showing
ga('set', 'dimension2', 'No'); //Logged In
ga('set', 'dimension3', '21'); //Style ID
ga('set', 'dimension5', xda_adtest); //Adtest
ga('send', 'pageview');
</script>

<script type="text/javascript" data-cfasync="false">
Shadowbox.init({
// let's skip the automatic setup because we don't have any
// properly configured link elements on the page
skipSetup: true
});
</script>

<link rel="shortcut icon" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="//cdn-cf-4.xda-developers.com/images/2015/favicons/favicon-16x16.png" sizes="16x16">
<meta name="msapplication-TileColor" content="#e67800">
<meta name="msapplication-TileImage" content="//cdn-cf-4.xda-developers.com/images/2015/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="//cdn-cf-4.xda-developers.com/images/2015/favicons/browserconfig.xml">

<script data-cfasync="false" type='text/javascript' src='//static.criteo.net/js/ld/publishertag.js'></script>
<script data-cfasync="false">
window.addEventListener("message", function(event) {
if (event.origin === "https://cas.criteo.com" && event.data) {
var elements = document.querySelectorAll("iframe[src*='cb=" + event.data + "&']");

if (elements.length) {
elements[0].parentNode.style.display = 'none';
}
}

},
false);
</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '403489180002579');
fbq('track', 'PageView_XDA');
</script>



<script type="a1964a5df941c64d21908d27-text/javascript">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1969338259962592');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1969338259962592&ev=PageView&noscript=1"
/></noscript>


<script type="a1964a5df941c64d21908d27-text/javascript" src="//cdn-cf-1.xda-developers.com/clientscript/jquery.qtip.min.js"></script>
<link type="text/css" rel="stylesheet" href="//cdn-cf-1.xda-developers.com/clientscript/jquery.qtip.min.css">
<script type="a1964a5df941c64d21908d27-text/javascript">
jQuery(document).ready(function()
{
$(".gifted-text").qtip();
});
</script>


<style type="text/css" id="vbulletin_editor_css_dynamic">
<!--
@import url("clientscript/vbulletin_editor.css?v=389b2");

.vBulletin_editor {
background: #E1E1E2;
padding: 5px;
}
.imagebutton {
background: #E1E1E2;
color: #000000;
padding: 1px;
border: none;
}
.ocolor, .ofont, .osize, .osmilie, .osyscoloar, .smilietitle {
background: #FFFFFF;
color: #000000;
border: 1px solid #FFFFFF;
}
.popup_pickbutton {
border: 1px solid #FFFFFF;
}
.popup_feedback {
background: #FFFFFF;
color: #000000;
border-right: 1px solid #FFFFFF;
}
.popupwindow {
background: #FFFFFF;
}
#fontOut, #sizeOut, .popup_feedback div {
background: #FFFFFF;
color: #000000;
}
.alt_pickbutton {
border-left: 1px solid #E1E1E2;
}
.popup_feedback input, .popup_feedback div
{
border: 0px solid;
padding: 0px 2px 0px 2px;
cursor: default;
font: 11px tahoma;
overflow: hidden;
}
-->
</style>


<script type="a1964a5df941c64d21908d27-text/javascript">

jQuery(document).ready(function($)
{
if(typeof(prettyPrint) == "function")
{
prettyPrint();

$(".copycodetoclip").click(function(e) {
$(this).next(".prettyprint").selectText();
});
}
});
</script>
<style>
.copycodetoclip {
cursor:pointer;
}
</style>
<script type="a1964a5df941c64d21908d27-text/javascript">
jQuery(document).ready(function(e)
{
var threadid = 3772017;
$("#sidepanel-threadSearch, #showthread-topsearch").submit(function(e)
{
e.preventDefault();
if(threadid)
{
var query = encodeURIComponent($(this).find("input[type=text]").val());
var url = "/search/thread/" + threadid + "?query=" + query;

window.location = url;
}
});
});
</script>
<meta property="og:title" content="[Guides][Mods][TouchWiz]Android 8 Oreo Mods" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="XDA Developers" />
<meta property="og:description" content="I Hope All Agree With Me And Share Guides Here For Oreo Like Me. Please Feel Free To Contribute As Well. Note: This Thread is Purely Meant For Custom ROM&hellip;" />
<meta property="og:image" content="https://cdn-images.xda-developers.com/direct/4/4/7/0/9/6/8/Screenshot_20180409-025431.jpg" />
<meta property="og:image" content="https://cdn-images.xda-developers.com/direct/4/4/7/0/9/6/9/Screenshot_20180409-025442.jpg" />
<meta property="og:image" content="https://cdn-images.xda-developers.com/direct/4/4/7/0/9/7/0/Screenshot_20180409-025956.jpg" />
<meta property="og:image" content="http://fs1.directupload.net/images/180402/htey5les.jpg" />
<meta property="og:image" content="http://fs5.directupload.net/images/170103/sd8jtf2c.jpg" />
<meta property="og:image" content="http://fs5.directupload.net/images/161025/7zzqvmfo.png" />
<meta property="og:image" content="http://cdn3.xda-developers.com/images/xda-facebook-default.jpg" />
<link rel="canonical" href="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" />
<meta property="og:url" content="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" />
<link rel="amphtml" href="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017/amp/">

<link rel="next" href="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page2">

<script type="a1964a5df941c64d21908d27-text/javascript">
var forumid = '1424';
ga('set', 'dimension4', '1424'); //ForumID
var showsfw = true;
</script>
</head>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><body onload="" class="min-width-728 logged-out showthread-firstpage">
<a id="topanchor"></a>
<div id="header" class="header-logged-out" data-disable-page-zoom="false">
<a href="index.php" id="header-logo" class="header-responsive-trigger">
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><img src="//cdn-cf-1.xda-developers.com/images/2015/xda-logo_newcolors.svg" alt="xda-developers" onerror="if (this.dataset.imageswapped != 'true') { this.dataset.imageswapped = 'true'; this.src='//cdn-cf-1.xda-developers.com/images/2015/xda-logo.png'; }" height="28" width="207">
<i class="fas fa-bars"></i>
<span class="header-nav-hidden-menu-word">Menu</span>
</a>
<ul class="header-main header-dropdown header-dropdown-nomobile">
<li class="header-dropdown-header">
<a id="header_forums_dropdown" class="xda-popup-trigger" href="https://forum.xda-developers.com">
<span>FORUMS</span> <i class="fas fa-caret-down"></i>
</a>
<div class="dropdown-subheader">Apps, ROMs, Customization</div>
</li>
<li>
<ul id="header_forums_dropdown_menu" class="xda-popup xda-popup-inplace header_popup_menu ui-front" style="display:none">
<li>
<a href="/top" class="header_analysis_subheader"><span class="header_analysis_subheader_text">Top Phones</span><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i></a>
<ul class="header_analysis_submenu header_analysis_phones_menu">
<li><a href="/galaxy-note-9">Samsung Galaxy Note 9</a></li><li><a href="/galaxy-tab-s4">Samsung Galaxy Tab S4</a></li><li><a href="/oneplus-6">OnePlus 6</a></li><li><a href="/galaxy-s9-plus">Samsung Galaxy S9+</a></li><li><a href="/galaxy-s9">Samsung Galaxy S9 </a></li>
</ul>
</li>
<li>
<a href="/new" class="header_analysis_subheader"><span class="header_analysis_subheader_text">New Phones</span><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i></a>
<ul class="header_analysis_submenu header_analysis_phones_menu">
<li><a href="/mate-20-x">Huawei Mate 20 X</a></li><li><a href="/nokia-7-1">Nokia 7.1</a></li><li><a href="/watch-w7">LG Watch W7</a></li><li><a href="/key2-le">BlackBerry Key2 LE</a></li><li><a href="/vivo-v11">Vivo V11</a></li>
</ul>
</li>
<li>
<div class="header_analysis_subheader"><span class="header_analysis_subheader_text">Root Tools</span><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i></div>
<ul class="header_analysis_submenu header_analysis_phones_menu">
<li><a href="https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445">Magisk Manager</a></li>
<li><a href="https://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461">KingRoot</a></li>
<li><a href="https://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276">Framaroot</a></li>
<li><a href="https://forum.xda-developers.com/apps/supersu">SuperSU</a></li>
<li><a href="https://forum.xda-developers.com/xposed">Xposed</a></li>
</ul>
</li>
<li>
<div class="header_analysis_subheader"><span class="header_analysis_subheader_text">Top Apps</span><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i></div>
<ul class="header_analysis_submenu header_analysis_phones_menu">
<li><a href="https://forum.xda-developers.com/android/software/pa-gapps-continuation-t3098071">Gapps</a></li>
<li><a href="https://forum.xda-developers.com/apps/mx-player">MX Player</a></li>
<li><a href="https://forum.xda-developers.com/showthread.php?t=2190753">Adaway</a></li>
<li><a href="https://forum.xda-developers.com/showthread.php?t=2191223">ViPER4Android Audio FX</a></li>
<li><a href="https://www.xda-developers.com/xda-labs/">Official XDA App</a></li>
</ul>
</li>
<li>
<a href="/android/apps-games" class="header_analysis_subheader_link">All Apps &amp; Games</a>
</li>
<li>
<a href="https://depot.xda-developers.com/" class="header_analysis_subheader_link">XDA Deals</a>
</li>
</ul>
</li>
</ul>
<div id="login_register_wrapper" class="header-main">
<ul class="header-dropdown">
<li id="login-button-responsive">
<a id="header_login_dropdown" class="xda-popup-trigger header-responsive-trigger" href="#">
<span class="login_link_desktop">LOGIN <i class="fas fa-caret-right"></i></span>
<span class="login_link_mobile" title="Login - Jump back in!"><i class="fas fa-sign-in"></i></span>
</a>
<div class="dropdown-subheader">Jump back in</div>
</li>
<li>
<div id="header_login_dropdown_menu" class="header-responsive-control xda-popup xda-popup-inplace header_popup_menu" style="display:none;">
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><form action="https://forum.xda-developers.com/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<input name="vb_login_username" type="text" placeholder="Username" class="login-input header-input" />
<input type="password" name="vb_login_password" placeholder="Password" class="login-input header-input" />
<button type="submit" id="login-submit"><i class="fas fa-chevron-right"></i></button>
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
<div id="login-option-controls">
<input type="hidden" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />
<a href="/social-login/google.php" id="gplus-button" class="google-button1" title="Google+ Login" rel="nofollow">Login with Google</a>
<a style="top:5px" href="/login.php?do=lostpw" id="login-forgot" rel="nofollow">Forgot <span class="responsive-text-hide">your </span>password?</a>
</div>
</form>
<a href="#" id="login-close-responsive" title="Close login form"><i class="fas fa-times"></i></a>
</div>
</li>
</ul>
<ul class="header-dropdown">
<li>
<a id="header_register_dropdown" href="register.php">
<span class="login_link_desktop">REGISTER <i class="fas fa-caret-right"></i></span>
<span class="login_link_mobile" title="Register Here - Takes just a sec!"><i class="fas fa-edit"></i></span>
</a>
<div class="dropdown-subheader">Takes just a sec!</div>
</li>
</ul>
</div>
<span id="mobile-search-wrapper" class="header-button"><a class="header-algolia-search-button" href="search"><span>search plus</span></a><a id="mobile-search" class="header-responsive-trigger" href="#"><i class="fas fa-search"></i></a></span>
<div id="header_search_wrapper" class="header-main header-right header-responsive-control">
<a class="header-algolia-search-button" href="/search" rel="nofollow"><span>search plus</span></a>
<form action="/sitesearch.php" method="GET" id="cse-search-box">

<input type="text" placeholder="Type device or find apps, ROMs, & more" name="q" id="header_search" class="device-suggest header-input" autocomplete="off" spellcheck="false">
<button type="submit" id="header_search_btn"><i id="header_search_icon" class="fas fa-search" title="Search"></i></button>
</form>
<div id="search_results_container"></div>

<a href="#" id="mobile-search-close" title="Close search form"><i class="fas fa-close"></i></a>
</div>
<ul id="header_social_wrapper" class="header-main header-right">
<li>
<a href="https://www.facebook.com/xda.developers" target="_blank" title="XDA Official Facebook"><i class="fab fa-facebook-f fb-bg"></i></a>
</li>
<li>
<a href="https://discord.gg/EhaMzy2" target="_blank" title="XDA Official Discord"><i class="fab fa-discord discord-bg"></i></a>
</li>
<li>
<a href="https://t.me/xdadevelopershub" target="_blank" title="XDA Official Telegram"><i class="fab fa-telegram-plane telegram-bg"></i></a>
</li>
<li class="hide-1060">
<a href="https://www.youtube.com/user/xdadevelopers?sub_confirmation=1" target="_blank" title="XDA Official Youtube"><i class="fab fa-youtube yt-bg"></i></a>
</li>
<li>
<a href="https://twitter.com/xdadevelopers" target="_blank" title="XDA Official Twitter"><i class="fab fa-twitter tw-bg"></i></a>
</li>
<li id="header_social_swappa">
<a rel="nofollow" href="https://swappa.com/"><img id="header_sw" src="//cdn-cf-1.xda-developers.com/images/2015/swappa-2018.png" /></a>
</li>
</ul>
<div id="navigation-responsive" class="header-dropdown">
<ul class="ui-front header-responsive-control header_popup_menu">
<li>
<a href="https://forum.xda-developers.com" class="header_analysis_subheader header-responsive-trigger"><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i><span class="header_analysis_subheader_text">Forums</span></a>
<ul class="header_analysis_submenu navigation-responsive-phones">
<li><a href="/galaxy-note-9">Samsung Galaxy Note 9</a></li><li><a href="/galaxy-tab-s4">Samsung Galaxy Tab S4</a></li><li><a href="/oneplus-6">OnePlus 6</a></li><li><a href="/galaxy-s9-plus">Samsung Galaxy S9+</a></li><li><a href="/galaxy-s9">Samsung Galaxy S9 </a></li>
</ul>
</li>
<li>
<a href="https://www.xda-developers.com" class="header_analysis_subheader header-responsive-trigger"><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i><span class="header_analysis_subheader_text">Analysis</span></a>
<ul class="header_analysis_submenu navigation-responsive-analysis">
</ul>
</li>
<li>
<a href="https://swappa.com" class="header_analysis_subheader header-responsive-trigger"><i class="fas fa-caret-right header_analysis_subheader_moreicon"></i><span class="header_analysis_subheader_text">Swappa</span></a>
<div class="header_analysis_submenu navigation-responsive-swappa">
<span class="navigation-responsive-swappa-title">Swappa is XDA's Official Marketplace</span>
<span class="swappa-menu-subtext">Buy and sell gently used phones</span>
<a href="https://swappa.com/sell/" class="swappa-menu-phonebg" target="_blank"><span class="swappa-menu-phonetext swappa-menu-sellphone">Sell with no fees</span><img src="//cdn-cf-1.xda-developers.com/images/2015/swappaphone.png"></a>
<a href="https://swappa.com/buy/" class="swappa-menu-phonebg" target="_blank"><span class="swappa-menu-phonetext swappa-menu-buyphone">Buy safely</span><img src="//cdn-cf-1.xda-developers.com/images/2015/swappaphone.png"></a>
</div>
</li>
</ul>
</div>
</div>
<div class="navbits breadcrumbs" id="navbar_container">
<a href="index.php"><i class="fas fa-home firstbreadcrumb"></i></a>
<span class="navbar"><a href="index.php" accesskey="1">xda-developers</a></span>
<span class="navbar" title="Android Development and Hacking"><i class="fas fa-angle-right"></i> <a href="/android">Android Development and Hacking</a></span>
<span class="navbar" title="Android General"><i class="fas fa-angle-right"></i> <a href="/android/general">Android General</a></span>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017"><i class="fas fa-angle-right" title="Reload this Page"></i></a>
<span>
[Guides][Mods][TouchWiz]Android 8 Oreo Mods by <a href="member.php?u=6377149">yash92duster</a>
</span>
</div>


<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="left">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Search Forums</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="Go" tabindex="1004" /></div>
<div style="margin-top:5px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />Show Threads</label>
&nbsp;
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />Show Posts</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="tags.php" rel="nofollow">Tag Search</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php" accesskey="4" rel="nofollow">Advanced Search</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="post_thanks.php?do=findallthanks">Find All Thanked Posts</a></td>
</tr>
</table>
</div>



<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">Go to Page...</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="Go" />
</form>
</td>
</tr>
</table>
</div>

<div class="leaderboard">

<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_L_1_1" adonis-marker class="purchad" style="min-height:90px; overflow:hidden; margin: auto; max-width:100%"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div style="min-height:90px; max-height:250px; overflow:hidden;" class="ad-tag" data-ad-name="forum_top" data-ad-size="728x90" ></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
if(is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_R_1_1" class="purchad"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="mforum_top" data-ad-size="300x250" ></div>');

(deployads = window.deployads || []).push({});
}
}
</script>


</div>
<div id="sidepanel">
<div class="sibling-forum-listing">
<div class="forums-title-wrapper"><span class="tp">FORUMS</span></div>
<ul>
<li class='current'><div class='left-arrow'></div><a href='/android/general' class='flink'>Android General</a></li><li><a href='/android/help' class='flink'>Android Q&amp;A, Help &amp; Troubleshooting</a></li><li><a href='/android/software-hacking' class='flink'>Android Software and Hacking General [Developers Only]</a></li><li><a href='/android/software' class='flink'>Android Software Development</a></li><li><a href='/android/development' class='flink'>Miscellaneous Android Development</a></li><div id='hidden_forums' style='display:none'><li><a href='/android/xposed-modules' class='flink'>Xposed Framework Modules</a></li><li><a href='/android/themes' class='flink'>Android Themes</a></li><li><a href='/android/apps-games' class='flink'>Android Apps and Games</a></li><li><a href='/android/developer-previews' class='flink'>Android Developer Previews</a></li></div><div style='text-align:right'><a id='more_forums' href='#'>[More]</a></div>
</ul>
</div>
<div style="margin-bottom:10px; text-align:center;"><a href="/ad-free">Remove All Ads from XDA</a></div>

<div style="text-align:center;margin-bottom:15px">
<div id="crt-348485" class="xda-crt"></div>
<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
Criteo.DisplayAcceptableAdIfAdblocked(
{
'zoneid' : 348485,
'containerid' : 'crt-348485',
'overrideZoneFloor' : false,
'callIfNotAdBlocked' : function()
{
// XDA Depot Hidden
if (document.getElementById('xdadepot-container')) {
document.getElementById('xdadepot-container').style.display='none';
}
if (document.getElementById('crt-348485')) {
document.getElementById('crt-348485').style.display='none';
}
}
}
);

if(xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_R_1_1" adonis-marker class="purchad purchad-desktop" style="margin-bottom:10px; min-height:250px;"></div>');
}
else if(xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_top_sidebar" data-ad-size="300x250" ></div>');

(deployads = window.deployads || []).push({});
}

}
</script>

</div>
<div id="stickyNav">
<link type="text/css" rel="stylesheet" href="//cdn-cf-3.xda-developers.com/css/2015/sidepanel.css">
<div id="topthanked" class="sidebox">
<h3 class="sidebox-header"><i class="fas fa-thumbs-up"></i> Most Thanked</h3>
<div id="topthanked_nav_container">
<div id="topthanked_nav_top" class="topthanked_nav" onClick="showThankedTop()"><span style="padding-top:3px;">ALL-TIME</div>
<div id="topthanked_nav_hot" class="topthanked_selected topthanked_nav" onClick="showThankedHot()">RECENT</div>
</div><div id="topThanksAll" style="display: none;"><div class="topThanks-padding"></div><ul><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 76388485 ); document.location = '/showthread.php?p=76388485'"><span class="thanked" style="color:#EB9D28">21</span><span class="posttext"> well followed this steps
from someone in my spanish
discussion &hellip;</span><div class="postmeta"><span class="thankedauthor">Josevega</span><span class="thankeddate"><a href="/showthread.php?p=76388485">2018-May-01 1:16</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77108226 ); document.location = '/showthread.php?p=77108226'"><span class="thanked" style="color:#EB9D28">20</span><span class="posttext"><span class="thankedtitle">Fixing PrivateMode on nonsupported frameworks (i.e N8/S9) Oreo edition</span> </span><div class="postmeta"><span class="thankedauthor">ananjaser1211</span><span class="thankeddate"><a href="/showthread.php?p=77108226">2018-Jul-18 17:06</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77611243 ); document.location = '/showthread.php?p=77611243'"><span class="thanked" style="color:#EB9D28">16</span><span class="posttext"> Enable Night Light Mode
Night light mode is
similar to blue &hellip;</span><div class="postmeta"><span class="thankedauthor">Grouxho</span><span class="thankeddate"><a href="/showthread.php?p=77611243">2018-Sep-13 13:07</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77001987 ); document.location = '/showthread.php?p=77001987'"><span class="thanked" style="color:#EB9D28">16</span><span class="posttext"><span class="thankedtitle">Fully spoof signature check Guide</span> So I already know there
are tons &hellip;</span><div class="postmeta"><span class="thankedauthor">BlackMesa123</span><span class="thankeddate"><a href="/showthread.php?p=77001987">2018-Jul-06 8:20</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 76579292 ); document.location = '/showthread.php?p=76579292'"><span class="thanked" style="color:#EB9D28">16</span><span class="posttext"> FIX FOR OREO DEODEX (ROM
WITHOUT ARM/ARM64) Hii
guys maybe some &hellip;</span><div class="postmeta"><span class="thankedauthor">AbrahamGC</span><span class="thankeddate"><a href="/showthread.php?p=76579292">2018-May-21 9:10</a></span></div></li></ul></div><div id="topThanksHot" style=""><div class="topThanks-padding"></div><ul><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77685087 ); document.location = '/showthread.php?p=77685087'"><span class="thanked" style="color:#EB9D28">14</span><span class="posttext"> Native Samsung Blur in
Panel 1.- Decompile
SystemUi 2.- &hellip;</span><div class="postmeta"><span class="thankedauthor">Grouxho</span><span class="thankeddate"><a href="/showthread.php?p=77685087">2018-Sep-21 16:12</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77720648 ); document.location = '/showthread.php?p=77720648'"><span class="thanked" style="color:#EB9D28">11</span><span class="posttext"> Enable - disable Dim
Effect in Panel This mod
is on fly It is &hellip;</span><div class="postmeta"><span class="thankedauthor">Grouxho</span><span class="thankeddate"><a href="/showthread.php?p=77720648">2018-Sep-25 16:27</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77832011 ); document.location = '/showthread.php?p=77832011'"><span class="thanked" style="color:#EBE338">10</span><span class="posttext"> (quote) How to disable mtp
usb pop-up 1.- Decompile &hellip;</span><div class="postmeta"><span class="thankedauthor">Grouxho</span><span class="thankeddate"><a href="/showthread.php?p=77832011">2018-Oct-09 6:09</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77811752 ); document.location = '/showthread.php?p=77811752'"><span class="thanked" style="color:#EBE338">9</span><span class="posttext"> Guide To Add Single CSC &
Remove OMC_ODM Hello
Users, As Some &hellip;</span><div class="postmeta"><span class="thankedauthor">yash92duster <u>OP</u></span><span class="thankeddate"><a href="/showthread.php?p=77811752">2018-Oct-06 12:40</a></span></div></li><li onClick="if (typeof ga !== 'undefined') ga('send', 'event', 'MostThanked', 'Click', 77814196 ); document.location = '/showthread.php?p=77814196'"><span class="thanked" style="color:#EBE338">8</span><span class="posttext"><span class="thankedtitle">Always On Display Mods</span> Always On Display Mods
These mods were &hellip;</span><div class="postmeta"><span class="thankedauthor">djb77</span><span class="thankeddate"><a href="/showthread.php?p=77814196">2018-Oct-06 20:56</a></span></div></li></ul></div></div><script async type="a1964a5df941c64d21908d27-text/javascript" src="//cdn-cf-3.xda-developers.com/sidepanel/sidepanel.js"></script>
<div id="sidepanel-threadSearch" class="widget">
<div class="widget_title"><h3>Thread Search</h3></div>
<div class="widget_content widget_news_content widget_clearfix">
<div class="widget_item widget_clearfix">
<form method="post" action="search.php?do=process&amp;searchthreadid=3772017" checked="1">
<input type="text" id="sidepanel-searchInput" placeholder="Search this thread" name="query" />
<input type="hidden" value="1" name="quicksearch" />
<input type="hidden" value="1" name="childforums" />
<input type="hidden" value="1" name="exactname" />
<input type="hidden" value="" name="s" />
<input type="hidden" name="securitytoken" value="guest" />
</form>
<a id="advancedSearch" href="search.php?searchthreadid=3772017" title="Advanced Search"><i class="fas fa-gear"></i></a>
</div>
</div>
</div>
<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_S_0_1" class="purchad" style="margin-top:10px; width:305px; max-width:305px; overflow:hidden;"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_mid_sidebar" data-ad-size="300x250" style="margin-top:10px; width:305px; max-width:305px; overflow:hidden;"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

<style>
.xda_suggested_apps {
margin-top: 10px;
}
.xda_suggested_apps .widget_item_thumb {
height: 75px;
}
.widget-item-ratings {
position: relative;
top: -25px;
padding: 0px 3px;
background: white;
color: #000;
font-size: 9px;
line-height: 9px;
}
</style>
<script type="a1964a5df941c64d21908d27-text/javascript">
jQuery(document).ready(function($) {
// only run if Google analytics is loaded (some js blockers will prevent this
if (typeof ga !== 'undefined') {
$(".xda_suggested_apps a").click(function() {
var appitem = $(this).closest('.widget_app');
var appitemid = appitem.data('app-id');
ga('send', 'event', 'Suggested-Apps', 'Click', appitemid);
});
}
});
</script>
<div class="widget xda_suggested_apps">
<div class="widget_title">
<h3>Suggested Apps</h3>
<img src="https://forum.xda-cdn.com/images/suggested-apps/play-store-icon-icon.png" alt="Google Play Store" style="float:right;">
</div>
<div class="widget_content widget_news_content widget_clearfix widget_apps">

<div class="widget_item widget_clearfix widget_app" data-app-id="1">
<div class="widget_item_thumb">
<div class="thumb_icon">
<a href="https://play.google.com/store/apps/details?id=com.xda.labs.play " target="_blank"><i class="fas fa-file-alt"></i></a>
</div>
<div class="thumb_hover">
<a href="https://play.google.com/store/apps/details?id=com.xda.labs.play " target="_blank">
<img class="visible animated" src="https://forum.xda-cdn.com/images/suggested-apps/xda-play.png" alt="XDA Play" height="75" width="75">
<span class="widget-item-ratings"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star-half"></i></span>
</a>
</div>
</div>
<div class="widget_item_content">
<h4>
<a href="https://play.google.com/store/apps/details?id=com.xda.labs.play" target="_blank">Official XDA Forum App</a>
</h4>
<div class="widget_item_text widget_clearfix">
The XDA App is the fastest way to access the forums on mobile.
</div>
</div>
</div>

<div class="widget_item widget_clearfix widget_app" data-app-id="2">
<div class="widget_item_thumb">
<div class="thumb_icon">
<a href="https://play.google.com/store/apps/details?id=com.xda.nobar" target="_blank"><i class="fas fa-file-alt"></i></a>
</div>
<div class="thumb_hover">
<a href="https://play.google.com/store/apps/details?id=com.xda.nobar" target="_blank">
<img class="visible animated" src="https://forum.xda-cdn.com/images/suggested-apps/navigation-gestures.png" alt="Navigation Gestures" height="75" width="75">
<span class="widget-item-ratings"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star fa-star-blank"></i></span>
</a>
</div>
</div>
<div class="widget_item_content">
<h4>
<a href="https://play.google.com/store/apps/details?id=com.xda.nobar" target="_blank">Navigation Gestures</a>
</h4>
<div class="widget_item_text widget_clearfix">
Customizable gesture control for any Android device.
</div>
</div>
</div>

<div class="widget_item widget_clearfix widget_app" data-app-id="3">
<div class="widget_item_thumb">
<div class="thumb_icon">
<a href="https://www.xda-developers.com/xda-labs/" target="_blank"><i class="fas fa-file-alt"></i></a>
</div>
<div class="thumb_hover">
<a href="https://www.xda-developers.com/xda-labs/" target="_blank">
<img class="visible animated" src="https://forum.xda-cdn.com/images/suggested-apps/labs.png" alt="Labs" height="75" width="75">
<span class="widget-item-ratings"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i></span>
</a>
</div>
</div>
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/xda-labs/" target="_blank">XDA Labs</a>
</h4>
<div class="widget_item_text widget_clearfix">
Labs is an independent app store that gives developers full control over their work.
</div>
</div>
</div>

<div class="widget_item widget_clearfix widget_app" data-app-id="4">
<div class="widget_item_thumb">
<div class="thumb_icon">
<a href="https://play.google.com/store/apps/details?id=projekt.substratum" target="_blank"><i class="fas fa-file-alt"></i></a>
</div>
<div class="thumb_hover">
<a href="https://play.google.com/store/apps/details?id=projekt.substratum" target="_blank">
<img class="visible animated" src="https://forum.xda-cdn.com/images/suggested-apps/substratum.png" alt="Substratum" height="75" width="75">
<span class="widget-item-ratings"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star fa-star-blank"></i></span>
</a>
</div>
</div>
<div class="widget_item_content">
<h4>
<a href="https://play.google.com/store/apps/details?id=projekt.substratum" target="_blank">Substratum</a>
</h4>
<div class="widget_item_text widget_clearfix">
The ultimate, most complete theming solution for Android.
</div>
</div>
</div>

<div class="widget_item widget_clearfix widget_app" data-app-id="5">
<div class="widget_item_thumb">
<div class="thumb_icon">
<a href="https://play.google.com/store/apps/details?id=com.xda.feed" target="_blank"><i class="fas fa-file-alt"></i></a>
</div>
<div class="thumb_hover">
<a href="https://play.google.com/store/apps/details?id=com.xda.feed" target="_blank">
<img class="visible animated" src="https://forum.xda-cdn.com/images/suggested-apps/feed.png" alt="XDA Feed" height="75" width="75">
<span class="widget-item-ratings"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star-half"></i></span>
</a>
</div>
</div>
<div class="widget_item_content">
<h4>
<a href="https://play.google.com/store/apps/details?id=com.xda.feed" target="_blank">XDA Feed</a>
</h4>
<div class="widget_item_text widget_clearfix">
The best way to get cutting edge news about your device!
</div>
</div>
</div>
</div>
</div>
<div class="widget xdaforumnews">
<div class="widget_title">
<h3>Top Forum Discussions</h3>
</div>
<div class="widget_content widget_news_content widget_clearfix">
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/build-lineageos-16-windows-10-pc/" target="_blank">How to build LineageOS 16.0 on a Windows 10 PC</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 15, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/zte-quartz-twrp-factory-images-kernel-source/" target="_blank">ZTE Quartz gets TWRP, factory images, and kernel source availability</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 14, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/xiaomi-redmi-6-pro-official-twrp/" target="_blank">Xiaomi Redmi 6 Pro gets official TWRP</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 10, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/borderlight-live-wallpaper-colors-oneplus-6/" target="_blank">Borderlight Live Wallpaper highlights the borders of the OnePlus 6</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 5, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/standalone-k-9-mail-client-wear-os/" target="_blank">Standalone K-9 Mail client built for Wear OS smartwatches</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 5, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/xiaomi-mi-8-lite-unofficial-twrp/" target="_blank">Xiaomi Mi 8 Lite gets unofficial TWRP</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 5, 2018</span>
</div>
</div>
</div>
<div class="widget_item widget_clearfix">
<div class="widget_item_content">
<h4>
<a href="https://www.xda-developers.com/nokia-7-1-forums-open/" target="_blank">Nokia 7.1 forums are now open</a>
</h4>
<div class="widget_item_meta widget_clearfix">
<span class="meta_date">October 5, 2018</span>
</div>
</div>
</div>
<a href="https://www.xda-developers.com/category/forum-links/" class="xda-more-link">More Forum Links <i class="fas fa-caret-right"></i></a></div></div>
<SCRIPT language='JavaScript1.1' SRC="https://ad.doubleclick.net/ddm/adj/N3643.1192088.XDA-DEVELOPERS.COM/B7991651.106197715;sz=300x250;ord=[timestamp]?" type="a1964a5df941c64d21908d27-text/javascript">
</SCRIPT>
<NOSCRIPT>
<A HREF="https://ad.doubleclick.net/ddm/jump/N3643.1192088.XDA-DEVELOPERS.COM/B7991651.106197715;sz=300x250;ord=[timestamp]?">
<IMG SRC="https://ad.doubleclick.net/ddm/ad/N3643.1192088.XDA-DEVELOPERS.COM/B7991651.106197715;sz=300x250;ord=[timestamp]?" BORDER=0 WIDTH=300 HEIGHT=250 ALT="Advertisement"></A>
</NOSCRIPT>
<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if(xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_R_0_1" class="purchad" style="margin-top:10px;"></div>');
}
else if(xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_bot_sidebar" data-ad-sticky="sidebar" data-ad-size="300x250" style="margin-top:10px;"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>


</div>
</div>
<div class="page page-showthread">
<div class="pollbox forumbox box-shadow">
<div class="forum-head">
<h2><i class="fa fa-chevron-right"></i>&nbsp;View Poll Results: Hello Users...!!! Is Thread Useful.......!!!</h2>
</div>
<div class="pollbox-results">
<div class="pollbox-result">
<div class="pollresult-response">
Yes.....Good Collection of Mods.
</div>
<div class="pollresult-bar">
<div class="pollresult-bar-solid pollresult-bar-2" style="width:87.04%;">&nbsp;</div>
</div>
<div class="pollresult-votenumber"><a href="poll.php?do=showresults&amp;pollid=27174">94</a><span class="pollresult-responsive-text-show"> Vote(s)</span></div>
<div class="pollresult-votepercent">87.04%</div>
</div><div class="pollbox-result">
<div class="pollresult-response">
Not useful, I dont own Samsung Device.
</div>
<div class="pollresult-bar">
<div class="pollresult-bar-solid pollresult-bar-3" style="width:15.74%;">&nbsp;</div>
</div>
<div class="pollresult-votenumber"><a href="poll.php?do=showresults&amp;pollid=27174">17</a><span class="pollresult-responsive-text-show"> Vote(s)</span></div>
<div class="pollresult-votepercent">15.74%</div>
</div>
</div>
<div class="pollbox-footer">
Multiple Choice Poll. Voters: <strong>108</strong>. You may not vote on this poll</span>
</div>
</div>
<a name="poststop" id="poststop"></a>
<div id="edit76093145" class="postbit-wrapper ">
<a id="post76093145" class="postbit-anchor"></a>
<div id="thread-header-bloglike">
<div id="thread-header-avatar">
<div class="pbava smallfont">
<a href="member.php?u=6377149">
<img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="XDA Member yash92duster" border="0" />
</a>
</div>
</div>
<div id="thread-header-social">
<ul class="socialcount" data-url="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" data-share-text="[Guides][Mods][TouchWiz]Android 8 Oreo Mods via @xdadevelopers">
<li class="twitter animate bounceInDelay"><a href="retweet.php?t=3772017" title="Share on Twitter" class="showthread-twitter" target="_blank" rel="nofollow"><i class="sti fab fa-twitter"></i>&nbsp;&nbsp;Tweet</span></a></li>
<li class="facebook animate bounceInDelay"><a href="https://www.facebook.com/sharer/sharer.php?u=https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" title="Share on Facebook" class="showthread-facebook" target="_blank" rel="nofollow"><i class="sti fab fa-facebook-f"></i>&nbsp;&nbsp;Like</span></a></li>
<li class="googleplus animate bounceInDelay"><a href="https://plus.google.com/share?url=https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" title="Share on Google Plus" class="showthread-googleplus" target="_blank" rel="nofollow"><i class="sti fab fa-google-plus-g"></i>&nbsp;&nbsp;+1</a></li>

</ul>
</div>
<h1>[Guides][Mods][TouchWiz]Android 8 Oreo Mods</h1>
<div id="thread-header-thanks">
<div class="user-posts">
<strong>9,570</strong> posts
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
</div>
<div id="thread-header-meta">
By <span><a class="bigfusername xda-popup-trigger" id="postmenu_76093145" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a></span>, Recognized Contributor on 2nd April 2018, 01:31 AM
<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093145_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter-t"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
</div>

<div class="showthread-abovebar-controls above-content-bar">
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093145" class="showthread-firstunread new-button"><i class="fas fa-caret-square-down"></i> <strong>View First Unread</strong></a>
<a href="newreply.php?do=newreply&amp;noquote=1&amp;p=76093145" rel="nofollow" class="new-button title=" Quick Reply"><i class="pbfa fas fa-reply"></i> <span class="responsive-text-hide">Post </span>Reply</a>
<a id="email_btn" href="/cdn-cgi/l/email-protection#dce3afa9beb6b9bfa8e184989df198b9aab9b0b3acb9aeaffc99b1bdb5b0b9b8fc88b4aeb9bdb8e6fc879ba9b5b8b9af818791b3b8af818788b3a9bfb48bb5a6819db2b8aeb3b5b8fce4fc93aeb9b3fc91b3b8affabeb3b8a5e194b9aeb9fbaffca8b4b9fcb0b5b2b7fca5b3a9fcb9b1bdb5b0b9b8fca8b3fca5b3a9aeafb9b0bae6fcb4a8a8acafe6f3f3bab3aea9b1f2a4b8bdf1b8b9aab9b0b3acb9aeaff2bfb3b1f3bdb2b8aeb3b5b8f3bbb9b2b9aebdb0f3bba9b5b8b9aff1bdb2b8aeb3b5b8f1e4f1ecf1b3aeb9b3f1b1b3b8aff1a8b4aeb9bdb8f1a8efebebeeecedeb" class="new-button showthread-email-thread"><i class="fas fa-envelope"></i> Email<span class="responsive-text-hide"> Thread</span></a>
<div class="pagenav">
<span class="pageofpages vbmenu_control">Page 1 of 69</span>
<span class="smallfont pagenav-curpage" title="Showing results 1 to 10 of 685">1</span>
<a class="smallfont pagenav-pagelink" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page2" title="Show results 11 to 20 of 685">2</a>
<a class="smallfont pagenav-pagelink" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page3" title="Show results 21 to 30 of 685">3</a>
<a class="smallfont pagenav-linkrel" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page11" title="Show results 101 to 110 of 685">11</a>
<a class="smallfont pagenav-linkrel" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page51" title="Show results 501 to 510 of 685">51</a>
<a rel="next" class="smallfont" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page2" title="Next &raquo; - Results 11 to 20 of 685"><i class="fa fa-angle-right"></i></a>
<a rel="last" class="smallfont" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page69" title="Last Page - Results 681 to 685 of 685" class="pagination-forward">Last <i class="fa fa-angle-double-right"></i></a>
<table class="pagenav-goto" title="Page 1 of 69"><tr><td title="showthread.php?t=3772017"><a name="PageNav"></a></td></tr></table>
</div>
<form id="showthread-topsearch" action="search.php?do=process&amp;searchthreadid=3772017" method="post">
<input type="hidden" name="quicksearch" value="1">
<input type="hidden" name="childforums" value="1">
<input type="hidden" name="exactname" value="1">
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="text" placeholder="Search Thread" name="query" id="showthread-topsearch-text" class="search-input">
</form>
</div>

<div id="top_tabControls" class="upper_nav_container">
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="a1964a5df941c64d21908d27-text/javascript">
PROJECT_POST = '76093145';
PROJECT_THREAD = '3772017';
</script>
<div id="top_tabControls">
<ul class="threadcontrols2 threadcontrols tabcontrols2 tabcontrols">
<li>
<a id="tabControl_discussion" class='active' href="/showthread.php?t=3772017">Discussion</a>
<a id="tabControl_reviews" href="/devdb/project/?id=28436#reviews">Reviews</a>
<a id="tabControl_loading"><span id='loadingAnim' class='loadingAnimClass' style='position:relative;left:14px;'><img src='/clientscript/loading_small.gif' align='top'> <small>Loading...</small></span></a>
</li>
</ul>
<ul id="project_menu_threadcontrols" class="threadcontrols2 threadmenu threadcontrols alignright">
<li>
<a href="/login.php?do=loginr&url=%2Fdevdb%2Fproject%2F%3Fid%3D28436%26task%3Dfollow">Login to Follow Project</a>
</li>
</ul>
</div>
</div>
<div id="devdb_announcement">
<strong>Announcement from yash92duster:</strong> Dear Users, OP Will Be Updated once in 2 Weeks Only, #680
</div>
<div class="clear"></div>
<style>
#tabControl_bugReporter, #tabControl_featureRequests
{
display: none !important;
}
</style><link type='text/css' rel='stylesheet' href='//cdn-cf-4.xda-developers.com/css/2015/devdb.css' />
<div id="posts">
<div id="edit76093145" class="postbit-wrapper ">
<div class="post-content-container post-content-container-first-post">
<div class="postbit-content postbit-content-moderated" id="td_post_76093145">
<div class="post-text post-first-post" id="post_message_76093145">
<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_R_1_2" class="purchad" style="float:right;margin-left:5px; width: 300px; height:250px; min-height:250px; max-height:250px; overflow:hidden;"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_incontentbox_1" data-ad-size="300x250" style="float:right;margin-left:5px; width: 300px; height:250px; min-height:250px; max-height:250px; overflow:hidden;"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

<div align="center"><img src="https://img.xda-cdn.com/fzbyjYfwJErOSgLBqR5qI3Yck_0=/http%3A%2F%2Ffs1.directupload.net%2Fimages%2F180402%2Fhtey5les.jpg" border="0" alt="" title="" /><br />
<b><font size="3">I Hope All Agree With Me And Share Guides Here For Oreo Like Me.<br />
<br />
<br />
Please Feel Free To Contribute As Well.<br />
</font></b><br />
<br />
<br />
<b><font size="3"><br />
<font color="DarkRed">Note:</font><br />
This Thread is Purely Meant For Custom ROM Devs / Learners<br />
Others Please Ignore And Don't Ask For Flashable Zips<br />
</font></b><br />
<br />
<br />
<b><font size="3"><br />
<font color="DarkRed">Note to Beginners:</font><br />
You Will Need Basic Knowledge For Editing Decompiled Apks and Jars.<br />
</font></b><br />
<br />
<br />
<font size="5"><b>Thread Rules:</b></font><br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 114px;
text-align: left;
overflow: auto">*Post Guides Here Which Work 100% Only On A Galaxy S8/S8+, Note 8, S9/S9+ or any Oreo Device
*If You Post A Guide, Then Be Sure Its Your Own Guide.
*If Guide Is Not Owned By You Then Please Link To The Post Of Original Developer And Show Only The Changes Here.
*If Guide Is Not Owned By You Then Give Credits And Write That - &quot; The Users Have To Thank In Linked Thread From Original Thread &quot;.
*Please Add Screenshots For All Guides you post, Also use Xda Upload Tab For Uploading Pictures and don't add urls.
*Keep your guide please up to date.</pre>
</div><br />
<b><font size="5"><i><font color="DarkRed">Lets Get Started:</font></i></font></b><br />
<br />
<br />
<b><font size="5">SecSettings:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Outdoor Mode in Settings for Oreo:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226004&amp;postcount=25" target="_blank">https://forum.xda-developers.com/sho...4&amp;postcount=25</a><br />
<br />
* Nav Bar Colors Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226163&amp;postcount=30" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=30</a><br />
<br />
* Rom Logo to SecSettings for Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226277&amp;postcount=34" target="_blank">https://forum.xda-developers.com/sho...7&amp;postcount=34</a><br />
<br />
* Adding Changelog Option To SecSettings Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226336&amp;postcount=35" target="_blank">https://forum.xda-developers.com/sho...6&amp;postcount=35</a><br />
<br />
* Guide To Add Apps To SecSettings<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76627541&amp;postcount=157" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=157</a><br />
<br />
* Guide To Change User Manual Link In Settings Menu To Any Else:<br />
* Add On To User Manual Link In Settings Menu To Any Else: Remove SBrowser Link By Default And Use Any Other Browser:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76672397&amp;postcount=181" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=181</a><br />
<br />
* The Vibration Of The Soft Keys Switch<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76903005&amp;postcount=258" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=258</a><br />
<br />
* Show Touch Key Light Duration on Display Settings<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77590799&amp;postcount=591" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=591</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">SystemUI:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Guide to Remove High Volume Warning<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76093180&amp;postcount=5" target="_blank">https://forum.xda-developers.com/sho...80&amp;postcount=5</a><br />
<br />
* Guide to Remove Dual Sim Bar from Notification Panel<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225807&amp;postcount=18" target="_blank">https://forum.xda-developers.com/sho...7&amp;postcount=18</a><br />
<br />
* GUIDE_TUTORIAL_THINK-OUTSIDE-THE-BOX - Global context for android application - example on SystemUI<br />
<a href="https://forum.xda-developers.com/showpost.php?p=67930675&amp;postcount=8317" target="_blank">https://forum.xda-developers.com/sho...postcount=8317</a><br />
<br />
* Guide menu reset and off on samsung oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76170901&amp;postcount=9" target="_blank">https://forum.xda-developers.com/sho...01&amp;postcount=9</a><br />
<br />
* SystemUI Tiles<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225941&amp;postcount=22" target="_blank">https://forum.xda-developers.com/sho...1&amp;postcount=22</a><br />
<br />
* NETWORK TRAFFIC WITH DARK TINT<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76270955&amp;postcount=42" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=42</a><br />
<br />
* DOUBLE TAP TO SLEEP ON STATUSBAR (ROMCONTROL OPTIONAL)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76291283&amp;postcount=44" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=44</a><br />
<br />
* ENABLE LOCKSCREEN ROTATION (ROMCONTROL OPTIONAL)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76298464&amp;postcount=45" target="_blank">https://forum.xda-developers.com/sho...4&amp;postcount=45</a><br />
<br />
* TOGGLE COLOR INVERSION<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76302363&amp;postcount=46" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=46</a><br />
<br />
* COLOR SIGNAL CLUSTER WITHOUT LOSS DARK TINT<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76311765&amp;postcount=47" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=47</a><br />
<br />
* Center clock<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76372750&amp;postcount=50" target="_blank">https://forum.xda-developers.com/sho...0&amp;postcount=50</a><br />
<br />
* Guide to Hide Status Bar Icons in Lock Screen<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76475592&amp;postcount=112" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=112</a><br />
<br />
* Permanently Disable High Level Brightness Popup In TW Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76452776&amp;postcount=108" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=108</a><br />
<br />
* Custom Animation GIF For TW Oreo!<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76445897&amp;postcount=99" target="_blank">https://forum.xda-developers.com/sho...7&amp;postcount=99</a><br />
<br />
* FontUtils (Custom fonts for all TextViews with RC)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76422128&amp;postcount=77" target="_blank">https://forum.xda-developers.com/sho...8&amp;postcount=77</a><br />
<br />
* Guide To Add Quick Face Unlock Without Swipe ( With Google Smart Lock ) <br />
<a href="https://forum.xda-developers.com/showpost.php?p=76598193&amp;postcount=147" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=147</a><br />
<br />
* Signal Cluster To The Left ( With/Without RomControl ) ( On-The-Fly )<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76746630&amp;postcount=194" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=194</a><br />
<br />
* Guide - Move status bar views to right - left or center on fly<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76791767&amp;postcount=200" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=200</a><br />
<br />
* [GUIDE]Change Battery Icon on Every 10% Drain on Tw Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76859738&amp;postcount=237" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=237</a><br />
<br />
* Mini Guide - Force always visible Free Form Menu item in notifications<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76849834&amp;postcount=228" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=228</a><br />
<br />
* SIM Panel Responsive Switch<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76918617&amp;postcount=276" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=276</a><br />
<br />
* Dual Sim Bar from Notification Panel with switch<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76918617&amp;postcount=276" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=276</a><br />
<br />
* Fingerprint Unlock without RomControl &amp; with RomControl<br />
<i>Unlock Device Using Fingerprint Unlock After Reboot</i><br />
<a href="https://forum.xda-developers.com/showpost.php?p=77035733&amp;postcount=341" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=341</a><br />
<br />
* USE BIOMETRIC ON REBOOT<br />
<i>Unlock Device Using Fingerprint/IRIS/Face Unlock After Reboot</i><br />
<a href="https://forum.xda-developers.com/showpost.php?p=77013566&amp;postcount=323" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=323</a><br />
<br />
* Unlock Device Using Fingerprint/IRIS/Face Unlock After Reboot<br />
<i>Unlock Device Using Fingerprint Unlock After Reboot</i><br />
<a href="https://forum.xda-developers.com/showpost.php?p=76409989&amp;postcount=70" target="_blank">https://forum.xda-developers.com/sho...9&amp;postcount=70</a><br />
<br />
* TOGGLE FOR FINGERPRINT WAKE-UP<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77070109&amp;postcount=384" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=384</a><br />
<br />
* Advanced Power Menu - Up to 15 Toggles, custom colors...<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77180584&amp;postcount=428" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=428</a><br />
<br />
* QUICK-REPLY ON SECURE LOCKSCREEN (WITH/WITHOUT ROMCONTROL)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77201991&amp;postcount=445" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=445</a><br />
<br />
* DeluxeOutdoor - Custom outdoor button on notif. panel<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77239798&amp;postcount=452" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=452</a><br />
<br />
* Screen off TimeOuts Tile - User Screen and Lock Screen (normal mode and power save mode)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77167897&amp;postcount=421" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=421</a><br />
<br />
* Guide To Add Next Alarm In The Lockscreen With Toggle<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77565698&amp;postcount=586" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=586</a><br />
<br />
* Modded Screen Recorder apk and SystemUI Tile<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77608911&amp;postcount=597" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=597</a><br />
<br />
* Native Samsung Blur in Panel<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77685087&amp;postcount=615" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=615</a><br />
<br />
* Enable/Disable Dim Effect in Panel<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77720648&amp;postcount=629" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=629</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Framework-res:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Framework Res Apk SSRM and HQM Optimizations<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225918&amp;postcount=21" target="_blank">https://forum.xda-developers.com/sho...8&amp;postcount=21</a><br />
<br />
* Guide To Fix Headphones in S9+ Oreo Ports<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226059&amp;postcount=27" target="_blank">https://forum.xda-developers.com/sho...9&amp;postcount=27</a><br />
<br />
* Camera Flash Light 1% Mod<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226231&amp;postcount=33" target="_blank">https://forum.xda-developers.com/sho...1&amp;postcount=33</a><br />
<br />
* Enable Night Light Mode <br />
<a href="https://forum.xda-developers.com/showpost.php?p=77611243&amp;postcount=600" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=600</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Services.jar:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Guide To Permanently Disable Flag Secure in Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226139&amp;postcount=29" target="_blank">https://forum.xda-developers.com/sho...9&amp;postcount=29</a><br />
<br />
* Fully spoof signature check Guide<br />
( Services.jar &amp; Core-oj.jar - Signature Check Disable, Installing Apps Older Versions Over Newer For Oreo )<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77001987&amp;postcount=314" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=314</a><br />
<br />
* Signature Check Disable For Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226193&amp;postcount=31" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=31</a><br />
<br />
* Installing Apps Older Versions Over Newer For Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226212&amp;postcount=32" target="_blank">https://forum.xda-developers.com/sho...2&amp;postcount=32</a><br />
<br />
* USB Plug/Unplug disable wake up with toggle in RomControl<br />
<a href="https://forum.xda-developers.com/showpost.php?p=69794937&amp;postcount=6" target="_blank">https://forum.xda-developers.com/sho...37&amp;postcount=6</a><br />
<br />
* Tweaks: bypass MicroSD/Sim2 tray lock <br />
<a href="https://forum.xda-developers.com/showpost.php?p=77001643&amp;postcount=313" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=313</a><br />
<br />
* Guide - A bit different way for Toast Animations<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77053616&amp;postcount=375" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=375</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Always On Display:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Guide To Add Custom Home Button Icon in Always On Display<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77814196&amp;postcount=655" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=655</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">GooglePackageInstaller:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* <br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Samsung Camera 7/8:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* <br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">InCallUI:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* <br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">TouchWizHome Launcher:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* TouchWizLauncher - Adding 8 Icons to Dock<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225882&amp;postcount=20" target="_blank">https://forum.xda-developers.com/sho...2&amp;postcount=20</a><br />
<br />
* TouchWizLauncher Landscape/Portrait Mode For Home<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225962&amp;postcount=23" target="_blank">https://forum.xda-developers.com/sho...2&amp;postcount=23</a><br />
<br />
* ENABLE LANDSCAPE MODE ON TW (SMALI WAY)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76282170&amp;postcount=43" target="_blank">https://forum.xda-developers.com/sho...0&amp;postcount=43</a><br />
<br />
* TOUCHWIZ : CUSTOM SIZE / COLOR APP NAMES WITH ROMCONTROL<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77249344&amp;postcount=457" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=457</a><br />
<br />
* Double Tap Gestures On Home Screen (13 Actions) (Launcher_3)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77510030&amp;postcount=521" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=521</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Samsung Root Detection App:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* SysScope: Set Device Status Official<br />
<a href="https://forum.xda-developers.com/showpost.php?p=70453055&amp;postcount=81" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=81</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Samsung MTP (USB):</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Guide To Disable MTP (USB) Pop-up:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77832011&amp;postcount=680" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=680</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">SecSetupWizard_Global:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* <br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Build.prop Tweaks:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Build Prop Tweaks:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225678&amp;postcount=12" target="_blank">https://forum.xda-developers.com/sho...8&amp;postcount=12</a><br />
<br />
* Guide To Fix SafetyNet CTS &amp; Basic Integrity Failure in Magisk Root<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77715437&amp;postcount=624" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=624</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">CSC Tweaks:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* CSC Tweaks:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225671&amp;postcount=11" target="_blank">https://forum.xda-developers.com/sho...1&amp;postcount=11</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">UPSM Tweaks:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
*<br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Kernel Mods:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Fix For Oreo DeOdex (ROM WITHOUT ARM/ARM64)<br />
( You Can Boot ROM Without Using System/Framework/ARM/ and System/Framework/ARM64 Folders )<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76579292&amp;postcount=141" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=141</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<b><font size="5">Flashable Zip For Flashing System Files:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226351&amp;postcount=36" target="_blank">https://forum.xda-developers.com/sho...1&amp;postcount=36</a><br />
</div>
</div><br />
<br />
<br />
<b><font size="5"> Uncategorized:</font></b><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* [Smali/Baksmali] JesusFreke - Smali/Baksmali Jars<br />
<a href="https://bitbucket.org/JesusFreke/smali/downloads/" target="_blank" rel="nofollow">https://bitbucket.org/JesusFreke/smali/downloads/</a><br />
<br />
* Some OMC manipulation tips<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76206008&amp;postcount=10" target="_blank">https://forum.xda-developers.com/sho...8&amp;postcount=10</a><br />
<br />
* Use ODM instead of OMC/CSC in Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76861271&amp;postcount=240" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=240</a><br />
<br />
* Decode/Encode OMC/CSC Files Tool<br />
<a href="https://forum.xda-developers.com/android/software/decode-encode-omc-files-omc-decoder-t3791471" target="_blank">https://forum.xda-developers.com/and...coder-t3791471</a><br />
<br />
* Decode/Encode OMC/CSC Files<br />
<a href="https://forum.xda-developers.com/galaxy-note-8/how-to/decrypt-decode-note-8-omc-csc-files-t3770940" target="_blank">https://forum.xda-developers.com/gal...files-t3770940</a><br />
<br />
* How to Modify SystemUI.apk, Secsettings.apk, framework-res.apk and the * .jar of Samsung Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76259485&amp;postcount=39" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=39</a><br />
<a href="https://forum.xda-developers.com/showpost.php?p=76259533&amp;postcount=40" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=40</a><br />
<a href="https://forum.xda-developers.com/showpost.php?p=76259824&amp;postcount=41" target="_blank">https://forum.xda-developers.com/sho...4&amp;postcount=41</a><br />
<br />
* [Guide][Video Tutorial] How to build Custom ROMs and Kernel Modification![O][N][M][L]<br />
<a href="https://forum.xda-developers.com/android/general/guide-how-to-build-custom-roms-kernel-t3814251" target="_blank">https://forum.xda-developers.com/and...ernel-t3814251</a><br />
<br />
* For those who want to go from 6th ROM Control to GRX Settings<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76987927&amp;postcount=312" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=312</a><br />
<br />
* Fixing Private Mode on Non Supported Frameworks (i.e S8+ / Note 8 / S9 ) Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77108226&amp;postcount=408" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=408</a><br />
<br />
* How To Fix S9+/S9 Dolby on Oreo Roms <br />
<a href="https://forum.xda-developers.com/showpost.php?p=77100856&amp;postcount=405" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=405</a><br />
<br />
* RMM prenormal work around<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76388485&amp;postcount=51" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=51</a><br />
<br />
* All about CPU Governors and GPU governors<br />
<a href="http://ajgupta.github.io/android/2015/01/28/CPU-and-GPU-governors/" target="_blank" rel="nofollow">http://ajgupta.github.io/android/201...GPU-governors/</a><br />
<br />
* Guide To Bypass Google Pay App - Magisk Hide<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77719104&amp;postcount=626" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=626</a><br />
<br />
* [GUIDE] Root/Install TWRP on any NON-US Samsung after 2018 updates<br />
<a href="https://forum.xda-developers.com/samsung-a-series-2017/how-to/guide-root-install-twrp-samsung-t3747535" target="_blank">https://forum.xda-developers.com/sam...msung-t3747535</a><br />
<br />
* &quot;Lockscreen &amp; Home &quot; Default Wallpaper:<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77508855&amp;postcount=518" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=518</a><br />
<br />
* [Guide][tut] [LP/MM] Hide/Enable Layouts (small apps, Icons, Nav and more) no smali<br />
<a href="https://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/guide-hide-enable-layouts-small-apps-t3417499" target="_blank">https://forum.xda-developers.com/cro...-apps-t3417499</a><br />
<br />
* Guide To Add Single CSC &amp; Remove OMC_ODM<br />
<a href="https://forum.xda-developers.com/showpost.php?p=77811752&amp;postcount=652" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=652</a><br />
<br />
* AppLock For Oreo 8.0<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225695&amp;postcount=13" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=13</a><br />
<br />
* Screen Recorder<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225863&amp;postcount=19" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=19</a><br />
<br />
* Power Plan Feature for Device Maintenance Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225983&amp;postcount=24" target="_blank">https://forum.xda-developers.com/sho...3&amp;postcount=24</a><br />
<br />
* Guide for GMS Doze<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225714&amp;postcount=14" target="_blank">https://forum.xda-developers.com/sho...4&amp;postcount=14</a><br />
<br />
* Guide to Fix Data Mount in TWRP for Oreo<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76226096&amp;postcount=28" target="_blank">https://forum.xda-developers.com/sho...6&amp;postcount=28</a><br />
<br />
* [APP][Root][2.1+][OFFICIAL] AdAway<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2190753" target="_blank">https://forum.xda-developers.com/sho....php?t=2190753</a><br />
<br />
* ADB Prop Tweak<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225725&amp;postcount=15" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=15</a><br />
<br />
* Guide to Calibrate Battery<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76225734&amp;postcount=16" target="_blank">https://forum.xda-developers.com/sho...4&amp;postcount=16</a><br />
<br />
* [FontPack] -v7.2- 1120 Fonts Compatible with Oreo<br />
<a href="https://forum.xda-developers.com/galaxy-s6/themes-apps/font-pack-966-fonts-one-apk-s6-s6edge-t3154336" target="_blank">https://forum.xda-developers.com/gal...6edge-t3154336</a><br />
<br />
* [ADVANCED TUTORIAL][NOT-FOR-THE-WEAK-HEART][6THGEAR INFO CORNER] Content observer the 6thGear way<br />
<a href="https://forum.xda-developers.com/showpost.php?p=68027127&amp;postcount=8549" target="_blank">https://forum.xda-developers.com/sho...postcount=8549</a><br />
<br />
* [GUIDE]All-In-One(stock FW/CSC/ROOT/TWRP recovery/FRP unlock/PIT/unbrick/bootloader)<br />
<a href="https://forum.xda-developers.com/galaxy-s7/how-to/guide-onelatest-stock-fw-csc-root-t3702963" target="_blank">https://forum.xda-developers.com/gal...-root-t3702963</a><br />
<br />
* [30/09/16][Sounds] Iron Man 3 Added !!! [BOOTANIMATIONS] for S5/N4/S6/E /N5/S7/E<br />
<a href="https://forum.xda-developers.com/galaxy-s6/themes-apps/bootanimation-android-n-prev-4-audio-t3410272" target="_blank">https://forum.xda-developers.com/gal...audio-t3410272</a><br />
<br />
* [TOOLS][ZIPS][SCRIPTS] osm0sis' Odds and Ends [Multiple Devices/Platforms]<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2239421" target="_blank">https://forum.xda-developers.com/sho....php?t=2239421</a><br />
<br />
* [GUIDE] Restore You IMEI And Fix Corrupted EFS<br />
<a href="https://forum.xda-developers.com/android/general/guide-restore-imei-fix-corrupted-efs-t3116217" target="_blank">https://forum.xda-developers.com/and...d-efs-t3116217</a><br />
<br />
* [DEV][TEMPLATE] AnyKernel2 - Easily Mod ROM Ramdisk + Pack zImage<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2670512" target="_blank">https://forum.xda-developers.com/sho....php?t=2670512</a><br />
<br />
* [TOOL] Public ID Converter<br />
<a href="https://forum.xda-developers.com/android/software/tool-public-id-converter-t3064175" target="_blank">https://forum.xda-developers.com/and...erter-t3064175</a><br />
<br />
* SystemUI Compilation Error Fix!<br />
<a href="https://forum.xda-developers.com/showpost.php?p=76361966&amp;postcount=49" target="_blank">https://forum.xda-developers.com/sho...6&amp;postcount=49</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<img src="https://img.xda-cdn.com/YIVqH8hi9WHJTrEdvqh2oltSmWY=/http%3A%2F%2Ffs5.directupload.net%2Fimages%2F170103%2Fsd8jtf2c.jpg" border="0" alt="" title="" /><br />
<br />
<font color="DarkRed"><font size="5"><b><u>ROM Building Kitchens:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* [WINDOWS/LINUX][DONATE] SuperR's Kitchen<br />
<a href="https://forum.xda-developers.com/apps/superr-kitchen/windows-linux-superr-s-kitchen-v3-0-0-0-t3601702" target="_blank">https://forum.xda-developers.com/app...0-0-0-t3601702</a><br />
<br />
* [LINUX][FREE] SuperR's Kitchen<br />
<a href="https://forum.xda-developers.com/apps/superr-kitchen/kitchen-superr-s-kitchen-v1-1-50-v2-1-6-t3597434" target="_blank">https://forum.xda-developers.com/app...2-1-6-t3597434</a><br />
<br />
* TOAD - The Open-Source Android Deodexer<br />
<a href="https://forum.xda-developers.com/android/general/toad-source-android-deodexer-t3848307" target="_blank">https://forum.xda-developers.com/and...dexer-t3848307</a><br />
<br />
* Poison Kitchen IDE<br />
<a href="https://forum.xda-developers.com/android/software-hacking/ide-roms-poison-kitchen-ide-t3779833" target="_blank">https://forum.xda-developers.com/and...n-ide-t3779833</a><br />
<br />
* [ANDROID ROMs SYSTEMs EDITOR] ASSAYYED_KITCHEN<br />
<a href="https://forum.xda-developers.com/chef-central/android/best-android-roms-editor-assayyedkitchen-t3410545" target="_blank">https://forum.xda-developers.com/che...tchen-t3410545</a><br />
<br />
* [TOOL]Fulmics Deodexer ◦ Marshmallow ◦ Nougat ◦ Oreo<br />
<a href="https://forum.xda-developers.com/android/software-hacking/tooll-03-12-fulmics-deodexer-1-0-t3512081" target="_blank">https://forum.xda-developers.com/and...r-1-0-t3512081</a><br />
<br />
* [TOOL] Tickle My Android - Decompiling &amp; Deodexing The Easy Way<br />
<a href="https://forum.xda-developers.com/showthread.php?t=1633333" target="_blank">https://forum.xda-developers.com/sho....php?t=1633333</a><br />
<br />
* [Tool]Fully automated tool for create deodex from ART<br />
<a href="https://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025" target="_blank">https://forum.xda-developers.com/gal...oid-l-t2972025</a><br />
<br />
<br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>Root:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* SuperSU Root<br />
<a href="https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133" target="_blank">https://forum.xda-developers.com/app...v2-05-t2868133</a><br />
<br />
* Magisk Root<br />
<a href="https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589" target="_blank">https://forum.xda-developers.com/app...80cb6-t3618589</a><br />
<a href="https://github.com/topjohnwu/Magisk/releases" target="_blank" rel="nofollow">https://github.com/topjohnwu/Magisk/releases</a><br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>Xposed:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* [OFFICIAL] Xposed for Lollipop/Marshmallow<br />
<a href="http://forum.xda-developers.com/showthread.php?t=3034811" target="_blank">http://forum.xda-developers.com/show....php?t=3034811</a><br />
<br />
* [UNOFFICIAL]Xposed for Samsung Lollipop/Marshmallow<br />
<a href="https://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960" target="_blank">https://forum.xda-developers.com/xpo...lipop-t3180960</a><br />
<br />
* [UNOFFICIAL] Material Design Xposed Installer<br />
<a href="https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758" target="_blank">https://forum.xda-developers.com/xpo...aller-t3137758</a><br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>Kitkat/Lollipop/Marshmallow/Nougat/Oreo - Guides/Mods:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* [Guides] Android 8.0 Oreo Mods Thread<br />
<a href="https://forum.xda-developers.com/android/general/guides-android-8-0-oreo-mods-thread-t3772017" target="_blank">https://forum.xda-developers.com/and...hread-t3772017</a><br />
<br />
* Guides Android 7 modding with main emphasis on S7edge this time<br />
<a href="https://forum.xda-developers.com/android/general/guides-android-7-modding-main-emphasis-t3507007/post69788075#post69788075" target="_blank">https://forum.xda-developers.com/and...5#post69788075</a><br />
<br />
* [Guides &amp; Links] TOUCHWIZ UNIFIED MODS THREAD<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2799050" target="_blank">https://forum.xda-developers.com/sho....php?t=2799050</a><br />
<br />
* Collection of Guides &amp; Mods &amp; Links for Samsung Android 6.0.1<br />
<a href="https://forum.xda-developers.com/galaxy-s6/samsung-galaxy-s-6--s-6-edge-unified-development/devs-helpingd-devs-t3321679" target="_blank">https://forum.xda-developers.com/gal...-devs-t3321679</a><br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>General Guides:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* How to Port Samsung Rom to other Samsung devices (Updated as of 4/19/2017)<br />
<a href="https://forum.xda-developers.com/android/software/how-to-port-samsung-rom-to-samsung-t3481114" target="_blank">https://forum.xda-developers.com/and...msung-t3481114</a><br />
<br />
* [SOURCE CODE][DEV TOOL][SDK 21+]6thGear RomControl v2.+ for Devs<br />
<a href="https://forum.xda-developers.com/android/general/source-code-6thgear-romcontrol-v2-devs-t3411916" target="_blank">https://forum.xda-developers.com/and...-devs-t3411916</a><br />
<br />
* <b>TEE:<br />
A TEE processor is typically a separate microprocessor in the system or a virtualized instance of the main processor.<br />
The TEE processor is isolated from the rest of the system using memory and I/O protection mechanisms supported by the hardware.<br />
</b><br />
<a href="https://source.android.com/security/trusty/" target="_blank" rel="nofollow">https://source.android.com/security/trusty/</a><br />
<br />
* Android Tips and Tricks<br />
<a href="https://forum.xda-developers.com/showthread.php?t=1723643" target="_blank">https://forum.xda-developers.com/sho....php?t=1723643</a><br />
<br />
* [REF][GUIDE]Most Upto Date Guide on CPU Governors, I/O Schedulers:<br />
<a href="https://forum.xda-developers.com/general/general/ref-to-date-guide-cpu-governors-o-t3048957" target="_blank">https://forum.xda-developers.com/gen...ors-o-t3048957</a><br />
<br />
* [GUIDE] How to fix IMEI / DRK issues [ALL MODELS][COMBINATION UPDATE 03 NOV 2017]<br />
<a href="https://forum.xda-developers.com/s7-edge/how-to/guide-how-to-fix-check-drk-imei-issues-t3379516" target="_blank">https://forum.xda-developers.com/s7-...ssues-t3379516</a><br />
<br />
* [GUIDE][COMPLETE] All in one Android Development [NOOB FRIENDLY]<br />
<a href="https://forum.xda-developers.com/chef-central/android/guide-one-android-development-t3175121?nocache=1" target="_blank">https://forum.xda-developers.com/che...5121?nocache=1</a><br />
<br />
* [GUIDE][COMPLETE] Android ROM Development From Source To End<br />
<a href="https://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763" target="_blank">https://forum.xda-developers.com/che...pment-t2814763</a><br />
<br />
* [GUIDE/TIPS] How to Port OEM Apps / Vendor Apps to Your Current ROM<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2476050" target="_blank">https://forum.xda-developers.com/sho....php?t=2476050</a><br />
<br />
* OTA Update Center App (v 2.0.5)<br />
<a href="http://forum.xda-developers.com/showthread.php?p=29501085#post29501085" target="_blank">http://forum.xda-developers.com/show...5#post29501085</a><br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>General Guides Older Versions:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* Porting Nougat Apps to Marshmallow <br />
<a href="https://forum.xda-developers.com/showpost.php?p=72437597&amp;postcount=10884" target="_blank">https://forum.xda-developers.com/sho...ostcount=10884</a><br />
<br />
* Disable Signature Check<br />
<a href="https://forum.xda-developers.com/showpost.php?p=66207890&amp;postcount=557" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=557</a><br />
<br />
* How to add logo and rom info to settings / about device,<br />
Add Toolbox Controller to Settings<br />
<a href="http://forum.xda-developers.com/showpost.php?p=67026539&amp;postcount=1873" target="_blank">http://forum.xda-developers.com/show...postcount=1873</a><br />
<a href="http://forum.xda-developers.com/showpost.php?p=66992504&amp;postcount=1813" target="_blank">http://forum.xda-developers.com/show...postcount=1813</a><br />
<br />
* Changelog to settings<br />
<a href="https://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/guide-add-changelog-to-settings-rom-t3278694" target="_blank">https://forum.xda-developers.com/cro...s-rom-t3278694</a><br />
<br />
* How to add SuperSU Link in Settings<br />
<a href="https://forum.xda-developers.com/showpost.php?p=67289887&amp;postcount=2264" target="_blank">https://forum.xda-developers.com/sho...postcount=2264</a><br />
<br />
* How to add App Link in Settings<br />
<a href="http://forum.xda-developers.com/showpost.php?p=67289887&amp;postcount=2264" target="_blank">http://forum.xda-developers.com/show...postcount=2264</a><br />
<br />
* [MOD][APP] Multi DPI Samsung Apps (Camera, Keyboard, Contacts/Dialer) &amp; services.jar<br />
<a href="https://forum.xda-developers.com/galaxy-s6/themes-apps/mod-multi-dpi-samsung-apps-camera-t3141148/post61491483#post61491483" target="_blank">https://forum.xda-developers.com/gal...3#post61491483</a><br />
<br />
* [GUIDE] How To Add Contacts, Tasks, And Apps Edge Panel | Edge Panel S8 Guide | Nougat<br />
<a href="https://forum.xda-developers.com/showpost.php?p=74073727&amp;postcount=245" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=245</a><br />
<br />
* How to Disable Flag_Secure in Nougat TW Rom<br />
<a href="https://forum.xda-developers.com/showpost.php?p=73803825&amp;postcount=11420" target="_blank">https://forum.xda-developers.com/sho...ostcount=11420</a><br />
<br />
* [MOD][HOW-TO] Fully disable app verification (FOR USER APPS)<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2733681" target="_blank">https://forum.xda-developers.com/sho....php?t=2733681</a><br />
<br />
* Change FOTA Upgrade Screen to any color<br />
<a href="https://forum.xda-developers.com/showpost.php?p=67982688&amp;postcount=8460" target="_blank">https://forum.xda-developers.com/sho...postcount=8460</a><br />
<br />
* A.O.K.P Ram Bar<br />
<a href="http://forum.xda-developers.com/showpost.php?p=65925174&amp;postcount=5419" target="_blank">http://forum.xda-developers.com/show...postcount=5419</a><br />
<a href="http://forum.xda-developers.com/showpost.php?p=66111160&amp;postcount=5543" target="_blank">http://forum.xda-developers.com/show...postcount=5543</a><br />
<br />
* How to Add Quicklauncher in Recents App<br />
<a href="http://forum.xda-developers.com/showpost.php?p=66673688&amp;postcount=1332" target="_blank">http://forum.xda-developers.com/show...postcount=1332</a><br />
<br />
* Remove the grey status bar when power saving mode is on<br />
<a href="http://forum.xda-developers.com/showpost.php?p=67398457&amp;postcount=7345" target="_blank">http://forum.xda-developers.com/show...postcount=7345</a><br />
<br />
* ADD/REMOVE - 5Way Reboot TW Marshmallow<br />
<a href="http://forum.xda-developers.com/showpost.php?p=65532473&amp;postcount=1220" target="_blank">http://forum.xda-developers.com/show...postcount=1220</a><br />
<a href="http://forum.xda-developers.com/showpost.php?p=68428824&amp;postcount=9369" target="_blank">http://forum.xda-developers.com/show...postcount=9369</a><br />
<br />
* How to Advance Power Menu on Marshmallow 6.0.1<br />
<a href="https://forum.xda-developers.com/showpost.php?p=66177438&amp;postcount=525" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=525</a><br />
<br />
* Advanced Power Menu for Nougat<br />
<a href="https://forum.xda-developers.com/showpost.php?p=69788683&amp;postcount=3" target="_blank">https://forum.xda-developers.com/sho...83&amp;postcount=3</a><br />
<br />
* Device info to notification panel and lockscreen<br />
<a href="http://forum.xda-developers.com/showpost.php?p=61801302&amp;postcount=2019" target="_blank">http://forum.xda-developers.com/show...postcount=2019</a><br />
<a href="http://forum.xda-developers.com/showpost.php?p=62088421&amp;postcount=2294" target="_blank">http://forum.xda-developers.com/show...postcount=2294</a><br />
<a href="http://forum.xda-developers.com/showpost.php?p=61810262&amp;postcount=2030" target="_blank">http://forum.xda-developers.com/show...postcount=2030</a><br />
<br />
* For Guide - Multiwindow &amp; Toolbox Toggles in S7Edge SystemUI<br />
<a href="http://forum.xda-developers.com/showpost.php?p=66847658&amp;postcount=6307" target="_blank">http://forum.xda-developers.com/show...postcount=6307</a><br />
<br />
* Enable OutdoorMode<br />
<a href="http://forum.xda-developers.com/showpost.php?p=66193058&amp;postcount=543" target="_blank">http://forum.xda-developers.com/show...&amp;postcount=543</a><br />
<br />
* Fix - Screen Overlay - GooglePackageInstaller apk<br />
<a href="http://forum.xda-developers.com/showpost.php?p=68048348&amp;postcount=8597" target="_blank">http://forum.xda-developers.com/show...postcount=8597</a><br />
<br />
* Fix - Screen Overlay - GooglePackageInstaller apk Nougat<br />
<a href="https://forum.xda-developers.com/showpost.php?p=70467738&amp;postcount=82<br />" target="_blank">https://forum.xda-developers.com/sho...count=82&lt;br /&gt;</a><br />
<br />
* Increase Toolbox apps number<br />
<a href="http://forum.xda-developers.com/galaxy-s5/development/mod-icrease-toolbox-apps-samsung-fws-t2899795" target="_blank">http://forum.xda-developers.com/gala...g-fws-t2899795</a><br />
<br />
* Add On-Off Label To Settings ( Framework-res apk )<br />
<a href="http://forum.xda-developers.com/showpost.php?p=68016049&amp;postcount=2952" target="_blank">http://forum.xda-developers.com/show...postcount=2952</a><br />
<br />
* [Guide] How to add (Capacitive) touch key light settings back to Display Settings<br />
<a href="https://forum.xda-developers.com/showpost.php?p=66664412&amp;postcount=6010" target="_blank">https://forum.xda-developers.com/sho...postcount=6010</a><br />
<br />
* (HOW-TO) (MM) S7 Power Menu Mod with Blur background<br />
<a href="https://forum.xda-developers.com/galaxy-s5/themes-apps/how-to-mm-s7-power-menu-mod-blur-t3389044" target="_blank">https://forum.xda-developers.com/gal...-blur-t3389044</a><br />
<br />
* [MOD][LP] Dynamic blur - Recents Panel<br />
<a href="https://forum.xda-developers.com/lg-g2/themes-apps/mod-dynamic-blur-recents-panel-t3284520" target="_blank">https://forum.xda-developers.com/lg-...panel-t3284520</a><br />
<br />
* Opaque Status Bar Icons In Marshmallow (Remove Alpha Channel from status bar icons)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=66969252&amp;postcount=1774" target="_blank">https://forum.xda-developers.com/sho...postcount=1774</a><br />
<br />
* Remove EXTRA WHITE SPACE in DEFAULT APP SELECTOR<br />
<a href="http://forum.xda-developers.com/showpost.php?p=68185480&amp;postcount=8981" target="_blank">http://forum.xda-developers.com/show...postcount=8981</a><br />
<br />
* Remove sd notification for S7e UI<br />
<a href="http://forum.xda-developers.com/showpost.php?p=66368587&amp;postcount=5666" target="_blank">http://forum.xda-developers.com/show...postcount=5666</a><br />
<br />
* Quick Settings Columns to 6<br />
<a href="http://forum.xda-developers.com/showpost.php?p=62281379&amp;postcount=2705" target="_blank">http://forum.xda-developers.com/show...postcount=2705</a><br />
<br />
* Disable Lockscreen &quot; Swipe screen to unlock &quot; Text<br />
<a href="http://forum.xda-developers.com/showpost.php?p=66161901&amp;postcount=489" target="_blank">http://forum.xda-developers.com/show...&amp;postcount=489</a><br />
<br />
* How to Remove Web Manual and Updates in Settings Menu<br />
<a href="https://forum.xda-developers.com/showpost.php?p=72466188&amp;postcount=161" target="_blank">https://forum.xda-developers.com/sho...&amp;postcount=161</a><br />
<br />
* [GUIDE][DEVS][SMALI]Enable &quot;Device Status Official&quot; - Remove SysScope[GUIDE][DEVS]<br />
<a href="https://forum.xda-developers.com/att-galaxy-s5/development/guide-enable-device-status-official-t2815682" target="_blank">https://forum.xda-developers.com/att...icial-t2815682</a><br />
</div>
</div><br />
<br />
<br />
<font color="DarkRed"><font size="5"><b><u>General Tools:</u></b></font></font><br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<br />
* [GUIDE] How to Decompile APKs with ODEX files [Noob Friendly]<br />
<a href="https://forum.xda-developers.com/android/software/guide-how-to-decompile-apks-odex-files-t3325340" target="_blank">https://forum.xda-developers.com/and...files-t3325340</a><br />
<br />
* [TOOL] Android Image Kitchen - Unpack/Repack <br />
<a href="https://forum.xda-developers.com/showthread.php?t=2073775" target="_blank">https://forum.xda-developers.com/sho....php?t=2073775</a><br />
<br />
* Odin3 Tool For Windows:<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2711451" target="_blank">https://forum.xda-developers.com/sho....php?t=2711451</a><br />
<br />
* [OFFICIAL][TOOL][WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.3<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2588979" target="_blank">https://forum.xda-developers.com/sho....php?t=2588979</a><br />
<br />
* [Q&amp;A] AROMA Installer - [Dev Move To DevDB]<br />
<a href="https://forum.xda-developers.com/showthread.php?t=1461712" target="_blank">https://forum.xda-developers.com/sho....php?t=1461712</a><br />
<br />
* [Script][Tool] how to create a tar.md5 file from img For Odin<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2446269" target="_blank">https://forum.xda-developers.com/sho....php?t=2446269</a><br />
<br />
* How can a modder have easy life / Pushing apps into system / Easier than you think<br />
<a href="https://forum.xda-developers.com/showpost.php?p=67255785&amp;postcount=6998" target="_blank">https://forum.xda-developers.com/sho...postcount=6998</a><br />
<br />
* [GUIDE] Making Dump Files Out of Android Device Partitions via ABD<br />
<a href="https://forum.xda-developers.com/showthread.php?t=2450045" target="_blank">https://forum.xda-developers.com/sho....php?t=2450045</a><br />
<br />
* Updato - largest online firmware archive, fast and totally free<br />
<a href="https://forum.xda-developers.com/galaxy-s7/how-to/updato-largest-online-firmware-archive-t3413785" target="_blank">https://forum.xda-developers.com/gal...chive-t3413785</a><br />
</div>
</div><br />
<br />
<br />
<img src="https://img.xda-cdn.com/anp4OvmSdtmmkL31Dprc9ozqlGw=/http%3A%2F%2Ffs5.directupload.net%2Fimages%2F161025%2F7zzqvmfo.png" border="0" alt="" title="" /><br />
<font size="4"><font face="Arial Black"><b><font color="Red">Click Here To Join The <a href="https://t.me/Samsung_Galaxy_Oreo_Guides" target="_blank" rel="nofollow">&quot; Samsung Galaxy Oreo Guides Channel &quot;</a> in Telegram</font></b></font></font></div><br />
<b><u><font size="4">XDA:DevDB Information</font></u></b><br />
<font size="3"><b>[Guides][Mods][TouchWiz]Android 8 Oreo Mods, ROM for the Android General</b></font><br />
<br />
<b><u>Contributors</u></b><br />
<a href="https://forum.xda-developers.com/member.php?u=6377149" target="_blank">yash92duster</a><br />
<b>ROM OS Version:</b> 8.x Oreo<br />
<b>ROM Firmware Required:</b> TouchWiz Devices Only<br />
<br />
<b><u>Version Information</u></b><br />
<b>Status:</b> Stable<br />
<b>Stable Release Date:</b> 2018-09-29<br />
<br />
<b>Created</b> 2018-08-07<br />
<b>Last Updated</b> 2018-10-13<br />
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093145" rel="nofollow" class="post-button" id="qr_76093145" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093145" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093145" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093145" rel="nofollow">
The Following 55 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093145">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093145" style="display:none;">
<div> <a href="member.php?u=5678718" rel="nofollow">32rd</a><span class="post-thanks-box-date">(2nd August 2018)</span>, <a href="member.php?u=5829833" rel="nofollow">a.raul</a><span class="post-thanks-box-date">(3rd April 2018)</span>, <a href="member.php?u=7393522" rel="nofollow">AbrahamGC</a><span class="post-thanks-box-date">(2nd April 2018)</span>, <a href="member.php?u=5752348" rel="nofollow">AK2H</a><span class="post-thanks-box-date">(2nd May 2018)</span>, <a href="member.php?u=7334959" rel="nofollow">Albe96</a><span class="post-thanks-box-date">(28th April 2018)</span>, <a href="member.php?u=9497974" rel="nofollow">Albry</a><span class="post-thanks-box-date">(11th October 2018)</span>, <a href="member.php?u=6263714" rel="nofollow">alispeedsport</a><span class="post-thanks-box-date">(16th May 2018)</span>, <a href="member.php?u=6196156" rel="nofollow">aliwaris</a><span class="post-thanks-box-date">(22nd June 2018)</span>, <a href="member.php?u=7069602" rel="nofollow">Allooosh98</a><span class="post-thanks-box-date">(27th September 2018)</span>, <a href="member.php?u=4637718" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">ananjaser1211</span></a><span class="post-thanks-box-date">(31st May 2018)</span>, <a href="member.php?u=5764234" rel="nofollow">ANDROIDXFOREVER</a><span class="post-thanks-box-date">(2nd April 2018)</span>, <a href="member.php?u=3145763" rel="nofollow">angiotell</a><span class="post-thanks-box-date">(22nd June 2018)</span>, <a href="member.php?u=3229296" rel="nofollow">badowl</a><span class="post-thanks-box-date">(4th May 2018)</span>, <a href="member.php?u=7532763" rel="nofollow">beardedfly</a><span class="post-thanks-box-date">(20th May 2018)</span>, <a href="member.php?u=477335" rel="nofollow">Blackball</a><span class="post-thanks-box-date">(7th June 2018)</span>, <a href="member.php?u=5602869" rel="nofollow">brhoomy101</a><span class="post-thanks-box-date">(10th September 2018)</span>, <a href="member.php?u=4751298" rel="nofollow"><span style="color: blue; font-style: italic;">Carotix</span></a><span class="post-thanks-box-date">(8th June 2018)</span>, <a href="member.php?u=6214354" rel="nofollow">Cường Hồ</a><span class="post-thanks-box-date">(4th June 2018)</span>, <a href="member.php?u=8548849" rel="nofollow">Deepanshu77</a><span class="post-thanks-box-date">(6th June 2018)</span>, <a href="member.php?u=4280397" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">djb77</span></a><span class="post-thanks-box-date">(7th October 2018)</span>, <a href="member.php?u=9287506" rel="nofollow">dmw212721</a><span class="post-thanks-box-date">(21st July 2018)</span>, <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=4598795" rel="nofollow">Eleo</a><span class="post-thanks-box-date">(11th June 2018)</span>, <a href="member.php?u=4553355" rel="nofollow">fedez</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=5621463" rel="nofollow">Frozen27</a><span class="post-thanks-box-date">(2nd April 2018)</span>, <a href="member.php?u=4985020" rel="nofollow">Grouxho</a><span class="post-thanks-box-date">(8th May 2018)</span>, <a href="member.php?u=8062207" rel="nofollow">IAmWolf94</a><span class="post-thanks-box-date">(2nd July 2018)</span>, <a href="member.php?u=7489422" rel="nofollow">IKGapirov</a><span class="post-thanks-box-date">(18th September 2018)</span>, <a href="member.php?u=7884877" rel="nofollow">Kev-Dev</a><span class="post-thanks-box-date">(30th September 2018)</span>, <a href="member.php?u=6411650" rel="nofollow">Kinglos</a><span class="post-thanks-box-date">(20th August 2018)</span>, <a href="member.php?u=6905961" rel="nofollow">KTMNiko</a><span class="post-thanks-box-date">(17th June 2018)</span>, <a href="member.php?u=5369929" rel="nofollow">Kudesu</a><span class="post-thanks-box-date">(22nd June 2018)</span>, <a href="member.php?u=6390330" rel="nofollow">Manson79</a><span class="post-thanks-box-date">(9th April 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=5385874" rel="nofollow">necrosauron</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=2879652" rel="nofollow">pswin09</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=6531885" rel="nofollow">qounik</a><span class="post-thanks-box-date">(30th September 2018)</span>, <a href="member.php?u=6825538" rel="nofollow">rajat13</a><span class="post-thanks-box-date">(8th July 2018)</span>, <a href="member.php?u=2914058" rel="nofollow">rifek4</a><span class="post-thanks-box-date">(19th May 2018)</span>, <a href="member.php?u=8891691" rel="nofollow">Rifformat</a><span class="post-thanks-box-date">(28th August 2018)</span>, <a href="member.php?u=5530258" rel="nofollow">Rman666</a><span class="post-thanks-box-date">(7th June 2018)</span>, <a href="member.php?u=5096388" rel="nofollow">sagitt67</a><span class="post-thanks-box-date">(21st June 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=8436232" rel="nofollow">Shadow7107</a><span class="post-thanks-box-date">(2nd May 2018)</span>, <a href="member.php?u=5803507" rel="nofollow">SirDre</a><span class="post-thanks-box-date">(18th April 2018)</span>, <a href="member.php?u=5525489" rel="nofollow">Swarai</a><span class="post-thanks-box-date">(6th September 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=6203006" rel="nofollow">ToXiC</a><span class="post-thanks-box-date">(8th October 2018)</span>, <a href="member.php?u=5434283" rel="nofollow">Vishal333</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=8253358" rel="nofollow">VoHo7</a><span class="post-thanks-box-date">(3rd July 2018)</span>, <a href="member.php?u=6338193" rel="nofollow">Vucko_sk</a><span class="post-thanks-box-date">(26th May 2018)</span>, <a href="member.php?u=3782886" rel="nofollow">whitelightning76</a><span class="post-thanks-box-date">(19th April 2018)</span>, <a href="member.php?u=5772346" rel="nofollow">zmeeed1</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=5150393" rel="nofollow">_alexndr</a><span class="post-thanks-box-date">(1st May 2018)</span>, <a href="member.php?u=9008521" rel="nofollow">★彡 sílvєr kíng 彡★</a><span class="post-thanks-box-date">(31st May 2018)</span></div>
</div>
</div>
</div>

<div class="postbit-wrapper xda-box">
<div class="post-head-container">
<div class="post-head post-head-left">&nbsp;</div>
<div class="post-head post-head-right">&nbsp;</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
</div>
<div class="postbit-content">

<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
/* Criteo.DisplayAcceptableAdIfAdblocked(
{
'zoneid' : 348486,
'containerid' : 'crt-348486',
'overrideZoneFloor' : false,
'callIfNotAdBlocked' : function()
{
document.getElementById('crt-348486').style.display='none';
},
'callbackSuccess' : function()
{
console.log("callbackSuccess");
},
'callbackError' : function()
{
console.log("callbackError");
}
}
); */

if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_L_0_1" class="purchad" style="text-align:left; min-height:90px; max-height:250px; overflow:hidden;"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_incontent_1" data-ad-size="728x90" style="text-align:left; min-height:90px; max-height:250px; overflow:hidden;"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

</div>
</div>
<div class="postbutton-row"></div>
</div>
<div id="edit76093174" class="postbit-wrapper ">
<a id="post76093174" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093174">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093174" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093174_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 01:36 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093174&amp;postcount=2" target="new" rel="nofollow" id="postcount76093174" name="2" class="postCount" title="Permalink to post #2"><strong>#2</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093174" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093174" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093174" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093174" onclick="this.style.display = 'none'; return toggle_collapse('more_76093174');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093174" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093174').style.display = 'block'; return toggle_collapse('more_76093174');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093174">
<div class="post-text" id="post_message_76093174">
#Reserved1
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093174" rel="nofollow" class="post-button" id="qr_76093174" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093174" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093174" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093174" rel="nofollow">
The Following 8 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093174">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093174" style="display:none;">
<div> <a href="member.php?u=4637718" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">ananjaser1211</span></a><span class="post-thanks-box-date">(31st May 2018)</span>, <a href="member.php?u=4751298" rel="nofollow"><span style="color: blue; font-style: italic;">Carotix</span></a><span class="post-thanks-box-date">(11th August 2018)</span>, <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=4553355" rel="nofollow">fedez</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=7489422" rel="nofollow">IKGapirov</a><span class="post-thanks-box-date">(18th September 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76093175" class="postbit-wrapper ">
<a id="post76093175" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093175">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093175" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093175_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 01:36 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093175&amp;postcount=3" target="new" rel="nofollow" id="postcount76093175" name="3" class="postCount" title="Permalink to post #3"><strong>#3</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093175" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093175" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093175" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093175" onclick="this.style.display = 'none'; return toggle_collapse('more_76093175');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093175" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093175').style.display = 'block'; return toggle_collapse('more_76093175');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093175">
<div class="post-text" id="post_message_76093175">
#Reserved2
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093175" rel="nofollow" class="post-button" id="qr_76093175" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093175" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093175" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093175" rel="nofollow">
The Following 7 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093175">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093175" style="display:none;">
<div> <a href="member.php?u=4637718" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">ananjaser1211</span></a><span class="post-thanks-box-date">(31st May 2018)</span>, <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=4553355" rel="nofollow">fedez</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=7489422" rel="nofollow">IKGapirov</a><span class="post-thanks-box-date">(18th September 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76093177" class="postbit-wrapper ">
<a id="post76093177" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093177">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093177" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093177_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 01:36 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093177&amp;postcount=4" target="new" rel="nofollow" id="postcount76093177" name="4" class="postCount" title="Permalink to post #4"><strong>#4</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093177" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093177" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093177" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093177" onclick="this.style.display = 'none'; return toggle_collapse('more_76093177');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093177" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093177').style.display = 'block'; return toggle_collapse('more_76093177');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093177">
<div class="post-text" id="post_message_76093177">
#Reserved3
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093177" rel="nofollow" class="post-button" id="qr_76093177" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093177" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093177" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093177" rel="nofollow">
The Following 7 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093177">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093177" style="display:none;">
<div> <a href="member.php?u=4637718" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">ananjaser1211</span></a><span class="post-thanks-box-date">(31st May 2018)</span>, <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=4553355" rel="nofollow">fedez</a><span class="post-thanks-box-date">(9th June 2018)</span>, <a href="member.php?u=7489422" rel="nofollow">IKGapirov</a><span class="post-thanks-box-date">(18th September 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76093180" class="postbit-wrapper ">
<a id="post76093180" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093180">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093180" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093180_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 01:36 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093180&amp;postcount=5" target="new" rel="nofollow" id="postcount76093180" name="5" class="postCount" title="Permalink to post #5"><strong>#5</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093180" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093180" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093180" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093180" onclick="this.style.display = 'none'; return toggle_collapse('more_76093180');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093180" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093180').style.display = 'block'; return toggle_collapse('more_76093180');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093180">
<div class="post-text" id="post_message_76093180">
<b><font size="4">Guide to Remove High Volume Warning:</font></b><br />
<br />
Decompile <font color="DarkRed">SystemUI</font>.apk<br />
<br />
Locate to<br />
com/android/systemui/volume/<font color="darkred">VolumeDialogControllerImpl</font>.smali<br />
<br />
Find the method and replace it fully with new method<br />
<br />
<b><font size="3">From</font></b><br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 498px;
text-align: left;
overflow: auto">.method private onShowSafetyWarningW(I)V
.locals 2

iget-object v0, p0, Lcom/android/systemui/volume/VolumeDialogControllerImpl;-&gt;mKnoxStateMonitor:Lcom/android/systemui/KnoxStateMonitor;

invoke-virtual {v0}, Lcom/android/systemui/KnoxStateMonitor;-&gt;isSafetyWarningDialogEnabled()Z

move-result v0

xor-int/lit8 v0, v0, 0x1

if-eqz v0, :cond_0

sget-object v0, Lcom/android/systemui/volume/VolumeDialogControllerImpl;-&gt;TAG:Ljava/lang/String;

const-string/jumbo v1, &quot;KnoxStateMonitor : Disable SafetyWarningDialog&quot;

invoke-static {v0, v1}, Landroid/util/Log;-&gt;d(Ljava/lang/String;Ljava/lang/String;)I

iget-object v0, p0, Lcom/android/systemui/volume/VolumeDialogControllerImpl;-&gt;mAudio:Landroid/media/AudioManager;

invoke-virtual {v0}, Landroid/media/AudioManager;-&gt;disableSafeMediaVolume()V

return-void

:cond_0
iget-object v0, p0, Lcom/android/systemui/volume/VolumeDialogControllerImpl;-&gt;mCallbacks:Lcom/android/systemui/volume/VolumeDialogControllerImpl$C;

invoke-virtual {v0, p1}, Lcom/android/systemui/volume/VolumeDialogControllerImpl$C;-&gt;onShowSafetyWarning(I)V

return-void
.end method</pre>
</div><b><font size="3">To</font></b><br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 178px;
text-align: left;
overflow: auto">.method private onShowSafetyWarningW(I)V
.locals 2

iget-object v0, p0, Lcom/android/systemui/volume/VolumeDialogControllerImpl;-&gt;mAudio:Landroid/media/AudioManager;

invoke-virtual {v0}, Landroid/media/AudioManager;-&gt;disableSafeMediaVolume()V

return-void

.end method</pre>
</div><br />
This Guide is optimized from<br />
<a href="https://forum.xda-developers.com/showpost.php?p=70176615&amp;postcount=46" target="_blank">https://forum.xda-developers.com/sho...5&amp;postcount=46</a><br />
Thanks to Grouxho
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093180" rel="nofollow" class="post-button" id="qr_76093180" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>

<a href="newreply.php?do=newreply&amp;p=76093180" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093180" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093180" rel="nofollow">
The Following 10 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093180">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093180" style="display:none;">
<div> <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=6712777" rel="nofollow">ermakovermakov7878</a><span class="post-thanks-box-date">(28th May 2018)</span>, <a href="member.php?u=5262182" rel="nofollow">koolkunz</a><span class="post-thanks-box-date">(7th May 2018)</span>, <a href="member.php?u=5981679" rel="nofollow">kubura2999</a><span class="post-thanks-box-date">(22nd May 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=5385874" rel="nofollow">necrosauron</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=5530258" rel="nofollow">Rman666</a><span class="post-thanks-box-date">(2nd April 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=5150393" rel="nofollow">_alexndr</a><span class="post-thanks-box-date">(23rd April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76093183" class="postbit-wrapper ">
<a id="post76093183" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093183">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093183" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093183_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>

<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 01:37 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093183&amp;postcount=6" target="new" rel="nofollow" id="postcount76093183" name="6" class="postCount" title="Permalink to post #6"><strong>#6</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093183" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093183" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093183" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093183" onclick="this.style.display = 'none'; return toggle_collapse('more_76093183');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093183" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093183').style.display = 'block'; return toggle_collapse('more_76093183');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093183">
<div class="post-text" id="post_message_76093183">
#Reserved5
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093183" rel="nofollow" class="post-button" id="qr_76093183" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093183" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093183" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093183" rel="nofollow">
The Following 4 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093183">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093183" style="display:none;">
<div> <a href="member.php?u=4582123" rel="nofollow">Dr.NHTT</a><span class="post-thanks-box-date">(16th August 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=6773050" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">Senthil360</span></a><span class="post-thanks-box-date">(9th July 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76093314" class="postbit-wrapper ">
<a id="post76093314" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76093314">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="AbrahamGC is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76093314" href="member.php?u=7393522">AbrahamGC</a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76093314_menu" style="display:none;">
<a href="member.php?u=7393522"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=7393522" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a target="_blank" href="https://www.paypal.me/GCAbraham" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">2nd April 2018, 02:04 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76093314&amp;postcount=7" target="new" rel="nofollow" id="postcount76093314" name="7" class="postCount" title="Permalink to post #7"><strong>#7</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093314" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76093314" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76093314" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="smallfont">
<div class="pbuser user-title "> Senior Member</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/Spain.png" title="Spain" class="userflag imageShadow" alt="Flag" />
/home
</div>
<div class="userThanksContainer" title="AbrahamGC has been thanked 933 times. That equates to 6/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 933</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter6">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a target="_blank" href="https://www.paypal.me/GCAbraham" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76093314" onclick="this.style.display = 'none'; return toggle_collapse('more_76093314');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76093314" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>290</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Apr 2016</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-note-8'>Samsung Galaxy Note 8</a></div>
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76093314').style.display = 'block'; return toggle_collapse('more_76093314');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76093314">
<div class="post-text" id="post_message_76093314">
Thanks for make this thread.... it can be lot of helpfull <img src="//forum.xda-cdn.com/images/smilies/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg" /><br />
<br />
These guides still working on Oreo : (I mean the functionallity, the examples will not be the same)<br />
<br />
<a href="https://forum.xda-developers.com/showpost.php?p=67930675&amp;postcount=8317" target="_blank">GearUtils</a> (Global context)<br />
<a href="https://forum.xda-developers.com/showpost.php?p=68027127&amp;postcount=8549" target="_blank">Content observer</a><br />
<a href="https://forum.xda-developers.com/showpost.php?p=70453055&amp;postcount=81" target="_blank">SysScope</a> patch (Device official)<br />
<br />
Of course all the credits for the original developers... <img src="//forum.xda-cdn.com/images/smilies/good.gif" border="0" alt="" title="Good" class="inlineimg" />
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76093314" rel="nofollow" class="post-button" id="qr_76093314" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76093314" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76093314" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76093314" rel="nofollow">
The Following 5 Users Say Thank You to AbrahamGC For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76093314">Gift AbrahamGC Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76093314" style="display:none;">
<div> <a href="member.php?u=5829833" rel="nofollow">a.raul</a><span class="post-thanks-box-date">(3rd April 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=7319059" rel="nofollow">ridwan.sn</a><span class="post-thanks-box-date">(2nd April 2018)</span>, <a href="member.php?u=4280039" rel="nofollow">scooby07</a><span class="post-thanks-box-date">(9th September 2018)</span>, <a href="member.php?u=6377149" rel="nofollow"><span style="color: green; font-style: italic;">yash92duster</span></a><span class="post-thanks-box-date">(2nd April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76164778" class="postbit-wrapper ">
<a id="post76164778" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76164778">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="jack allen is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76164778" href="member.php?u=5620850">jack allen</a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76164778_menu" style="display:none;">
<a href="member.php?u=5620850"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=5620850" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://plus.google.com/112591968008947394867" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">8th April 2018, 02:09 PM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76164778&amp;postcount=8" target="new" rel="nofollow" id="postcount76164778" name="8" class="postCount" title="Permalink to post #8"><strong>#8</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76164778" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76164778" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76164778" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=5620850"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar5620850_11.gif" width="80" height="80" class="imageShadow" alt="jack allen's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title "> Senior Member</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/United Kingdom.png" title="United Kingdom" class="userflag imageShadow" alt="Flag" />
llanelli
</div>
<div class="userThanksContainer" title="jack allen has been thanked 403 times. That equates to 4/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 403</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter4">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76164778" onclick="this.style.display = 'none'; return toggle_collapse('more_76164778');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76164778" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>1,841</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Dec 2013</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9-plus'>Samsung Galaxy S9+</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/United Kingdom - Vodafone.png" title="United Kingdom - Vodafone" class="carrier" alt="Carrier - United Kingdom - Vodafone">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76164778').style.display = 'block'; return toggle_collapse('more_76164778');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76164778">
<div class="post-text" id="post_message_76164778">
Deleted
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76164778" rel="nofollow" class="post-button" id="qr_76164778" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76164778" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76164778" class="post_thanks_box_wrapper"></div>
</div>
<div id="edit76170901" class="postbit-wrapper ">
<a id="post76170901" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76170901">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="a.raul is offline"></i>
<a class="bigfusername xda-popup-trigger" id="postmenu_76170901" href="member.php?u=5829833">a.raul</a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76170901_menu" style="display:none;">
<a href="member.php?u=5829833"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=5829833" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">9th April 2018, 02:40 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76170901&amp;postcount=9" target="new" rel="nofollow" id="postcount76170901" name="9" class="postCount" title="Permalink to post #9"><strong>#9</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76170901" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76170901" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76170901" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=5829833"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar5829833_5.gif" width="80" height="45" class="imageShadow" alt="a.raul's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title "> Senior Member</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/Spain.png" title="Spain" class="userflag imageShadow" alt="Flag" />
Mordor
</div>
<div class="userThanksContainer" title="a.raul has been thanked 396 times. That equates to 4/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 396</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter4">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76170901" onclick="this.style.display = 'none'; return toggle_collapse('more_76170901');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76170901" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>313</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Apr 2014</div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/Spain - Movistar.png" title="Spain - Movistar" class="carrier" alt="Carrier - Spain - Movistar">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76170901').style.display = 'block'; return toggle_collapse('more_76170901');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76170901">
<div class="postbit-posttitle smallfont">
<strong>Guide menu reset and off on samsung oreo</strong>
</div>
<div class="post-text" id="post_message_76170901">
GUIDE MENU RESET AND OFF ON SAMSUNG OREO<br />
<br />
WITH FIX FOR RECOVERY, DOWNLOAD AND TORCH from @<a href="https://forum.xda-developers.com/member.php?u=7393522" target="_blank">AbrahamGC</a> and DeluxRom<br />
<br />
Your work here:<br />
<br />
<a href="https://www.htcmania.com/showthread.php?t=1404819" target="_blank" rel="nofollow">https://www.htcmania.com/showthread.php?t=1404819</a><br />
<br />
EVERYTHING USED HERE IS FROM THE DELUXROM DEVICE, ANY DEV THAT YOU WANT TO USE IN<br />
YOUR ROMS SOMETHING ABOUT THIS WORK, YOU MUST CONTACT ME OR @<a href="https://forum.xda-developers.com/member.php?u=7393522" target="_blank">AbrahamGC</a><br />
<br />
ANY QUESTIONS ARE ASKED IN THE THREAD AND NO PERSONAL MODIFICATIONS ARE MADE,<br />
IF YOU ARE HERE IT IS BECAUSE YOU KNOW HOW TO DISCOVER IN THE MODIFICATIONS ....<br />
<br />
<br />
<br />
IF YOU FOLLOW THE GUIDE TO THE FOOT OF THE LETTER, THERE WILL BE NO PROBLEM IN MOD.<br />
<br />
I DO NOT BE RESPONSIBLE FOR THE BAD UTULIZATION OR INTERPRETATION OF THE MOD.<br />
<br />
THIS MOD CONSISTS OF VARIOUS PARTS AND WE WILL USE framework-res.apk, SystemUI.apk and ScreenRecorder.apk<br />
<br />
THE GUIDES ARE MADE IN SPANISH AND ENGLISH IN * .smali FOR A BETTER UNDERSTANDING AND WITH THE BEST POSSIBLE TRANSLATION. THEY ARE WITHIN THE .RAR<br />
<br />
menu_extendido_reinicio_Oreo_Samsung.rar<br />
<br />
WITH ScreenRecorder.apk WE WILL HAVE ACCESS TO THE ADJUSTMENTS OF THE APPLICATION IN THE APPLICATION DRAWER
</div>
<div class="postbit-attachment">
<fieldset class="fieldset">
<legend>Attached Thumbnails</legend>
<div class="postbit-attachment-file postbit-attachment-thumbnails">
<a href="attachment.php?attachmentid=4470968&amp;d=1523237863" rel="Lightbox_76170901" id="attachment4470968"><img class="thumbnail" src="https://dl.xda-developers.com/thumbs/4/4/7/0/9/6/8/4470968.jpg" border="0" alt="Click image for larger version

Name: Screenshot_20180409-025431.jpg
Views: 3782
Size: 113.1 KB
ID: 4470968" /></a>
&nbsp;
<a href="attachment.php?attachmentid=4470969&amp;d=1523237873" rel="Lightbox_76170901" id="attachment4470969"><img class="thumbnail" src="https://dl.xda-developers.com/thumbs/4/4/7/0/9/6/9/4470969.jpg" border="0" alt="Click image for larger version

Name: Screenshot_20180409-025442.jpg
Views: 3788
Size: 121.0 KB
ID: 4470969" /></a>
&nbsp;
<a href="attachment.php?attachmentid=4470970&amp;d=1523237884" rel="Lightbox_76170901" id="attachment4470970"><img class="thumbnail" src="https://dl.xda-developers.com/thumbs/4/4/7/0/9/7/0/4470970.jpg" border="0" alt="Click image for larger version

Name: Screenshot_20180409-025956.jpg
Views: 3746
Size: 96.5 KB
ID: 4470970" /></a>
&nbsp;
</div>
</fieldset>
<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/attach/rar.gif" alt="File Type: rar" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td><a href="attachment.php?attachmentid=4470971&amp;d=1523237999">menu_extendido_reinicio_Oreo_Samsung.rar</a> -
<a id="4470971" class="qrLink" href="javascript:void(0);">[Click for QR Code]</a>
(1.92 MB, 1762 views)</td>
</tr>
</table>
</fieldset>
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76170901" rel="nofollow" class="post-button" id="qr_76170901" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76170901" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76170901" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76170901" rel="nofollow">
The Following 7 Users Say Thank You to a.raul For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76170901">Gift a.raul Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76170901" style="display:none;">
<div> <a href="member.php?u=7393522" rel="nofollow">AbrahamGC</a><span class="post-thanks-box-date">(9th April 2018)</span>, <a href="member.php?u=7334959" rel="nofollow">Albe96</a><span class="post-thanks-box-date">(25th April 2018)</span>, <a href="member.php?u=4507636" rel="nofollow">edzamber</a><span class="post-thanks-box-date">(10th April 2018)</span>, <a href="member.php?u=5621463" rel="nofollow">Frozen27</a><span class="post-thanks-box-date">(23rd July 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(22nd May 2018)</span>, <a href="member.php?u=4280039" rel="nofollow">scooby07</a><span class="post-thanks-box-date">(9th September 2018)</span>, <a href="member.php?u=6377149" rel="nofollow"><span style="color: green; font-style: italic;">yash92duster</span></a><span class="post-thanks-box-date">(9th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76206008" class="postbit-wrapper ">
<a id="post76206008" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76206008">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="corsicanu is offline"></i>
<a class="bigfusername username-underline xda-popup-trigger" id="postmenu_76206008" href="member.php?u=4658360"><span style="font-weight: bold; color: DarkOrange;">corsicanu</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76206008_menu" style="display:none;">
<a href="member.php?u=4658360"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=4658360" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.github.com/corsicanu" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a target="_blank" href="https://paypal.me/corsicanu" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">12th April 2018, 08:22 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76206008&amp;postcount=10" target="new" rel="nofollow" id="postcount76206008" name="10" class="postCount" title="Permalink to post #10"><strong>#10</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76206008" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76206008" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76206008" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=4658360"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar4658360_15.gif" width="80" height="80" class="imageShadow" alt="corsicanu's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title "> Recognized Developer</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/Romania.png" title="Romania" class="userflag imageShadow" alt="Flag" />
București
</div>
<div class="userThanksContainer" title="corsicanu has been thanked 5,157 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 5,157</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a target="_blank" href="https://paypal.me/corsicanu" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76206008" onclick="this.style.display = 'none'; return toggle_collapse('more_76206008');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76206008" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>1,577</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> May 2012</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-fame'>Samsung Galaxy Fame</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-j5'>Samsung Galaxy J5</a>, <a href='/samsung-a-series-2017'>Samsung Galaxy A Series 2017</a>, <a href='/galaxy-j7-2017'>Samsung Galaxy J7 (2017)</a>, <a href='/galaxy-note-8'>Samsung Galaxy Note 8</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/Romania - Vodafone.png" title="Romania - Vodafone" class="carrier" alt="Carrier - Romania - Vodafone">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76206008').style.display = 'block'; return toggle_collapse('more_76206008');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76206008">
<div class="post-text" id="post_message_76206008">
<b><font color="RoyalBlue">Some OMC manipulation tips <img src="//forum.xda-cdn.com/images/smilies/smile.gif" border="0" alt="" title="Smile" class="inlineimg" /></font></b><br />
<b>Please take some time to read patiently everything. As always i`m not responsable for any damage that <i>you</i> do to your device.</b><br />
Hello guys, i want to share some info with you. As recognised devs say from time to time, we just need to think outside the box, everything is there for us to read/learn. I`m gonna debate in this post 2 issues that i had and the workaround for them:<br />
<br />
<font color="red"><font size="3"><b>1. OMC code changing wants to wipe data..</b></font></font> <br />
But who will agree to that without a fair fight? I investigated the frameworks and found out that samsung sets country code to use from the mcc/mnc of the sim card inserted. Inside efs/imei should be a country code file named mps_code.dat, which it contains some code. Usually at the first boot framework is creating a new file in there named omcnw_code.dat containing sim card code.. After booting, it compares both files mps_code.dat and omcnw_code.dat and if the string inside doesn`t match, it prompts for a reboot to apply the country or reboot to factory reset to use new sim. Now, if you don`t have stock recovery to securely perform the wipe, you`ll probably end in bootloop. First time i ended in bootloop because of twrp, second time i mounted efs from twrp and manually changed the mps_code.dat according to sim country. Booted up and all just was ok, without the wipe that samsung added.<br />
Therefore i tried to make a method inside SystemServer.smali (services.jar/smali/com/android/servers) that loads at boot, looks for the omcnw and if it`s found, it will delete mps_code.dat and rename omcnw_code.dat to mps_code.dat, so you won`t feel the change but also no more wipe prompt.<br />
Under the <b># direct methods</b>, anywhere after <i>.method public constructor &lt;init&gt;()V</i> i added this method:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 498px;
text-align: left;
overflow: auto">.method private static deleteOmcnw()V
.locals 5

const-string/jumbo v2, &quot;/efs/imei/omcnw_code.dat&quot;

const-string/jumbo v3, &quot;/efs/imei/mps_code.dat&quot;

new-instance v0, Ljava/io/File;

invoke-direct {v0, v2}, Ljava/io/File;-&gt;&lt;init&gt;(Ljava/lang/String;)V

if-eqz v0, :cond_0

invoke-virtual {v0}, Ljava/io/File;-&gt;exists()Z

move-result v1

if-eqz v1, :cond_0

new-instance v1, Ljava/io/File;

invoke-direct {v1, v3}, Ljava/io/File;-&gt;&lt;init&gt;(Ljava/lang/String;)V

if-eqz v1, :cond_0

invoke-virtual {v1}, Ljava/io/File;-&gt;exists()Z

move-result v4

if-eqz v4, :cond_0

invoke-virtual {v1}, Ljava/io/File;-&gt;delete()Z

invoke-virtual {v0, v1}, Ljava/io/File;-&gt;renameTo(Ljava/io/File;)Z

:goto_0
return-void

:cond_0
const-string/jumbo v0, <font color="Blue">&quot;omcnw&quot;</font>

const-string/jumbo v1, <font color="Blue">&quot;Some log lines, blah blah blah&quot;</font>

invoke-static {v0, v1}, Lcom/android/server/utils/sysfwutil/Slog;-&gt;e(Ljava/lang/String;Ljava/lang/String;)I

goto :goto_0
.end method</pre>
</div>And ofc now we need an invoke for this method.<br />
I added it in <b>.method private run()V</b> after loading libandroid_servers<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 258px;
text-align: left;
overflow: auto"> invoke-static {v0}, Landroid/os/Process;-&gt;setCanSelfBackground(Z)V

invoke-static {}, Landroid/os/Looper;-&gt;prepareMainLooper()V

const-string/jumbo v0, &quot;android_servers&quot;

invoke-static {v0}, Ljava/lang/System;-&gt;loadLibrary(Ljava/lang/String;)V

<font color="Blue">invoke-static {}, Lcom/android/server/SystemServer;-&gt;deleteOmcnw()V</font>

invoke-direct {p0}, Lcom/android/server/SystemServer;-&gt;performPendingShutdown()V

invoke-direct {p0}, Lcom/android/server/SystemServer;-&gt;createSystemContext()V

new-instance v0, Lcom/android/server/SystemServiceManager;</pre>
</div>After this, no more prompt about wipe to use the sim.<br />
<br />
<font color="Red"><font size="3"><b>2. OMC is a pain when it comes to add features..</b></font></font><br />
I wanted to add csc features but either omc was encrypted (which has a solution now), or either way too many xmls to edit.. Investigated a bit SemCscFeature.smali (framework.jar/smali_classes3/samsung/android/feature) and gave me an idea that actually worked. <br />
The point was to duplicate <b>loadNetworkFeatureFile</b> method, rename it, point it to certain location where we will add a <b>single</b> xml file containing all the features we want and add the invoke right after loadNetworkFeatureFile invoke. By doing this, doesn`t matter what csc is loaded, the system will load our custom xml too. Less time to add features, cleaner way to load, and it doesn`t even need to decrypt omc. And by using a duplicate of loadNetworkFeatureFile we can encrypt our xml too <img src="//forum.xda-cdn.com/images/smilies/smile.gif" border="0" alt="" title="Smile" class="inlineimg" /> .<br />
I`m gonna post my methods too, might be a bit sloppy code, i lost myselff inside of it, but as long as it does what it`s supposed, doesn`t matter anymore <img src="//forum.xda-cdn.com/images/smilies/laugh.gif" border="0" alt="" title="Laugh" class="inlineimg" /><br />
Gonna hide the method as it is a long one<br />
<div class="bbcode-hide" style="margin:20px; margin-top:5px">
<input type="button" value="Click To Show Content" style="font-size:12px; padding:5px; display:block; margin:0; width:175px; cursor:pointer; text-align:center; text-transform:uppercase;" onClick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value='Click To Hide Content'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value='Click To Show Content'; }">
<div style="display: none;">
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 498px;
text-align: left;
overflow: auto">.method private loadHadesFeatureFile(ZLjava/lang/String;)V
.locals 24

const/16 v16, 0x0

const/4 v12, 0x0

const/4 v14, 0x0

const/4 v7, -0x1

const/4 v2, 0x0

const/4 v3, 0x0

const/4 v10, 0x0

<font color="Blue">const-string/jumbo v10, &quot;/system/etc&quot; # custom xml path here</font>

:try_start_0
new-instance v11, Ljava/io/File;

new-instance v20, Ljava/lang/StringBuilder;

invoke-direct/range {v20 .. v20}, Ljava/lang/StringBuilder;-&gt;&lt;init&gt;()V

move-object/from16 v0, v20

invoke-virtual {v0, v10}, Ljava/lang/StringBuilder;-&gt;append(Ljava/lang/String;)Ljava/lang/StringBuilder;

move-result-object v20

<font color="Blue">const-string/jumbo v21, &quot;/hades.xml&quot; # custom xml name here</font>

invoke-virtual/range {v20 .. v21}, Ljava/lang/StringBuilder;-&gt;append(Ljava/lang/String;)Ljava/lang/StringBuilder;

move-result-object v20

invoke-virtual/range {v20 .. v20}, Ljava/lang/StringBuilder;-&gt;toString()Ljava/lang/String;

move-result-object v20

move-object/from16 v0, v20

invoke-direct {v11, v0}, Ljava/io/File;-&gt;&lt;init&gt;(Ljava/lang/String;)V

invoke-virtual {v11}, Ljava/io/File;-&gt;exists()Z

move-result v20

if-eqz v20, :cond_0

invoke-virtual {v11}, Ljava/io/File;-&gt;length()J

move-result-wide v20

const-wide/16 v22, 0x0

cmp-long v20, v20, v22

if-gtz v20, :cond_1

:cond_0
return-void

:cond_1
invoke-static {}, Lorg/xmlpull/v1/XmlPullParserFactory;-&gt;newInstance()Lorg/xmlpull/v1/XmlPullParserFactory;

move-result-object v9

const/16 v20, 0x1

move/from16 v0, v20

invoke-virtual {v9, v0}, Lorg/xmlpull/v1/XmlPullParserFactory;-&gt;setNamespaceAware(Z)V

invoke-virtual {v9}, Lorg/xmlpull/v1/XmlPullParserFactory;-&gt;newPullParser()Lorg/xmlpull/v1/XmlPullParser;

move-result-object v16

new-instance v13, Ljava/io/FileInputStream;

invoke-direct {v13, v11}, Ljava/io/FileInputStream;-&gt;&lt;init&gt;(Ljava/io/File;)V
:try_end_0
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_0 .. :try_end_0} :catch_b
.catch Ljava/io/FileNotFoundException; {:try_start_0 .. :try_end_0} :catch_d
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_f
.catchall {:try_start_0 .. :try_end_0} :catchall_1

:try_start_1
move-object/from16 v0, p0

invoke-direct {v0, v11}, Lcom/samsung/android/feature/SemCscFeature;-&gt;isXmlEncoded(Ljava/io/File;)Z

move-result v20

if-eqz v20, :cond_3

invoke-virtual {v13}, Ljava/io/FileInputStream;-&gt;available()I

move-result v18

move/from16 v0, v18

new-array v0, v0, [B

move-object/from16 v19, v0

move-object/from16 v0, v19

invoke-virtual {v13, v0}, Ljava/io/FileInputStream;-&gt;read([B)I

invoke-virtual {v13}, Ljava/io/FileInputStream;-&gt;close()V

move-object/from16 v0, p0

move-object/from16 v1, v19

invoke-direct {v0, v1}, Lcom/samsung/android/feature/SemCscFeature;-&gt;decode([B)[B

move-result-object v17

new-instance v15, Ljava/io/ByteArrayInputStream;

move-object/from16 v0, v17

invoke-direct {v15, v0}, Ljava/io/ByteArrayInputStream;-&gt;&lt;init&gt;([B)V
:try_end_1
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_1 .. :try_end_1} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_1 .. :try_end_1} :catch_2
.catch Ljava/io/IOException; {:try_start_1 .. :try_end_1} :catch_5
.catchall {:try_start_1 .. :try_end_1} :catchall_0

const/16 v20, 0x0

:try_start_2
move-object/from16 v0, v16

move-object/from16 v1, v20

invoke-interface {v0, v15, v1}, Lorg/xmlpull/v1/XmlPullParser;-&gt;setInput(Ljava/io/InputStream;Ljava/lang/String;)V
:try_end_2
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_2 .. :try_end_2} :catch_c
.catch Ljava/io/FileNotFoundException; {:try_start_2 .. :try_end_2} :catch_e
.catch Ljava/io/IOException; {:try_start_2 .. :try_end_2} :catch_10
.catchall {:try_start_2 .. :try_end_2} :catchall_2

move-object v14, v15

:goto_0
:try_start_3
invoke-interface/range {v16 .. v16}, Lorg/xmlpull/v1/XmlPullParser;-&gt;getEventType()I

move-result v7

:goto_1
const/16 v20, 0x1

move/from16 v0, v20

if-eq v7, v0, :cond_c

const/16 v20, 0x2

move/from16 v0, v20

if-ne v7, v0, :cond_6

invoke-interface/range {v16 .. v16}, Lorg/xmlpull/v1/XmlPullParser;-&gt;getName()Ljava/lang/String;
:try_end_3
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_3 .. :try_end_3} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_3 .. :try_end_3} :catch_2
.catch Ljava/io/IOException; {:try_start_3 .. :try_end_3} :catch_5
.catchall {:try_start_3 .. :try_end_3} :catchall_0

move-result-object v2

:cond_2
:goto_2
:try_start_4
invoke-interface/range {v16 .. v16}, Lorg/xmlpull/v1/XmlPullParser;-&gt;next()I
:try_end_4
.catch Ljava/io/IOException; {:try_start_4 .. :try_end_4} :catch_7
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_4 .. :try_end_4} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_4 .. :try_end_4} :catch_2
.catchall {:try_start_4 .. :try_end_4} :catchall_0

move-result v7

goto :goto_1

:cond_3
const/16 v20, 0x0

:try_start_5
move-object/from16 v0, v16

move-object/from16 v1, v20

invoke-interface {v0, v13, v1}, Lorg/xmlpull/v1/XmlPullParser;-&gt;setInput(Ljava/io/InputStream;Ljava/lang/String;)V
:try_end_5
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_5 .. :try_end_5} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_5 .. :try_end_5} :catch_2
.catch Ljava/io/IOException; {:try_start_5 .. :try_end_5} :catch_5
.catchall {:try_start_5 .. :try_end_5} :catchall_0

goto :goto_0

:catch_0
move-exception v6

move-object v12, v13

:goto_3
:try_start_6
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v6}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_6
.catchall {:try_start_6 .. :try_end_6} :catchall_1

if-eqz v12, :cond_4

:try_start_7
invoke-virtual {v12}, Ljava/io/FileInputStream;-&gt;close()V

const/4 v12, 0x0

:cond_4
if-eqz v14, :cond_5

invoke-virtual {v14}, Ljava/io/ByteArrayInputStream;-&gt;close()V
:try_end_7
.catch Ljava/io/IOException; {:try_start_7 .. :try_end_7} :catch_9

:goto_4
const/4 v14, 0x0

:cond_5
:goto_5
return-void

:cond_6
const/16 v20, 0x4

move/from16 v0, v20

if-ne v7, v0, :cond_2

:try_start_8
invoke-interface/range {v16 .. v16}, Lorg/xmlpull/v1/XmlPullParser;-&gt;getText()Ljava/lang/String;

move-result-object v3

if-eqz v2, :cond_2

if-eqz v3, :cond_2

move-object/from16 v0, p0

iget-object v0, v0, Lcom/samsung/android/feature/SemCscFeature;-&gt;mFeatureList:Ljava/util/Hashtable;

move-object/from16 v20, v0

move-object/from16 v0, v20

invoke-virtual {v0, v2}, Ljava/util/Hashtable;-&gt;containsKey(Ljava/lang/Object;)Z
:try_end_8
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_8 .. :try_end_8} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_8 .. :try_end_8} :catch_2
.catch Ljava/io/IOException; {:try_start_8 .. :try_end_8} :catch_5
.catchall {:try_start_8 .. :try_end_8} :catchall_0

move-result v20

if-eqz v20, :cond_8

:try_start_9
invoke-interface/range {v16 .. v16}, Lorg/xmlpull/v1/XmlPullParser;-&gt;next()I
:try_end_9
.catch Ljava/io/IOException; {:try_start_9 .. :try_end_9} :catch_1
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_9 .. :try_end_9} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_9 .. :try_end_9} :catch_2
.catchall {:try_start_9 .. :try_end_9} :catchall_0

move-result v7

goto :goto_1

:catch_1
move-exception v5

:try_start_a
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_a
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_a .. :try_end_a} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_a .. :try_end_a} :catch_2
.catch Ljava/io/IOException; {:try_start_a .. :try_end_a} :catch_5
.catchall {:try_start_a .. :try_end_a} :catchall_0

goto :goto_1

:catch_2
move-exception v4

move-object v12, v13

:goto_6
:try_start_b
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v4}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_b
.catchall {:try_start_b .. :try_end_b} :catchall_1

if-eqz v12, :cond_7

:try_start_c
invoke-virtual {v12}, Ljava/io/FileInputStream;-&gt;close()V

const/4 v12, 0x0

:cond_7
if-eqz v14, :cond_5

invoke-virtual {v14}, Ljava/io/ByteArrayInputStream;-&gt;close()V
:try_end_c
.catch Ljava/io/IOException; {:try_start_c .. :try_end_c} :catch_3

goto :goto_4

:catch_3
move-exception v5

const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I

goto :goto_5

:cond_8
:try_start_d
invoke-virtual {v3}, Ljava/lang/String;-&gt;trim()Ljava/lang/String;

move-result-object v3

move-object/from16 v0, p0

iget-object v0, v0, Lcom/samsung/android/feature/SemCscFeature;-&gt;mFeatureList:Ljava/util/Hashtable;

move-object/from16 v20, v0

move-object/from16 v0, v20

invoke-virtual {v0, v2, v3}, Ljava/util/Hashtable;-&gt;put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
:try_end_d
.catch Ljava/lang/Exception; {:try_start_d .. :try_end_d} :catch_4
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_d .. :try_end_d} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_d .. :try_end_d} :catch_2
.catch Ljava/io/IOException; {:try_start_d .. :try_end_d} :catch_5
.catchall {:try_start_d .. :try_end_d} :catchall_0

goto/16 :goto_2

:catch_4
move-exception v8

:try_start_e
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v8}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_e
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_e .. :try_end_e} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_e .. :try_end_e} :catch_2
.catch Ljava/io/IOException; {:try_start_e .. :try_end_e} :catch_5
.catchall {:try_start_e .. :try_end_e} :catchall_0

goto/16 :goto_2

:catch_5
move-exception v5

move-object v12, v13

:goto_7
:try_start_f
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_f
.catchall {:try_start_f .. :try_end_f} :catchall_1

if-eqz v12, :cond_9

:try_start_10
invoke-virtual {v12}, Ljava/io/FileInputStream;-&gt;close()V

const/4 v12, 0x0

:cond_9
if-eqz v14, :cond_5

invoke-virtual {v14}, Ljava/io/ByteArrayInputStream;-&gt;close()V
:try_end_10
.catch Ljava/io/IOException; {:try_start_10 .. :try_end_10} :catch_6

goto/16 :goto_4

:catch_6
move-exception v5

const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I

goto/16 :goto_5

:catch_7
move-exception v5

:try_start_11
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I
:try_end_11
.catch Lorg/xmlpull/v1/XmlPullParserException; {:try_start_11 .. :try_end_11} :catch_0
.catch Ljava/io/FileNotFoundException; {:try_start_11 .. :try_end_11} :catch_2
.catch Ljava/io/IOException; {:try_start_11 .. :try_end_11} :catch_5
.catchall {:try_start_11 .. :try_end_11} :catchall_0

goto/16 :goto_1

:catchall_0
move-exception v20

move-object v12, v13

:goto_8
if-eqz v12, :cond_a

:try_start_12
invoke-virtual {v12}, Ljava/io/FileInputStream;-&gt;close()V

const/4 v12, 0x0

:cond_a
if-eqz v14, :cond_b

invoke-virtual {v14}, Ljava/io/ByteArrayInputStream;-&gt;close()V
:try_end_12
.catch Ljava/io/IOException; {:try_start_12 .. :try_end_12} :catch_a

const/4 v14, 0x0

:cond_b
:goto_9
throw v20

:cond_c
if-eqz v13, :cond_d

:try_start_13
invoke-virtual {v13}, Ljava/io/FileInputStream;-&gt;close()V
:try_end_13
.catch Ljava/io/IOException; {:try_start_13 .. :try_end_13} :catch_11

const/4 v12, 0x0

:goto_a
if-eqz v14, :cond_5

:try_start_14
invoke-virtual {v14}, Ljava/io/ByteArrayInputStream;-&gt;close()V
:try_end_14
.catch Ljava/io/IOException; {:try_start_14 .. :try_end_14} :catch_8

goto/16 :goto_4

:catch_8
move-exception v5

:goto_b
const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I

goto/16 :goto_5

:catch_9
move-exception v5

const-string/jumbo v20, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v21

invoke-static/range {v20 .. v21}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I

goto/16 :goto_5

:catch_a
move-exception v5

const-string/jumbo v21, &quot;SemCscFeature&quot;

invoke-virtual {v5}, Ljava/lang/Throwable;-&gt;toString()Ljava/lang/String;

move-result-object v22

invoke-static/range {v21 .. v22}, Landroid/util/Log;-&gt;w(Ljava/lang/String;Ljava/lang/String;)I

goto :goto_9

:catchall_1
move-exception v20

goto :goto_8

:catchall_2
move-exception v20

move-object v14, v15

move-object v12, v13

goto :goto_8

:catch_b
move-exception v6

goto/16 :goto_3

:catch_c
move-exception v6

move-object v14, v15

move-object v12, v13

goto/16 :goto_3

:catch_d
move-exception v4

goto/16 :goto_6

:catch_e
move-exception v4

move-object v14, v15

move-object v12, v13

goto/16 :goto_6

:catch_f
move-exception v5

goto/16 :goto_7

:catch_10
move-exception v5

move-object v14, v15

move-object v12, v13

goto/16 :goto_7

:catch_11
move-exception v5

move-object v12, v13

goto :goto_b

:cond_d
move-object v12, v13

goto :goto_a
.end method</pre>
</div>
</div>
</div><br />
And the invoke:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 258px;
text-align: left;
overflow: auto">...

invoke-direct {p0, v2, v4}, Lcom/samsung/android/feature/SemCscFeature;-&gt;loadFeatureFile(ZLjava/lang/String;)Z

move-result v5

if-eqz v5, :cond_1

invoke-direct {p0, v2, v3}, Lcom/samsung/android/feature/SemCscFeature;-&gt;loadNetworkFeatureFile(ZLjava/lang/String;)V

<font color="Blue">invoke-direct {p0, v2, v3}, Lcom/samsung/android/feature/SemCscFeature;-&gt;loadHadesFeatureFile(ZLjava/lang/String;)V</font>
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0

...</pre>
</div>The code can be simplified, i didn`t bothered to do that, feel free to manipulate it in which way you want.<br />
Hope these tips will help someone in the future of custom roms with more features.<br />
I will attach to this thread my modified smalis from one of my roms, i tried these methods on 7.1.1, but the idea is the same for oreo too, code might be slighlty different. <br />
All the best <img src="//forum.xda-cdn.com/images/smilies/fingers-crossed.gif" border="0" alt="" title="Fingers Crossed" class="inlineimg" />
</div>
<div class="postbit-attachment">
<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td><a href="attachment.php?attachmentid=4474080&amp;d=1523517736">smalis.zip</a> -
<a id="4474080" class="qrLink" href="javascript:void(0);">[Click for QR Code]</a>
(36.8 KB, 496 views)</td>
</tr>
</table>
</fieldset>
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76206008" rel="nofollow" class="post-button" id="qr_76206008" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76206008" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76206008" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76206008" rel="nofollow">
The Following 10 Users Say Thank You to corsicanu For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<div class="thanksNames" id="collapseobj_Thanks_76206008" style="display:none;">
<div> <a href="member.php?u=5829833" rel="nofollow">a.raul</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=7393522" rel="nofollow">AbrahamGC</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=4710752" rel="nofollow">amtra</a><span class="post-thanks-box-date">(14th June 2018)</span>, <a href="member.php?u=4637718" rel="nofollow"><span style="font-weight: bold; color: DarkOrange;">ananjaser1211</span></a><span class="post-thanks-box-date">(31st May 2018)</span>, <a href="member.php?u=4507636" rel="nofollow">edzamber</a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=5621463" rel="nofollow">Frozen27</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=7098450" rel="nofollow">Kill-Switch</a><span class="post-thanks-box-date">(21st June 2018)</span>, <a href="member.php?u=5803507" rel="nofollow">SirDre</a><span class="post-thanks-box-date">(21st April 2018)</span>, <a href="member.php?u=6377149" rel="nofollow"><span style="color: green; font-style: italic;">yash92duster</span></a><span class="post-thanks-box-date">(12th April 2018)</span>, <a href="member.php?u=5150393" rel="nofollow">_alexndr</a><span class="post-thanks-box-date">(28th April 2018)</span></div>
</div>
</div>
</div>
<div id="edit76225671" class="postbit-wrapper ">
<a id="post76225671" class="postbit-anchor"></a>
<div class="post-head-container">
<div class="post-head post-head-left">
<div id="postmenu_76225671">
<i class="fas fa-user-circle post-onlinestatus post-onlinestatus-offline" title="yash92duster is offline"></i>
<a class="bigfusername username-underline xda-popup-trigger" id="postmenu_76225671" href="member.php?u=6377149"><span style="color: green; font-style: italic;">yash92duster</span></a>

<div class="xda-popup popup-notable xda-popup-inplace" id="postmenu_76225671_menu" style="display:none;">
<a href="member.php?u=6377149"><i class="fas fa-user-circle"></i> View Profile</a>
<a href="search.php?do=finduser&amp;u=6377149" rel="nofollow"><i class="fas fa-comment-dots"></i> View Forum Posts</a>
<a href="https://www.twitter.com/404" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Follow on Twitter</a>
<a href="https://plus.google.com/404" target="_blank" rel="nofollow"><i class="fab fa-google-plus-g"></i> Follow on Google+</a>
<a href="https://www.facebook.com/404" target="_blank" rel="nofollow"><i class="fab fa-facebook-f"></i> View Facebook page</a>
<a href="https://www.github.com/https://github.com/yash92duster" target="_blank" rel="nofollow"><i class="fab fa-github"></i> View GitHub profile</a>
<a href="https://www.instagram.com/404" target="_blank" rel="nofollow"><i class="fab fa-instagram"></i> View Instagram profile</a>
<a href="/donatetome.php?u=6377149" rel="nofollow"><i class="fas fa-donate"></i> Donate to Me</a>
</div>
</div>
</div>
<div class="post-head post-head-right">

<span class="time">14th April 2018, 07:01 AM</span>
<span class="posttime-number-seperator">|</span><a href="showpost.php?p=76225671&amp;postcount=11" target="new" rel="nofollow" id="postcount76225671" name="11" class="postCount" title="Permalink to post #11"><strong>#11</strong></a> &nbsp;

<div class="postbit-social">
<a href="https://plus.google.com/share?url=https://forum.xda-developers.com//android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76225671" target="_blank" title="Share this post on Google+" class="headerGPlusIcon fal-gplus" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="nofollow"><i class="fagp fab fa-google-plus-g"></i></a>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/post76225671" target="_blank" title="Share this post on Facebook" class="postFacebookIcon fbs_post fal-facebook" rel="nofollow"><i class="fafb fab fa-facebook-f"></i></a>
<a href="retweet_forums.php?p=76225671" target="_blank" title="Tweet this post" class="postTwitterIcon fal-twitter" rel="nofollow"><i class="fatw fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="post-content-container">
<div class="postbit-userinfo-cell">
<div class="pbava smallfont">
<a href="member.php?u=6377149"><img src="//cdn-cf-1.xda-developers.com/customavatars/avatar6377149_9.gif" width="66" height="80" class="imageShadow" alt="yash92duster's Avatar" border="0" /></a>
</div>
<div class="smallfont">
<div class="pbuser user-title user-title-op-tag"><span class="op-tag">OP</span> Recognized Contributor</div>
<div class="pbuser user-location">
<img src="//cdn-cf-2.xda-developers.com/images/flags/India.png" title="India" class="userflag imageShadow" alt="Flag" />
Chennai
</div>
<div class="userThanksContainer" title="yash92duster has been thanked 9,337 times. That equates to 9/20 notches on our Thanks Meter">
<span class="userThanksText">Thanks<span class="responsive-text-hide"> Meter</span>: 9,337</span>
<div class="userThanksInfo">
<span class="userThanksMeter userThanksMeter9">&nbsp;</span>
</div>
</div>
<div class="userstars-star userstars-amount-0" title="0 donation stars"></div>
<a href="/donatetome.php?u=6377149" rel="nofollow" class="donateButton">Donate to Me</a>
</div>
<a href="#" class="moreInfoButton" id="moreInfoButton76225671" onclick="this.style.display = 'none'; return toggle_collapse('more_76225671');">More <i class="fas fa-caret-down"></i></a>
<div id="collapseobj_more_76225671" class="moreUserInfo" style="display:none;">
<div class="pbuser user-posts">
<strong>9,570</strong> posts
</div>
<div class="pbuser user-joindate"><span class="time responsive-text-hide">Join Date:</span><span class="responsive-text-show">Joined:</span> Jan 2015</div>
<div class="my-devices pbuser">My Devices: <a href='/galaxy-s5'>Samsung Galaxy S 5</a>, <a href='/tab-4'>Samsung Galaxy Tab 4</a>, <a href='/moto-e-2015'>Moto E 2015</a>, <a href='/zenwatch-2'>Asus ZenWatch 2</a>, <a href='/samsung-a-series'>Samsung Galaxy A Series</a>, <a href='/galaxy-e-series'>Samsung Galaxy E Series</a>, <a href='/galaxy-s7'>Samsung Galaxy S7</a>, <a href='/galaxy-s8+'>Samsung Galaxy S8+</a>, <a href='/galaxy-s9'>Samsung Galaxy S9</a></div>
<img src="//cdn-cf-2.xda-developers.com/images/providers/India - Jio.png" title="India - Jio" class="carrier" alt="Carrier - India - Jio">
<div class="userChatIcons"> </div>
<a href="#" class="moreInfoButton btn-silver" onclick="document.getElementById('moreInfoButton76225671').style.display = 'block'; return toggle_collapse('more_76225671');">Less <i class="fas fa-caret-up"></i></a>
</div>
</div>
<div class="postbit-content postbit-content-moderated" id="td_post_76225671">
<div class="post-text" id="post_message_76225671">
<b><div align="center"><font size="4"><font color="DarkRed">CSC Tweaks:</font></font></div></b><br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code: </div>
<pre class="alt2 " dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 100%;
height: 498px;
text-align: left;
overflow: auto">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;
&lt;SamsungMobileFeature&gt;
&lt;Version&gt;ED00006&lt;/Version&gt;
&lt;Country&gt;INDIA&lt;/Country&gt;
&lt;CountryISO&gt;IN&lt;/CountryISO&gt;
&lt;SalesCode&gt;INS&lt;/SalesCode&gt;
&lt;FeatureSet&gt;

&lt;!-- Common --&gt;
&lt;CscFeature_VoiceCall_ConfigRecording&gt;RecordingAllowed&lt;/CscFeature_VoiceCall_ConfigRecording&gt;
&lt;CscFeature_Dictionary_PopUpData&gt;FALSE&lt;/CscFeature_Dictionary_PopUpData&gt;
&lt;CscFeature_Common_AllowExternalApkUsage&gt;TRUE&lt;/CscFeature_Common_AllowExternalApkUsage&gt;
&lt;CscFeature_SmartManager_ConfigDashboard&gt;dual_dashboard&lt;/CscFeature_SmartManager_ConfigDashboard&gt;
&lt;CscFeature_SmartManager_ConfigSubFeatures&gt;roguepopup|autoclean|applock|autorestart|networkpowersaving|storageclean|devicesecurity|applicationpermission|autolaunch|backgroundapp|notificationmanager|fake_base_station|appclean&lt;/CscFeature_SmartManager_ConfigSubFeatures&gt;
&lt;CscFeature_Settings_FOTA&gt;FALSE&lt;/CscFeature_Settings_FOTA&gt;
&lt;CscFeature_Settings_GOTA&gt;FALSE&lt;/CscFeature_Settings_GOTA&gt;
&lt;CscFeature_Common_ConfigSvcProviderForUnknownNumber&gt;whitepages,whitepages,whitepages&lt;/CscFeature_Common_ConfigSvcProviderForUnknownNumber&gt;
&lt;CscFeature_SmartManager_DisableAntiMalware&gt;TRUE&lt;/CscFeature_SmartManager_DisableAntiMalware&gt;
&lt;CscFeature_SystemUI_SupportRecentAppProtection&gt;TRUE&lt;/CscFeature_SystemUI_SupportRecentAppProtection&gt;
&lt;CscFeature_Wifi_SupportAdvancedMenu&gt;TRUE&lt;/CscFeature_Wifi_SupportAdvancedMenu&gt;
&lt;CscFeature_Wifi_SupportMobileApOnTrigger&gt;TRUE&lt;/CscFeature_Wifi_SupportMobileApOnTrigger&gt;
&lt;CscFeature_Setting_IncludeApn4SwUpdate&gt;FALSE&lt;/CscFeature_Setting_IncludeApn4SwUpdate&gt;
&lt;CscFeature_Setting_DisableMenuSoftwareUpdate&gt;TRUE&lt;/CscFeature_Setting_DisableMenuSoftwareUpdate&gt;
&lt;CscFeature_Settings_Software_Update_Settings&gt;FALSE&lt;/CscFeature_Settings_Software_Update_Settings&gt;
&lt;CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim&gt;TRUE&lt;/CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim&gt;
&lt;CscFeature_Setting_CustNetworkSelMenu4&gt;LTEONLY&lt;/CscFeature_Setting_CustNetworkSelMenu4&gt;
&lt;CscFeature_Setting_EnableMenuBlockCallMsg&gt;TRUE&lt;/CscFeature_Setting_EnableMenuBlockCallMsg&gt;
&lt;CscFeature_MediaProvider_HideVoiceFilesInMusic&gt;true&lt;/CscFeature_MediaProvider_HideVoiceFilesInMusic&gt;
&lt;CscFeature_Common_ConfigYuva&gt;powerplanning|reserve|zeroforward|mileage|dashboard|sprotect|MemorySaver|geolike&lt;/CscFeature_Common_ConfigYuva&gt;
&lt;CscFeature_Setting_SupportDataUsageReminder&gt;TRUE&lt;/CscFeature_Setting_SupportDataUsageReminder&gt;
&lt;CscFeature_Setting_SupportRealTimeNetworkSpeed&gt;TRUE&lt;/CscFeature_Setting_SupportRealTimeNetworkSpeed&gt;
&lt;CscFeature_SystemUI_ConfigOverrideDataIcon&gt;LTE&lt;/CscFeature_SystemUI_ConfigOverrideDataIcon&gt;
&lt;CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel&gt;TRUE&lt;/CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel&gt;
&lt;CscFeature_SystemUI_ConfigOpBrandingForQuickSettingLabel&gt;CHC&lt;/CscFeature_SystemUI_ConfigOpBrandingForQuickSettingLabel&gt;
&lt;CscFeature_SystemUI_ConfigOpBrandingQuickSettingIcon&gt;CHC&lt;/CscFeature_SystemUI_ConfigOpBrandingQuickSettingIcon&gt;
&lt;CscFeature_SystemUI_ConfigQuickSettingPopup&gt;CHC&lt;/CscFeature_SystemUI_ConfigQuickSettingPopup&gt;
&lt;CscFeature_Wifi_SupportSecureWifi&gt;TRUE&lt;/CscFeature_Wifi_SupportSecureWifi&gt;
&lt;CscFeature_SystemUI_ConfigDefQuickSettingItem&gt;Wifi,SilentMode,Bluetooth,RotationLock,Flashlight,AirplaneMode,PowerSaving,MobileData,WifiCalling,Performance,BlueLightFilter,WifiHotspot,PersonalMode,SecureFolder,Location,Nfc,Aod,AllShareCast,DeviceVisibility,Dnd,Sync,UDS,BikeMode,PowerPlanning,EdgeLighting,FloatingMessage,DormantMode,NetworkBooster,QuickConnect,SmartStay,SmartPause,AirView,AirBrowse,Toolbox,CarMode,UltraPowerSaving,SFinder,ScreenCapture,UHQ,VoLte,Dolby&lt;/CscFeature_SystemUI_ConfigDefQuickSettingItem&gt;
&lt;CscFeature_Launcher_AddAutoRotationIcon&gt;TRUE&lt;/CscFeature_Launcher_AddAutoRotationIcon&gt;

&lt;!-- Message --&gt;
&lt;CscFeature_Message_SmsInputMode&gt;automatic&lt;/CscFeature_Message_SmsInputMode&gt;
&lt;CscFeature_Message_DisableSmsToMmsConversionByTextInput&gt;FALSE&lt;/CscFeature_Message_DisableSmsToMmsConversionByTextInput&gt;
&lt;CscFeature_Message_SmsMaxByte&gt;999&lt;/CscFeature_Message_SmsMaxByte&gt;
&lt;CscFeature_Message_RecipientLimit&gt;999&lt;/CscFeature_Message_RecipientLimit&gt;
&lt;CscFeature_Message_SmsToMmsTextThreshold&gt;999&lt;/CscFeature_Message_SmsToMmsTextThreshold&gt;
&lt;CscFeature_Message_MaxSlideCount&gt;999&lt;/CscFeature_Message_MaxSlideCount&gt;
&lt;CscFeature_Message_EnableVCard&gt;TRUE&lt;/CscFeature_Message_EnableVCard&gt;
&lt;CscFeature_Message_EnableSaveRestoreSDCard&gt;TRUE&lt;/CscFeature_Message_EnableSaveRestoreSDCard&gt;
&lt;CscFeature_Message_EnableFontSize&gt;TRUE&lt;/CscFeature_Message_EnableFontSize&gt;
&lt;CscFeature_Message_EnableBlackList&gt;TRUE&lt;/CscFeature_Message_EnableBlackList&gt;
&lt;CscFeature_Message_EnableSaveVMessage&gt;TRUE&lt;/CscFeature_Message_EnableSaveVMessage&gt;
&lt;CscFeature_Common_EnableAirMessage&gt;TRUE&lt;/CscFeature_Common_EnableAirMessage&gt;
&lt;CscFeature_Message_BlockSendMmsWithOnlySubject&gt;TRUE&lt;/CscFeature_Message_BlockSendMmsWithOnlySubject&gt;
&lt;CscFeature_Message_SupportAutoDeleteSpam&gt;TRUE&lt;/CscFeature_Message_SupportAutoDeleteSpam&gt;

&lt;!-- SIP --&gt;
&lt;CscFeature_Sip_UseSymbolInCMKey&gt;TRUE&lt;/CscFeature_Sip_UseSymbolInCMKey&gt;
&lt;CscFeature_SIP_EnablePreferredEnglishTypeAsUS&gt;TRUE&lt;/CscFeature_SIP_EnablePreferredEnglishTypeAsUS&gt;
&lt;CscFeature_Sip_EnableSymbolInSecondary&gt;en_GB;en_US;af;af_NA;af_ZA;agq;agq_CM;ak;ak_GH;am;am_ET;ar;ar_001;ar_AE;ar_BH;ar_DJ;ar_DZ;ar_EG;ar_ER;ar_IL;ar_IQ;ar_JO;ar_KM;ar_KW;ar_LB;ar_LY;ar_MA;ar_MR;ar_OM;ar_PS;ar_QA;ar_SA;ar_SD;ar_SO;ar_SY;ar_TD;ar_TN;ar_YE;as;as_IN;asa;asa_TZ;az;az_AZ;az_CYRL;az_CYRL_AZ;az_LATN;az_LATN_AZ;bas;bas_CM;be;be_BY;bem;bem_ZM;bez;bez_TZ;bg;bg_BG;bm;bm_ML;bn;bn_BD;bn_IN;bo;bo_CN;bo_IN;br;br_FR;brx;brx_IN;bs;bs_CYRL;bs_CYRL_BA;bs_LATN;bs_LATN_BA;ca;ca_AD;ca_ES;cgg;cgg_UG;chr;chr_US;cs;cs_CZ;cy;cy_GB;da;da_DK;dav;dav_KE;de;de_AT;de_BE;de_CH;de_DE;de_LI;de_LU;dje;dje_NE;dua;dua_CM;dyo;dyo_SN;dz;dz_BT;ebu;ebu_KE;ee;ee_GH;ee_TG;el;el_CY;el_GR;en;en_150;en_AG;en_AS;en_AU;en_BB;en_BE;en_BM;en_BS;en_BW;en_BZ;en_CA;en_CM;en_DM;en_FJ;en_FM;en_GB;en_GD;en_GG;en_GH;en_GI;en_GM;en_GU;en_GY;en_HK;en_IE;en_IM;en_IN;en_JE;en_JM;en_KE;en_KI;en_KN;en_KY;en_LC;en_LR;en_LS;en_MG;en_MH;en_MP;en_MT;en_MU;en_MW;en_NA;en_NG;en_NZ;en_PG;en_PH;en_PK;en_PR;en_PW;en_SB;en_SC;en_SG;en_SL;en_SS;en_SZ;en_TC;en_TO;en_TT;en_TZ;en_UG;en_UM;en_US;en_US_POSIX;en_VC;en_VG;en_VI;en_VU;en_WS;en_ZA;en_ZM;en_ZW;eo;es;es_419;es_AR;es_BO;es_CL;es_CO;es_CR;es_CU;es_DO;es_EA;es_EC;es_ES;es_GQ;es_GT;es_HN;es_IC;es_MX;es_NI;es_PA;es_PE;es_PH;es_PR;es_PY;es_SV;es_US;es_UY;es_VE;et;et_EE;eu;eu_ES;ewo;ewo_CM;fa;fa_AF;fa_FA;fa_IR;ff;ff_SN;fi;fi_FI;fil;fil_PH;fo;fo_FO;fr;fr_BE;fr_BF;fr_BI;fr_BJ;fr_BL;fr_CA;fr_CD;fr_CF;fr_CG;fr_CH;fr_CI;fr_CM;fr_DJ;fr_DZ;fr_FR;fr_GA;fr_GF;fr_GN;fr_GP;fr_GQ;fr_HT;fr_KM;fr_LU;fr_MA;fr_MC;fr_MF;fr_MG;fr_ML;fr_MQ;fr_MR;fr_MU;fr_NC;fr_NE;fr_PF;fr_RE;fr_RW;fr_SC;fr_SN;fr_SY;fr_TD;fr_TG;fr_TN;fr_VU;fr_YT;ga;ga_IE;gl;gl_ES;gsw;gsw_CH;gu;gu_IN;guz;guz_KE;gv;gv_GB;ha;ha_LATN;ha_LATN_GH;ha_LATN_NE;ha_LATN_NG;haw;haw_US;iw;iw_IL;hi;hi_IN;hr;hr_BA;hr_HR;hu;hu_HU;hy;hy_AM;in;in_ID;in;in_ID;ig;ig_NG;ii;ii_CN;is;is_IS;it;it_CH;it_IT;it_SM;iw_IL;ja;ja_JP;jgo;jgo_CM;jmc;jmc_TZ;ka;ka_GE;kab;kab_DZ;kam;kam_KE;kde;kde_TZ;kea;kea_CV;khq;khq_ML;ki;ki_KE;kk;kk_CYRL;kk_CYRL_KZ;kk_KZ;kl;kl_GL;kln;kln_KE;km;km_KH;kn;kn_IN;ko;ko_KP;ko_KR;kok;kok_IN;ks;ks_ARAB;ks_ARAB_IN;ksb;ksb_TZ;ksf;ksf_CM;kw;kw_GB;lag;lag_TZ;lg;lg_UG;ln;ln_AO;ln_CD;ln_CF;ln_CG;lo;lo_LA;lt;lt_LT;lu;lu_CD;luo;luo_KE;luy;luy_KE;lv;lv_LV;mas;mas_KE;mas_TZ;mer;mer_KE;mfe;mfe_MU;mg;mg_MG;mgh;mgh_MZ;mgo;mgo_CM;mk;mk_MK;ml;ml_IN;mn;mn_CYRL;mn_CYRL_MN;mr;mr_IN;ms;ms_LATN;ms_LATN_BN;ms_LATN_MY;ms_LATN_SG;ms_MY;mt;mt_MT;mua;mua_CM;my;my_MM;naq;naq_NA;nb;nb_NO;nd;nd_ZW;ne;ne_IN;ne_NP;nl;nl_AW;nl_BE;nl_CW;nl_NL;nl_SR;nl_SX;nmg;nmg_CM;nn;nn_NO;nus;nus_SD;nyn;nyn_UG;om;om_ET;om_KE;or;or_IN;pa;pa_ARAB;pa_ARAB_PK;pa_GURU;pa_GURU_IN;pa_IN;pl;pl_PL;ps;ps_AF;pt;pt_AO;pt_BR;pt_CV;pt_GW;pt_MO;pt_MZ;pt_PT;pt_ST;pt_TL;rm;rm_CH;rn;rn_BI;ro;ro_MD;ro_RO;rof;rof_TZ;ru;ru_BY;ru_KG;ru_KZ;ru_MD;ru_RU;ru_UA;rw;rw_RW;rwk;rwk_TZ;saq;saq_KE;sbp;sbp_TZ;seh;seh_MZ;ses;ses_ML;sg;sg_CF;shi;shi_LATN;shi_LATN_MA;shi_TFNG;shi_TFNG_MA;si;si_IN;si_LK;sk;sk_SK;sl;sl_SI;sn;sn_ZW;so;so_DJ;so_ET;so_KE;so_SO;sq;sq_AL;sq_MK;sr;sr_CYRL;sr_CYRL_BA;sr_CYRL_ME;sr_CYRL_RS;sr_LATN;sr_LATN_BA;sr_LATN_ME;sr_LATN_RS;sr_RS;sv;sv_AX;sv_FI;sv_SE;sw;sw_KE;sw_TZ;sw_UG;swc;swc_CD;ta;ta_IN;ta_LK;ta_MY;ta_SG;te;te_IN;teo;teo_KE;teo_UG;th;th_TH;ti;ti_ER;ti_ET;tl;tl_PH;to;to_TO;tr;tr_CY;tr_TR;twq;twq_NE;tzm;tzm_LATN;tzm_LATN_MA;uk;uk_UA;ur;ur_IN;ur_PK;uz;uz_ARAB;uz_ARAB_AF;uz_CYRL;uz_CYRL_UZ;uz_LATN;uz_LATN_UZ;uz_UZ;vai;vai_LATN;vai_LATN_LR;vai_VAII;vai_VAII_LR;vi;vi_VN;vun;vun_TZ;xog;xog_UG;yav;yav_CM;yo;yo_NG;zh;zh_CN;zh_HANS;zh_HANS_CN;zh_HANS_HK;zh_HANS_MO;zh_HANS_SG;zh_HANT;zh_HANT_HK;zh_HANT_MO;zh_HANT_TW;zh_HK;zh_SG;zh_TW;zu;zu_ZA;&lt;/CscFeature_Sip_EnableSymbolInSecondary&gt;

&lt;!-- Dialer --&gt;
&lt;CscFeature_Setting_SupportWifiCall&gt;TRUE&lt;/CscFeature_Setting_SupportWifiCall&gt;
&lt;CscFeature_Contact_ExtendSpeedDialTo100&gt;TRUE&lt;/CscFeature_Contact_ExtendSpeedDialTo100&gt;
&lt;CscFeature_Contact_EnableCallButtonInList&gt;TRUE&lt;/CscFeature_Contact_EnableCallButtonInList&gt;
&lt;CscFeature_Contact_SupportSIMContacts&gt;TRUE&lt;/CscFeature_Contact_SupportSIMContacts&gt;

&lt;!-- WEB --&gt;
&lt;CscFeature_Web_AddOptionToTerminate&gt;TRUE&lt;/CscFeature_Web_AddOptionToTerminate&gt;

&lt;!-- Camera --&gt;
&lt;CscFeature_Camera_EnableCameraDuringCall&gt;TRUE&lt;/CscFeature_Camera_EnableCameraDuringCall&gt;
&lt;CscFeature_Camera_EnableSmsNotiPopup&gt;TRUE&lt;/CscFeature_Camera_EnableSmsNotiPopup&gt;
&lt;CscFeature_Camera_ShutterSoundMenu&gt;TRUE&lt;/CscFeature_Camera_ShutterSoundMenu&gt;
&lt;CscFeature_Camera_CamcorderDoNotPauseMusic&gt;TRUE&lt;/CscFeature_Camera_CamcorderDoNotPauseMusic&gt;
&lt;CscFeature_Camera_DefaultQuality&gt;superfine&lt;/CscFeature_Camera_DefaultQuality&gt;
&lt;CscFeature_Camcorder_DefaultQuality&gt;superfine&lt;/CscFeature_Camcorder_DefaultQuality&gt;
&lt;CscFeature_Camera_CameraFlicker&gt;60hz&lt;/CscFeature_Camera_CameraFlicker&gt;

&lt;/FeatureSet&gt;
&lt;/SamsungMobileFeature&gt;</pre>
</div>
</div>
</div>
</div>
<div class="postbutton-row">
<div class="post-left">
</div>
<div class="post-buttons">
<a href="https://www.xda-developers.com/tip-us/?ZW50cnkuMjY2MDczNDUzPSZlbnRyeS4xNzgyNjE1MzY9JmVudHJ5LjE4MjIxNTAwMDY9JmVudHJ5Ljg4MDk4MTc3MD0lNUJHdWlkZXMlNUQlNUJNb2RzJTVEJTVCVG91Y2hXaXolNURBbmRyb2lkKzgrT3JlbytNb2RzJmVudHJ5LjE5NzY0ODYxNDI9aHR0cHMlM0ElMkYlMkZmb3J1bS54ZGEtZGV2ZWxvcGVycy5jb20lMkZhbmRyb2lkJTJGZ2VuZXJhbCUyRmd1aWRlcy1hbmRyb2lkLTgtMC1vcmVvLW1vZHMtdGhyZWFkLXQzNzcyMDE3" rel="nofollow" class="post-button responsive-text-hide" title="Submit to XDA Portal"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Submit to XDA Portal</span></a>
<a href="newreply.php?do=newreply&amp;p=76225671" rel="nofollow" class="post-button" id="qr_76225671" onclick="return false" title="Quick Reply"><i class="pbfa fas fa-reply"></i><span class="responsive-text-hide"> Quick Reply</span></a>
<a href="newreply.php?do=newreply&amp;p=76225671" rel="nofollow" class="post-button" title="Reply"><i class="pbfa fas fa-share-square"></i><span class="responsive-text-hide"> Reply</span></a>
</div>
<div class="post-right">
</div>
</div>
<div id="post_thanks_box_76225671" class="post_thanks_box_wrapper">
<a href="#" class="thanksShow toggleCollapse" id="toggleCollapse_Thanks_76225671" rel="nofollow">
The Following 9 Users Say Thank You to yash92duster For This Useful Post: <span class="thanksExpandPhrase">[ View ]</span>
</a>
<a target="_blank" class="gift-post" href="/ad-free/?postid=76225671">Gift yash92duster Ad-Free</a>
<div class="thanksNames" id="collapseobj_Thanks_76225671" style="display:none;">
<div> <a href="member.php?u=6263714" rel="nofollow">alispeedsport</a><span class="post-thanks-box-date">(16th May 2018)</span>, <a href="member.php?u=5621463" rel="nofollow">Frozen27</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=9441092" rel="nofollow"><span class="__cf_email__" data-cfemail="600a0f080e0e19020c011a050a0f080e201901080f0f4e0301">[email&#160;protected]</span></a><span class="post-thanks-box-date">(19th September 2018)</span>, <a href="member.php?u=6905961" rel="nofollow">KTMNiko</a><span class="post-thanks-box-date">(1st July 2018)</span>, <a href="member.php?u=8134976" rel="nofollow">mohitmallick17</a><span class="post-thanks-box-date">(22nd May 2018)</span>, <a href="member.php?u=4985387" rel="nofollow">nelson04</a><span class="post-thanks-box-date">(5th July 2018)</span>, <a href="member.php?u=6531885" rel="nofollow">qounik</a><span class="post-thanks-box-date">(30th September 2018)</span>, <a href="member.php?u=7594127" rel="nofollow">TaifAljaloo</a><span class="post-thanks-box-date">(14th April 2018)</span>, <a href="member.php?u=8233634" rel="nofollow">Voytec83</a><span class="post-thanks-box-date">(27th April 2018)</span></div>
</div>
</div>
</div>
<div id="lastpost"></div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div class="purchad" id="purch_Y_L_0_2" style="margin: 10px 0;"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag" data-ad-name="forum_incontent_2" data-ad-size="728x90" style="margin: 10px 0;"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>


<div class="showthread-belowbar below-content-bar">
<a href="newreply.php?do=newreply&amp;noquote=1&amp;p=76093145" rel="nofollow" class="new-button title=" Quick Reply"><i class="pbfa fas fa-reply"></i> <span class="responsive-text-hide">Post </span>Reply</a>
<a href="subscription.php?do=addsubscription&amp;t=3772017" class="new-button showthread-subscribe" rel="nofollow"><i class="fas fa-bell"></i> Subscribe to Thread</a>
<div class="pagenav">
<span class="pageofpages vbmenu_control">Page 1 of 69</span>
<span class="smallfont pagenav-curpage" title="Showing results 1 to 10 of 685">1</span>
<a class="smallfont pagenav-pagelink" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page2" title="Show results 11 to 20 of 685">2</a>
<a class="smallfont pagenav-pagelink" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page3" title="Show results 21 to 30 of 685">3</a>
<a class="smallfont pagenav-linkrel" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page11" title="Show results 101 to 110 of 685">11</a>
<a class="smallfont pagenav-linkrel" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page51" title="Show results 501 to 510 of 685">51</a>
<a rel="next" class="smallfont" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page2" title="Next &raquo; - Results 11 to 20 of 685"><i class="fa fa-angle-right"></i></a>
<a rel="last" class="smallfont" href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017/page69" title="Last Page - Results 681 to 685 of 685" class="pagination-forward">Last <i class="fa fa-angle-double-right"></i></a>
<table class="pagenav-goto" title="Page 1 of 69"><tr><td title="showthread.php?t=3772017"><a name="PageNav"></a></td></tr></table>
</div>
</div>

<table class="tborder" cellpadding="5" cellspacing="0" border="0" style="display:none; position:absolute; z-index: 5; margin: 80px 0 0 80px;" id="ajax_post_errors">
<tr>
<td class="thead">
<span style="float:right"><input type="button" class="button" value=" X " onclick="vB_QuickEditor.hide_errors()" id="ajax_post_errors_closebtn" /></span>
vBulletin Message
</td>
</tr>
<tr>
<td class="alt2" colspan="2" id="ajax_post_errors_message">&nbsp;</td>
</tr>
</table>


<br />
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><form action="newreply.php?do=postreply&amp;t=3772017" method="post" name="vbform" onsubmit="return qr_prepare_submit_pdp(this, 2);" id="qrform">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:right" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/collapse_tcat.gif" alt="" border="0" /></a>
Guest Quick Reply <small>(no urls or BBcode)</small>
</td>
</tr>
</thead>
<tbody id="qr_error_tbody" style="display:none">
<tr>
<td class="thead">The following errors occurred with your submission</td>
</tr>
<tr>
<td class="alt1" id="qr_error_td"></td>
</tr>
<tr>
<td class="tfoot" align="center"><span class="smallfont"><a href="#" onclick="return qr_hide_errors()">Okay</a></span></td>
</tr>
</tbody>
<tbody id="collapseobj_quickreply" style="">
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="left">
<div class="smallfont">Message:</div>
<div id="vB_Editor_QR" class="vBulletin_editor">
<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
var threaded_mode = 0;
var require_click = 0;
var is_last_page = 0; // leave for people with cached JS files
var allow_ajax_qr = 0;
var ajax_last_post = 1539692838;
// -->
</script>
<div class="controlbar">
<fieldset style="border:0px; padding:0px; margin:0px">
<textarea name="message" id="vB_Editor_QR_textarea" rows="10" cols="60" style="width:100%; width:calc(100% - 5px); height:100px" tabindex="1" dir="ltr"></textarea>
</fieldset>
</div>
<input type="hidden" name="wysiwyg" id="vB_Editor_QR_mode" value="0" />
<input type="hidden" name="styleid" value="0" />
<input type="hidden" name="noquote" value="1" />
<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
vB_Editor['vB_Editor_QR'] = new vB_Text_Editor('vB_Editor_QR', 0, '1424', '1');
var QR_EditorID = 'vB_Editor_QR';
//-->
</script>

<script src="/clientscript/xda_guest_post.js" type="a1964a5df941c64d21908d27-text/javascript"></script>
</div>

<input type="hidden" name="signature" value="1" id="cb_signature" />
<input type="hidden" name="quickreply" id="qr_quickreply" value="1" />
</div>
</div>
<div style="margin-top:5px">
<input type="hidden" name="fromquickreply" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="3772017" id="qr_threadid" />
<input type="hidden" name="p" value="" id="qr_postid" />
<input type="hidden" name="specifiedpost" value="0" id="qr_specifiedpost" />
<input type="hidden" name="parseurl" value="1" />
<input type="hidden" name="loggedinuser" value="0" />
<input type="submit" class="button" value="Post Quick Reply" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" />
<input type="submit" class="button" value="Go Advanced" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />
</div>
<div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
<img style="vertical-align: middle;" src="//cdn-cf-1.xda-developers.com/images/2015/misc/progress.gif" alt="Posting Quick Reply - Please Wait" />&nbsp;<strong>Posting Quick Reply - Please Wait</strong>
</div>
</td>
</tr>
</tbody>
</table>
</form>

<div id="prev-next">
<a href="showthread.php?t=3772017&amp;goto=nextoldest" rel="nofollow" class="prev-thread"><i class="fas fa-step-backward"> </i>Previous Thread</a>
<a href="showthread.php?t=3772017&amp;goto=nextnewest" rel="nofollow" class="next-thread"><i class="fas fa-step-forward"> </i> Next Thread</a>
</div>

<br />

<div class="vbmenu_popup" id="threadtools_menu" style="display:none">
<form action="postings.php?t=3772017&amp;pollid=27174" method="post" name="threadadminform">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Thread Tools<a name="goto_threadtools"></a></td>
</tr>
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/printer.gif" alt="Show Printable Version" /> <a href="printthread.php?t=3772017" accesskey="3" rel="nofollow">Show Printable Version</a></td>
</tr>
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/sendtofriend.gif" alt="Email this Page" /> <a href="sendmessage.php?do=sendtofriend&amp;t=3772017" rel="nofollow">Email this Page</a></td>
</tr>
</table>
</form>
</div>


<div class="vbmenu_popup" id="displaymodes_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Display Modes<a name="goto_displaymodes"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/mode_linear.gif" alt="Linear Mode" /> <strong>Linear Mode</strong></td>
</tr>
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/mode_hybrid.gif" alt="Hybrid Mode" /> <a href="showthread.php?mode=hybrid&amp;t=3772017">Switch to Hybrid Mode</a></td>
</tr>
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="//cdn-cf-1.xda-developers.com/images/2015/buttons/mode_threaded.gif" alt="Threaded Mode" /> <a href="showthread.php?p=76093145&amp;mode=threaded#post76093145">Switch to Threaded Mode</a></td>
</tr>
</table>
</div>


<div class="vbmenu_popup" id="threadsearch_menu" style="display:none">
<form action="search.php?do=process&amp;searchthreadid=3772017" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Search this Thread<a name="goto_threadsearch"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="searchthreadid" value="3772017" />
<input type="text" class="bginput" name="query" size="25" /><input type="submit" class="button" value="Go" /><br />
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?searchthreadid=3772017">Advanced Search</a></td>
</tr>
</table>
</form>
</div>



<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
<td class="smallfont" align="right">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>

<br />
<div id="showthreadRankedThreads">
<div class="topRankedThreadsForumdisplay forum-bottom-billboard-sibling box-shadow topRankedThreadsFullWidth">
<div class="forum-head">
<h2><i class="fa fa-chevron-right"></i> Top Threads in Android General by ThreadRank</h2>
</div>
<ul>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/themegalaxy-users-customization-index-t3775627" data-threadid="3775627">themeGalaxy Users Customization Index</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 9th April 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/apps-games/weather-overdrop-t3791409" data-threadid="3791409">[APP][5.0+] Overdrop | Animated Weather &amp; Widget pack + Amoled theme</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 16th May 2018</div>
<div class="rankedForum"><a href="/android/apps-games" data-forumid="530"><i class="fas fa-th-list"></i> Android Apps and Games</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/guide-how-to-build-custom-roms-kernel-t3814251" data-threadid="3814251">[Guide][Video Tutorial] How to build Custom ROMs and Kernel Modification![P,O,N,M,L]</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 9th July 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017" data-threadid="3772017">[Guides][Mods][TouchWiz]Android 8 Oreo Mods</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 2nd April 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/guide-to-disable-oem-bloatware-aka-apps-t3779873" data-threadid="3779873">Guide to disable OEM bloatware aka system apps using adb and fastboot method (NO ROOT</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 19th April 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/unofficial-twrps-devices-source-code-t3833338" data-threadid="3833338">Unofficial TWRPs for devices without source code</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 24th August 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/unofficial-twrps-devices-source-code-t3833338" data-threadid="3833338">Unofficial TWRPs for devices without source code</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 24th August 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
<li>
<div class="rankedThread">
<div class="rankedInfo">
<div class="rankedTitle"><a href="/android/general/app-device-id-changer-oreo-13-aprv0-9-2-t3777299" data-threadid="3777299">[APP] Device ID Changer for Oreo (16/Apr)(v0.9.3-stable)</a></div>
<div class="rankedDate"><i class="fas fa-clock"></i> 13th April 2018</div>
<div class="rankedForum"><a href="/android/general" data-forumid="1424"><i class="fas fa-th-list"></i> Android General</a></div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>

<form action="index.php" method="get" style="clear:left">
<div align="center">
<div class="smallfont" align="center">


</div>
</div>
</form>
<div id="footer-nav">
<div class="navbits breadcrumbs" id="navbar_container">
<a href="index.php"><i class="fas fa-home firstbreadcrumb"></i></a>
<span class="navbar"><a href="index.php" accesskey="1">xda-developers</a></span>
<span class="navbar" title="Android Development and Hacking"><i class="fas fa-angle-right"></i> <a href="/android">Android Development and Hacking</a></span>
<span class="navbar" title="Android General"><i class="fas fa-angle-right"></i> <a href="/android/general">Android General</a></span>
<a href="/android/general/guides-android-8-0-oreo-mods-thread-t3772017"><i class="fas fa-angle-right" title="Reload this Page"></i></a>
<span>
[Guides][Mods][TouchWiz]Android 8 Oreo Mods by <a href="member.php?u=6377149">yash92duster</a>
</span>
</div>
</div><div id="footer">
<div id="footer-left">
<img id="footer-logo" src="//cdn-cf-1.xda-developers.com/images/2015/xdalogo-dark.png">
<p id="footer-summary">XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality.<br>
<a href="https://www.xda-developers.com/recognized-developer-program/">Are you a developer?</a> | <a href="https://www.xda-developers.com/xda-tos/">Terms of Service</a>
</p>
<div id="hosted-by">
<a href="https://www.leaseweb.com/?utm_source=xda-developers.com&utm_medium=textlink&utm_campaign=linkback&utm_content=hostedby" target="_blank" rel="nofollow">
<img src="//cdn-cf-2.xda-developers.com/images/leaseweb_white_bg_175x50.png" border="0" alt="Hosted by Leaseweb" style="border-radius: 5px;">
</a>
</div>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-"></script><select id="stylechooser" name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Quick Style Chooser">
<option value="15" class="">-- XDA Classic</option>
<option value="16" class="">-- XDA 2010</option>
<option value="18" class="">-- XDA 2013</option>
<option value="19" class="">---- XDA 2013 Beta - 1024</option>
<option value="21" class="" selected="selected">-- XDA 2015</option>
<option value="22" class="">---- 2015 - Dark Theme</option>
</optgroup>
</select>
<small id="footer-special-links">
</small>
</div>
<div id="footer-right">
<script type="a1964a5df941c64d21908d27-text/javascript">
if(is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_L_0_7" class="purchad footban"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag footban" data-ad-name="mforum_bottom" data-ad-size="320x50"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if (xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_L_0_3" class="purchad footban"></div>');
}
else if (xda_ad_choice == "sortable")
{
document.write('x3Cscript src="//tags-cdn.deployads.com/a/xda-developers.com.js" async >x3C/script>');
document.write('<div class="ad-tag footban" data-ad-name="forum_footer_728x90" data-ad-size="728x90"></div>');

(deployads = window.deployads || []).push({});
}
}
</script>

<div class="f-links">
<span class="f-links-text">More info</span><br>
<ul class="footer-links">
<li><a href="https://www.xda-developers.com/contact/">Contact</a></li>
<li><a href="https://www.xda-developers.com/advertise-with-xda/">Advertise</a></li>
<li><a href="https://forum.xda-developers.com/announcement.php?a=81" title="XDA Developers Rules" rel="nofollow">Rules</a></li>
<li><a href="https://www.xda-developers.com/suggest-content/" rel="nofollow">Suggest Content</a></li>
<li><a href="https://www.xda-developers.com/xda-disclosure-policy/" rel="nofollow">Security</a></li>
<li><a href="https://www.xda-developers.com/xda-developers-privacy-policy/" rel="nofollow">Privacy Policy</a></li>
<li><a href="https://www.xda-developers.com/xda-labs/" title="XDA Developers official app">XDA App</a></li>
<li><a href="https://forum.xda-developers.com/ad-free" rel="nofollow" title="XDA Ad-Free">Remove ads on XDA</a></li>
<br />
<li><a href="https://www.xda-developers.com/root/" title="How To Root Any Device">Root Any Device</a></li>
<li><a href=" https://www.xda-developers.com/how-to-do-everything-on-your-phone/" title="How To Do Everything On Your Phone">How To Guides</a></li>
<li><a href="https://www.xda-developers.com/xdas-top-picks-for-everything/" title="Top Picks For Anything and Everything">XDA's Best</a></li>
</ul>
<br />
<p id="footer-copyright">Copyright &copy; xda-developers. Hosted by <a href="https://www.leaseweb.com/?utm_source=xda-developers.com&utm_medium=textlink&utm_campaign=linkback&utm_content=hostedby" target="_blank">Leaseweb</a>
</p>
</div>
<div class="w-social">
<div id="w-social-text">We're Social</div>
<ul class="footer-links">
<li><a href="https://twitter.com/xdadevelopers" target="_blank" title="XDA Developers on Twitter"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://discord.gg/EhaMzy2" target="_blank" title="XDA Developer on Discord"><i class="fab fa-discord"></i></a></li>
<li><a href="https://www.facebook.com/xda.developers" target="_blank" title="XDA Developers on Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.youtube.com/user/xdadevelopers?sub_confirmation=1" target="_blank" title="XDA Developers on YouTube"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<a rel="nofollow" href="#topanchor" id="jumptop" onclick="window.scrollTo(0,0);return false;"><i class="fas fa-arrow-circle-o-up"></i></a>
</div>
</div>
<div id="footjs" style="display:none; visibility:hidden;">
<script type="text/javascript" data-cfasync="false">
vBulletin_init(); // Main vBulletin Javascript Initialization
</script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.min.css" />
<script data-cfasync="false" type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
<script data-cfasync="false" src="//www.google.com/jsapi" type="text/javascript"></script>
<script src="//cdn-cf-2.xda-developers.com/clientscript/deviceSearch.js?v=1539618848" type="a1964a5df941c64d21908d27-text/javascript"></script>
<script data-cfasync="false" src="//cdn-cf-3.xda-developers.com/clientscript/2015.foot.min.js?v=1539618848"></script>
<style>
.purchad {
display:block;
text-align:center;
}
</style>
<script data-cfasync="false" type="text/javascript">
var mobilelayout = (jQuery('body').hasClass('mobile-body')) ? true : false;

tmntag.cmd.push(function(){




if (mobilelayout) {
if (purchnumpost < 3) {
tmntag.placement('2539');
} else if (purchnumpost < 5) {
tmntag.placement('2538');
} else if (purchnumpost < 7) {
tmntag.placement('2537');
} else {
tmntag.placement('2131');
}
} else if (purchnumpost < 4) {
tmntag.placement('2529');
} else {
tmntag.placement('2130');
}
tmntag.target({'ctype':'f_threads', 'ccat1':encodeURIComponent(purchccat1), 'ccat2':encodeURIComponent(purchccat2), 'kw':encodeURIComponent(purchkw)});




tmntag.start();

});



if (typeof(showsfw) == 'undefined') {
var showsfw = true;
}
if (showsfw) {
jQuery(function($) {



$('.purchad').not('.criteo-alt').each(function(index, value) {
/*
if (index === 0) {
$(this).before("<script type="text/javascript" src="http://ads.servebom.com/tmnhead.js"></script>");
}
console.log($(this).attr('id'));
*/
/*$ (this).before('<br><br><i>' + $(this).attr('id') + '</i><br><br>'); */
$(this).html("<script type="text/javascript">try { tmntag.cmd.push(function(){ tmntag.adTag('" + $(this).attr("id") + "', false);}); } catch(e) {};</script>");
});



var sidepanelrefreshindicator = false;
var startStickyTop = 0;
jQuery(window).scroll(function() {
if (!sidepanelrefreshindicator && jQuery('#stickyNav').hasClass('sticky-fixed')) {
var currentTop = jQuery(window).scrollTop();

if (startStickyTop == 0) {
startStickyTop = currentTop;
} else if (currentTop - startStickyTop >= 800) {
if (tmntag) { tmntag.refresh(['purch_Y_R_0_1']); }
sidepanelrefreshindicator = true;
}
}
});

});
}
</script>
</div>
<div id="qrOverlay" style="display:none;background:rgba(0,0,0,0.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;">
<a class="closeQR" href="#" style="display:block;width:100%;height:100%;z-index:91;position:absolute;top:0;left:0;"></a>
<div id="qrModal" style="display:none;width:250px;height:250px;z-index:99;position:relative;margin-top:-125px;margin-left:-125px;top:50%;left:50%;opacity:1;">
<a class="closeQR" href="#" style="position:absolute;margin-top:0.5em;margin-left:235px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8xJREFUeNqclktIVFEYx+fO+GjUGqw0S/IRGtTKENtkqJTkooUwC0EQNNpEEiJYoISbKAhcCYogagvBlbRQW/kAIdAkbRGIi3RiNIfJR+qk4zxO/2/4zu3cOw+tA7+5c8/j+5/vfN8592hCCMspSy4o4acXLIHVU40kkQTkglfgm4hd3KAb3PxfESf4KU5XAuBRPA0tznINgCa1Yn193bK0tBR5ZmVlWUpKSiyFhYXmcfPgiaZpn0/yZEKd4vLysqioqKCZRAEhMTc3Z/bqy0nL9Uzt3dXVJex2e0wBic1mEx0dHcLv96tDX8cTyVN7tbW1JTRupr6+3uzR7Vgib2Tr5ORklJHa2lrDe0FBgVhcXDTUDw8PqyIfY4m4ZGt5ebnB4OrqaqS+srJSj8XOzk6kbnBwUO9XVFQkgsGgKmTTRQ4PD/NlrcvlivKis7Mz0kZiJBRLQDI7O/s3rwOBu7oI1B/KhrGxsaiBtDTSsCyxBIj+/n69D+w+Jg0r/YTD4Wy5fF6vNyoD19bWLENDQ4b3pqammBtPHQ+diF0rNo4GxT3Z4HA4ogbSxmtsbNTf4ZnhXS1Ief1/KBQ6og0f2fXIkuJ4MVGDLBOACtVRW6KYuN3ue7oISIc3btmoDp6enjYYbWlp0Y3Qf1UAx40hu0pLSx0yJPRz1uPxvJONo6OjhswiAZm+BBlX3yU9PT26gM/no/PrHLDpIr29vQ/U7GloaDBk10k7vrq62uDF+Pg4ZYbDIAKuzc/PD8hOdBbRUXGaI6Wmpkbs7+/rAltbW19RX2wWSQd54A6WzaV6REcFjvSYxikGtESqBwcHB7vt7e30bSngyVtl4M+AHHCrubn5+cbGxqb5tFtYWBB9fX2iu7s78pyZmYn6ciF2e62trS9hpwxcAWlqdqWA8+A6uA+ejoyMfBL/UFZWVjbr6ureYmwNuAEugtSIff4y0rpl8CWhFDjBC6fT+R4BdB8dHYXiGZ+amvJgY35A/3ZQB+iIv8pLlaR/frHpad2S2b1McJk75vPzUlVVVV5ZWdmF5ORkGw6+EL6YvyYmJlyIxyba3eA7swG2gQ8E6NSSIhoHKIWTgISyWSyH/2fyJMjrMPgNdvl6REI/gAfsgANwTCcLJYh+kWAhGwulcfplcqwyeWPZuQ8NpnNpn41uM3vsAQkEOQuNtxWTUCp7lcHPNK6zsifH7I2PZ+5j4QBPIhz3SqQsXRLHKZVFU/hd4xkGWcjPT7k8IelBwnsXC0kxK3tn4/9SJKwYDTPCLJDocmcWlPtJUy86isGERv4IMACaz3RmXeGcqwAAAABJRU5ErkJggg%3D%3D" /></a><br />
<div id="qrCode"></div>
</div>
</div>
<script type="a1964a5df941c64d21908d27-text/javascript">
var vglnk = { key: 'f0a7f91912ae2b52e0700f73990eb321' };

(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>



<script type="a1964a5df941c64d21908d27-text/javascript">
if(!is_mobile)
{
if(xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_P_1_1" class="purchad"></div>');
document.write('<div id="purch_Y_O_1_1" class="purchad"></div>');
}
}
</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
if(is_mobile)
{
if(xda_ad_choice == "purch")
{
document.write('<div id="purch_Y_P_1_1" class="purchad"></div>');
document.write('<div id="purch_Y_O_1_1" class="purchad"></div>');
}
}
</script>

<style>
.vbulletin-editor-text-area TEXTAREA {
width:100%;
height: 315px;
padding:0;
margin:0;
}
</style>
<script data-cfasync="false" type="text/javascript">
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement("script");
gads.async = true;
gads.type = "text/javascript";
var useSSL = "https:" == document.location.protocol;
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
var node =document.getElementsByTagName("script")[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<div id="div-gpt-ad-1363287890054-0-oop">
<script data-cfasync="false" type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/8456/IDG.XDA_ROS','div-gpt-ad-1363287890054-0-oop').addService(googletag.pubads())
googletag.display('div-gpt-ad-1363287890054-0-oop');
});
</script>
</div>

<script type="a1964a5df941c64d21908d27-text/javascript">
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035753" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035753&cv=2.0&cj=1" />
</noscript>


<script async src="/clientscript/xda_sponsor_logic.js?v=1539618848" type="a1964a5df941c64d21908d27-text/javascript"></script>
<script type="a1964a5df941c64d21908d27-text/javascript" src="//cdn-cf-1.xda-developers.com/clientscript/2015.showthread.min.js?v=1539618848"></script>


<script type="text/javascript" data-cfasync="false">
<!--
var fontoptions = new Array();
var sizeoptions = new Array();
var smilieoptions = { };

var istyles = { };
var ltr = 'left';

var smiliewindow_x = 360;
var smiliewindow_y = 480;

var ignorequotechars = 1;
var allowbasicbbcode = true;

// vB Phrases
vbphrase["wysiwyg_please_wait"] = "Please wait for the WYSIWYG editor to finish loading...";
vbphrase["wysiwyg_initialized"] = "WYSIWYG Editor initialized for %1$s in %2$s seconds.";
vbphrase["wysiwyg_command_invalid"] = "This command is invalid or not implemented.";
vbphrase["moz_must_select_text"] = "Mozilla requires that you must select some text for this function to work";
vbphrase["moz_edit_config_file"] = "You need to edit your Mozilla config file to allow this action.";
vbphrase["enter_tag_option"] = "Please enter the option for your %1$s tag:";
vbphrase["must_select_text_to_use"] = "You must select some text to use this function.";
vbphrase["browser_is_safari_no_wysiwyg"] = "The Safari browser does not support WYSIWYG mode.";
vbphrase["enter_option_x_tag"] = "Enter the option for the [%1$s] tag:";
vbphrase["enter_text_to_be_formatted"] = "Enter the text to be formatted";
vbphrase["enter_link_text"] = "Enter the text to be displayed for the link (optional):";
vbphrase["enter_list_type"] = "What type of list do you want? Enter '1' for a numbered list, enter 'a' for an alphabetical list, or leave blank for a list with bullet points:";
vbphrase["enter_list_item"] = "Enter a list item.rnLeave the box empty or press 'Cancel' to complete the list:";
vbphrase["must_enter_subject"] = "You must enter a title / subject!";
vbphrase["message_too_short"] = "The message you have entered is too short. Please lengthen your message to at least %1$s characters.";
vbphrase["enter_link_url"] = "Please enter the URL of your link:";
vbphrase["enter_image_url"] = "Please enter the URL of your image:";
vbphrase["enter_email_link"] = "Please enter the email address for the link:";
vbphrase["complete_image_verification"] = "You did not complete the Image Verification";
vbphrase["iespell_not_installed"] = "ieSpell is a spell-checking tool for Internet Explorer.rnrnIf you would like to download ieSpell, click OK; otherwise click Cancel.rnrnieSpell can be downloaded from http://www.iespell.com";
vbphrase["click_quick_reply_icon"] = "Please click one of the Quick Reply icons in the posts above to activate Quick Reply.";
vbphrase["insert_all"] = "Insert All";

//-->
</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
function qr_prepare_submit_pdp(b,c){if(qr_repost==true){return true}if(!allow_ajax_qr||!AJAX_Compatible){return qr_check_data(b,c)}
else if(qr_check_data(b,c)){if(typeof vb_disable_ajax!='undefined'&&vb_disable_ajax>0){return true}if(is_ie&&userAgent.indexOf('msie 5.')!=-1)
{if(PHP.urlencode(b.message.value).indexOf('%u')!=-1){return true}}if(YAHOO.util.Connect.isCallInProgress(qr_ajax)){return false}
if(clickedelm==b.preview.value){return true}else{var d='ajax=1';if(typeof ajax_last_post!='undefined'){d+='&ajax_lastpost='+PHP.urlencode(ajax_last_post)}
for(var f=0;f<b.elements.length;f++){var a=b.elements[f];if(a.name&&!a.disabled){switch(a.type){case'text':case'textarea':case'hidden':d+='&'+a.name+'='+PHP.urlencode(a.value);
break;case'checkbox':case'radio':d+=a.checked?'&'+a.name+'='+PHP.urlencode(a.value):'';break;case'select-one':d+='&'+a.name+'='+PHP.urlencode(a.options[a.selectedIndex].value);
break;case'select-multiple':for(var e=0;e<a.options.length;e++){d+=(a.options[e].selected?'&'+a.name+'='+PHP.urlencode(a.options[e].value):'')}break}}}
fetch_object('qr_posting_msg').style.display='';document.body.style.cursor='wait';qr_ajax_post_pdp(b.action,d);return false}}else{return false}}
function qr_ajax_post_pdp(b,c){if(YAHOO.util.Connect.isCallInProgress(qr_ajax)){YAHOO.util.Connect.abort(qr_ajax)}qr_repost=false;
qr_ajax=YAHOO.util.Connect.asyncRequest("POST",b,{success:qr_do_ajax_post_pdp,failure:qr_handle_error,timeout:vB_Default_Timeout},SESSIONURL+"securitytoken="+SECURITYTOKEN+'&'+c)}
function qr_do_ajax_post_pdp(b){if(b.responseXML){document.body.style.cursor='auto';fetch_object('qr_posting_msg').style.display='none';var c;if(fetch_tag_count(b.responseXML,'postbit'))
{ajax_last_post=b.responseXML.getElementsByTagName('time')[0].firstChild.nodeValue;qr_disable_controls();qr_hide_errors();if(fetch_tag_count(b.responseXML,'updatepost'))
{var d=b.responseXML.getElementsByTagName('postbit')[0].firstChild.nodeValue;var f=b.responseXML.getElementsByTagName('updatepost')[0].firstChild.nodeValue;fetch_object('edit'+f).innerHTML=d}
else{var a=b.responseXML.getElementsByTagName('postbit');for(c=0;c<a.length;c++){var e=document.createElement('div');e.innerHTML=a[c].firstChild.nodeValue;var i=fetch_object('lastpost');
var j=i.parentNode;var d=j.insertBefore(e,i);PostBit_Init(d,a[c].getAttribute('postid'))}}if(fetch_object('qr_submit')){fetch_object('qr_submit').blur()}}
else{if(!is_saf){var g=b.responseXML.getElementsByTagName('error');if(g.length){var h='<ol>';for(c=0;c<g.length;c++){h+='<li>'+g[c].firstChild.nodeValue+'</li>'}h+='</ol>';
qr_show_errors('<ol>'+h+'</ol>');return false}}qr_resubmit()}}else{qr_resubmit()}}
//-->
</script>
<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
vB_AJAX_QuickEdit_Init('posts');
//-->
</script>
<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
vB_Editor['vB_Editor_QR'] = new vB_Text_Editor('vB_Editor_QR', 0, '1424', '');
var QR_EditorID = 'vB_Editor_QR';
console.log("QuickReply Init");
//-->
</script>
<script type="a1964a5df941c64d21908d27-text/javascript">
<!--
// initialize quick reply
qr_init();
//-->
</script>

<script src="/clientscript/xda_guest_post.js" type="a1964a5df941c64d21908d27-text/javascript"></script>


<div style="display:none">


</div>
<script type="a1964a5df941c64d21908d27-text/javascript">

var lightboxshowmodal = false;

</script>

<script type="a1964a5df941c64d21908d27-text/javascript">
jQuery(document).ready(function($) {
jQuery('.modtools INPUT[type=checkbox]:checked').closest('.postbit-wrapper').find('.postbit-content').addClass('row-highlight');

jQuery('.modtools INPUT[type=checkbox]').on('click', function() {
if (jQuery(this).is(':checked')) {
jQuery(this).closest('.postbit-wrapper').find('.postbit-content').addClass('row-highlight');
} else {
jQuery(this).closest('.postbit-wrapper').find('.postbit-content').removeClass('row-highlight');
}
});
});
</script>
<script type="a1964a5df941c64d21908d27-text/javascript">
jQuery(document).ready(function($) {
$("#more_forums").click(function(e) {
e.preventDefault();
if(!$("#hidden_forums").is(":visible")) {
$(this).text("[Less]");
} else {
$(this).text("[More]");
}
$("#hidden_forums").toggle();
});
});
</script>

<script async type="a1964a5df941c64d21908d27-text/javascript" src="//cdn-cf-3.xda-developers.com/clientscript/xda_mention.js?v=1539618848"></script>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="a1964a5df941c64d21908d27-" defer=""></script></body>
</html>

XDA:DevDB Information
mods oreo, ROM for the Samsung Galaxy J7

Contributors
kottmann96
ROM OS Version: 8.x Oreo

Version Information
Status: Stable
Current Stable Version: Only Android Oreo

Created 2018-10-16
Last Updated 2018-10-16
 
Status
Not open for further replies.