test2

Monday, January 13, 2020

Ufone Weekly Internet Packages

Ufone is the No.1 Pakistani telecommunication network company that provides amazing affordable packages and offers to its dear users. It is the beloved network of every Pakistani user because of its amazing cheap rate call packages and clear voice when you are in a call. It has millions of users and it provides free sim cards to its users. Now Ufone has launched 4G internet service in Pakistan. It is trying to provide the best internet packages to its users according to their needs. Ufone is providing highly competitive 3G and 4G internet packages in 2020 to its customers at affordable prices.

Ufone Weekly internet packages

Ufone Weekly Internet Packages

Ufone is offering its users 3G and 4G weekly internet packages at affordable prices. Recently, Ufone has started 4G service in Pakistan. Now you can enjoy Ufone 4G internet with high speed downloading and streaming. Today we are going to tell you about Ufone weekly internet packages. You can choose any package according to your needs. Follow these instructions given below  to subscribe to Ufone weekly internet packages.

Ufone Weekly Internet Packages


>
PackagesPricesDetailsValidityActivation Code
Ufone Weekly Lite PackageRs.50250 MB + 2GB Social7 Days*7811#
Ufone Super InternetRs.1301.2 GB7 Days*220#
Ufone Weekly Internet Plus Rs.175 3 GB 7 Days *260#

To check remaining Ufone weekly internet packages details you just need to dial *706# code. An SMS will be sent to your number with remaining sources details including your weekly internet package details.

General Terms and Conditions

  • All prices are inclusive of Taxes.
  • All buckets are available for ufone prepaid customers only.
  • Bucket subscribers will get maximum speed. Actual internet speed depend on multiple factors such as:
  1. Devices 
  2. Locations
  3. Time
  4. Web pages accessed
  5. Number of subscribers etc..
  • All WhatsApp calls will be charged from bucket resources.
  • Every session reserves some volume of data to enhance customer experience.
  • Once data bucket expires, multiple sessions will be charged separately on default  mobile package rate. 
  • Fair Usage Policy (FUP) of 2 GB  for a week applies to social freebies of Ufone Weekly Lite Package only.

Note

The prices and bucket volumes mentioned above are according to Ufone terms and conditions. Ufone is applicable to update its terms and condition anytime. The prices of weekly internet packages will be charged according to Ufone's updated terms and conditions. They can also increase or decrease the data volume of any package according to their terms and conditions.

You May Also Want to Check
Ufone Daily Internet Packages
Telenor Free Internet Tricks 2020
Telenor Free Internet Codes 2020
Jazz Free Internet Codes List Updated 2020

If you have any questions, problems or suggestions comment us now. We are always here to help you. Your suggestions are important to us. Thanks

Wednesday, January 8, 2020

Ufone Daily Internet Packages

Ufone is the best Pakistani telecommunication network that provides the best packages and offers to its users. It is the beloved network of every Pakistani because of its best cheap rate call packages and clear voice when you are in a call. It has millions users and it provides sim cards to its users free of cost. Now Ufone has launched 4G internet services in Pakistan. It is trying to provide the best internet packages to its users according to their needs. Ufone is providing highly competitive 3G and 4G internet packages in 2020 to its customers at affordable prices.

Ufone 4G LTE

Ufone Daily Internet Packages

Ufone is facilitating its users with hourly, daily, 3day bucket, weekly and monthly internet packages. It is offering daily internet packages for browsing, social networks and downloading at affordable prices. You can choose any package according to your needs. We are going to tell you how can you get these package.

Daily Internet Packages

PackagePriceDetailsValidityActivation Code
Daily Light Rs. 12 40 MB + 500 MB Social 1 Day *2256#
Daily Heavy Rs.18 75 MB + 500 MB Social 1 Day *2258#
Special Daily  Rs.6 50 MB + 500 MB Social1 Day (1am to 9pm)*3461#
Mega Internet Bucket Rs.15 2048 MB 1 Day (1am to 8am)*550#

Check Remaining Sources of Packages

To check remaining sources just dial *706# for all packages.

General Terms and Conditions

  • All prices are inclusive of Taxes.
  • All buckets are available for ufone prepaid customers only.
  • Bucket subscribers will get maximum speed. Actual internet speed depend on multiple factors such as:
  1. Devices 
  2. Location
  3. Time
  4. Web pages accessed
  5. Number of subscribers etc..
  • All WhatsApp calls will be charged from bucket resources.
  • Every session reserves some volume of data to enhance the customer experience.
  • Once the data bucket expires, multiple sessions will be charged separately on the default  mobile package rate. 
  • Fair Usage Policy (FUP) of 500 MBs per day is applicable to social freebies of Daily Light, Daily Heavy, and Special Daily.

Note

The prices and bucket volumes mention above are according to Ufone terms and conditions. Ufone is applicable to update its terms and condition anytime. The prices of daily internet packages will be charged according to Ufone's updated terms and conditions. They can also increase or decrease data volume on any package according to their terms and conditions.

You May Also Want to Check
Ufone Weekly Internet Packages
Telenor Free Internet Tricks 2020
Telenor Free Internet Codes 2020
Jazz Free Internet Codes List Updated 2020

If you have any problem, question or suggestion then comment us now. We are always here to help you. Your suggestions are important to us. Thanks

Monday, January 6, 2020

How to Add Code Snippts in Blogger Post OR How to Add Script Box in Blogger Post

Hello Friends, Welcome to Brothers IT Hub. How are you? Today we are going to show you how can you add code snippets or code box or text box in your blogger / blogspot post with and without adding CSS in blogger theme. We will discuss how can you add code snippets in your blogger post just by adding a line of HTML script. HTML is not a something you should be scared of. It is just a simple language, easy to learn and understand. We are not going to teach you HTML language in this article but we will discuss a little bit of this language.

What is code snippet or script box?

Code snippet or script box is a box used to highlight or place codes in a post for users. The code snippet allow users to copy the code without having any problem or confusion. It decrease users stress about scripts starting point and ending point. They do not need to be worried about from where the script is starting and where the script is ending. Below are the methods to add code snippet or script box in blogger post.

The first best method to add code snippet in blogger post.

There are many methods used by peoples to add code snippets in blogger posts but the method I found and love is to add code snippet using a table method. It is very easy and suitable with all type of themes of blogger. No need to add or use CSS scripts and there is no need of extra knowledge to use this method.
Here is the method to add code snippet in your post using table form method:
  • Go to the post in which you want to add code snippet and enter into HTML Editor mode of that post.
  • Go to the place where you want  to add the code snippet in your post and copy past the code/script given below at that place. And come back to the compose option in post editor. You will see a box here just past the code or script into this box that you want to share with your visitors. Figure out screenshots  given below for more help.
<table border="2" cellpadding="1" style="background-color: greenish; border-collapse: collapse; height: 26px; width: 100%;"><tbody>
<tr style="height: 24px;"><td style="background-color: greenish; height: 24px; text-align: center; width: 50%;"></td></tr>
</tbody></table> 
Here are screenshots how can you add and use this script.
code snippet

text box in blogger post

Features of Table type code snippet

There are many features of this code snippet but some important features are:
  • No CSS script is required.
  • Does not slow down website or page loading.
  • Easy to add and manage.
  • No need to touch theme editor.
  • You can change size, padding, margins, colors and styles directly without going to theme editor.
  • Automatic fit size according to the length of scrip or code pasted inside this.
  • Suitable for all type of themes.
  • Work with all type of devices such as mobile and desktops.
  • Simple HTML code.
I hope you will like this code snippet and will enjoy it. Save the code of this code snippet in text file or in your notes for further use in posts.

Second Method to add Code Snippet in blogger post.

It is second best method to add code snippet in blogger method without adding CSS script in blogger theme. It is also highly customize able and HTML based code snippet. I have converted CSS based code snippet into HTML form so that it could be used easily without slowing down website or page loading. The method of using this code snippet is very easy and same as first method mentioned above. Follow the steps given below to add this code snippet in your blogger post.
  • Go to the post in which you want to add this code snippet and enter into HTML editor mode of post.
  • Go to the place where you want to show the code snippet in your post and copy past the code given below.
<pre style="background: #ffffff; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; line-height: 125%; margin: 0; overflow: auto; width: auto;">
past or enter your code or script here
</pre> 

Features of PRE code snippet

There are many features of this code snippet and some of these features are mentioned below:
  • No CSS is required to use this code snippet.
  • Easy to use and manage.
  • Does not overload or slow down the site or page loading.
  • Highly customize able. You can change background colors, size, margins and borders according to your wish.
  • No extra HTML knowledge is required to use this code snippet.
  • Completely HTML based and suite able with all type of blogger themes.
  • Support scrolling 

Third Method to add code snippet or script box in blogger post

 It is also PRE method to add code snippet in blogger post without adding CSS in blogger theme. It is more advanced than second method to add code snippet in blogger post. It is highly customize able and easy to use. It can be added same as second method in blogger post. Here is the desciptive method to add it in your blogger post. Follow the steps given below to add this code snippet in your blogger post.
  • Go to your blogger post in which you want to add code snippet and enter into its HTML editor mode.
  • Go to the place where you want to add code snippet in your post and copy paste the code given below.
                 <br />
<pre style="background: rgb(240, 240, 240) none repeat scroll 0% 0%; border: 1px dashed rgb(204, 204, 204); color: black; font-family: &quot;arial&quot;; height: auto; line-height: 20px; overflow: auto; padding: 0px; width: 99%;"><span style="font-family: &quot;georgia&quot; , &quot;times new roman&quot; , serif;"><span style="font-size: large;"><span style="font-size: large;"><code style="color: black; word-wrap: normal;"><span style="color: #783f04;"><span style="font-size: small;"> </span></span></code></span></span></span></pre>
<code> </code>
<span style="font-family: &quot;georgia&quot; , &quot;times new roman&quot; , serif;"><span style="font-size: large;">
</span></span>

You can sees it is more advanced and functional then uper PRE code snippet as I told you above.

Features of this code snippet

There are many features of this code snippet but some important features are following.
  • No CSS script is required to use this code snippet.
  • Highly customize able. You can change background color, text color, fonts type, size, styles according to your well.
  • Easy to use and manage.
  • Auto hight increase according to the length of script you paste inside it.
  • Scrolling
  • Does not overload or slow down your website or pages.

Fourth and Last method to add code snippet in blogger post

The above mentioned three methods are about adding code snippet in blogger post without adding CSS script into blogger theme. But now I will tell you how can you add code snippet in your post after adding CSS script in your blogger theme. It is also a good method to add code snippet but it can decrease website performance because every CSS script that we use in our theme execute when someone visites our blog. But it is little script and will not cause much problem in loading your website. Be careful when you are adding anything in your theme because incorrect configuration can broke your theme and make your website unstable. Here is the method to add code snippet with this method into your post. Follow the instructions given below.
  • Go to your blogger Themes section and then click on Edit HTML. 
  • Press CTRL+F button and find </head> in theme HTML.
  • Copy the code given below in code snipped and past it above </head>

         <!--... plenty of things here...-->
<!--CUSTOM STYLES-->
<style type="text/css" media="screen">
.didrde-code {
background: #ffffff;
overflow:auto;
width:auto;
border:solid gray;
border-width:.1em .1em .1em .8em;padding:.2em .6em;
.didrde-code pre {
margin: 0;
line-height: 125%
}
</style>
<!--END OF CUSTOM STYLES-->

After adding CSS script in your theme above </head> tag, just save your theme.
  • Now go to the post in which you want to add code snippet and enter into HTML editor mode of post.
  • Go to the place where you want to show code snippet in your post and copy paste the code given below.
       <div class="didrde-code">
<pre>
print 'hello world!'
</pre>
</div>

Features of this snippet code

It has many features and some of them are :
  • Customize able
  • Short code to remmber
  • Easy to use and manage
  • You can change text size, background color and much more according to your wish by editing CSS.
There are methods mentioned in this post / article I hope you will enjoy these methods. You can use anyone of these that you like.
If you have any Question, problem or suggestion then comment now. We are always here to help you. Sorry for bad English.
Your suggesions are important for us. Thanks.

Wednesday, January 1, 2020

How to Add HTML Download Button in Blogger Post

Hello Friends, Welcome to Brothers IT Hub. Today we will tell you how can you create and add HTML download button in your blogger post without adding CSS script in theme. Also, you will be able to change button color and size according to your well. By default, blogger does not provide any feature to add button directly to the post but it allows us to add anything in HTML of a post and theme. We can customize our blog according to our well if we have a little bit knowledge of HTML coding. HTML is a simple and easy language to learn. Anyone can learn the basics of this language in a few days.

When did we need to add download button in our post?

If we are going to provide our user a downloadable file, document, video, PDF file, text file, audio, songs, movies, software or any content in our blog post then it is necessary to add a download button. Adding a download button maked it easy for the visitor to download the file just by clicking on the button without wandering here and there in search of the download link in our post.

Method to add download button in blogger post

 Follow the steps given below to add HTML download button in your blog post just in one click.

Step1:

Go to the posts section of your blog and then click on the edit of the post in which you want to add the download button.
published posts

Step2:

 In blogger post editor go to the HTML section of your post and place the code in your post HTML where you want to show download button.

HTML download button code

Copy the code given below and past it in the HTML of your post where you want to show the download button in your blog post.

<br>
<center>
<button style="background: #f9cd33; border-radius: 0.25rem; border: 14px solid transparent; box-shadow: 1px 2px 15px rgba(0 , 0 , 0 , 0.2); color: #34495e; display: inline-block; font-size: 15px; font-weight: 700; height: 40px; line-height: 1px; outline: none; padding: 0.9375rem 1.875rem; position: relative; transition: 600ms ease all; vertical-align: middle;"><a href="https://brothersithub.blogspot.com" target="_blank">Download</a></button>
</center>
</br>

Step3:

Change the URL (https://brothersithub.blogspot.com) of the above code with your desired download link. This is a simple and awesome button and will be placed in the center of the line.
html download button for blogger
After adding download button successfully just click on the update button and if you have added this download button into your new post then just publish it.

Demo of Download button

I am adding this download button here as a demo so that you could check it is working and best.



Note

I have given yellow type color to this button but you can change it to your desired color as you wish. To change the color of the button just change #f9cd33 with any color name or code. Always choose a color that suite your blog theme. You can generate any color HTML code or name from the given link below.

Link: https://htmlcolorcodes.com/

If you have any problem, question or suggestion then comment us now. We are always here to help you.
Your suggestions and feedback are valuable to us. Thanks

How to add Animated Download Button in Blogger post (with gif image)

Hello Friends, Welcome to the Brothersithub. Today, our topic is "how to add an animated download button in blogger post. I will show you how can you add an animated download button in your post and make your post user friendly and easy to access downloadable content just by clicking on the download button.


    When did we need to add a download button?

    If we are going to provide our user a downloadable file, document, video, PDF file, text file, audio, songs, movies, software or any content in our blog post then it is necessary to add a download button. Adding a download button make it easy for the visitor to download the file just by clicking on the button without wandering here and there in search of the download link in our post.

    Steps to add an animated download button in blogger post

    Follow these easy steps to add an animated download button in your post:

    Step1::

    Go to the bloggers posts and select the post in which you want to add animated download button and click Edit.
    edit post

    Step2::

    Go to the place where you want to place animated download button in your post or article and click on the image icon of blogger post editor from toolbar menu.
    download button place in post

    Step3::

     In new window, click on more and select from a URL and paste the link of animated download button and then click on Add selected.
    add image in post

    animated download buttons link

    Copy the URL of animated download button from the links given below.


    1. Animated Download Button URL:-

    blue animated download button

    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbdlFgcvzXUItvMBTdZSdKtPhyphenhyphenvDvkWvWJo3JDU07Uw3H6-TWyZvC4q3vz3hGy2hT8_f18pSe8g_Ls_v3RMqiAlo3Lbcxn8ywG5Al9AT_piFm8geKXviYwEJv56G_6-lyVNEc14_eJ77rC/s1600/1.+Add+Animated+Buttons+-+brothersithub.gif

    2. Animated Download Button URL:-

    animated download button red

    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlITPCNMogiA9YNXvb6UdWnDRTw5y-A6BGOpznu1oaiGD5tNpVwP_f3w-v-LqxJuMfg5RzGACMIQTu8_MUqenzozOHv79q7DJ25M5JKWtvTpyFCIvdMTmlg8i0yttBt6idtiFZhS0VThdr/s1600/2.+Add+Animated+Buttons+-+brothersithub.gif

    3. Animated Download Button URL:-

    add animated download button
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimvpXBzqulp131b6C-W7Khvzes_7_P0ofStr5KEplaA9ujXnKCMnuM7rq6e4yPsgzY2X70sZA6eUZBQAZMqV0f2rD6kZV0TZGQIcVjaxhZ-bsSXcO_iNKmaw4qQY73IyNpoNGzB_97mjX5/s1600/3.+Add+Animated+Buttons+-+brothersithub.gif

    4. Animated Download Button URL:-

    animated download now button
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS5s-0hncdr-DN5I_YT5s3B-rarI2beK4Yw3JHvxLtTHKBzcWkllKu9V9yED0ZHnrsVfMr5zKMfxNuOBgJkVQRo9sodeU70iS-jnlpb6E1rzWFxB3lvWAfZ3C92l-j3GqsnM2zO1l3fRwB/s1600/4.+Add+Animated+Buttons+-+brothersithub.gif

    5. Animated Download Button URL:-

    animated download
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2wbKz9sPqCHMOKk2xXRLNjoAn4zAwpY0-HQ8sPX8L4oRao9inXjsq0BqrcCzJwcl7QCs8oOnc8HY7ZRc-7RcYdQuWA4sfr0BKpJBhk7qeQHXVLUqytJ6JYxnX34JLdTKbOUXeb1EHDX_Y/s1600/5.+Add+Animated+Buttons+-+brothersithub.gif

    6. Animated Download Button URL:-

    download here

    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUxUwmBGKC3W4sM-ZA5i4EqkEPs89dug_1zF9N7XOs2cEdZr5wVzc9YYdxXzj_rhjOHHGKTnqH-HaXZrFc_3MKayb9VNBnpbRbPTb_JKz3DVACisKXCxyhMCuTba5vJ3FODZMEu4vVfcuL/s1600/6.+Add+Animated+Buttons+-+brothersithub.gif


    Get More Animated Download Buttons Here


    Step4::

    Now select the animated download button and then click on the link option from toolbar menu of blogger post editor
    animated download button inside blogspot post


    Step5::

    It is final step, in new window add the link of download able file that you want to give your users for download and click OK.
    download link for download button

    Now Publish your post if you are writing new post. And if you have added animated download button in your old post then just click on updated.
    If you have any question, problem or suggestion then comment us now. We are always here to help you.
    Your comments and suggestions are valuable for us. Thanks

    Sunday, December 29, 2019

    How to Connect USB Dongle Modem and Sim Card devices on Phoenix OS || How to Install and use PPP Widget on Phoenix OS

    What is Phoenix OS?

    Phoenix OS is an android x86 based operating system to run androids on computers and Laptops. This is enhanced operating system based on the open source project of android x86 for computers that run on Intel x86 processors. Phoenix OS allows you to use android applications on computers including smart tablets and laptops. It allows you to run multiple applications at the same time having no problem. You can use applications in Windows mode in full screen like Windows software's on Phoenix OS.


      Phoenix OS Features

       It comes with Many features and built-in applications. Some features are the following:
      • It has a Desktop Environment like Windows. 
      • Mouse Right click features same as on Windows XP, Windows 7 etc.
      • Mouse, Keyboard, Gaming Pads, Ethernet, Android devices and many Bluetooth devices support.
      • It has a Stardust browser as a default browser.
      • It has built-in CzKeymapping to play games and control their functions with mouse and keyboard.
      • It is Best Android OS to Play Pubg Game and Free Fire Game with Key Mapping Controls and with no lagging of Free Fire and Pubg.
      • Phoenix OS comes with many built-in apps like music player, Calculator, Voice Recorder, Text Editor and File Manager.
      • Its File Manager allows you to use your all disk drives on the phoenix OS even Windows drive.
      •  Taskbar Support, manage all active applications on the taskbar.
      • Phoenix OS Support old Wifi devices.
      There are many other features in Phoenix OS that can be enjoyed on the use of it. Today we will discuss ' how to install and use PPP Widget on Phoenix OS, and how to connect USB dongle modems and sim card device on Phoenix OS '.


      How to Connect USB Dongle and Sim Card Modems with Phoenix OS

      For some old USB modems, modem drivers are added in Phoenix OS by its developers but mostly new devices do not work on Phoenix OS due to lack of modem drivers. To use modern devices like dongle and sim card devices we need to install PPP widgets on Phoenix OS. There are three version series of PPP widget. These three versions support different devices. PPP widget (first version) supports some countable devices. PPP widget 2 supports many devices and work well with simple 3G mobile devices and modems. PPP widget 2 is discontinued but still working well and is very stable. PPP widget 3 is the latest release and it supports a large number of Dongle and sim card modems and is configured to work with the latest devices.

      How to Install PPP Widgets on Phoenix OS?

      The installation of  local apk for PPP widget is not supported. PPP widget downloaded from unknown sources or websites does not work. The developers of PPP widgets programmed it to verify its installation with Google Ploy Store installation id, license check. If install ppp widget from an apk then get this error " Installation of local apk is not supported. Please install ppp widget from Play store ". So it is important to install ppp widget from play store otherwise it will not work. To install ppp widget on Phoenix OS from play store we need the internet on Phoenix OS. Follow these steps to connect internet on Phoenix OS and to install ppp widget:
      • Connect your Android Phone with your PC using USB data traveler cable. Turn on data connection on your Android device. Reboot Phoenix OS and turn on USB tethering from your android during boot loader of the computer at the same time when you click on Phoenix OS to start. If you got tethered with Phoenix OS that's good, otherwise reboot your device and again turn on USB tethering when you click on Phoenix OS to start. After 2 or 3 tries it will be connected.
      •  Go to play store and search ppp widget and install all three versions.

      How to use PPP Widgets on Phoenix OS?

      PPP widget has no icon on the workspace and can not be found in the app list. It is widget only application. To use ppp widget, we need to place it from widgets menu. But Phoenix OS does not support to use widgets due to lack of Android type launcher. To use PPP widget on Phoenix OS we need to install an external launcher application. Nova launcher is test with Phoenix OS and is a best launcher. To install Nova launcher on Phoenix OS Check out our following post:

      How To Install Nova Launcher On Phoenix OS Step by Step Guide

      After installing Nova launcher on Phoenix OS open Nova launcher application and long press on workspace of Nova launcher and click on widgets and then pickup PPP widget and place on workspace.
      Connect you modem with computer and then configure ppp widget.
      • Enter any name for profile name.
      • Enter internet as APN. You can type anything according to your service provider.
      • Configure dialing string as:
      1.  If you are using a GSM/UMTS/HSDPA cell phone system or modem, then leave it default.
      2. If you are using a CDMA/WCDMA-based cell phone system, change the dial string to '#777'.
      • Come back and check out auto-connect on modem plugin and auto reconnect on options for connection. You can also select other options according to your need. Press back button to save settings.
      • Remove your device, PPP widget will automatically detect and connect your device with Phoenix OS. PPP widget make vpn connection and will ask for permission, grant permissions.

      PPP widget connected on Phoenix OS
       Root is required for PPP widget to work and connect with internet. PPP widget works with SuperSu app well. You can use Android PC Toolbox and RMX Tools to root Phoenix OS.

      Note

      If one version is not working with your device then use an other version. Test all three versions one by one. If after ppp widget is connected but internet connection working then plug out your device and re-plugin and check internet connection is working now. It's possible that the route and name-server parameters could not be set correctly after connecting. This may be a problem of the installed superuser app that is responsible for executing the respective commands with root rights.

      If you have any problem or question then comment us. We are always here to help you. Sorry for bad English.
      Your suggestions are important for us. Thanks.

      Saturday, December 28, 2019

      How to connect android phone with Remix OS using usb Tethering - Complete Guide

      What is Remix OS? 

      Remix OS is a free Android x86 based operating system released by Jide company in 2016. This OS provides an android environment on Computers and Laptops to enjoy android applications on PC. Remix OS comes with certain basic Android features adding some missing features for Mac and Windows users. You can find a windows interface, Mouse and Keyboard support, a system bar and file manager, Ethernet support and Android USB tethering to use the Android mobile internet connection on Remix OS. On Remix OS you can also use your all disk drives of your hard disk even windows drive. You can dual boot Remix OS with Windows, Mac, Linux, and Ubuntu. And You can also install Remix OS as a single Operating System on your PC.



        Today we are going to describe ' How to connect Android phone with Remix OS using USB tethering ' and use android device internet on Remix OS.

        Requirements

        • Remix OS Installed
        • Android Phone
        • USB Data Traveler Cable
        • Internet on Android 

        How To Connect Android Phone Internet with  Remix OS

        If you want to enjoy Remix OS features then it is important to use internet on Remix OS. The first best way of using internet on Remix OS is an Ethernet cable connection. If you do not have a Ethernet connection then you can also use your Android to use internet on Remix OS. To do so you will need to do some settings mentioned below.


        Setup Ethernet Settings of Remix OS

        Remix OS default Ethernet IP address setting is to detect automatically but there is a little bug in Remix OS as it can't fetch IP address and its related details itself and it does not show Ethernet as connected to it . To use the internet on Remix OS you have to configure Ethernet settings manually with correct IP address details. To do so,  figure out below screenshots and move to Remix OS Settings => Ethernet and then click on manually configure IP address. Fill out all of the details as shown in the bellow screenshot.
        After setting up Remix OS Ethernet settings, restart your Remix OS and connect your Android device with PC. Method of connecting Android device with Remix OS is described in next step.

        remix os settings menu

        Setup Remix OS Ethernet settings Manually


        How To Tether Android Phone with Remix OS

        At Windows, Linux and other Operating systems like these we connect Android device and use the internet. But Remix OS can't detect Android tethering while its running. You must have to enable the tethering option of  your Android phone when Grubs boots up on your PC before starting Remix OS.
        •  For 100% success, just wait for Grub to start after you switch on your PC.
        • When Grub shows its menu, connect your Android via a USB cable and then turn on the tethering of your Android phone and at the same time start the Remix OS. 
        By using this method your remix OS will detect your Android phone as Ethernet. Now, one thing more you will not see any notification about Ethernet is connected or internet connection is available. To check, internet is working or not, open web browser or Play Store on Remix OS. If you find internet connection working then enjoy it. If you see no internet connection error then reboot your Remix OS and Re-Tether your Android phone according to the method above.

        How to Turn on Your Android Phone Tethering

        If you want to connect and use your Android phone cellular data on Remix OS then it is necessary to turn on USB tethering option from your phone. To turn USB tethering, go to your Android device Settings and then wireless and networks settings. Then tap on More option a new window will appear. Here you will see USB Tethering option, tap on it to turn it on.
        network setting
        turn on usb tethering

        Note

        If Ethernet IP configuration details given in the above screenshot does not work for you then go to your windows and connect your Android phone with windows via USB Tethering . After connecting Android phone, click on the Network Manger icon on the windows taskbar and then open network and sharing center and then view active network connection details. From there note IP details and enter these details in Remix OS Ethernet settings.
        If you have any problem or question then comment us. We are always here to help you. Sorry for bad English.
        Your suggestions are important for us. Thanks

        Download Candy Crush Saga

          Special Feature • Easy and one of the most popular Android games. • Provides a huge number of stages and levels. • Different levels offer ...