Android :: Application For Downloading Poscasts?

May 13, 2010

New Android user here. I have an HTC Incredible. My previous phone was a bb Storm. The only thing I miss about it is an app called PodTrapper. It was an excellent app for downloading podcasts. I'm looking for something close for my new phone but so far everything is lacking in some area. Here are the features I would like to have:

*It MUST do video podcasts.
*It should autoupdate and download the media
*It should autodelete watched/listened episodes
*It has to let me manually enter URLs and username/password

I can't find anything that does all of this. Does anyone know of an app that does this and does it well? Paid app is ok. Podtrapper was $10 and well worth it!

Android :: Application for Downloading Poscasts?


Android :: Downloading Free Application

Jun 12, 2010

How do I download free apps from the Apps section?

View 1 Replies View Related

Android :: Torrent Application - Inbuilt Searching / Downloading

Dec 9, 2009

I am trying to look for a torrent solution. I have transdroid right now, and it is able to communicate with my seedbox and I can manage torrents that are already loaded on there. My problem is adding new torrents from my private websites. I have noticed that torrent-fu will allow you to search some of the public websites for new torrents, but that doesn't work for me. Right now I have to download the .torrrent file with my default browser.

And it saves the file as "unknown.torrent" then I have to open it with transdroid. This question is worded weird, but basically what I would like, is a torrent app with built in private torrent site searching / downloading. Or the ability to have my dolphin browser, recognise the .torrent extension, and associate transdroid with that.

View 1 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Downloading Application From Android Market

Nov 28, 2010

I am having a problem while downloading applications from the Android Market.

Whenever i try to download any application from the android market it says "Download was unsuccessful".

I cant figure out why this is happening.

Previously i used to download it successfully.

View 1 Replies View Related

Android :: After Downloading An Application With Two Launcher Components From The Marketplace - Clicking Open Will Cause A Crash

Feb 11, 2010

Create a sample application with two launcher icons.

For example, two components such as:

CODE:..................

Either install the application via downloading from the Marketplace, or via AppInstaller. When the message box asks you if you would like to run the application, an exception is thrown:

CODE:.................

The crash happens because com.android.internal.app.ResolverActivity is trying to find a (single) component which resolves the following intent: <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />

Has been tested BOTH with the AppInstaller, and the actual Marketplace on a real device.

View 4 Replies View Related

HTC Incredible :: No Preloaded Application For Downloading Music?

May 25, 2010

Need to find an app that downloads music on my incredible. My htc eris had amazon.mp3 preloaded but not the incredible.

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Downloading Application Updates

Nov 22, 2010

I've been trying to update a couple of applications that I have on my phone but everytime I try to download anything from marketplace, it just says "starting dowload..." and stays there. The application never actually downloads. I've dowloaded stuff in the past but I can't seem to download now. Is there something that I need to turn on

View 5 Replies View Related

HTC Desire :: Application For Downloading Full Music Tracks?

Aug 18, 2010

Can anyone recommend a good app for downloading full music tracks, I paid for IMusic a while back but that seems to have gone. I have tried ringalert but that is only normally 30 seconcd clips and not that much choice.

View 2 Replies View Related

Samsung Vibrant :: Compatible Application For Downloading Music?

Nov 26, 2010

What is the best music download app for the Vibrant? I have tried a few and they seem to take forever to download songs to my phone and forget about previewing one. Also I have designated ringtones to some contacts and it still rings with default ringer.

View 3 Replies View Related

Samsung I7500 :: Started Downloading MMS Without APN Settings - Stuck At Downloading

Oct 23, 2009

I've got some photos stuck in an MMS that I tried to download before I realised that I didnt have the correct MMS APN settings in (due to swapping to the Modaco ROM). The correct settings are now in but the MMS is stuck at "downloading" status. Is there any way I can rescue it, there is no forward option and I've successfully sent and recieved MMS since.

View 7 Replies View Related

HTC Desire :: Downloading Android 2.3 Now

Nov 23, 2010

According to Twitter reports users are downloading android 2.3 now, just a matter of time now

View 2 Replies View Related

Android :: Best Youtube Downloading App?

Jul 25, 2010

I'm looking for an app that can download videos from youtube. It must be able to download videos in high quality (480x800) if available.

View 6 Replies View Related

Android :: Downloading Free GDE

Dec 29, 2009

i cant seem to found GDE for the droid and i was wondering if its free

View 1 Replies View Related

Android :: Downloading APP From Market

Oct 20, 2010

I went to download an app, WidgetLocker. I authorized the purchase, and went to the install page, it just locked up. Now when I go to download it, it just says" Authorizing Purchase"

View 2 Replies View Related

Android :: Marketplace Not Downloading / Way To Do

Sep 23, 2010

The Marketplace is not downloading anything for me? Even the Talk method isn't working. What I mean by that is that Google Talk isn't even working for my phone...

Any ideas, besides hard-resetting?

View 6 Replies View Related

Android :: Speed Up Downloading Time

Jul 21, 2010

I have 40 MB file in server and i am downloading my file using

HttpURLConnection c = (HttpURLConnection) u.openConnection();
c.setRequestMethod("GET");
c.setDoOutput(true);
c.connect();
FileOutputStream f = new FileOutputStream(new File("trips.xml"));
InputStream in = c.getInputStream();
byte[] buffer = new byte[1024];
int len1 = 0;
while ( (len1 = in.read(buffer)) != -1 ) {
f.write(buffer,0, len1);


this code seems working fine but it is taking too long. is their any way I can make this process faster.

View 3 Replies View Related

Android :: Downloading Pics And Videos Onto Pc

Jul 23, 2010

I have the mytouch fender and I want to download some of my pics and videos onto my laptop. I sync it and I see what's there, but I can't get it to transfer onto my laptop.

View 4 Replies View Related

Android :: Play The Videos While Downloading?

May 13, 2010

When I am downloading a video from internet, I want to play the video, does Android support this? How can I do it?

View 3 Replies View Related

Android :: Downloading Torrent To Droid?

Nov 13, 2009

I was wondering if there are any apps that can download a torrent to the phone. Not to a client on my PC. My problem is the college I go to blocks torrents, and I have a 16gb card so I could download to my SD and then transfer to computer.

View 4 Replies View Related

Android :: Downloading Not Start Through Wifi And 3g

Dec 2, 2009

we are both trying to download apps and it just sits there on "starting download..." on wifi and 3g. whats up with that?!

View 3 Replies View Related

Android :: Get The Size Of File Before Downloading?

Jun 6, 2010

I have to download a file and I'm using this code, which is basically an AsyncTask that is meant to update a progress bar. But, since I don't know what's the file size I've been having to use the spinner progress bar. So, how can I get the file size before start downloading it so that I can use a normal progress bar?

View 1 Replies View Related

Android :: Downloading Image To SD Card

Oct 7, 2010

I created a separate project and activity that downloads an image from a URL, converts it to a Bitmap, and then uses a FileOutputStream to save that file to the SD card. When in the separate project and free-standing activity, this worked fine, and I could see that the image is stored on the SD card. public class PictureDownload extends Activity {

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
downloadFromUrl("http://www.coutblog.com/prism/uploads/0030.jpg", "newpic.jpg");
displayPic("newpic.jpg");............

View 1 Replies View Related

Android :: Downloading Internet Photos?

Jun 7, 2010

I open up a friends Twitter profile and clicked the profile pic because I wanted to save it to my phone to use as their contact photo. Obviously I could download the photo from the Twitter client so I chose to view the pic via internet to my surprise I still couldn't download the photo.it allows me to view but no download option. I'm I overlooking something or do I need to use a different browser?

View 5 Replies View Related

Android :: GPS Maps Downloading To Phone

Jun 25, 2010

I have and use several apps to track myself when out hiking. However, when I lose cell service, I'm no longer able to view the maps. Is then an app that will let me download maps to my phone so I don't get lost out there?

View 4 Replies View Related

Android :: Apps Downloading But Not Installing

Aug 20, 2010

not sure if this is the right forum for this but i just switched from droid incredible to droid x. it is rooted running 2.2. i downloaded some apps from the market no problem, but now whenever i try it downloads to 100% and then that's it, it doesn't bother trying to install. installing an application through astro works though. i ahve no clue what's going on, rebooted a couple times already.

View 1 Replies View Related

Android :: Downloading From Market Issue

Aug 28, 2010

I moved from the iPhone and apart from the fact I can't get paid apps I find I select a app to download and it takes ages to start downloading. I have even had app fail to even start. WTF Am I the only one with this issue?

View 1 Replies View Related

Android :: Cannot Set Proxy After Downloading SDK Tools

Nov 3, 2009

I downloaded Android SDK Tools, and when I use the tools to download other packages, there is no way to set proxy. How can I download via proxy? thanks!

View 4 Replies View Related

Android :: Video Clip Downloading App

Sep 27, 2010

I'm looking for a App, for the Htc Droid Incredible,that is simular to My Media or Download Lite for Iphone.I want to download and save video clips to my phone off the internet.

View 1 Replies View Related

Android :: Why Applications Ask For Permissions When Downloading?

Aug 18, 2010

Why do apps always seem to ask for so many permissions when downloading, I wanted to download a news reader but it wanted access to calls too. Is this normal?

View 2 Replies View Related

Android :: Display Progress Bar For Ftp Downloading

Oct 8, 2010

Is there anyway to display a progress while downloading a file from ftp in order to show the download progress status?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved