Showing posts with label custom. Show all posts
Showing posts with label custom. Show all posts

Saturday, September 16, 2017

Sony Xperia C C2305 Rooting and Installing Custom Recovery topic

Sony Xperia C C2305 Rooting and Installing Custom Recovery topic


Sony Xperia C (C2305) Rooting and Installing Custom Recovery topic






Guys,
This is my First Post.
Sony Xperia C (C2305) Rooting!!!! :):):):):):):):):):):):):)


--->Tested and Working Properly.....:cowboy::cowboy::cowboy::cowboy::cowb oy:
Requirements:

1.Sony Xperia C (C2305) smartphone with minimum 80% battery level

2.A Windows PC

3.A Micro USB Cable

4.Xperia C device driver

5.Rooting Package

Follow these Steps Carefully:good::good::good::good::good::good:

1.First download the rooting package from below attachment to your computer.

2.Once you downloaded the package, just unzip the package and save them in your desktop.

3.After that enable the USB debugging option in your phone by navigating to the path Settings > Developer Options. In case, you could not see the developer option in your phone just go to �About Phone� and tap it 7 times on build number, there you can find that option.

4.After that connect your Sony Xperia C (C2305) to the computer by using USB cable.

5.Once your computer recognize your device just run the Sony Xperia C Root.exe that you have extracted earlier and save the same in your desktop.

6.Allow the rooting package to root your smartphone.

All the credits goes to its developer:p:p:p:p:p:p:p

Enjoy Sony Xperia C users:cowboy::cowboy:

Now Rooting is done U can see the Kinguser app in your phone:good::good::good::good:


Install Custom Recovery for all Xperia C devices

1) Download recovery.img from below

2) Put recovery.img to your phones memory(not into folder)

3) Download [ROOT] Rashr - Flash Tool
from play store and open, click Recovery Update from storage and choose your file.
It is done .:cool::cool::cool::cool::cool::cool:

Now you can flash any custom rom using this recovery!!!!!:cowboy::cowboy:
Feel free to comment if u guys stuck anywhere!!!
Enjoy!!!

Thanks














Attached Files








File Type: rar Sony_Xperia_C_Root.rar -
[Click for QR Code]
(4.05 MB)
File Type: img recovery.img -
[Click for QR Code]
(6.00 MB)








download file now

Read more »

Thursday, August 31, 2017

Update Nexus 7 2012 to Android 7 1 1 Slim7 Nougat Custom Firmware

Update Nexus 7 2012 to Android 7 1 1 Slim7 Nougat Custom Firmware


WE A2 FLASH FILE MT6572 4.4.2 FIRMWARE 2000000% TESTED FILE BY BIPLOB TELECOM


Read Ok , collect info
Brand     : alps
ProdName  : A2
ProdModel : A2
Device    : d37b1
AndroidVer: 4.4.2
MTKxCPU   : MT6572
MTKxPRJ   : D37B1_DF_A2_EMMC4_32_B1B5_WE_M01_20170225_1242
Saved to : C:UsersBIPLOBTELECOMDesktopMT6572__ALPS__A2__d37b1__D37B1_DF_A2_EMMC4_32_B1B5_WE_M01_20170225_1242__Android_4.4.2.ispff
Done!
Elapsed: 00:14:35
Reconnect Power/Cable!

BY BIPLOB TELECOM

GSMBIPLOB007@YAHOO.COM

MOBILE+8801735852007






download file now

Read more »

Thursday, August 17, 2017

Guide How to Use “adb sideload” to Update a Nexus Without Root or Custom Recovery

Guide How to Use “adb sideload” to Update a Nexus Without Root or Custom Recovery



adb sideload android
Back in the early releases of Jelly Bean, Google introduced a new command to adb called �sideload.� Using the sideload command, and the newest version of adb from the Android SDK, one could update their Nexus device through stock recovery, without having to root or flash a custom recovery. It�s something we wish was there from day one, however, at least we have it now. And I know that many of you feel that Nexus devices shouldn�t ever have a stock recovery and that they should be hacked on daily, but try to keep in mind that some like Nexus phones and tablets because of constant updates and  a 100% stock version of Android.
As someone that has a decent grip on drivers and adb, I have to admit that adb sideload has given me issues since it was introduced, which is why I have yet to fully write a guide about it. But with today�s Android 4.2.2 update becoming available, I decided to take a second look at the process and finally found some solutions to the issues that have taken hours away from my life.
One had to do with my device ID not registering through the USB driver, requiring a manual edit of the �winusb.inf� file. The other was a Windows 8 security issue that wouldn�t allow me to install drivers that had not been signed, which is something that happens after you start manually editing driver files.
So for those that keep it stock and still want to update early with the cool kids, this guide is for you. Below, you�ll find the instructions to adb sideload, with extra posts coming later that will help with some specific issues that I ran into.
*Instructions are for a Nexus device when connected to a Windows 8 PC.

Instructions:  How to use �adb sideload�

1.  First, you need to install the latest Android SDK (or at least steal the newest adb.exe from it). [Android SDK]
*This isn�t a guide on how to get the SDK installed or basic adb. There are dozens of those out there.
2.  Plug in your device to your Windows machine.  Make sure USB Debugging is enabled.
3.  To test that you have adb up and running, and that your device is recognized, open a command prompt.
*The best place to open a command prompt is from within the Platform-Tools in the SDK. Hold SHIFT and the right-click and choose �Open command prompt��
5.  Type the following
adb devices
6.  You should get a serial number followed by �device.�
015d182f9a0aac28    device
7.  If you see something along those lines, your adb is working properly, for now.
8.  Download the update.zip from Google to your PC that you would like to install on your Nexus.
9.  Move the file into your Platform-Tools folder.
10.  Type the following:
adb reboot bootloader
11.  Your device will now reboot to the bootloader.
12.  Use Volume Down on your device to until you see �Recovery.�
13.  Select it with the Power button.
14.  Your device will boot to an Android logo with a exclamation mark.
15.  To jump past this, press Volume Up and Power at the same time.
*Depending on the phone, you may have to press Volume Up first, then Power. On the Nexus 5, though, you press Power first, then Volume Up.
16.  You will now be in stock recovery.
17.  With Volume Down, highlight �apply update from ADB.� Press Power to choose it.
18.  Back to your PC, type the following command:
adb sideload <filename of update.zip>
*I tend to rename update files to something simple when I get them. For example, the 4.2.2 update for the Nexus 7 I renamed to JDQ39.zip, so my command was �adb sideload JDQ39.zip�
19.  If your adb is working properly, you should see the file transfer to your device in adb.
*If you get nothing, it�s time to troubleshoot. This trick really helped me.
20.  Once that finishes, your device will begin to update.
21.  Once it has finished, simply reboot and enjoy the update.
Hope this helps.

download file now

Read more »

Tuesday, August 8, 2017

How To Build Asus Zenfone Custom Kernel

How To Build Asus Zenfone Custom Kernel


How To Build Asus Zenfone Custom Kernel

NOTICE: if you copy this First Every tutorial for How to building Custom kernel for you Asus Zenfone, I hope I deserve to get a Credit for this Article Pinaslang Zenfone Blog 

 This day we will try to post a tutorial on how to build your Own Asus Zenfone Custom Kernel for your Asus Zenfone Android devices.
In this Tutorial i Will use a Asus Zenfone 5 as the base tutorial of this topic for day

In This build we need Android Kitkat source since our device in now running android kitkat 4.4.2 we the Android Source code for this in order to build kernel

Download source

cd [working dir]
repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.2_r2
repo sync -j4

In my past tutorial I show here Android Build Environment For Your Ubuntu Linux with this guide will help you to prepare your Linux machine and help you to download the source so now we need the above android source in order to build Custom Kernel for our device like Asus Zenfone 5

After downloading the source we need to set our Tool chain to build this kernel
in your working directory open a CLI Terminal and follow this command below

cd prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.7
git checkout tools_r22.2
cd [working dir]

The above command is to checkout the tools_r22.2 this is the require toolchain for our tutorial so please be guide that not all android is some on toolchain if your advance user you can use different toolchain that you love in this tutorial i just want to give you the basic and idea of building this kernel for you



if you got error in your linux CLI Terminal about the tool chain you can download it manually
Download
tool_r22.2.tgz

and place in /workingdir/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.7/[source here]

Now we have the Android source and we have the tool chain this time we the Android kernel source from the manufactories release

For Asus Zenfone 5
Dwonlaod -> kernel0130.zip

After you download extract in your working DIR in you Android source over write other files if needed

This time we will star the real build

open a CMD windows in your Working directory android source and follow the command bellow

source build/envsetup.sh
lunch aosp_x86-eng
make minigzip openssl -j4

The Above code is preparing the environment setup of your android source and lunch the x86 build structure and make minigzip and openssl by the speed on -j4
I hope you dont understand the above command code if you have problem you can search on google to learn more
the above command will take time to build the minigzip and openssl so better get some coffee and wait until finish

After all done build the minigzip and openssl build, this time we will now build the source code we download from the Asus Kernel follow the command below
make -f KernelMakefile TARGET_DEVICE=a500cg build_bzImage -j4
or
make -f KernelMakefile modules_install -j4

Note the the above TARGET_DEVICE=a500cg is for asus zenfone 5 T00J and T00F for asus Zenfone 6 TARGET_DEVICE=a600cg or other one is TARGET_DEVICE=a502cg

Note  Asus Zenfone 5 T00f/t00f use the command that i post above
This will take time, depend on your computer / laptop speed always check the Linux terminal CLI if you got error so you need to fix it on your own but if you just use the provided source from Asus you will not get any error for building kernel so just follow this Guide so we dont get any problem

After the build is finish an youere done building the bzimage this the kernel for our downloaded source you need to copy this bzimage and place in new folder for packing bzimage of Asus Zenfone to boot.img the location of this bzimage is

/workingDIR/out/target/product/a500cg/bzimage

Copy the bzimage now let procces to How to Pack and Repack boot.img or recovery.img of Asus Zenfone
Note:  That this is working on Asus Zenfone 5 and 6 you if Your devices in other Asus Zenfone Find your Pack repack tools

Download Pack/Repacktool -> demofile.zip
credit to Shaka Huang

Now create new folder in you Desktop and name it to demo
in demo folder copy the bzimage after you copy this bzimage extract the Pack/Repacktool.zip to /demo folder
and set the permission of unpack_intel and pack_intel to 777 in order to use this tool will allow to execute and do the job we command
For unpacking boot.img you need to copy a Stock boot.img from the firmware note that we must use stock boot image boot.img from official firmware
create a folder inside demo folder name it stock and copy the boot.img and unpack_intel in stock folder open new CLI Terminal in Stock Folder and copy this command below

./unpack_intel boot.img bzImage ramdisk.cpio.gz

The above command will unpack the boot.img inside stock folder and it file give us ramdisk.cpio.gz and bzimage from stock kernel we just only need is the ramdisk.cpio.gz so we can pack the custome bzimage we made later and the stock ramdisk.cpio.gz

So copy the stock boot.img and ramdisk.cpio.gz in /demo folder which together with out custom bzimage we build later the structure of folder is
/demo/stock
/demo/boot.img
/demo/bzimage
/demo/pack



as you can see above folder structure so now open new Linux CLI Terminal inside the demo folder and follow the CLI Terminal command below
pack_intel boot.img bzImage ramdisk.cpio.gz new_boot.img

The above comand is to pack the ramdisk.cpio.gz + custom bzimage = new_boot.img by using the stock boot.img

i hope you get the idea of this the Custom kernel is new_boot.img Your done in Building custom kernel first is building from source new is upack the stock boot.img to get the ramdisk last is to pack the custome bzimage and stock ramdisk.zpio.gz and the product is the new custom kernel boot.img


For flashing the boot img for testing is you need to unlock your bootload this is needed in order to boot you must unlock your Bootloader and open new Linux CLI Terminal and reboot you phone in Droid boot or Bootloader and follow the flas h command bellow

fastboot flash boot new_boot.img

and reboot and check you android system if the new custom kernel is done Well job guys if you have problem with this let me know im glad to help you.

NOTICE: if you copy this First Ever tutorialof How to building Custom kernel for you Asus Zenfone  I hope I deserve to get a Credit for this Article

download file now

Read more »

Friday, March 24, 2017

How To Add Custom Text On The Status Bar In Android

How To Add Custom Text On The Status Bar In Android



The Status bar of our android phones is not something that can be controlled neither is it something that can be tinkered to our preference. In as much as there are always a way to tinker with it, theyre not always permanent. While some will love the way there status bar is, there are also some people like me whod like to explore deep in other to modify our status bar to look professional.

Before I venture into the main article, I do like to draw your mind back on how to customize the status bar of your android phone without rooting.  Theres no doubt that every tinkering in android involves root access but with material design, theres always a possibility to change and customize your android status bar without having to root your android phone. This method those not always come in a platter of gold and youd like what you will see after following the guide.
Also Read: How To Enable ListView Animation On Any Android Phone.
Back to our main article, our main goal here is to learn the safest method that can be used to add custom text on the status bar of our android phone. If youre the geek type, proudly showing your name or your favorite quotes on your android status bar is certainly a cool thing to do. However this method cannot be achieved if your device isnt rooted and thats the main reason we decided to draw you back on How to customize the status bar of your android phone without rooting.

As usual were going to use an Xposed module for this procedure. Thus I guess you already have the official Xposed installer installed on your android phone but if perhaps you havent been able to do that, quickly navigate to the Xposed repository website and make it one of your exclusive app collections since its one of the best app every rooted android users should have.

Add Custom Text To The Status Bar Of Your Android Phone

Were going to be kinky in this method since its something that can be achieved in a twinkle of an eye thus theres no special knowledge nor coding required to carry out this procedure. Firstly youve to locate Xposed installer from your add drawer and launch it. Now tap on the Download section and search for Xposed StatusBar Text.

Xposed Statusbar text

From the result thats been presented, click on it, now swipe the screen to the version section and this time around hit the Download button.

download Xposed Statusbar text

Now after installing the module, navigate back to Xposed installer and tap on the Module section. Tick the Xposed StatusBar box and hit the back button. Next click on Framework and perform a soft reboot in other to enable changes.

enable Xposed Statusbar text

Once your android phone reboots, you should see the module already in action on your status bar. From your app drawer, locate and open Xposed StatusBar Text and easily set or enter your custom text.

set up Xposed Statusbar text

You can also change the text and clock color and most importantly theres an option that allows you to easily select your favorite font from the list of numerous font file presented. After this tap the Apply button.

appl font on Xposed Statusbar text

Once youre done, you can minimize your android phone and see the custom text working perfectly. If you draw down your notification bar, you can also see the custom text boldly written and added there.

Custom text on Android Statusbar/notification bar

Final Words

With full knowledge of how android works, theres no doubt that you can make it dance to your tune... The Xposed Modules has been with us right from the on set and its the perfect method of tinkering and modding our android phone to our preference. Simply follow the above steps as directed and see how unique your android phone can be.

Available link for download

Read more »

Tuesday, March 14, 2017

How to Set a custom domain to my Blogger account in cPanel Technical Shk

How to Set a custom domain to my Blogger account in cPanel Technical Shk



Domain To My Blogger Account In cPanel


In order to link your domain to your blog, you need to follow these steps: 

For cPanel paper_lantern theme:

To begin with, you need to set up your domain in your Blogger account. Once logged in, click the blog you wish to map a domain to: 


 Then click on the Settings tab and choose Basic:






 In Publishing section, click on + Set up a third-party URL for your blog to add a custom domain: 















Type the URL of the domain youve purchased, keeping in mind that it must begin with www (or any subdomain) in order to work. Input the domain name and click on Save button: 
















NOTE: blogs are not to be placed on bare domains (like nctest.info), so you need to input a subdomain, for example, www.nctest.info or blog.nctest.info

 Once the page refreshes, you will see two CNAME records which should be created in your domains DNS manager: 





















Each CNAME is composed of two parts – Name, Label or Host and Destination, Target or Points to. 


In order to add the needed records, log in to your cPanel > Domains section > Advanced Zone Editor menu: 












To begin with, you need to point your domain to the following IPs: 

216.239.32.21 
216.239.34.21 
216.239.36.21 
216.239.38.21


Edit the existing A record and put 216.239.32.21 instead of your cPanel IP address: 
















Then create three A records for your domain with 216.239.34.21, 216.239.36.21 and 216.239.38.21 values as shown in the screenshot: 




















Now you can proceed with CNAME records setup. The first one is the same for each domain. Name field should be set for www and Record is ghs.google.com. 

Most possibly, you already have a default CNAME record for www, so it is needed to edit the existing value: 
















The second CNAME is particular to your blog and your Google Account, and is therefore different for each domain. This record should be created in Add a Record section: 






















 Before you move onto the final step, wait for about half of an hour for newly created host records to take effect. If you attempt the final step before your settings are activated, a warning message will show up in your Blogger account. 

After your settings have been activated, you need to make sure Blogger knows about your custom domain so that Google can direct readers to your blog. 

Just get back to your Blogger account and save the information on your Basic tab: 



















If the settings are correct, you will be able to see the following:








Click on the Edit link to make sure that your bare domain redirects to www subdomain: 












If you have any Problem then comment to the post That it 

Available link for download

Read more »

Monday, February 27, 2017

Custom Popular Post Widget Counter

Custom Popular Post Widget Counter


Custom Popular Post Widget Counter
This popular post widget will make your blog look nice wed help vistors easily navigate you posts. 


Login to your blogger Dashboard>>click on Template>>>Edit Html.

On the blog Template click on it and click ctrl+f on windows and cmd+f on Mac
First step=Adding javascrip to before  </bod>  tag. 

Copy the code below, and paste it before the </body> tag in your template.

<script src=http://ift.tt/nkWzpa
ajax/libs/jquery/1.7.1/jquery.min.js
type=text/javascript/>
<script type=text/javascript>//<![CDATA[
$(document).ready(function() {
var tbn = 150;
$(#PopularPosts1).find(img).each
(function(n, image){
var image = $(image);
image.attr({src : image.attr(src).replace
(/sBd{2,4}/,s + tbn)});
image.attr(width,tbn);
image.attr(height,tbn);
});
});
//]]></script>

Note : Back up your blog template first. 


Customizing the thumbnail size. 
Simply change the highlited digit 150, to any number of your choice.

In this, our thumbnail size will be 150x150px. 

Step two adding the css style code. 

Simply chose any of your choice style code and paste it before the ]]></b:skin>

Style One 



/***** Sidebar Popular Posts *****/
.sidebar .popular-posts ul {
counter-reset: popcount;
margin: 0;
padding: 0;
}
.sidebar .popular-posts ul li:first-child {}
.sidebar .popular-posts ul li {
font-family: "Oswald",sans-serif;
height: 130px;
font-weight: bold;
list-style: none !important;
overflow: hidden;
padding: 0px !important;
position: relative;
margin: 2px;
border: 0;
width: 100%;
float: left;
}
.sidebar .PopularPosts .item-thumbnail
{margin: 0; width: 100%;}
.sidebar .PopularPosts ul li img {
display: block;
float: left;
padding: 0;
width: 100%;
height: 130px;
-webkit-transition-duration: 1.0s; /
*Webkit: Animation duration*/
-moz-transition-duration: 1.0s; /*Mozilla
Animation duration*/
-o-transition-duration: 1.0s; /*Opera
Animation duration*/
transition:1.0s;
}
.sidebar .PopularPosts ul li img:hover {
-webkit-transform:scale(1.06); /*Webkit:
0.5 times the original Image size*/
-moz-transform:scale(1.06); /*Mozilla 0.5
times the original Image size*/
-o-transform:scale(1.06); /*Opera 0.5
times the original Image size*/
transform:scale(1.06);
overflow: hidden;
}
.sidebar .PopularPosts .item-title {
bottom:0;
left: 0;
right: 0;
padding-bottom: 0;
position: absolute;
z-index: 999;
}
.sidebar .PopularPosts .item-title a {
background: rgba(32, 32, 32, 0.77);
color: #FFFFFF;
display: block;
font-size: 16px;
font-weight: bold;
line-height: normal;
font-family: "Oswald",sans-serif;
padding: 10px 0px 5px 10px;
text-transform: capitalize;
transition: all .4s ease-in-out;
}
.sidebar .popular-posts ul li:hover .item-
title a {
color: rgba(255, 255, 255, 1);
background: rgba(231, 76, 60, 0.88);
text-decoration: none;
}
.sidebar .popular-posts ul li:before {
background: rgba(255, 252, 8, 1);
color: #000;
content: counter(popcount, decimal);
counter-increment: popcount;
float: left;
font-size: 14px;
line-height: 20px;
list-style-type: none;
padding: 0px 8px 1px 1px;
border-radius: 0px 0px 10px 0px;
position: absolute;
top: 0;
z-index: 4;
border: solid #FFF;
border-width: 0px 2px 2px 0px;


Style  Two 

/***** Sidebar Popular Posts - Style 1 *****/
.sidebar .popular-posts ul {
counter-reset: popcount;
margin: 0;
padding: 0;
}
.sidebar .popular-posts ul li:first-child {}
.sidebar .popular-posts ul li {
font-family:Oswald,Open
Sans,Helvetica Neue,Arial,Tahoma,sans-
serif;
  height: 130px;
  list-style: none !important;
overflow: hidden;
padding: 0 !important;
position: relative;
margin: 2px;
border: 0;
width: 48%;
float: left;
}
.sidebar .PopularPosts .item-thumbnail
{margin: 0; width: 100%;}
.sidebar .PopularPosts ul li img {
display: block;
float: left;
padding: 0;
width: 100%;
height: 130px;
-webkit-transition-duration: 1.0s; /
*Webkit: Animation duration*/
-moz-transition-duration: 1.0s; /*Mozilla
Animation duration*/
-o-transition-duration: 1.0s; /*Opera
Animation duration*/
transition:1.0s;
}
.sidebar .PopularPosts ul li img:hover {
-webkit-transform:scale(1.06); /*Webkit:
0.5 times the original Image size*/
-moz-transform:scale(1.06); /*Mozilla 0.5
times the original Image size*/
-o-transform:scale(1.06); /*Opera 0.5
times the original Image size*/
transform:scale(1.06);
overflow: hidden;
}
.sidebar .PopularPosts .item-title {
bottom:0;
left: 0;
right: 0;
padding-bottom: 0;
position: absolute;
z-index: 999;
}
.sidebar .PopularPosts .item-title a {
background: rgba(32, 32, 32, 0.77);
color: #FFFFFF;
display: block;
font-size: 12px;
line-height: normal;
padding: 5px 0px 2px 5px;
text-transform: capitalize;
transition: all .4s ease-in-out;
}
.sidebar .popular-posts ul li:hover .item-
title a {
color: rgba(255, 255, 255, 1);
background: rgba(231, 76, 60, 0.88);
text-decoration: none;
}
.sidebar .popular-posts ul li:before {
background: rgba(255, 252, 8, 1);
color: #000;
content: counter(popcount, decimal);
counter-increment: popcount;
float: left;
font-size: 14px;
line-height: 20px;
list-style-type: none;
padding: 0px 8px 1px 1px;
border-radius: 0px 0px 10px 0px;
position: absolute;
top: 0;
z-index: 4;
border: solid #FFF;
border-width: 0px 2px 2px 0px;
}


Now got to your blog Layout and change you popular post settings according to the Image Below.  


Tags: WMF
October 30, 2016 at 06:55PM
Open in Evernote

Available link for download

Read more »

Wednesday, January 18, 2017

Stay OS v2 Custom Rom For Tecno H6 Lovers Infinix Hot Gionee P4 Users

Stay OS v2 Custom Rom For Tecno H6 Lovers Infinix Hot Gionee P4 Users






Stay OS v2 custom rom is a Stay our self Rom which is based on Mediatek (MTK) devices. It is specifically modified for all day use or you can call it daily drive based rom. It also offers a vast range of colors and also awesome features and better performance for its users. Stay os v2 has many and comfortable features for its users. Without saying much about this superb rom, ill surgest you install this stay os v2 rom to your device and see for yourself.






FEATURES OF STAY OS V2
Pre-Rooted
High -Set navbar
Statusbar
Enable / Disabling the operators name
Moves Clock on the right or left
Displays seconds on the clock
Displays the name of the day on the clock
Setting Color hour
Battery Icon
Colors on the battery icon
Enable / Disable the battery icon
Enable / Disabling the percentage of battery level
Monitor Internet data
Set Color monitor Data
Setting Dynamic color
Gesture
Features Gestures anywhere
Application Circular
Level Visibility

- Size Quick keys
- Recents Panel
- Enable / Disable button deletion
- Enable / Disabling of the memory
- Location deletion button (right or left)
- Screen Notifications
- Notification Weather
- This Setting fast
- Selection Lot and location shortcut
- Press Long on the icon to enter the settings
- As Occupying music with a single click
- Record Sound and the screen easily
- Maximize RAM used with a single click
- Slider Screen brightness
- Buildprop Highly tweaked By Me (Golden Fx)
-.Good battery Backup
- Smoothness
- Internet tweaks,image quality increased, awesome audio quality, Sd card speed tweak, Ads blocker, battery saver, faster steaming and many more.

HOW TO INSTALL STAY OS V2
Download Stay Os v2.zip to root of your sd card.
Boot into recovery mode and do the following:
Wipe/ Factory reset
Wipe Cache
Wipe Delvich
Select Stay Os v2.zip from sd card and install.
Flash Gapp After Flashing Stay Os v2
After doing above simple steps, reboot your phone.

Download Stay Os v2 For Tecno H6 Here.
Download Stay Os v2 For Infinix Hot Here
Download Stay Os v2 For Gionee P4

Download GAPP Here


ALSO READ: Mode On How to Turn Off Blinking Notification/ Led LIGHT in Tecno H6 Custom Rom & all xpose supported devices

source #miahtek

Available link for download

Read more »