Code Monkey home page Code Monkey logo

Comments (7)

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] 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

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] 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.

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] on February 15, 2012 16:22:38

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

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] 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

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] on February 23, 2012 03:19:36

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

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] 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

from cryptonite.

neurodroid avatar neurodroid commented on August 15, 2024

From [email protected] on April 06, 2012 13:24:16

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

from cryptonite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.