Elena22 / cryptonite

Automatically exported from code.google.com/p/cryptonite
0 stars 0 forks source link

Mounting doesn't work on Motorola devices running Cyanogenmod #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Cryptonite
2. Mounting is disabled

What is the expected output? What do you see instead?
Mounting should be enabled on CM >= 7.1.0

What version of the product are you using? On what operating system?
Cyanogenmod 7.1.0 on Motorola Defy, Cryptonite 0.1.0

Please provide any additional information below.

Original issue reported on code.google.com by christoph.schmidthieber@gmail.com on 15 Feb 2012 at 12:50

GoogleCodeExporter commented 8 years ago
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.

Original comment by christoph.schmidthieber@gmail.com on 15 Feb 2012 at 12:54

GoogleCodeExporter commented 8 years ago
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.

Original comment by veronika...@gmail.com on 15 Feb 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Same problem here, using Cyanogen-7.1.0-Droid on my Motorola Droid

Original comment by dkersch...@gmail.com on 16 Feb 2012 at 12:22

GoogleCodeExporter commented 8 years ago
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.

Original comment by christoph.schmidthieber@gmail.com on 22 Feb 2012 at 9:43

GoogleCodeExporter commented 8 years ago
See FAQ:
http://code.google.com/p/cryptonite/wiki/FrequentlyAskedQuestions

Original comment by christoph.schmidthieber@gmail.com on 23 Feb 2012 at 11:19

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

Original comment by christoph.schmidthieber@gmail.com on 28 Feb 2012 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by christoph.schmidthieber@gmail.com on 6 Apr 2012 at 8:24