Friday 16 March 2018

Raspberry Pi 3 model B & B+ to Android USB Tethering connection of Kali Linux 2018

Raspberry Pi 3 model B & B+ to Android USB Tethering connection of Kali Linux 2018


All Download Link 

Step-by-Step How To Install Kali Linux 

to a Raspberry Pi 3

1. The first step is to download the Kali Linux Image file for the Raspberry Pi 3.
2. After the Image file is downloaded it will need to be extracted. Most computers will not have the right software to extract it.
3. After the Image is extracted it is ready to be written to a SD-Card.
4. Once the Image is written to the SD-Card it is ready to install into the Pi 3.
5. Everything can now be plugged into a monitor or TV with a HDMI cable

Step-by-Step How To Install Kali Linux 

USB Tethering to a Raspberry Pi 3

1) Open terminal & Copy Paste this clone (command)

      git clone https://github.com/PNPtutorials/PNP-PortableHackingMachine

2) Open terminal & type sudo nano /etc/network/interfaces




3 ) Copy this line ↧↧↧↧↧↧


auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

allow-hotplug usb0
iface usb0 inet static
address 192.168.42.42
netmask 255.255.255.0
network 192.168.42.0
broadcast 192.168.42.255
gateway 192.168.42.41

4) type Ctrl + X (exit) & Y (save)

5) Reboot system

YOUTUBE VIDEO TUTORIAL


FOLLOW ME OTHER SIDE ⇩⇩⇩⇩⇩⇩⇩⇩

For business inquiries: vinayaktare@gmail.com

GooglePlus  https://www.plus.google.com/
Yahoo  vinayak.tech@yahoo.com
Gmail  vinayaktare0@gmail.com
Paypal  https://www.paypal.me/VinayakTare

Raspberry Pi 3 Model B & B+ USB Tethering using an Android phone

Raspberry Pi 3 Model B & B+ USB Tethering Using a Android Mobile Phone



Hi,

I post this since it saved me a cost of buying a wifi-adapter and provided useful insight of pi-configuration.
I wanted to access internet from PI. There were 2-3 options.

1. Use Ethernet port.
Since I use wifi all the time, I do not have mechanism to connect my wifi router to LAN port. Although I guess it would have worked simply since I have LAN connector on router as well as on PI. But I had to buy another dataplan since router was dsl. But

2. Buy wifi-adapter and connect same to pi as mentioned in various articles.
Costly affair..

3. Use USB-tethering option of my smartphone.
I have Xperia-U and I use USB tethering option to connect my laptop to internet sometimes. This option I wanted to explore for connecting to internet. Then I could use same data plan everywhere.

So let me explain 3rd option.
On PI-B+ (which I purchased recently) have 4 USB ports. 2 are taken by keyboard and mouse already. One of the remaining can be used to connect to phone.
The default config file used by networking is /etc/network/interfaces works with wifi (wlan0) or eth(eth0) type of interfaces. It does not have entry for tethered device which android provides.

 Step To Install the USB Tethering in Raspberry Pi 3 



1) Open terminal & Type sudo /etc/network/interfaces



So we need to edit this file on Pi and add entries to it for usb (usb0).
#cat /etc/network/interfaces
And Copy Paste this Line ↧↧↧↧↧↧↧↧↧



auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

allow-hotplug usb0
iface usb0 inet static
address 192.168.42.42
netmask 255.255.255.0
network 192.168.42.0
broadcast 192.168.42.255
gateway 192.168.42.41


and then save the file.
You need to restart the board or networking using #sudo /etc/init.d/networking restart

Once this is done connect the phone to Pi using usb cable.
Enable data on android and wait till it activates and then enable USB tethering.

To see if the device is tethered, open a LXterminal session on pi and type #ifconfig
You should see interface usb0 is up and running with a valid IP assigned to it.

The open web-browser and it should be working fine.. :geek:

So you can use your android smartphones usb-tethring for connecting Pi to internet.. :geek:
YOUTUBE VIDEO TUTORIAL






FOLLOW ME OTHER SIDE ⇩⇩⇩⇩⇩⇩⇩⇩

For business inquiries: vinayaktare@gmail.com

GooglePlus  https://www.plus.google.com/
Yahoo  vinayak.tech@yahoo.com
Gmail  vinayaktare0@gmail.com

How To Install the Android Lineage 15.1 Oreo 8.0.1 Operating System To a Raspberry Pi 3 (update 2018 Model)

Install Android on his Raspberry Pi 3 Model B & B+ (update 2018 Model)



This article will explain how to install and configure Android 7.1.1 (with the Play Store) on your raspberry pi.






Above all, it is important to point out that this is only an experimental setup. No version of Android is officially compatible with the raspberry pi and therefore the version we will install is not optimized for our dear motherboard. It is therefore difficult today to use Android on a daily basis on its raspberry pi even if the installation we are going to present turns relatively well.

Prerequisites to install Android

After this short introduction, let’s take stock of everything we need to complete this installation.
  • Of course, you need a Raspberry pi 3
  • A power supply
  • A SD card at least 16GB and it is important that it has a good speed of reading / writing.
  • You will also need a screen and an HDMI cable to display the beautiful Android interface. You can also use the official touch screen of the foundation that does not require the use of an HDMI cable
Then you will need to download the Android image and sh script that will install the Play Store.
ATTENTION, for the last part of the tutorial, you will have to use a machine with an unix OS (Linux or Mac OS) to be able to execute the sh script. If you do not have one, you can use a virtual machine. Here we indicate commands for a Debian like distro (such as Ubuntu, Linux Mint, Elementary Os, and a lot of others).

All Download Link 

1) LineageOS 
A) lineage-14.1-20180118-UNOFFICIAL-KonstaKANG-rpi3.zip
https://www.androidfilehost.com/?fid=746010030569947763

B) lineage-15.1-20180307-UNOFFICIAL-KonstaKANG-rpi3.zip
https://www.androidfilehost.com/?fid=890129502657588904

Update version ↑↑↑↑↑↑↑↑↑↑↑↑


 Step To Install the Android OS To a Raspberry Pi 3 

A video walk-through is at the bottom of the page if needed. 
 
1… The first step is to download the LineageOS 15.1 Android 8.0.1 Build from konstakang.com which has the Download link.
 
Go to the page page scroll down and Download the newest version here.  






2… After the file is download it will need to be Extracted to get to the Image file.



If you are using Windows simply right click on the Downloaded File and click Extract ALL.
 
3… Once the Image file is unzipped it can be written to a Micro SD-card the Pi uses.
 
Image writing software is used to write the package to a SD-Card. If you already have Image software use it.



To use it simply load the Extracted Android Image File and Write it to an SD Card.
 
Any SD-Card 8-32GB in size will work.
 

4… Once the Android Image file is written to the SD card remove it and insert it into the Raspberry Pi.



5… Plug everthing in and a boot logo will display on the screen for a bit. Let it run until the main screen comes up.
 

YOUTUBE VIDEO TUTORIAL


 
FOLLOW ME OTHER SIDE ⇩⇩⇩⇩⇩⇩⇩⇩⇩
For business inquiries: vinayaktare@gmail.com

GooglePlus  https://www.plus.google.com/
Yahoo  vinayak.tech@yahoo.com
Gmail  vinayaktare0@gmail.com

How to Install TFT 3.5" for Raspberry Pi and Retropie


















THINGS USED IN THIS PROJECT

Hardware components:
Pi 3 02
Raspberry Pi 3 Model B
×1
TFT 3.5" touch Display
×1
Software apps and online services:
RetroPie OS
Hand tools and fabrication machines:
Jumper Wires for Raspberry Pi
This is opcional, you can plug your display directly to the Raspberry Pi