Categories
Android Fun & Entertainment How-To Guides Linux Mac Tips and Tricks Windows

Share PC Internet Connection with Android Phone via USB Cable

People often have some questions like, “How to do Android 2.2 USB Reverse Tethering” or “How to Share the PC Internet Connection with android phone via the USB cable” etc.

Well, I have up-graded my Nexus-1 to Android version 2.2 recently.

Android version 2.2 includes USB Tethering by which a Computer System can share the Internet connection of the phone.

This is great for those who just want to access internet via their mobile phone, but what, if you want to use your Computer’s Internet Connection onto your Mobile Phone?

This is really ridiculous, as the phone accesses internet for lot of events, and there is no option of using internet from the Computer by default.

So what to do, if you have an unlimited and high speed internet broadband connection at home but you won’t be able to use it on your android phone. Ultimately you will have to spend a few extra dollars to get a separate mobile internet connection.

But here is a way to access the Computer’s internet connection from your android mobile phone.

I think it will take a little time to me, to create an app to do this automatically!

Well, till then you can follow the below method, for which the Requirements are:

  • A rooted version 2.2 Android, with root mode terminal or an Android SDK ADB
  • and, an Android 2.2 (or an older version with enabled/installed root tethering application in it)

Now follow the below steps,

1:

For Linux Users: Nothing to do in this step,
For Windows Users: Install the USB drivers by the Android SDK

2:

Onto the Nexus-1: Start USB Tethering after connecting the USB wire with your Computer. You will probably get the latest interface of the network.

3:

Now, setting-up a bridge on Linux Operating System:

# usb0 is the latest network intreface
# eth0 is the main interface (or a gateway) connected to internet
sudo ifconfig eth0 0.0.0.0
sudo ifconfig usb0 0.0.0.0
sudo brctl addbr br0
sudo brctl addif br0 eth0
sudo brctl addif br0 usb0
sudo ifconfig br0 up
sudo dhclient br0

Visit here for setting-up the bridges

And, if you are on windows you will need to Bridge two interfaces of network.

4:

Now setup your phone’s usb0 interface. You have 2 choices:

1. Either execute the following command,

./adb shell netcfg usb0 dhcp

2. Otherwise, type this in your phone’s root terminal :

su
netcfg usb0 dhcp

Now you can connect and access the Computer’s Internet broadband connection on your mobile phone.

Confirm it by opening www.tipsring.com

5:

To stop the usb reverse tethering, first-of-all, unbridge the your computer’s interfaces,

sudo ifconfig eth0 down
sudo ifconfig usb0 down
sudo ifconfig br0 down
sudo brctl delbr br0
sudo ifconfig eth0 up
sudo dhclient eth0

Then unselect the USB-Tethering onto your phone.

You must have Windows XP SP3, as the driver will not work on Windows XP – Service Pack-2 (You will get this error while installing, Code-10 – Cannot Start Driver).

Enjoy!

Categories
How-To Guides Online Tools Tips and Tricks

How to Remove Your Blog From NetworkedBlogs Facebook Application

NetworkedBlogs is a Facebook application to integrate sites or blogs with the Facebook.

But as many of the folks which are using facebook, promote them by their own, and hence NetworkedBlogs is not of much use now.

Here is the method to delete the blog from NetworkedBlogs :

Visit the application’s page, and hit on your “Profile” option. Now,

  1. Scroll down a little, and find your blog under “Blogs I Write” category, and hit on the blog which you want to remove from it.
  2. Then on the blog page, hit the Edit Details option,
    How To Remove Your Blog From NetworkedBlogs Facebook Application
  3. Now if you have more than 50 followers, then Change the name of the blog to DELETE. But if you have less than 50 followers, then on the details page, click on “delete blog” option link (present at the bottom right corner there), and your blog will get removed from NetworkedBlogs.How To Remove Your Blog From NetworkedBlogs Facebook Application

You can Subscribe to the free e-mails/feeds of TipsRing, to learn more tricks about the Facebook marketing.

Categories
How-To Guides Online Tools Tips and Tricks

How to Delete Naukri.com Account ?

Well, unfortunately there is no possible way to delete the Naukri.com account.

But, you can stop the employers and Naukri.com itself, from sending the promotional emails or job offers to you.

Moreover, Job Employers won’t be able to see your profile after enabling the option explained below. To make it happen, just disable your Naukri.com account / profile.

Here is the method explained for it,

  1. Sign into your Naukri.com account and then visit to My Naukri > Profile Visibility.
    How do I Delete My Naukri.com Account?
  2. On very next page, set your Resume status to Not Searchable. It will hide your resume from the employers, so they don’t contact you regarding any job openings.This method stops about ninety percent E-Mails from naukri.com, but if you wish to stop all E-Mails from them, you’ll have to modify your personal contact details with some fake ones like,

    How do I Delete My Naukri.com Account?
    For doing it, visit My Naukri > Contact Details and modify the E-Mail Address provided.

If you have adopted all the above steps, and still getting E-Mails from Naukri.com, then you will have to send an e-mail at abuse@naukri.com, and ask them to delete the account manually.

Categories
Facebook How-To Guides Online Tools Tips and Tricks

How to Remove or Cancel PayPal Subscription

Yesterday, I got an email from a TipsRing reader asking, how to remove an automatic billing from PayPal account. Well, deleting the PayPal automatic subscriptions are very easy,

Here is the method explained for that,

  1. Just Sign into your paypal account, and click the Profile option as shown below,How To Cancel or Remove a PayPal Subscription
  2. Now see under the Financial Information and hit the option saying My pre-approved payments.

    How To Cancel or Remove a PayPal Subscription

  3. Now the list of all your automatic billing agreements and the paypal subscriptions will be displayed.
  4. Now click on the subscription which you want to stop or delete. Then click the Cancel Subscription option, and confirm this deletion.

Paypal will notify you by sending an e-mail that you have just removed a pre-approved payment.

And you’re done with it.

Enjoy!