-
- Posts: 1
- Joined: Thu Dec 14, 2017 7:49 pm
Install ADB and Fastboot on RasPi 3
I am a new owner of a RasPi3 and have yet to dive into anything crazy. I liked the ease of use and setup of the computer. I now looking into my first venture of my new home computer which is setting it up to root Android devices. I have been searching the internet for a straight forward easy way of installing ADB and Fastboot and have been unable to find the answer. I do not want wasn't too develop just root. Any help would be greatly appreciated. Thanks!
Re: Install ADB and Fastboot on RasPi 3
As far as I know there is no Android operating system for the Raspberry Pi at this time.
However, the Raspberry Pi runs the Raspbian operating system. A derivative of Debian. Which is altogether much more interesting than Android.
However, the Raspberry Pi runs the Raspbian operating system. A derivative of Debian. Which is altogether much more interesting than Android.
Memory in C++ is a leaky abstraction .
Re: Install ADB and Fastboot on RasPi 3
Not if your goal is to "root" Android systems.
Not much fun in "root"ing Raspbian, given as all you have to do is type "sudo".
You don't even need a password!
"L'enfer, c'est les autres"
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: Install ADB and Fastboot on RasPi 3
jcvermillion wrote: ↑Thu Dec 14, 2017 8:08 pmI am a new owner of a RasPi3 and have yet to dive into anything crazy. I liked the ease of use and setup of the computer. I now looking into my first venture of my new home computer which is setting it up to root Android devices. I have been searching the internet for a straight forward easy way of installing ADB and Fastboot and have been unable to find the answer. I do not want wasn't too develop just root. Any help would be greatly appreciated. Thanks!
Google Things:
https://developer.android.com/things/index.html
https://developer.android.com/things/ha ... rrypi.html
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: Install ADB and Fastboot on RasPi 3
adb and fastboot are available in Raspbian.
Code: Select all
sudo apt-get update
sudo apt-get install -y android-tools-adb android-tools-fastboot