curl-users
Re: Install cURL in Android using binary
Date: Wed, 17 Oct 2012 16:35:25 -0400
On Wed, Oct 17, 2012 at 4:20 PM, Joe Cabezas <joe.cabezas_at_gmail.com> wrote:
> thank you, i've learned a lot!
>
> so.... if all of this PATH folders are placed in read-only mounts.... how
> to install comething in those dirs?, or there is no way on android?
>
As root, you can remount /system for read-write:
mount | grep /system
shows you the current mount state. To remount read/write:
mount -o remount,rw /res/dev/system /system
check the mount state again and you should see "rw" instead of "ro"
mount | grep system
Be aware that you can completely trash your system (phone, tablet,
whatever) if you're not careful. If you break it, you get to keep both
pieces.
Ralph Mitchell
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-17