Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PC Mount Saga #17

Closed
kylon opened this issue Nov 24, 2013 · 11 comments
Closed

PC Mount Saga #17

kylon opened this issue Nov 24, 2013 · 11 comments

Comments

@kylon
Copy link

kylon commented Nov 24, 2013

today i tried to mount the sdcard in android but it does not work. It unmount the sd instead.

i m using the last changes apart the msm7x30-common repo.
i think the problem could be a change in the sd mountpoint (??)

@VladislavKoldobskiy
Copy link
Owner

Fine on HTC Vision...
Are you using your own device_htc_saga repository?

@kylon
Copy link
Author

kylon commented Nov 24, 2013

yea but now it is synced with andromadus apart 1-2 changes because i m not using msm common

@VladislavKoldobskiy
Copy link
Owner

I could do a "pure" build for Saga tomorrow for you to test.
I doubt that's because of sdcard mountpoint -- it works on Vision and I've been told on IRC that it works with Saga too. (someone else tested this..)

@kylon
Copy link
Author

kylon commented Nov 24, 2013

mmm, i ll do some builds tomorrow
thanks

@kylon
Copy link
Author

kylon commented Nov 26, 2013

i did a build with your repos, same problem

@VladislavKoldobskiy
Copy link
Owner

Are you absolutely sure that reverting sdcard mount points to /storage/primary/legacy fixes SD mounting?
It just shouldn't have been broken because of that.

@kylon
Copy link
Author

kylon commented Nov 26, 2013

no, the problem is not the sd mounting.
i did a build with an old repo with the new sd mount point and pc mount was working.
something else is causing the problem. when i do the clean up the pc mount does not work so maybe we need to restore something in the boardconfig(not sure)

@VladislavKoldobskiy
Copy link
Owner

Still, it does work for Vision.
I'm trying to check what may have been removed.

@kylon
Copy link
Author

kylon commented Nov 26, 2013

i only know that(based on my repo changes)

in build 19 nov 2013 pc mount was working (i was not up to date with andromadus)
in build 23 nov 2013 pc mount was not working (up to date with andromadus, apart the vendor/msm common thing)

@kylon
Copy link
Author

kylon commented Nov 30, 2013

fount it!

the problem is the new flag TARGET_USE_CUSTOM_LUN_FILE_PATH

the correct flag is TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/class/android_usb/android0/f_mass_storage/lun0/file

just restore the old flag and pc mount will be working again :)

@VladislavKoldobskiy
Copy link
Owner

Okay, reverted it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants