SGS wird nicht mehr als Massenspeicher erkannt

@extralife: usb stick wird sofort erkannt...was meinst du mit monuten..vold.fstab....wo die datei liegt weiss ich.....was ist damit zu tuen???

@r4ff0r: es wird ja nirgends mehr erkannt ...auch an meinem linux netbook nicht mehr...ich denke an den treibern liegt es nicht....
 
Zuletzt bearbeitet:
erwähn das demnächst bitte früher -.-^^

naja dann liegts am kabel oder wahrscheinlicher am usb anschluss. läufst öfters mal mit aufgeschobener usb klappe rum?

wackel mal bisschen am kabel am anschluss vom sgs, vielleicht ein wackelkontakt. sonst machs handy mal aus, akku raus, und ganz filigran mit was feinem sauber machen.
 
@ r4ff0r: ....hatte die klappe schon öfter mal auf.....ich versuchs mal zu reinigen , obwohl ich keinerlei schmutz sehen kann^^....mit wackeln hab ich auch schon mal versucht...nen neues kabel ist schon bestellt:thumbsup:
wenn gar nix mehr geht muss es wohl eingeschickt werden......will mir ja den spass am flashen nicht nehmen lassen :) :)


aber danke euch beiden schonmal für die hilfe:) muss mal in die kiste .....
 
Zuletzt bearbeitet:
und bringt das reinigen auch nichts, kannst du noch die vold.fstab (/etc) checken (root!)

sollte so aussehen
Code:
# sdcard mount for the P1
# internal sdcard
{
    mount_deep = 0
    ums_path = /sys/devices/platform/s3c-usbgadget/gadget/lun0/file
    asec = disable
    mbr_policy = skip
}
dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0

# externel sdcard
{
    mount_deep = 1
    ums_path = /sys/devices/platform/s3c-usbgadget/gadget/lun1/file
    asec = enable
    mbr_policy = overwrite
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
wichtig ist hier lun0/1

schau dir deine files an - steht was anderes drinnen, editieren, oder files im anhang (ohne ".txt") nach /etc kopieren

sind sie ident ... wohl ein hardware-prob
 

Anhänge

  • vold.fstab.txt
    1,5 KB · Aufrufe: 906
  • vold.conf.txt
    394 Bytes · Aufrufe: 180
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################

## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1

## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

# sdcard mount for the P1
# internal sdcard
{
mount_deep = 0
ums_path = /sys/devices/platform/s3c-usbgadget/gadget/lun0/file
asec = disable
mbr_policy = skip
}
dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0

# externel sdcard
{
mount_deep = 1
ums_path = /sys/devices/platform/s3c-usbgadget/gadget/lun1/file
asec = enable
mbr_policy = overwrite
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
#keep this line.



hiho....das ist der auszug aus meiner datei.....

scheint ja zu stimmen oder hab ich was übersehen...grüße backylasek
 
Zuletzt bearbeitet:

Ähnliche Themen

R
Antworten
9
Aufrufe
1.719
Islaris
Islaris
H
Antworten
0
Aufrufe
960
HollyMoly
H
S
  • Son Goku
Antworten
2
Aufrufe
1.584
Son Goku
S
Zurück
Oben Unten