-
Notifications
You must be signed in to change notification settings - Fork 28
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
Need app which can access USB flash or MicroSD card. #17
Comments
I am assuming that this app will be a file browser that uses deviceStorage and comes pre-installed. Is that correct? |
We hope so. Do you know of anything existing that works well?
Sean On Fri, Aug 30, 2013 at 1:32 AM, Joshua Smith [email protected]
|
I was actually working on one for my startup @codexa, let me commit the changes... |
Awesome!
Sean On Fri, Aug 30, 2013 at 7:45 PM, Joshua Smith [email protected]
|
Try https://github.com/Codexa/Prospector. It is bare bones right now (only displays files), but I am adding features. |
We'll have a build with this integrated next week. Probably towards the end of the week. |
Hi Joshua, We're integrating this app into our build, however we're encountering this problem: Latest commit of Prospector (Get Pictures storage) : works Ok on emulator but shows nothing on device. Any idea? Tks. |
I know this sounds a little dumb, but could you please put I just need to know if the io code is messed up, or if it is a problem with display. I will test this myself as soon as I get my microSD to boot from. |
We might have found the cause. This is because (at least with 8950), after calling: the virtual root (/) corresponds to /sdcard as physical path. Current code is missing this conversion. I'm pasting here the patch, which works for us. Pls check.
|
Looks good, although I am not pushing it to the main repo at this time because it only works on APC. I am working with some gaia people to standardize things like internal URIs and Web Activities, so soon this won't be an issue. (Sorry about all the delays, really busy with school right now). |
Prospector integrated to our build as it is at the current state and that together with our patch. Update can be made later naturally. |
What version of FFOS does APC Run? Also, are the latest builds of Prospector working for you? |
Sorry, this takes longer than expected. We're in the process of moving to the branches of gecko/gaia as recommended by Mozilla and fixing things broken after moving. Will test Prospector after that. Do you have an 8950 ? If so we can send you the latest image (before the move) if you want to test yourself. |
@ntlc I have a Paper. It would be really nice of you to send the image as I can't build it (need an iDeveloper ID to get the missing SDKs). |
You can now run Prospector straight from the main repository! No need for the custom one anymore :) |
Thank @joshua-s, actually we already use your repo instead of our custom one from the previous release :) |
There is a app called Explorer which can access SD card, but the app can't install on APC FFOS.
The text was updated successfully, but these errors were encountered: