Media :: Import Images From Droid To Iphoto Without Going Through Double Twist?
Feb 3, 2010
I had some photos on my Droid and dragged them into the double twist photo album. Now, how do I get the photos from double twist into my iphoto album? Is there a way to import images from the Droid to iphoto without going through double twist?
View 1 Replies
Jun 3, 2010
Anyone have any experience with double twist media player looks pretty sick to me? DoubleTwist's Android App Looks Like the Best Media Player Yet
View 49 Replies
View Related
Jun 6, 2010
i can't get either DoubleTwist or Salling Media Sync to work on my mac. It seems the playlists always get messed up or full albums will miss songs. anyone see similar issues? Also, whats the best way to reformat the MicroSD card?
View 2 Replies
View Related
Nov 1, 2010
For some reason after I wait the hour or so to sync my music to my phone with DoubleTwist I cannot play some of the music types. I will get an error in the media player that says "Media type not supported" How do I fix this error?
View 1 Replies
View Related
Aug 24, 2010
Is anyone using this? i started using its pretty cool but how can you change the name of the song on there i dont see anything?
View 3 Replies
View Related
Jun 8, 2010
I just downloaded Double Twist and am having a problem. In my library it shows all of my music. However, in my music folder for my phone, it shows nothing. I have tried to drop and drag the music from my library to my phone icon and to my music icon under my phone and it never puts anything in there. I can't sync until I can get it to work. Anybody know what I need to do?
View 3 Replies
View Related
Aug 11, 2010
I'm looking for an alternative to double twist. I just cant get DT to sync the way I want. It seems to be more playlist oriented where Iam more "album" oriented. I just want something that will sync to my Itunes and copy my music and movies to my X.
View 11 Replies
View Related
Feb 8, 2010
I dl'd Doubletwist to my computer to sync music from itunes to my Eris. The first step of syncing music from itunes to DT was easy as pie. I literally dl'd DT in less than a minute and a minute later all my itunes songs (not too many actually) were in DT. DT looks almost exactly like itunes, except you buy your songs via Amazon. Anyway, step 2 of getting the music on to the Eris is NOT working. Any ideas would be greatly appreciated. I'm using Vista, 64 bit, if that makes a difference.
View 3 Replies
View Related
Mar 31, 2010
Sorta like AppBrain.
doubleTwist Android Market
New doubleTwist for Mac adds built-in Android Market functionality -- Engadget
View 1 Replies
View Related
Apr 5, 2010
So Double twist wont work for me with my droid. Now music is a big part of my phone and what I want it to do. I have dragged and dropped my songs fine. However, I want to make playlists via computer GUI and transfer that file. How do you do it. I can create play lists through the phone but that is tough using a phone.
I want to do it like I did with double twist and just copy that to my phone but for some reason now DT wont work on my phone. This is a huge deal breaker, transferring songs is ok, but I want to organize it/make play lists on my PC which is much easier and then transfer it over. Any help with DT or making a play list using Itunes/Zune/DT and transferring it over using drag/drop?
View 7 Replies
View Related
Jun 10, 2010
Good lord it takes FOREVER to sync music to the Evo with DoubleTwist. I never had this type of issue with my iPod touch. I wonder if the problem is DoubleTwist or the Evo. Does microUSB have the same bandwidth as miniUSB?
View 13 Replies
View Related
Jun 10, 2010
i understood why it took so long to first sync my playlist on to my phone (over 300 songs) but now i am only syncing 1 song and its been over 10 minutes. is anyone else having this problem?
View 2 Replies
View Related
May 10, 2010
Does anyone have experience, recommendations (pro/con) for DoubleTwist? I want a program that will make music management easy. I am picky on how music gets stored in my phone, I really like the way iTunes organizes music, and would like software that could do that instead of me editing my folder/sub-folder structures manually.
View 3 Replies
View Related
Nov 19, 2010
why is double twist so painfully slow to start/load/sync/perform! I love that it is available but Google needs to get on the ball creating a desktop sync software!
View 15 Replies
View Related
Jan 27, 2010
Is anyone on this forum using Double Twist? Does it work as advertised? I noticed some posts on other boards indicating there had been some issues lately.
It had been posted as a reliable app on our provider website, but has recently been taken off the list...
View 7 Replies
View Related
Aug 5, 2010
I am so frustrated with Double Twist. I downloaded the samsung drivers and double twist immediately fount my captivate. I downloaded some of my itunes music. While I was trying to download some of my video, Double Twist went blank and could no longer find my captivate. I have redownloaded the drivers, but the captivate is not being found.
Any suggestions?
Also, any idea how I can get some of my songs OFF of the Captivate?
View 2 Replies
View Related
Aug 26, 2010
This feature was pretty swell on the blackberry storm. Just curious if this feature is available on the Motorboatin son of a Droid X.
View 6 Replies
View Related
May 6, 2010
Any app out there support gif images? I have a 2.1 ROM and the gallery only shows a still image. My POS Blackberry Pearl (first gen) was able to show them but my awesome Android power phone cannot?
View 3 Replies
View Related
Jun 19, 2010
When I'm using the internet on my phone, if I use google image search for example, everything looks horrendous until I click "view full image", and then it displays correctly.
I know this is because the user agent is set to Android, but if I set it to desktop instead websites appear too small and the formatting isn't laid out to be more suitable for phones. Is there any way of having the best of both? Having the formatting optimisation without heavily compressing the images when I click on them?
View 7 Replies
View Related
Apr 17, 2010
I am using MediaStore.Images.Media.insertImage(ContentResolver cr, String imagePath, String name, String description) function to insert a newly created image into gallery. System is naming the file by default, but its different than names of pictures taken by original app(Time stamp). Is there easy way to set it up?
View 2 Replies
View Related
Apr 15, 2010
After I've used a MediaStore.ACTION_IMAGE_CAPTURE intent to take a photo, when I try to retrieve the captured image, I sometimes get an out of memory error as shown below. The odd thing is the huge size of the memory trying to be allocated is always reported as 10,077,696 (x99c600). However, the image file is much smaller, typically around 750,000 bytes.Any suggestions on how to get around this problem? I'm testing this on a Nexus One with firmware version: 2.1-update1 and Build number: ERE27. Code...
View 2 Replies
View Related
Aug 31, 2010
ContentResolver cr = getContentResolver(); Uri pic = Uri.parse("content://media/external/images/media/3");
Bitmap bm = Media.getBitmap(cr,pic); The above code is written in onCreate method of my Activity class. It throws the following error:
08-30 12:27:22.352: WARN/System.err(245): java.io.FileNotFoundException: No content provider: [content://media/external/images/media/3]
What could be wrong? The file in question is there because I launched Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI) in another method and got back the Uri of the picked image from the returned intent.
View 1 Replies
View Related
Oct 31, 2010
Does anyone know how to delete all images in the media landscape at once? Or is it not even possible?
View 1 Replies
View Related
Aug 9, 2010
I guess this question has been asked before, but I can't seem to find a proper answer/solution. Have a note-taking app, which allows to take pictures. For that I start an intent, that starts up the built-in camera-app. So far so good. But when I show that image in my app, it's in a much smaller format The funny/weird thing is, that the camera-app did take a full-resolution picture! But for some reason I can't get the full version to show in my app? So, when I use the standard Android Gallery app, and go to that picture, it is very obvious that it's full size (I can zoom in and see details I really can't see when I zoom in, in my own app). Also, the dimensions are really those of the original picture, taken with the 5MP camera. In my app, they are very small. My phone has Android 2.2, but the same happens on my emulator (Android 2.1). How should I retrieve the pictures in my app? Tried a couple of ways, but none works :( Don't need a complete example (allthough that's very welcome), just a few clues are enough to search for myself.
View 1 Replies
View Related
Jul 18, 2010
Just curious how many have this issue.If you are unsure select the link below and find out pls.
View 30 Replies
View Related
Apr 16, 2010
I am implementing GTalk sample application by refering some book But they mentioned the following imports import
com.google.android.gtalkservice.IGTalkSession; import com.google.android.gtalkservice.IGTalkService; import com.google.android.gtalkservice.GTalkServiceConstants; import com.google.android.gtalkservice.IChatSession;
But when i am importing it is giving me error the import can't be resolved. I tried those above imports for the following targets 1.1, 1.5, Google api, 1.6.Google api, 2.0, Google api, 2.0.1,Google api, 2.1, Google api No where the above imports found I am unable to import above things.
View 2 Replies
View Related
Feb 23, 2009
I'm running android sdk v1.1-r1 testing with a T-Mobile G1 device HT841GZ04082. I have a jpg on the sdcard that I want to add to the photo viewer. I do this quite simply with the test code...
View 7 Replies
View Related
Jan 7, 2010
I keep opening stuff I don't mean to while scrolling through the app drawer or sliding 1 of 7 screens filled with apps in Home++. Is there a double tap app, or maybe an app that gives you control over how long you have to touch the screen to constitute a true tap?
View 3 Replies
View Related
Jan 6, 2010
I installed handsent and I have double notifications now I did a search and did the reading but it no real answer has anyone found a real solution for this problem.
View 1 Replies
View Related
Dec 11, 2009
OK, so it was like Christmas morning when I picked up my phone at 6 AM and found an update request waiting for me! The process was smooth and quick although it took awhile after the update to resync something. I'm guessing the contacts were reupdating with Facebook in light of the new security measures that FB is taking with user's information. Anyway, so far I am OK with the obvious changes. I may have liked the old version better (i.e. the home screen layout) but if it had been like it is now all along, I doubt I would have cared. The one odd thing I noticed however is that suddenly I have two Google calendar app icons in my application tab. Both take me to the same place when launched. Anyone else seeing double? I'm not sure how to go about removing one of them or if I should even attempt to. It's not a HUGE problem, but it's like new dental work.
View 1 Replies
View Related