neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

Google Code skipped issue 4 #3

Closed neurodroid closed 10 years ago

neurodroid commented 10 years ago

Skipping this issue number to maintain synchronization with Google Code issue IDs.

Original issue: http://code.google.com/p/cryptonite/issues/detail?id=4

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on February 14, 2012 16:54:01

In case you can connect to your phone with adb, what's the output of:

adb shell ls /dev/fuse adb shell ls /sys/module/fuse

Do you have an external sdcard? Currently, the mount point is hardcoded to /sdcard/csh.cryptonite/mnt.

Labels: Usability

neurodroid commented 10 years ago

From veronika...@gmail.com on February 15, 2012 04:27:02

Both adb commands return "No such file or directory"

sdcard is inserted, /sdcard/csh.cryptonite/mnt exists.

The exact cyanogenmod version is CyanogenMod-7.1.0-11-Defy.

neurodroid commented 10 years ago

From dkersch...@gmail.com on February 15, 2012 16:22:38

Same problem here, using Cyanogen-7.1.0-Droid on my Motorola Droid

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on February 22, 2012 01:43:47

Seems like kernels are built without FUSE support for Motorola devices. To confirm, could one of you please check the kernel config:

$ adb pull /proc/config.gz $ cat config.gz | gunzip > .config $ grep CONFIG_FUSE_FS .config CONFIG_FUSE_FS=y

Thanks for your help.

Status: Started

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on February 23, 2012 03:19:36

See FAQ: https://code.google.com/p/cryptonite/wiki/FrequentlyAskedQuestions

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on February 28, 2012 12:07:12

I'll mark this as "Done" since this is a Motorola/CyanogenMod problem. CM9 might have FUSE enabled by default even on Motorola devices.

Status: Done

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on April 06, 2012 13:24:16

Summary: Mounting doesn't work on Motorola devices running Cyanogenmod