Newbie questions
arnaud gaboury
arnaud.gaboury at gmail.com
Thu Jan 2 15:16:15 UTC 2014
On Dec 31, 2013 10:15 PM, "Paul van der Vlis" <paul at vandervlis.nl> wrote:
>
> Hello,
>
> I am trying to install Replicant on a Galaxy Nexus with Android 4.3.
> I have no experience with Android phones, i use this manual:
>
http://redmine.replicant.us/projects/replicant/wiki/GalaxyNexusInstallation
>
> I can access the phone with adb from my computer with Debian stable, but
> I get an error:
> paul at server2:~$ adb shell busybox mount -o remount,rw /factory
> /system/bin/sh: busybox: not found
>
> Is there a way to install busybox without a Google account?
Busybox is usually installed in /system/xbin. So check this folder and be
sure it is in your path.
Then $ adb shell mount
is usually the proper way to invoke mount. /system/xbin/mount is a symlink
to busybox.
You can find the busybox package on the web and don't need a Google
account. Download it then $ adb install
> My operating system offers fastboot, is this useable or do I need to
> download your 32-bit executable?
> http://packages.debian.org/wheezy-backports/android-tools-fastboot
Your fasboot package shall work. Put your device in fasboot mode and plug
it. Then
$ fastboot devices
You shall see your phone listed.
> _______________________________________________
> Replicant mailing list
> Replicant at lists.osuosl.org
> http://lists.osuosl.org/mailman/listinfo/replicant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osuosl.org/pipermail/replicant/attachments/20140102/01bb3498/attachment.html>
More information about the Replicant
mailing list