We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

What is the best source for Tor/Orweb?

asked 2016-12-06 23:53:43 +0300

black-lime gravatar image

updated 2016-12-12 15:44:21 +0300

jiit gravatar image

Hello everybody,

I'm still new to Jolla and Sailfish and hope you can help me with this.

I want to use Tor/Orweb on my Jolla 1 (Sailfish 2.0.0.10 Saimaa) and searched around for a while now. Looks like there are three options:

1) NielDK's version on openrepos (https://openrepos.net/content/nieldk/tor)

2) getting Orweb from F-Droid (I have already installed F-Droid from the Jolla Store)

3) going to the official Tor website and download the Android version

Which option do you guys recommend? Are there pro's and con's on one of the three?

If openrepos is recommended, I would like to know if there is a way to verify the integrity of the file (I found no checksums there). I have also noticed that the most recent version dates to September of 2015. Can I update to a newer version after I have installed it or is it okay to use a version that is more than one year old?

I should also mention that a system update is available for my device (to Sailfish 2.0.5.6 Haapajoki). Should I install that before getting Tor/Orweb or afterwards?

Thank you in advance. Greets

edit retag flag offensive close delete

Comments

  1. git clone https://git.torproject.org/tor.git
  2. sh autogen.sh
  3. ./configure --disable-asciidoc
  4. make
  5. devel-su make install
  6. profit!

[*] You might need to install some tools and libraries prior to being able to execute some steps, though...

juiceme ( 2016-12-07 11:09:02 +0300 )edit
4
  1. cd /tmp
  2. wget http://ftp.de.debian.org/debian/pool/main/c/cdebootstrap/cdebootstrap-static_0.7.6_armhf.deb
  3. pkcon install binutils
  4. ar x debootstrap-static_0.7.6_armhf.deb; xz data.tar.xz
  5. mkdir xx; cd xx
  6. tar x /tmp/data.tar
  7. mkdir /home/nemo/chroot
  8. ./usr/bin/cdebootstrap-static -c /tmp/xx/usr/share/cdebootstrap-static -H /tmp/xx/usr/share/cdebootstrap-static --allow-unauthenticated sid /home/nemo/chroot http://ftp.de.debian.org/debian

Now you have a debian chroot with access to thousands of precompiled packages.

  1. chroot /home/nemo/chroot
  2. apt update
  3. apt install tor

Just kidding. I'm using the NielDK's package.

Eierkopp ( 2016-12-07 18:55:04 +0300 )edit

@Eierkopp, yes :)

juiceme ( 2016-12-07 19:18:11 +0300 )edit

Thank you for your answers.

Is there a way to verify the integrity of these files? Neither openrepos nor gitweb seems to offer checksums or anything similiar.

black-lime ( 2016-12-13 21:33:15 +0300 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2016-12-09 18:03:41 +0300

DarkTuring gravatar image

Using F-Droid, install Orbot then restart F-Droid with TOR Orbot activated.

Add Guardian repos to F-Droid and install orfox which i believe is more up to date then orweb.

Voila.

edit flag offensive delete publish link more

Comments

Thank you for your answer. I think I'll try it this way

black-lime ( 2016-12-13 21:34:31 +0300 )edit
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2016-12-06 23:53:43 +0300

Seen: 574 times

Last updated: Dec 09 '16