Latest Post

Android Reverse Tethering for windows users...

This work only for Rooted Android users and for Windows!!!

Installation :
Unpack the zip file. This zip files contains the windows part, ADB and the android APK.

Before starting the tool :
>    You must install drivers for your device. Generic driver provided by google is on the usb_driver.zip
>    Ensure you have debugging enabled on your phone :
   Settings > Applications > Development >
  USB Debugging > Turn On


>    Ensure you have Root access AND SuperUser application installed.
>    Change the superuser settings (Menu -> Preferences -> Notifications part) :
         Uncheck "Notifications" label to display "Do not show notification when an app is granted
         Su Permissions"


# AndroidTool
The AndroidTool.exe is the windows part



The low level communication tool (ADB) is included in the zip file.
AndroidTool will try to find ADB in c:\android-sdk-windows\platform-tools\adb.exe
If not found he will use the provided one.

# The First Time you use the Program :
>    If you want to use another version of ADB, clik "config" and in the first tab enter the path to the ADB
    Select the DNS server to use in the right list. On complex system, some dns can be detected.


# Start reverse tethering:


Just click “Connect”.
If it's the first time you use the program,
This will install the latest android package and the dependencies (busybox and redsocks).
The SuperUser process may ask you to allow “Usb tunnel”

If the android process crash after receiving superuser rights, close the windows program and start again.

The android interface (first tab) will show connections forwarded to windows.
Others tabs are just for debugging (give information about system route tables and connections).
Not yet finished.


# Start your browser
Google chrome will complain that no connection is available. Don’t care. That work.
Firefox , opera and dolphin don’t have problem with that !!!

The current version of the application can’t forward low level ICMP packet (PING).
From Android Os point of vue, there is no internet connection.

#Command line prompt :
The windows tool is a "One click" application. Just click the "Connect" button.
But you can add parameters to directly connect when the program start.
Here are the supported commands : Device:xxxx (where xxxx is the device id), Connect, Disconnect, KillAdb, LogToClipboard, Show, Hide, Quit
Parameter sample : Device:123465789 Connect Hide
Create a second shortcut with Disconnect Quit parameters to stop connection and close the application.

# Google Market/Play :
For android 4.x ONLY
Since reverse tethering version 3.4, it's now possible to download/update application.
This step is optional !
Required only if you want to download from market.
I recommend you to perform a nandroid backup before installing the hack.
Don't worry, This Method didn't brick my phone and tablet during the development.
The Xposed framework author and me are not responsible for anything you do with your phone/tablet/rice cooker.


>    On the windows program, go to tools tab and click "install hack"
>    Launch the Xposed Installer (you just installed) on your android and click on "Install/Update"
>    Go to the module tab and check the HackConnectivityService (see screenshot below)
>    Reboot the phone
>    Done!
>    This work for market but also for some other programs (some games,skype,hangouts...)

(Xposed Installer > Modules > select Hack Conectivity Service > Reboot)

(NOTE: Update Your Play Store 1st)

# For older android 2.x or 3.x version :
The application want to have an active 3G or Wifi network interface.
Some market applications are tagged "Wifi" only.
To get around this problem, you can activate the 3G BEFORE starting reverse tethering,all the data will goes to the usb.
Tips : You can connect to some wifi hotspot not protected by a key.
It's only when you want to surf that the hotspot ask you a user/password.
But, at this point, we have an 'active' connection. Market download should work after starting reverse tethering.

Not fully working application but work if you install the HackConnectivityService on android 4.x:

Troubleshooting
The tool is not compatible with "CrossBreeder" or other tools that change the host file (removing localhost)


If your device is not listed in the "select a device" combobox :
>    Ensure Usb debugging is enabled
    (Settings > Applications > Development > USB Debugging > Turn On).
    Deactivating and reactivating the Debug mode may help
>    The ADB subsystem is sometimes not working properly. Click the "Kill ADB" button (on Tools)
>    Your device is perhaps not installed properly. See your device manufacturer.
    You can download a generic driver from google here : http://developer.android.com/sdk/win-usb.html.
>    Windows can detect your device as a "Media Transfer Protocol" (MTP) or
     "Picture Transfer Protocol" (PTP). When you connect the usb cable, you have a notification.
     Click the notification to change this parameter. If one don't work, take the another one...

>> Click refresh or restart the tool to detect your device.
If the connection shutdown often, try another usb cable


# Android 4.3 and 4.4 Troubleshooting
Google added some security stuff on this version.
Important : You have to connect your phone/tablet to wifi or 3g at least once after boot before using reverse tethering !!!

# Proxy :
There is 2 problems with proxies :
Android 3G proxy. Even if 3g is desactivated, your provider (APN) proxy may still used by applications.
The windows tool is not able to communicate with your provider proxy.
Note that not all providers include a proxy. You must remove it manually.
The tool will give you informations on how to do it when detected.

Corporte proxy. The windows application is not able to traverse proxies.
The good news is that you can use some applications like FreeCap , sockscap and proxifier.
You must start the androidTool from one of these launchers, giving proxy adress and port.
Thanks "edgd1er" for the information.


Download Here (ReverseTethering)



via- XDA.

How to open blocked site in collage !!

NOTE : I assume here that we all are OK in
cmd and knows how to change binary into
decimal and vice versa.

1) Ping the blocked site and you will get the ip
address .
2) Change the ip address into binary .
for
eg.    ping www.twitter.com \\   you will get
199.59.148.10

After converting into binary using windows
calci. you will get like this

11000111.00111011.10010100.00001010

3) Remove points in the result and change the
Result into decimal again.
You will get this 3342570506.

4) Add the hypertext protocol prefix and
paste into your browser’s address bar:

http: //3342570506
and press go.

ALL DONE !!

 

# Root Warning / Disclaimer:
>> Quick note / disclaimer: as always, you are ultimately responsible for any root-related activities on your phone.
You should understand not only the benefits of rooting, but also any possible consequences (voided warranty, boot-loops, bricking, etc.) that might occur as a result of your root-related actions.
Reading, researching, understanding, and carefully following the published steps and instructions can go a long way towards helping to make your rooting efforts a successful one. <<


#  What is Rooting?
Just imagine your fathers pc:
you can log in as a user, your father may have allowed you to install stuff. but hey the c:/windows/ folder is locked and you can't screw up the computer.

##Android works on linux.
> Linux has the following system:
> User
> Admin User
> Super User

As a Regular Android user you are an "admin user".
you can install stuff, update, make the screen shiny and just work on it.

# Super Users can screw up the kernel,
Over clock the processors (and overheat them by accident),
Get more sound from the speakers by "over clocking" that to,
Replace the system with another one, etc.

This has something to do with the security of the phone and the security of specific folders
(with the most important folder called "ROOT").

Like my android milestone is protected in two ways:

1) the phone's "bios" (protects the phone from weird changes and combines all devices in your phone to a working system)
2) the phones ROOT (contains all info on how the phone should work)

The bios must be cracked to make changes in the system (like ROOTing) some nerds do this and post "backups" of this system to xda-developers.
Hackers/programmers make changes to specific files to Remove the lock on
SU (superuser) and post these in this backups.

SU-acces allows you to do things that are not supposed to work like sharing your 3G-connection to wifi. this is blocked till 2.1 because phone carriers din't like that.
Now with the 2.2 update it becomes legal).
OR change the folder where your apps are installed from phone memory to the SD card 
(once again in the 2.2 update they fixed this).

But, as you can think with your brains. Rooted systems can be broken by the most stupidest terminal commands (since you can just command the phone to blow itself lituraly), or even when you delete a file from the ROOT folder by accident.
Bricking the phone becomes very easy. that's why phone sellers won't help you as soon as they notice you were using a ROOTED phone.

You can test if your phone is rooted by downloading a small app called "terminal emulator" and filling in the code:
SU
this (SuperUser) command, means that you tell the terminal that you want to start changing important stuff and you need all acces possible.

If the system is rooted you are presented by a # after you click the Enter(return) button on your keyboard.
if the system isn't rooted you are presented by the text "No acces" or something like it.

# Rooting is only cool for people who:
Build their own systems, want to be their 1G phone (very old phone) a bit faster, or just want to prank to their friends on how they Ruined their phones (and how much money they have to buy a new one).

# Rooting is not cool for people who:
know nothing of terminals and linux systems, are no developers for google, have brains, want to keep their phone carriers friendly,experience that in a pocket they can accidently push buttons and people who want to use their phone the best way possible


Top 8 Best Reasons to Root Android:
1) Block all ads from any app
2) Flash a custom ROM or custom kernel
3) Automate everything on your phone with Tasker
4) Improve Android speed and performance
5) Install thousands of incompatible apps
6) Greenify apps in order to save battery life
7) Remove preinstalled crapware, Samsung apps, and other unwanted apps
8) Backup everything that’s on your phone

Happy Rooting ... :D


1. Shut down the computer completely
2. When starting up press the F2 key repeatedly as it starts up.
3. You should hopefully be met with a screen like this, or atleast something like this.

4. Use the arrow keys to scroll right and stop when you hit the security tab.
5.Go to The admin password section.

 

6. Press enter
7. Type in the new password
8. Press esc and choose "Save And Exit"
9. Wait for the computer to boot up
10. Type in the admin account name and password.
11. Yo..! You have admin access.
Remember to use this discreetly, as the tech team can see the new accounts, and password changes. And DO NOT go off bragging to someone about this, as you could end up in big trouble.

.

# Open Start Menu>Run, type regedit and press
Enter.

# Navigate to the following Registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Control\StorageDevicesPolicies

If you don’t find the StorageDevicesPolicies
key then you have to create it manually,
# Right- click into the right window and Select New >
Dword (32-bit) value from the context menu and name it WriteProtect.

#Double click the key WriteProtect in the
right pane and set the value from 1 to 0 in the
value data box and press OK button. You can
change value of 0 to 1 if you want to write protect your USB.

#At last, exit the registry, restart your computer and then again re-connect your USB pen drive on your computer.
Other Procedure to follow to remove write protection

#Shutdown your computer.

#Insert Pen drive into the computer.

#Turn on the computer and then immediately
start pressing F8 key. ◘Advanced Boot Options
screen will appear on the screen.

#Select Safe Mode with Command Prompt

#After loading files, suppose, if your Pen drive
letter is G, then write as

C:\windows\system32>H: and press enter

G:\>format G: and press enter

#Press Y when (Y/N) prompt appears and press
enter
Write Protection will be removed from the Pen
drive after the format is complete.

By Swapnil_Haxor


Lock PC Temporarily When Someone Enter
Wrong Password in:

> click on "Start" button

> Type "Local Security Policy" in search program and files box.

> Now click on"Local Secruity Policy"


> From left window pane expand "Account Policies"


> Then double click on "Account Lockout Policy"


> After that Double click on "Account Lockout threshold"


> Now a new window will appear


> In That window give the "Value" after how many invalid

> Password login attempts you want to lock your pc

> Now click apply


> Another window will appear click "Ok"


> Process Completed

Author Name

{picture#https://instagram.fbom1-2.fna.fbcdn.net/t51.2885-19/s150x150/17662158_221658868312088_138323287238246400_a.jpg} Hi, I am Swapnil Zambare. I love to explore Computer and Internet. My aim is to spread tips and tricks related to Hacking, Computer, Android phones, Blogging, SEO, Social networks and many mores all over the world for free so that every one can enjoy our Premium Services for Completely Free. {facebook#https://www.facebook.com/SwapnilTech} {twitter#https://twitter.com/swapnilzambare7} {google#YOUR_SOCIAL_PROFILE_URL} {pinterest#YOUR_SOCIAL_PROFILE_URL} {youtube#YOUR_SOCIAL_PROFILE_URL} {instagram#https://www.instagram.com/theswapnilzambare/}

Contact Form

Name

Email *

Message *

Powered by Blogger.