[app]Nexus 7 External Flash Picture Viewer & Media Streamer - Nexus 7 Themes and Apps

Several people have asked about this, so here is something that will allow you to view photos on a Nexus 7 without rooting your device. You will need:
An OTG USB Cable. Any should do.
A USB Flash Drive or Flash Reader/Card
Some pictures
Nexus Photo Viewer (link below)
http://play.google.com/store/apps/details?id=com.homeysoft.nexususb.viewer
How is this possible without root? I coded a USB Mass Storage Driver and FAT16/32 file system reader in Android (Java).
This is all just a teaser to get you to buy the Nexus Media Importer that is coming soon. The importer will support Photos, Videos and Music when it's complete. All of you feeling the space crunch on those 8GB models will soon have some options. Eventually, I should have something that will allow you to stream from Flash without importing the media, but this is a start.
Update: The Media Importer and Streamer (V2.0.2) has been voluntarily temporarily taken off the market for the moment.

How about exFAT support for SDXC cards ? I'm using 64GB cards in my camera and I don't want to play with "wrong" formats and risk loosing my photos.So even if my camera would allow me to use FAT32 not sure if I don't get into problems.I don't care about write read only.I can not find any app , add in or even custom ROM with exFAT included.
This is the main concern.Second, if you add video playback don't forget AVCHD (preferably 2.0) support. And of course RAW formats would be nice. Anyway, a good start.

Issues....
I've tried a couple of different flash drives, both formatted to FAT32, and I can't get it to work for me. I'm on a stock Nexus 7--I was waiting for something like this before going through all the trouble (for a newbie) of rooting and unlocking.
Issues:
1) First, it simply, repeatedly told me my flash drives had no media.
2) I got it to see a couple of photos on one of my flash drives but, I couldn't open them or anything
3) It began to constantly fc itself--couldn't even open it anymore.
Uninstalled/re-installed a couple of times but, it's still a no-go here.
What flash drives is this working with?
Manufacturers/models? I want to say that most fl;ash drives are the same but, apparently they are not.
Excellent job. I really hope this comes to fruition because I'll be the first one in line to buy it!

adit9989 said:
How about exFAT support for SDXC cards ? I'm using 64GB cards in my camera and I don't want to play with "wrong" formats and risk loosing my photos.So even if my camera would allow me to use FAT32 not sure if I don't get into problems.I don't care about write read only.I can not find any app , add in or even custom ROM with exFAT included.
This is the main concern.Second, if you add video playback don't forget AVCHD (preferably 2.0) support. And of course RAW formats would be nice. Anyway, a good start.
Click to expand...
Click to collapse
After a lot of though, I think I'm going to roll the video and RAW functionality into Gallery Connect. It's pretty complex and Gallery Connect already has most of the components I need for RAW and video playback. As a bonus, you'll be able to stream it to another device.
exFAT is on the list, but it's not as well documented as FAT. It's also proprietary and MS isn't exactly giving out the spec.

androidgranny241 said:
I've tried a couple of different flash drives, both formatted to FAT32, and I can't get it to work for me. I'm on a stock Nexus 7--I was waiting for something like this before going through all the trouble (for a newbie) of rooting and unlocking.
Issues:
1) First, it simply, repeatedly told me my flash drives had no media.
2) I got it to see a couple of photos on one of my flash drives but, I couldn't open them or anything
3) It began to constantly fc itself--couldn't even open it anymore.
Uninstalled/re-installed a couple of times but, it's still a no-go here.
What flash drives is this working with?
Manufacturers/models? I want to say that most fl;ash drives are the same but, apparently they are not.
Excellent job. I really hope this comes to fruition because I'll be the first one in line to buy it!
Click to expand...
Click to collapse
It should work with any Flash drive that is formatted as FAT16 or FAT32. I'll try to provide better error handling for now supported file systems in the next release.
I can see the crashes in the dev. console and have identified at least one of the problems. Hopefully your drives will be fixed in the next release. Thanks for your patients.

dburckh said:
After a lot of though, I think I'm going to roll the video and RAW functionality into Gallery Connect. It's pretty complex and Gallery Connect already has most of the components I need for RAW and video playback. As a bonus, you'll be able to stream it to another device.
exFAT is on the list, but it's not as well documented as FAT. It's also proprietary and MS isn't exactly giving out the spec.
Click to expand...
Click to collapse
I know that there is an open source implementation for exFAT. Not sure how well it works, but if you just need read it may work:
http://code.google.com/p/exfat/
Keep up the good work.

adit9989 said:
I know that there is an open source implementation for exFAT. Not sure how well it works, but if you just need read it may work:
http://code.google.com/p/exfat/
Keep up the good work.
Click to expand...
Click to collapse
That's C, but I can use it as a reference. There is a Java version called fat32-lib, which I started using, but it was too buggy. We have to walk before we fly.

Version 0.9.1
I just posted a new version to the market. If you get No Media, try to search again. It may find it the second time.
I guess I assumed this would work with all drives. That isn't so. It should work with more drives now. It should work with drives formatted on Windows or Canon cameras.
Known issues:
Does not work with drives not using MBR partitioning. I'll try to figure this out.
Does not work well with really slow controllers.

Version 1.0 Is Live!
Did a ton of work in the last few days (nights) and I got it working really well. I also published the Nexus Media Importer, which will allow you to import to your device.
Here's the link (it may take some time to become live):
https://play.google.com/store/apps/details?id=com.homeysoft.nexususb.importer

Seems to work really well in its very beta state. I am excited to see where the app can go. Also below are some features I would love to see. (Decided to post here as well so you could reply if you wished.)
-the ability to copy both ways from a memory card or just a mini file browser mode
-photo backup mode that remembers which photos from a card are already backed up so you can quickly backup new photos
-raw image support, I do not need thumbnails myself but the ability to copy raw formats or any file type would be great.
Sent from my Nexus 7 using xda app-developers app

I'm excited for this. I don't care to root my device (I have it set up like I like and don't want to wipe it to root it), but wanted a way to play movies off of a flash drive. Just waiting on the OTG cable to arrive.
Sent from my Nexus 7 using xda app-developers app

dburckh said:
Several people have asked about this, so here is something that will allow you to view photos on a Nexus 7 without rooting your device. You will need:
An OTG USB Cable. Any should do.
A USB Flash Drive or Flash Reader/Card
Some pictures
Nexus Photo Viewer (link below)
https://play.google.com/store/apps/details?id=com.homeysoft.nexususb.viewer
How is this possible without root? I coded a USB Mass Storage Driver and FAT16/32 file system reader in Android (Java).
This is all just a teaser to get you to buy the Nexus USB Importer that is coming soon. The importer will support Photos, Videos and Music when it's complete. All of you feeling the space crunch on those 8GB models will soon have some options. Eventually, I should have something that will allow you to stream from Flash without importing the media, but this is a start.
At the moment, the photos are rendered using the embedded thumbnail, so the quality will vary by camera. I'm working on rendering a proper image as well as displaying some metadata.
Click to expand...
Click to collapse
You get streaming video working without root and you will make some money. Hell, I can't wait to give you mine.

And.... I couldn't wait. Bought the Importer to support the dev. Good luck getting this to work!!

Nospin said:
And.... I couldn't wait. Bought the Importer to support the dev. Good luck getting this to work!!
Click to expand...
Click to collapse
Grabbed it too. Really looking forward to this apps development. :good:

Version 1.1 is Live
Should be available on the market soon. What's new:
Better File System Support
Multi-select and multi-save
Tabbed viewing
Faster Display/Photo Renderering
Photo shows image resolution
The Future:
Some way to select recognize and select new items from the card/drive
Reading file dates. Easy, just haven't done it yet.
As much as I was resistant to it, I think I'm going to cave to the pressure and try to get streaming video to work. It will probably be an in-app upgrade. That seems the fairest thing to do to the people that have already supported me. Frankly, I'm pretty excited about it myself. It's just going to be a horse and BUGGY ride for a while.
Possibilities:
Writing to the card/drive. Definitely doable. Scares the be-jesus out of me. I'm really concerned that I'll completely hose the card. I'm thinking this might involve a preference that you have to enable and agree that you are acting at your own risk.
File Manager View
Richer support for media types beyond photos. MP3 ID3 tag reading, MP4 meta data parsing.

Freakin sweet. This is one of the only things that was keeping me from selling my TF101, I like putting pics from my DSLR and phone onto my tablet but the Nexus makes it a real PITA without an sd card slot. Now all I need is an SD card and micro sd adapter and the correct cable :highfive:

Great update. Tested importing photos and video from my cameras SD card. For my uses (photo backup) its starting to become useful. Still need to be able to "select all" or even better for my use would be if it automatically selected all files that have not yet been imported. Also being able to choose the import folders so I can keep videos with the photos from that day. I do realize that this is not being designed purely for photo/video backup but my hope is it will function well for it.
Also the connection and copy process has been very reliable and very fast for me. I plan to do some testing with some other card readers I have as well.
Sent from my Nexus 7 using xda app-developers app
---------- Post added 13th August 2012 at 12:13 AM ---------- Previous post was 12th August 2012 at 11:48 PM ----------
Just tried a compact flash card from my DSLR and a different card reader. It sees the card fine but does not recognize .nef files as photos. I do not expect or think it needs to give previews for nef or cr2 (raw image) files but listing them so they can be copied would be great. Even if they were in a separate "all files" tab.
Keep up the good work and hopefully my input is somewhat useful
Sent from my Nexus 7 using xda app-developers app

Bought to support developer ! It's great.
Sent from my Nexus 7 using Tapatalk 2

jeffreyklassen said:
Great update. Tested importing photos and video from my cameras SD card. For my uses (photo backup) its starting to become useful. Still need to be able to "select all" or even better for my use would be if it automatically selected all files that have not yet been imported. Also being able to choose the import folders so I can keep videos with the photos from that day. I do realize that this is not being designed purely for photo/video backup but my hope is it will function well for it.
Also the connection and copy process has been very reliable and very fast for me. I plan to do some testing with some other card readers I have as well.
Sent from my Nexus 7 using xda app-developers app
---------- Post added 13th August 2012 at 12:13 AM ---------- Previous post was 12th August 2012 at 11:48 PM ----------
Just tried a compact flash card from my DSLR and a different card reader. It sees the card fine but does not recognize .nef files as photos. I do not expect or think it needs to give previews for nef or cr2 (raw image) files but listing them so they can be copied would be great. Even if they were in a separate "all files" tab.
Keep up the good work and hopefully my input is somewhat useful
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I can add .nef & .cr2 support (including thumbs), but they aren't supported by Android natively. You would need something like Gallery Connect to view them. Unfortunately, Gallery Connect won't be able to find them unless you type in the path to Pictures (for the moment). FYI: It's /scdard/Pictures
I plan on adding some sort of select all or select new.

I am not thrilled about the IAP plan either. It's the only way I can think of to provide what I consider premium functionality without buying another app. I didn't want to hit people twice. I guess the other option is an app that only does streaming, but I think that would be confusing.
Another option is just raise the price and provide import feature and streaming, but I'm not sure if there are some people that just want the import feature and don't care about streaming.

Related

[LIST] WP7 disadvantages And Solutions

I am a big fan of WP7 waiting this from a year or more ... but i will not buy a device don't include a way to send or receive data between devices
this list is for make sure which is real ... which is fake .. which is not important
WP7 disadvantages List
- No system-wide file manager
TouchXplorer
Click to expand...
Click to collapse
- No Bluetooth file transfers
TouchXplorer
Click to expand...
Click to collapse
- No USB mass storage mode
Windows Phone Device Manager
Click to expand...
Click to collapse
[FONT=&quot]
- Running apps switcher[/FONT]
Microsoft updates Early 2011
Click to expand...
Click to collapse
- Custom ringtones
Microsoft updates Early 2011
Click to expand...
Click to collapse
- No copy/paste
Microsoft updates Early 2011
Click to expand...
Click to collapse
[FONT=&quot]
- GPS + Turn By Turn + Integration [/FONT]
Microsoft updates Early 2011
Click to expand...
Click to collapse
- HTML5
Microsoft Mango Update Late 2011
Click to expand...
Click to collapse
[FONT=&quot]
- Flash or Silverlight support in the web browser [/FONT]
Microsoft Mango Update Late 2011
Click to expand...
Click to collapse
- Cards not readable by computer
- Record calls & sounds
- Video Calling
- VoIP Calling
- No music player equalisers
- All sensors stuff
- MyPhone Support
- search in contact
Must Have Apps List
* IM Application ( Numbuzz.. facebook,WLM,Skype ....... chat )
* Interface (Something like CHT)
* E-Book (Collect PDF From ur memory and arrange it to be easily readed)
* FM Transmitter
* RingTone Creator
* Quick Call
Dr.Mazika said:
Main disadvantages
No system-wide file manager only a disadvantage to people like us, most people don't care
No videocalling
Limited third-party apps availability
No Bluetooth file transfers Without the file manager this is kinda pointless
No USB mass storage mode see previous answer
No multitasking it is there in a limited fashion, though right now only for the windows stuff (Zune, IE etc) but may be opened up to others in the future
No copy/paste slated to be in the first update in early (Jan) 2011
Too dependent on Zune software for computer file management and syncing I actually like this one, Zune can handle pictures, music, video, podcasts...what more do you need really?
No music player equalisers I'm sure someone will come up with an app.
No Flash or Silverlight support in the web browser it will be there eventually.
No sign of free Bing maps Navigation so far I hope this comes along soon, rumor is in the first update in Jan.
No DivX/XviD video support I'm not even sure what these file formats are as I have never needed them.
No internet tethering support this will probably have to be through an app from the carrier sadly.
New ringtones available only through the Marketplace I don't know where people heard this one...
Swapping memory card requires hard reset; cards not readable by computer from what I hear this is true, the memory is exandable, but not removable...
Which is true with is faulse ?
Which will fixed by later updates ?
Click to expand...
Click to collapse
see the red answers above.
alot of your answers hinge on things coming in the future. And on that note most done even have an exact release date.
this is true, but it is confirmed about the copy/paste, rumored about the nav. MS wanted to have a nice stable solid base OS before they went crazy with the options I am guessing.
can i record calls & sounds?
Omega Ra said:
see the red answers above.
Click to expand...
Click to collapse
turn by turn
fast app switching
and c&p
all headed in next updae in jan. most likely we will see apps stating to be able to run in the background as well, and "Multi tasking" is stated to be in the near future...
source -> http://pocketnow.com/windows-phone/windows-phone-7-update-in-january-may-bring-turn-by-turn-gps ' '
* is there is a file manager ...but not system-wide ... or no file manager at all
* Bluetooth file transfers ... is this mean i can't send or receives files by bluetooth ? so how can i share files / picture/music ... with my friends
Dr.Mazika said:
* is there is a file manager ...but not system-wide ... or no file manager at all
* Bluetooth file transfers ... is this mean i can't send or receives files by bluetooth ? so how can i share files / picture/music ... with my friends
Click to expand...
Click to collapse
The only "file manager" is the zune desktop app which manages media. There is no way to access files/folders on the phone. Each app has it's own isolated file system.
Email/SMS. I've never heard of anyone ever using bluetooth file transfers.
RustyGrom said:
The only "file manager" is the zune desktop app which manages media. There is no way to access files/folders on the phone. Each app has it's own isolated file system.
Email/SMS. I've never heard of anyone ever using bluetooth file transfers.
Click to expand...
Click to collapse
On rare occasion I have done BT file transfer, usually when I am sending a .cab from my phone to my sisters or something, but that is a rarity.
You're joking right? I use BT file transfers pretty regularly. From my phone to my laptops and other phones. In fact last time I used it was just a few days ago to send some ring tones to a friend's mobile.
So I guess by saying there is no BT transfers means MS have gone down the Apple route of locking down the BT to just headsets and handsfree kits or am I mistaken in that assumption?
Never used it, never had the inclination to use it, never heard of anyone using it. Why not just email or SMS whatever it is you're trying to send?
"The provided Bluetooth profiles are Hand-Free Profile (HFP), Headset Profile (HSP), Advanced Audio Distribution Profile (A2DP), and Phone Book Access Profile (PBAP)."
I think a major disadvantage is the fact that they have not even integrated HTML5 into their browser as even the iPhone has that. Hopefully more sites will use HTML5 instead of Flash as I have an Android device and I find flash to be quite slow and buggy at times. Its good that they have announced that they will be bringing c&p as thats a needed feature.
Phone Titan said:
I think a major disadvantage is the fact that they have not even integrated HTML5 into their browser as even the iPhone has that. Hopefully more sites will use HTML5 instead of Flash as I have an Android device and I find flash to be quite slow and buggy at times. Its good that they have announced that they will be bringing c&p as thats a needed feature.
Click to expand...
Click to collapse
I am sure the html5 and silverlight will make it's way into the browser, they just want to get it functional and solid first. Can't have EVERYTHING right away. I think what is there now is a great foundation.
Phone Titan said:
I think a major disadvantage is the fact that they have not even integrated HTML5 into their browser as even the iPhone has that. Hopefully more sites will use HTML5 instead of Flash as I have an Android device and I find flash to be quite slow and buggy at times. Its good that they have announced that they will be bringing c&p as thats a needed feature.
Click to expand...
Click to collapse
I don't see how that's a major disadvantage given that we live in real reality and not Job's reality. HTML 5 will be important one day...today isn't that day. It's not ready for primetime. IE9 will start to be ported over into wp7, I'd be shocked if it's not up by the end of next year, and HTML5 still won't be a prevalent force on the web by then either.
Also, once they expand the API or allow other browser developers to get native access, then we may very well see HTML5 via those browsers.
I wonder what kind of security apps Microsoft will allow. I would like an app like Throttle lock on my phone over a pin # lock.
No USB mass storage or being able to swap out sd cards without hard resetting is an inconvenience. I'm often at a friend house and may want a file that's too big to email. It's easier to insert my card into their laptop, drag & drop a 5 gb file in the proper place on my sd card & take it home to place on my pc later. If some takes a long hd video with a flip cam, I rather them place it on my sd card than have them burn it to disc or shrink it & email it.
Copy & Paste is supposed to be available by the time Sprint gets a WM7 phone so I cant complain about that.
Too dependant on Zune software is an issue when wanting files from someone else PC that doesnt have Zune software.
No internet tethering support is a big issue for me.
Flash support isn't an issue if they allow 3rd party browsers, I would use Skyfire for WM7 if there is one available by the Sprint launch.
Dvix/Xvid support would be a plus but not a deal breaker.
Silverlight would be a plus as well but not a deal breaker either.
With no system wide file explorer, does that mean there will be no way to hide certain pics & videos from being found by someone else looking into the phone?
USB mass storage and file explorer are very important on my list. This is quite a disappointment.
ericc191 said:
USB mass storage and file explorer are very important on my list. This is quite a disappointment.
Click to expand...
Click to collapse
Just look at Engadget review.
Basically everything what was described before.
Lack of multitasking to crazy extent - 3rd party apps are OFF even after just lockscreen.
Apps are also buggy, the ones from Marketplace.
Copy & Paste.........
You can't escape those things.
doministry said:
Just look at Engadget review.
Basically everything what was described before.
Lack of multitasking to crazy extent - 3rd party apps are OFF even after just lockscreen.
Apps are also buggy, the ones from Marketplace.
Copy & Paste.........
You can't escape those things.
Click to expand...
Click to collapse
The app thing is a bit crazy if true...we'll have to wait a bit longer as other reviewers are not saying the same thing...
RustyGrom said:
Never used it, never had the inclination to use it, never heard of anyone using it. Why not just email or SMS whatever it is you're trying to send?
"The provided Bluetooth profiles are Hand-Free Profile (HFP), Headset Profile (HSP), Advanced Audio Distribution Profile (A2DP), and Phone Book Access Profile (PBAP)."
Click to expand...
Click to collapse
Sorry mate but what kind of idiotic argument it is??!!
If I stand next to somebody or next to my own computer and want to send a file
why the hell should I email this?! I send it by BT! It's simpler, faster and OBVIOUS SINCE WE HAVE 2010, and bluetooth is known for ages!
It's hilarious you're trying to justify every stupid limitation by MS,
and if you're not having argument than you say you don't use it.
Knock knock. Most of the people never had inclination to use a smartphone,
should we abandon this?
lip said:
The app thing is a bit crazy if true...we'll have to wait a bit longer as other reviewers are not saying the same thing...
Click to expand...
Click to collapse
You don't think they've made it up, do you?
Sad, but that may be possible that the really functional WP7 will be available around end of 2011.
I won't wait that long. And many users once they find the limitations won't hesitate from switching.

[Q] File Browser

I just got my self a samsung windows phone 7 and was looking around for a few hours. my question is, Is there a file browser(file explorer) built into WP7. I just cant imagine Microsoft settling with Iphone like interface where you need to sync music a photos and what not.
Simple answer is no and you won't be seeing one from Microsoft any time soon if at all. You can find plenty of threads on this topic if you take the time to search for them.
thank you. yea i would searched but didnt really have time to spare :\
I moved from an HD2 to an HD7 a week ago and thus far I haven't missed having a file browser. In fact I had completely forgotten about it until now.
....
Nope, I still don't miss it.
Jim Coleman said:
I moved from an HD2 to an HD7 a week ago and thus far I haven't missed having a file browser. In fact I had completely forgotten about it until now.
....
Nope, I still don't miss it.
Click to expand...
Click to collapse
It's probably because you don't do things which require that massively.
Like me - I never watch movies on my device so I did never care about missing codecs support.
But that doesn't mean they're not needed.
And BTW, regarding users etc.
The most successfull platform today supports all those missing things
yet it didn't prevent it from boasting a massive success on the market.
I'm probably going to try it this year, there are announcements of upcoming devices in Poland
unfortunately no qwerty ones (HD7,Trophy and this great LG)
doministry said:
It's probably because you don't do things which require that massively.
Like me - I never watch movies on my device so I did never care about missing codecs support.
But that doesn't mean they're not needed.
And BTW, regarding users etc.
The most successfull platform today supports all those missing things
yet it didn't prevent it from boasting a massive success on the market.
I'm probably going to try it this year, there are announcements of upcoming devices in Poland
unfortunately no qwerty ones (HD7,Trophy and this great LG)
Click to expand...
Click to collapse
maybe we don't miss it because we are not trying to use our devices as usb sticks (of which most people have several laying around).
The OS was designed that if something is stored on the phone, the proper apps can find them.
I too have not missed having a file explorer. The only reason I ever used it was to install cabs/ tweaks/ mods which are unnecessary on this device.
nrfitchett4 said:
maybe we don't miss it because we are not trying to use our devices as usb sticks (of which most people have several laying around).
The OS was designed that if something is stored on the phone, the proper apps can find them.
I too have not missed having a file explorer. The only reason I ever used it was to install cabs/ tweaks/ mods which are unnecessary on this device.
Click to expand...
Click to collapse
So I say still - you don't do things which require that. Fine for you.
Composing email with many different attachements is the simple example here, without success on WP7 right now.
Deleting unwanted files on the device en masse is the second.
Currently you cannot even put all the desired files easily on the device with one simple move
Like docs, videos, pics alltogether. Videos are compressed for instance AFAIK before beeing stored.
Zune does not support docs. All is complicated than.
Device's ability to recognize files by an app is not blocking seeing the file structure.
My SE X2 can do it like WP7, but with all the file explorer capabilities.
doministry said:
So I say still - you don't do things which require that. Fine for you.
Composing email with many different attachements is the simple example here, without success on WP7 right now.
Click to expand...
Click to collapse
Never needed to do that yet, but I'm sure the ability to do so will come via an update before I need it. It was very, very rare for me to need to do that when I used WM too.
Deleting unwanted files on the device en masse is the second.
Click to expand...
Click to collapse
Funny, I just deleted a folder full of photos from my HD7 by tap-holding the folder and pressing "delete".
Currently you cannot even put all the desired files easily on the device with one simple move
Like docs, videos, pics alltogether.
Click to expand...
Click to collapse
Docs sync to Skydrive automatically if you use Windows Live Mesh like I do. Videos, Pics and Music all sync over wireless to the phone via Zune. How hard is that? Drag 'n' drop.
Erm...have you actually USED WP7?
Videos are compressed for instance AFAIK before beeing stored.
Click to expand...
Click to collapse
Yep, so are photos and music, all squeezed down to fit the phone's screen and memory. You don't HAVE to let Zune squeeze them, but it's an option I use extensively. No need for a 10Megapixel image on a 480x800 screen. No need for my mp3s to be more than 128Kbps either when using a bluetooth headset.
Zune does not support docs. All is complicated than.
Click to expand...
Click to collapse
No the docs sync via Windows Live Mesh. Sheesh. It's all automated.
As mentioned before, just do a proper search for the answer of the thread, the other comments are off again and do not contribute.

[Q] iphoto stopped playing well with android

previously I used to be able to connect my phone to my MacBook and have iphoto start up and find the photos I took with the evo. however now when I connect the evo, iphoto only sees the photos in an older directory on the phone. it is not displaying the photos which are stored in my dcim/camera directory. is there a way to make it go back to the way it was before so I can easily import my pictures to my computer?
same here.
It may be cause by Android using the DCIM/Camera folder instead of 100xxsomething?
I was working not too long a go, but I have been switching roms a lot.
I think is a Camera.apk is used that saves to the latter folder, it should work.
solution:
http://vowe.net/archives/010622.html
make a symlink to the camera folder
It doesn't work, for iPhoto '11 (9.0.2) at least.
Okay, I did a little googling recently on this, yes the symlink method used to work.
However, now Apple support (google and you will find the link) is saying Android is not following the proper convention of digital camera (and guess if they gonna fix it?)
Reason?
Someone did a test (i didnt test it out myself, i may try it soon), if you have more than DCIM folder in your "drive," iPhoto wont accept that.
Question?
Can someone develop a custom mount similar to "Android's Mass Storage" mount, but instead just mount the DCIM folder only?
I am afraid I am not that knowledgeable in that area (yet) to proceed.
I realize it's not the solution you're looking for, but nothing is easier than dragging and dropping the pictures you've taken with your Evo into iPhoto.
Just my 2 cents.
Drag & drop works fine. However, the automation is the dream here.
We can however go to import menu, problem is, it imports everything and forgot about the previously imported images. It creates duplicates.. Yikes!
Apple and Linux never play nicely
Sent from my PC36100 using XDA App
xfusejc said:
I realize it's not the solution you're looking for, but nothing is easier than dragging and dropping the pictures you've taken with your Evo into iPhoto.
Just my 2 cents.
Click to expand...
Click to collapse
Actually, auto-importing is easier.
Tested Auto-Import Fix. Works for me!
Here's an article I found that tells you how to set up auto-importing. It works for me using iPhoto '09 and Evo with Deck's ROM.
Works Great for me! I didn't write it, but it walks you through how to set it up and provides a pre-made workflow for download.
Hope it helps!
http://www.reddit.com/r/Android/comments/g9hbg/problem_iphoto_wont_autoimport_photos_from/

DolfinX

The new DolfinX looks very good performing Standards like HTML 5 and passing the Acid 3 Test. All other Systems are worser even Android don't supports more than the new Dolfin, i can only say thank you samsung for the good work even in a pre alpha release.
Performance Tests are currently not possible, cause the Emulator slows down the browser, only the real on device test would bring results. Testing on browserbench brings me only an fatal error while getting results, ...
The Pictures are made with Greenshot, the System is the Emulator 2.0.0b1rc1
The best thing Microsofts Internet Explorer 9 is worser than a mobile Browser
Hey there! Thanks for sharing first of all. There is just one thing which is not clear to me ^^
What does the first picture show? Homescreen editor, theme changer or tab switcher of the browser?
Best regards.
it shows theme switcher
good to know that new dolfin is that much powerful
everything looks great but it seems again we can not switch the browser to full screen mode (like bada 1.0) or maybe I am wrong I hope
i have already posted it that the address bar is like in android dolphin.
sorry I have not read the other topic for some time. Can you do one more test browser (on exactly FlashLite 4) may have opened a website video "vbox7.com" (sorry it is in Bulgarian) who works with "Ajax" technology.
yes on next sdk release, currently the flashplugin in the browser don't works correctly, it is still a beta sdk. please be patient, aslo performance test are not possible, error messages are shown after testing, on the site.
but there are also not much bugs left in the newest sdk revision, it smells like an early public version.
http://static.bada.com/releasenotes/2.0.0b1.html
this means that it deosn't work as accpected, many errors, maybe html5 will also get more features than yet, this is currently the beta 1 emulator. This would be cool, but as an alpha it supports more features than the opponents.
The older sdk 1.2.1 has more issues than 2.0 i think they wonna make it, nearly without bugs.
larioto said:
The older sdk 1.2.1 has more issues than 2.0 i think they wonna make it, nearly without bugs.
Click to expand...
Click to collapse
DO you know if now it is possible to create folders on sd card with SDK 2.0 ..
and what about the sd card? is it still read only?
It's a good news. MAybe the public version will come first half of the July. I hope.
@badamental yes
and the sd card isn't read only if so you would never be able to save something on it, or even delete.
larioteo said:
@badamental yes
and the sd card isn't read only if so you would never be able to save something on it, or even delete.
Click to expand...
Click to collapse
SD card and Phone Mem is read only Please refer http://static.bada.com/contents/doc.../basics_bada_programming/bada_file_system.htm
for read and write permissionon phone memory and SD card.
try to construct a file directly on /media/ or /storagecard/media/ in a app. your app will crash and give exception Access_violation (something like this). For Now there is a workaround to construct a file first in /Home/ folder and then move it to sd /Phone memory using content manager.And thats how we could save a file on SD card or on phone memory.
Any way i dont care about creating a file. Actually i cant find a workaround to create a folder on /Media/ or /Storagecard/Media. Thats why i am asking about write protection.
You have understood it wrong man, yes it is read only for direct io writting, but think about, how you can download with youtube downloader videos on sd card?
You should also know that there is an extra api for such things with that you can delete, add or remove, replace content like video audio and image.
This is only for developers important not for a normal user, you can add remove blablabal files from windows or on the device. Apps must get a special api that they can use such things.
Or rather the privilege which is double testet by samsung to not hurt any personal informations. Funny you are installing apps on the sd card, replacing pictures, deleting files, renaming it, and you think it is read only.
It is a little bit complicated but i have no time to explain you how to develop an app in bada http://static.bada.com/contents/doc...rk/classOsp_1_1Content_1_1ContentManager.html
the content privilege is needet for the whole namespace
http://static.bada.com/contents/docs/apis/bada-V1.0.0a3/framework/namespaceOsp_1_1Content.html
The restrictions you posted are related to apps, they must be better programmed to use such functions.
Do we know something about text reflow?
yes there is text wrapping as option in the other topic you can see a picture, should give you the answer i hope.
This is really great.
Thanks for posting the screens.
btw do you know if it also has a 3D carrousel when you want to switch between different website that you running in the background?
MiAmRA said:
This is really great.
Thanks for posting the screens.
btw do you know if it also has a 3D carrousel when you want to switch between different website that you running in the background?
Click to expand...
Click to collapse
I think I heared that this carousel is also used for tab switching. Searching...
EDIT:
Originally Posted by larioteo in the "Bada 2.0 Unveiled" thread:
I have managed it to get the new Dolfin shown.
DolfinX
- New UI like Android Dolphin (Address bar is always on sites Top)
- Text wrapping (?=Text reflow)
- 3D Switching Tab Effects
- Startage of about::blank with the most visited sites
- Automatic URL correction
- Pass through to google search
Very nice!
Click to expand...
Click to collapse
There we go
yes definitely already implemented.
looks great tbh,
but when when when ? hope we will not wait for another 6 months..
what about fullscreen navigation in new Dolfin X? the hateful lower and upper bars were finally removed as in Dolfin 2.0 or not (as Dolfin 2.2)?
thanks for your reply!
look at third post beyond yours.

[Q] Best ROM for enabling Kodi to read external HDD by USB

Hi Guys,
I just bought my brother an ATV as a gift as he wanted a simple media player that would work well straight out of the box. I have a lot of experience with building Windows and RaspberryPi HTPC's that run Kodi, but he is far from the type who likes fiddling and 'hacking' so I thought a Fire TV would be a better solution.
We live in Australia, so I knew that most of the channels wouldn't work here with out a VPN but was disappointed to find that the USB port doesn't support mounting of an external HDD. I really should have read the fine print closer before buying, but all my brother really wanted to do was play movies off his external drive and so far the ATV has turned out to be a unusable paperweight.
I've suggested he upgrade to a NAS for his home network, but in the meantime I've been investigating other options. I have plenty of experience in rooting my android phones and loading custom ROMS and I know that this is all possible with the ATV.
Could anyone out there suggest the best option (ie. the name of a specific custom ROM) for achieving the following:
1. Loading straight into Kodi
2. Supporting USB external storage
3. Google Play for downloading apps for all other streaming services.
Thanks
randommonth said:
Hi Guys,
I just bought my brother an ATV as a gift as he wanted a simple media player that would work well straight out of the box. I have a lot of experience with building Windows and RaspberryPi HTPC's that run Kodi, but he is far from the type who likes fiddling and 'hacking' so I thought a Fire TV would be a better solution.
We live in Australia, so I knew that most of the channels wouldn't work here with out a VPN but was disappointed to find that the USB port doesn't support mounting of an external HDD. I really should have read the fine print closer before buying, but all my brother really wanted to do was play movies off his external drive and so far the ATV has turned out to be a unusable paperweight.
I've suggested he upgrade to a NAS for his home network, but in the meantime I've been investigating other options. I have plenty of experience in rooting my android phones and loading custom ROMS and I know that this is all possible with the ATV.
Could anyone out there suggest the best option (ie. the name of a specific custom ROM) for achieving the following:
1. Loading straight into Kodi
2. Supporting USB external storage
3. Google Play for downloading apps for all other streaming services.
Thanks
Click to expand...
Click to collapse
You need root for all those things. Amazon is supposed to open up the usb port with a soon*to be released update.
KLit75 said:
You need root for all those things. Amazon is supposed to open up the usb port with a soon*to be released update.
Click to expand...
Click to collapse
Thanks for the prompt response.
Yep, it looks like external USB storage will be enabled in the next update, however there is doubt over whether local file access (ie. for movies etc) will be permitted. Do you have any proof that it will work?
Otherwise it looks like I'll still be needing to root and install a custom ROM, which is no problem for me.
I'm just having trouble tracking down the name of a suitable ROM...?
randommonth said:
Thanks for the prompt response.
Yep, it looks like external USB storage will be enabled in the next update, however there is doubt over whether local file access (ie. for movies etc) will be permitted. Do you have any proof that it will work?
Otherwise it looks like I'll still be needing to root and install a custom ROM, which is no problem for me.
I'm just having trouble tracking down the name of a suitable ROM...?
Click to expand...
Click to collapse
Well, first...rooting is not so simple. I have no idea how the units arrive in Australia but if its anything like Germany and the UK, you just can't do it except maybe by hardware which very few have done. Amazon's gone through great lengths to prevent root (lookup efuse to give you an idea. Sorry.
Second, we don't have any custom ROMs yet. We have prerooted firmware that enables rooted users to enjoy updated features and bug fixes but its identical to the amazon updates (same ui)
You know...this news about the USB port is like 3 days old. Like you, I noticed the talk was more around games. I honestly have no idea if they can restrict personal media but if they can I think they will. But for the sake of all the non-rooted users I hope it supports mkv and mp4 files. Good luck!
On a side note-- I downgraded to a small USB flash drive because all my media comes from network drives. The flash drive stores thumbs and very little else. This is ideal for me. If he travels a lot I guess this setup won't work but for home use its definetly the best way to go I think.

Categories

Resources