392b2bb2a5d010c31faa34307eac1610ac2a2a99
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

1) ## translation metadata
Roger Dingledine ioerror isn't setting props...

Roger Dingledine authored 14 years ago

2) # Revision: $Revision$
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Android Instructions" CHARSET="UTF-8"
6) 
7) <div class="center">
8) 
9) <div class="main-column">
10) 
11) <a id="Android"></a>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

12) <h2><a class="anchor" href="#Android">Tor on Android</a></h2>
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

13) <br />
14) <p>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

15) Tor is available for Android by installing our package named Orbot.
16) </p>
17) <p>
18) Orbot is an application that allows mobile phone users to access the web,
19) instant messaging and email without being monitored or blocked by their mobile
20) internet service provider. Orbot brings the features and functionality of Tor
21) to the Android mobile operating system.
22) </p>
23) <p>
24) Orbot contains Tor, libevent and privoxy. Orbot provides a local HTTP proxy
25) and the standard SOCKS4A/SOCKS5 proxy interfaces into the Tor network. Orbot
26) has the ability to transparently torify all of the TCP traffic on your Android
27) device when it has the correct permissions.
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

28) </p>
29) 
Jacob Appelbaum Add QrCode link, image and...

Jacob Appelbaum authored 14 years ago

30) <a id="QrCode"></a>
31) <h2><a class="anchor" href="#QrCode">Installing Tor with a QR code</a></h2>
32) <br />
33) <p>
34) Orbot is easy to install by simply scanning the following QR code with your
35) Android Barcode scanner.
36) </p>
37) 
38) <a href="../img/android/orbot-qr-code-latest.png">
39) <img border="0" alt="Android QR code"
40) src="../img/android/orbot-qr-code-latest.png"/>
41) </a>
42) 
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

43) <a id="Market"></a>
44) <h2><a class="anchor" href="#Market">Installing Tor from the Android Market</a></h2>
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

45) <br />
46) <p>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

47) Orbot is not currently in the Android Market. It will be available in the
48) market in the very near future.
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

49) </p>
50) 
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

51) <a id="Manual"></a>
Jacob Appelbaum Add QrCode link, image and...

Jacob Appelbaum authored 14 years ago

52) <h2><a class="anchor" href="#Manual">Installing Tor from our website manually</a></h2>
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

53) <br />
54) <p>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

55) You can download our most recent beta of Orbot and a gpg signature from our
56) server.
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

57) </p>
58) 
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

59) <a id="Screenshots"></a>
60) <h2><a class="anchor" href="#Screenshots">Screenshots of Tor on Android</a></h2>
61) <br />
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

62) <p>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

63) <a href="../img/android/android-off.jpg">
64) <img border="0" alt="Android Tor off"
65) src="../img/android/android-off-150x150.jpg"/>
Jacob Appelbaum Android page

Jacob Appelbaum authored 14 years ago

66) </a>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

67) <a href="../img/android/android-bootstrapping.jpg">
68) <img border="0" alt="Android Tor bootstrapping"
69) src="../img/android/android-bootstrapping-150x150.jpg"/>
70) </a>
71) <a href="../img/android/android-activated.jpg">
72) <img border="0" alt="Android Tor activated"
73) src="../img/android/android-activated-150x150.jpg"/>
74) </a>
75) <a href="../img/android/android-settings.jpg">
76) <img border="0" alt="Android Tor settings"
77) src="../img/android/android-settings-150x150.jpg"/>
78) </a>
79) </p>
80) 
Jacob Appelbaum add android config section

Jacob Appelbaum authored 14 years ago

81) <a id="ProxySettings"></a>
82) <h2><a class="anchor" href="#ProxySettings">Proxy settings and configuration
83) </a></h2>
84) <br />
85) <p>
86) Orbot offers three interfaces into the Tor network:
87) <ul>
88) <li>SOCKS 4A/5 proxy 127.0.0.1:9050</li>
89) <li>HTTP proxy 127.0.0.1:8118 </li>
90) <li>Transparent proxying (on select devices)</li>
91) </ul>
92) </p>
93) 
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

94) <a id="Notes"></a>
95) <h2><a class="anchor" href="#Notes">Platform specific notes</a></h2>
96) <br />
97) <p>
98) For standard Android 1.x devices (G1, MyTouch3G, Hero, Droid Eris, Cliq, Moment):
99) <ul>
100) <li>The “ProxySurf” browser available in the Android Market allows for use
Jacob Appelbaum html update

Jacob Appelbaum authored 14 years ago

101)     of a proxy. Simply set the HTTP Proxy to '127.0.0.1' and port '8118'.</li>
102) <li>For Instant Messsaging, try “Beem” in the market, and set the Proxy to SOCKS5 '127.0.0.1' and port '9050'.</li>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

103) </ul>
104) </p>
105) <p>
106) For Android 2.x devices: Droid, Nexus One
107) <ul>
Jacob Appelbaum html update

Jacob Appelbaum authored 14 years ago

108) <li>You must root your device for Orbot to transparently proxy all TCP traffic.</li>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

109) <li>For non-modified and non-rooted phones, you'll want to manually configure
Jacob Appelbaum html update

Jacob Appelbaum authored 14 years ago

110)     your specific applications.</li>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

111) <li>If you root your device, whether it is 1.x or 2.x based, Orbot will
112)     automatically, transparently proxy all web traffic on port 80 and 443
113)     and all DNS requests. This includes the built-in Browser, Gmail, YouTube,
Jacob Appelbaum html update

Jacob Appelbaum authored 14 years ago

114)     Maps and any other application that uses standard web traffic.</li>
Jacob Appelbaum Android website updated

Jacob Appelbaum authored 14 years ago

115) </ul>
116) </p>
117) 
118) <a id="Source"></a>
119) <h2><a class="anchor" href="#Source">Source code access</a></h2>
120) <br />
121) <p>
122) All of the source code is available in the
123) <a href="https://svn.torproject.org/svn/projects/android/trunk/Orbot/">Orbot
124) subversion repository</a>.