Android filesystem read-write mounten

  • De Android moet al geroot zijn.
  • Android telefoon via usb aansluiten op de computer.
  • Eerst zorgen dat de sdcard niet gemount is
  • Android SDK downloaden en uitpakken: http://developer.android.com/sdk
    We hebben adb nodig, dit staat in de directory tools
  • Mounten:
    adb shell
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
  • Loos gaan met het filesystem ;-)
  • Unmounten:
    sync
    mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
  • Te gebruiken om bijvoorbeeld bestanden van de sdcard naar de systeempartitie te krijgen, bijvoorbeeld bash, dropbear, sqlite3,...

Nieuwe reactie inzenden

  • Textual smileys will be replaced with graphical ones.
  • Toegelaten HTML-tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <strike>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo], [[foo]].
  • Adressen van webpagina's en e-mailadressen worden automatisch naar links omgezet.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • You may quote other posts using [quote] tags.
  • Regels en paragrafen worden automatisch gesplitst.