[android-developers] Download manager android tv

2016-08-17 Thread Cristian Ortiz Ramírez
Hi guys. I'm new to android development I'm working now in an application that implements AndroidManager class but I'm facing some issue when I emulate my app in android tv device. What I want to do is download a video from a url and when download finishes show de downloaded video on a

Re: [android-developers] Download Manager: Pause & Resume

2016-06-10 Thread himanshu
Ok thank you. For now, because of lack of pause/resume, I'll have to stick with stop/recreate. On Monday, June 6, 2016 at 11:31:31 AM UTC+5:30, TreKing wrote: > > > On Fri, Jun 3, 2016 at 4:28 AM, himanshu > wrote: > >> Actually its not a public API of

Re: [android-developers] Download Manager: Pause & Resume

2016-06-05 Thread TreKing
On Fri, Jun 3, 2016 at 4:28 AM, himanshu wrote: > Actually its not a public API of DownloadManager. Then it seems you're relying on unofficial behavior, which would indicate this is not necessarily a bug, since it's likely not intended to be used this way.

Re: [android-developers] Download Manager: Pause & Resume

2016-06-03 Thread himanshu
Actually its not a public API of DownloadManager. DownloadProvider documentation ( and platform code

Re: [android-developers] Download Manager: Pause & Resume

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 2:29 PM, himanshu wrote: > I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED Where in the API does it indicate that this is how you pause a download?

[android-developers] Download Manager: Pause & Resume

2016-06-01 Thread himanshu
I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED But when I resume a download by setting COLUMN_CONTROL to CONTROL_RUN, *it doesn't work*. The download stays in paused state. Is that a bug ? More info: CONTENT_URI for update: content://downloads/my_download/

Re: [android-developers] Download in background Android

2016-05-14 Thread TreKing
On Sun, Apr 17, 2016 at 10:23 PM, MAÑON HERNÁNDEZ FERNANDA < fermh...@gmail.com> wrote: > How I can download heavy something in background? > http://lmgtfy.com/?q=android+background+download -

[android-developers] Download in background Android

2016-04-17 Thread MAÑON HERNÁNDEZ FERNANDA
Hi everybody I'm doing an app in Android and I want to know How I can download heavy something in background? Thanks ;) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from

[android-developers] Download video upto 200% Fast using this downloader

2016-03-28 Thread Affan Haider
Easy HD Video Downloader is a free video downloader for all android devices. It Download all HD videos very fast from your favorite sites formats such as FLV, MP4, AVI, MOV, MPEG, WMV, 3GP, MKV etc.. Easy HD Video Downloader can download all videos, images and more from the web. Now

[android-developers] Download of Android SDK.

2016-02-26 Thread Daniel Nielsen
Hey There. Wanted to see if I could make anything out of this, but for some odd reason I can't download Android SDK. I get to around 1 gb of 1.1 gb and it drops all connections. I've tried different browsers, download managers etc. but nothing works, appart from it occasionally only getting to

[android-developers] DOWNLOAD CUSTOM ROM FOR GALAXAY GRAND PRIME SM-G530H

2016-01-10 Thread hc reza
hello Guys / I Need Custom Rom Like Cm13 Or Aosp Or ResurrectionRemix For Galaxy Prime Sm-G530H. My Phone have Some Lag when I Use it.I've heard that if I install Android 6.0.1 marshmallow phone will be without lag. Can anyone for me and all those in need Make this Rom ? thank you . please

[android-developers] Download Android studio Failed

2015-12-23 Thread Pankaj Sood
Hello Anybody's here to help, I'm trying to download android studio 2 time. And receiving worst error "FAILED". The download is failed, when remaining time is 1s. Almost 2 GB of data i consume... but no download is here shown. Please suggest me any way to complete this. Confusion is why

[android-developers] Download cound

2015-12-08 Thread Choxmi Sathsara
Somebody please help me with this. I have published a game called Bee Life in play store. As I know it has downloaded more than 50 times. But it shows only 1 download. Statistics didn't update since 6th December. Somebody please help. -- You received this message because you are subscribed to

Re: [android-developers] Download folder

2014-02-26 Thread Yves Liu
Yes, I did. The problem is like this. In my gallery, say, there are 6 pictures, when i do the file.exist call, (with the path I got from Gallery), two works, and 4 of them are not working. On Tue, Feb 25, 2014 at 8:15 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 25, 2014 at 1:26 AM,

Re: [android-developers] Download folder

2014-02-25 Thread TreKing
On Tue, Feb 25, 2014 at 1:26 AM, Yves Liu yves...@gmail.com wrote: Sorry, this happens on Nexus 5, kitkat. That's what I thought. Next question - have you declared the new external storage permission? https://developer.android.com/about/versions/android-4.4.html

Re: [android-developers] Download folder

2014-02-24 Thread Yves Liu
Yes, I actually not hardcode the path. The app queries the content provider to get the picture path, which is different from the path I get from getExternalStorageDirectory(). Is there a better way for me to know if the picture is in internal build-in sd card or external removable sd card? Is

[android-developers] Download folder

2014-02-23 Thread yves...@gmail.com
This is the strangest thing. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Download folder

2014-02-23 Thread yves...@gmail.com
This is the strangest thing. This problem I found is on Nexus 5. Maybe this applies to all Android devices. I downloaded a picture from gmail, and from Gallery, i can see that picture. By click on Details, I can see the file path is /storage/emulated/0/Download/12345.jpg. Then in my app, I

Re: [android-developers] Download folder

2014-02-23 Thread TreKing
On Sun, Feb 23, 2014 at 6:41 PM, yves...@gmail.com yves...@gmail.comwrote: Then in my app, I tried to access that picture, it says file is not found. What API level are you running and how are you accessing the file?

Re: [android-developers] Download folder

2014-02-23 Thread Yves Liu
TreKing, Here is the code snippet File file = new File( /storage/emulated/0/Download/12345.jpg); if(file.exists()) return true; And another file which I can see through astro file manager there works. On Sun, Feb 23, 2014 at 10:20 PM, TreKing treking...@gmail.com wrote: On Sun, Feb

Re: [android-developers] Download folder

2014-02-23 Thread TreKing
On Mon, Feb 24, 2014 at 12:27 AM, Yves Liu yves...@gmail.com wrote: Here is the code snippet OK, first thing is you should not be hard-coding paths. Use the external storage APIs. Second, you didn't answer the other question: which platform version are you running on?

[android-developers] Download de Videos

2014-01-31 Thread Diego N.
Prezados, boa noite. Qual APIs vocês usam para download de videos assíncrono? Terei um GridView de videos e preciso fazer o carregamento assíncrono dos mesmos. Obrigado. -- http://about.me/dnassuncao Diêgo Nunes Assunção Give Peace a Chance -- You received this message because you are

[android-developers] download file in browser but not in webview android

2013-05-27 Thread Rahul Kaushik
Hi, i am ablde to download file in browser but not in webview android, Please suggest I have used downloadlistner on webview client Thanks RK -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Download file in webview from url

2013-05-10 Thread Rahul Kaushik
Hi, How to download file(image or pdf or docs..) in webview from url Thanks RK -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] download

2013-04-02 Thread Michael Banzon
Yes - in denmark ;-) Cel-tower connections here have very mixed quality! Two similar phones (S3) on the same network and even connected to the same tower ID sometimes gives totally different results. The feeling is that the networks haven't really been able to follow the smartphone adoption rate

Re: [android-developers] download

2013-04-02 Thread Lene Larsen
Hi Michael I tried to ask the developer team a question, but they haven't answered. I want to know, whether my App is breaking any copyright laws. In regard to pictures or use of Inventor to develope my App. If it is, I will of couse, remove my App. And my other 6 App's will never bee published.

[android-developers] download

2013-04-01 Thread Lene Larsen
Hi I have an App on google play Toys by Lene Grube Smith Larsen. It is an app with 12 pictures, and twelve underscreens. My problem is, that it takes very long time to download the App. And the size is about 8MB. Maybee the pictures wealth too much. What is the recommended size on pictures? KR

Re: [android-developers] download

2013-04-01 Thread Michael Banzon
8 MB don't sound like very much - it should be fine. Sometimes load times from the Google Play Store can be very painfully long - this might be local factors or simply just an issue of large global usage. I remember updating one of the popular social media apps once which ran for about 20 minutes

Re: [android-developers] download

2013-04-01 Thread Lene Larsen
About 20 minutes. I have tried to resize the pictures, and hope that will help. 2013/4/1 Michael Banzon mich...@banzon.dk 8 MB don't sound like very much - it should be fine. Sometimes load times from the Google Play Store can be very painfully long - this might be local factors or simply

Re: [android-developers] download

2013-04-01 Thread bob
Are you in Denmark? Do they have slow Cellular over there or something? I'm pretty sure most of us in the U.S. could download that in under a minute on 4g or Wifi. Thanks. On Monday, April 1, 2013 7:55:11 AM UTC-5, Lene Larsen wrote: About 20 minutes. I have tried to resize the

[android-developers] Download stats not updating since march 9th

2013-03-12 Thread саня варт
Does your statistics updated since march 9th? Its morning of 12th and mine still not(( -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Download Expansion File

2013-02-06 Thread Michel Cabillot
I've tried to implement expansion file to my application according to the Android Developer's guidehttp://developer.android.com/google/play/expansion-files.html#Downloading, but I've got some erros while copying their code : boolean expansionFilesDelivered() { for (XAPKFile xf : xAPKS) {

[android-developers] Download Manager : Getting Exception while getting Coloumn Index for local file name of downloaded file

2012-12-08 Thread vivek singh
There is an activity in my android application which checks for the latest version of app on app's server. When it finds a new version of the app, it initiates a download process of the apk file using DownloadManager. When activity receives the message that the application is downloaded,

[android-developers] Download web data out to usb automate repeat

2012-12-08 Thread Antonis Kanaris
I make this service for download file.How convert code for output data to usb+arduino? public class DownloadService extends IntentService { private int result = Activity.RESULT_CANCELED; public DownloadService() { super(DownloadService); } // Will be called asynchronously be

[android-developers] download images from server and populate it in listrview

2012-10-18 Thread vani reddy
Hi friends, How to download images from server and store it in cache and next time i can reload from cache and populate it in listview?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Download file - google docs android

2012-10-05 Thread NickL
I have read Yaniv Inbar's Picasa (xml-based) android client, and the similar google Docs client, and both work well for me to both upload and view files. I want to know how to download. I am trying to download via the authorized url, like this, but instead of the file expect, it returns me

Re: [android-developers] download the files from where it left off if the internet connection goes down?

2012-09-10 Thread Robert Greenwalt
How about using the built in support: http://developer.android.com/reference/android/app/DownloadManager.html On Tue, Sep 4, 2012 at 3:46 AM, RichardC richard.crit...@googlemail.comwrote: yes http://stackoverflow.com/questions/3414438/java-resume-download-in-urlconnection On Tuesday,

[android-developers] download the files from where it left off if the internet connection goes down?

2012-09-04 Thread Hitendrasinh Gohil
Hi, I am downloading the files from server to sdcard.Sometimes it happens that the network connection drops. so is it possible to download the file from where it left off? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] download the files from where it left off if the internet connection goes down?

2012-09-04 Thread Asheesh Arya
no -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

Re: [android-developers] download the files from where it left off if the internet connection goes down?

2012-09-04 Thread RichardC
yes http://stackoverflow.com/questions/3414438/java-resume-download-in-urlconnection On Tuesday, September 4, 2012 9:31:39 AM UTC+1, asheesh arya wrote: no -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Download Androlid 3.2 code

2012-05-15 Thread fan zhang
HI: I need Android 3.2 open source code to compile a library. I tried repo init -u git://android.git.kernel.org/platform/manifest.git -b master -m 3.2-base.xml and got android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused fatal: unable to connect a socket (Connection refused)e How to

Re: [android-developers] Download Androlid 3.2 code

2012-05-15 Thread Kristopher Micinski
not on topic for android-developers, try android-platform. On Tue, May 15, 2012 at 4:23 PM, fan zhang fzhang...@gmail.com wrote: HI: I need Android 3.2 open source code to compile a library. I tried repo init -u git://android.git.kernel.org/platform/manifest.git -b master -m 3.2-base.xml

[android-developers] download number 'adjustments', again

2011-12-13 Thread Nikolay Elenkov
Just lost around 3000 total installs (a.k.a 'users') on two applications each, and 800 on another. (there is no message about this on the dev console) Prepare to be adjusted. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Download link android 2.2 ?

2011-10-22 Thread MN Mojo
HI All, I am new to android. I go to android.com website and try to search for the download link for android 2.2 that is SDK. But for all the options 2.3, 4.0 or 2.1 i think i am redirected to the same link with the donwload files named android-sdk_r14-windows.zip/ installer_r14-windows.exe How

Re: [android-developers] Download link android 2.2 ?

2011-10-22 Thread Mark Murphy
That installer is for all versions: http://developer.android.com/sdk/installing.html On Sat, Oct 22, 2011 at 6:47 AM, MN Mojo avayam...@gmail.com wrote: HI All, I am new to android. I go to android.com website and try to search for the download link for android 2.2 that is SDK. But for all

[android-developers] download videos using download manager

2011-09-26 Thread parag
hi, i want to develop an app, which allows to download videos from my server, i tried doing so with an mp3 and a wma file. but the download fails, i tried with a jpg image the download is fine. 1) does the download manager does not support to download mp3 and 3gp files? 2) can the download

[android-developers] Download and attach andriod source to eclipse

2011-09-12 Thread Anky
Hi, I am wondering that andriod has come up with such a great framework but is lacking a good and easy way to attach the source code for reference. It took me 2 hours of web browsing to find out a 100% proven method to attach source. The documentations floating around are more oriented towards

[android-developers] download dead island torrent

2011-09-12 Thread 51
download dead island torrent The player is drawn into the world of Dead Island on the brink of a mysterious epidemic that suddenly, and without warning, breaks out on the fictional island of Banoi. As a guest of the Royal Palms Resort, the player's stay was supposed to be a dream

[android-developers] download update of unpublished app?

2011-09-12 Thread deveLoper
Hi, We had a version of our application written in Titanium on the Market that we wanted to submit natively. We were not able to submit the natively coded app as an update to the Titanium, so we submitted an update to the Titanium one with a pop up that alerted the users to download our new one

Re: [android-developers] download update of unpublished app?

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 3:15 PM, deveLoper h.deder...@gmail.com wrote: Here is my question: if we unpublish the Titanium version that is on the market, will the users that currently have the Titanium version that have not updated their apps still be alerted of the update? From what I can

Re: [android-developers] download declined for app on market

2011-09-04 Thread Christopher Van Kirk
Hard to say since the link you've provided doesn't work. On 9/4/2011 1:05 PM, TreKing wrote: On Sat, Sep 3, 2011 at 1:54 PM, siliconeagle rrmu...@gmail.com mailto:rrmu...@gmail.com wrote: Any input / guidance / suggestions would be highly appreciated, as I am losing money because of

Re: [android-developers] download declined for app on market

2011-09-04 Thread rich friedel
worked for me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] download declined for app on market

2011-09-04 Thread Appaholics
Rich, I think Christopher meant that the Android support is not very good and that therefore the link doesn't work. On Sun, Sep 4, 2011 at 4:57 PM, rich friedel rich.frie...@gmail.com wrote: worked for me -- You received this message because you are subscribed to the Google Groups Android

[android-developers] download declined for app on market

2011-09-03 Thread siliconeagle
I have a paid app on market MyPOD Unlock Key (https:// market.android.com/details?id=org.my_pod.mypodunlockpaid) The app downloads fine on pre-honeycomb devices, but some people get Download Declined after they have paid for the app. The app definitely runs fine on honeycomb, and there are no

Re: [android-developers] download declined for app on market

2011-09-03 Thread TreKing
On Sat, Sep 3, 2011 at 1:54 PM, siliconeagle rrmu...@gmail.com wrote: Any input / guidance / suggestions would be highly appreciated, as I am losing money because of this. http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=136601hl=en

[android-developers] Download to internal memory

2011-06-27 Thread droid-stricken
Hi All, I am using downloadmanager.request enqueue setDestinationUri to download files. Is it possible to download the files to the internal memory location of the device where it can be persistent? I am using Android 3.1 Xoom device and it does not really have a functional SD card on it though

[android-developers] Download Video File to SD card

2011-02-16 Thread Sourav
Hi, I want to download a video file from the internet to a location on the SD card, at the application startup. Can anyone provide me some sample code/links on this? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Download Video File to SD card

2011-02-16 Thread Mark Murphy
On Wed, Feb 16, 2011 at 6:20 AM, Sourav souravbas...@gmail.com wrote: I want to download a video file from the internet to a location on the SD card, at the application startup. Can anyone provide me some sample code/links on this? http://hc.apache.org/httpcomponents-client-ga/index.html has

[android-developers] Download file from server

2011-02-01 Thread Eric
I am creating an app that requires a file be downloaded from my server every day. I am creating the XML file nightly, but is there an easy way to have java (Android) go and grab the file? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Download file from server

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 6:47 PM, Eric webcemeter...@gmail.com wrote: I am creating the XML file nightly, but is there an easy way to have java (Android) go and grab the file? Set an alarm and when it goes off start a service to download.

[android-developers] Download file from a password protected http directory

2011-01-06 Thread Mystique
Hi, I'm currently using stream io to download a textbase data file from a site eg example.com/meta/ I want to implement a authentication and tried using a browser to test. It is all good and i need to enter a id/ password before I can access to the protected location. What do I need to add in my

[android-developers] Download, Update, Compile and publish Android source code on Windows

2010-12-14 Thread m88m
Hey Guys, I want to do a nice test to the Android OS. I would like to flash my Android device with my own android OS version (experimental purposes). So I know I can download the source code with git, but can I open it with Eclipse? how do I compile it, and the most important question, how do I

[android-developers] Download count static for free app

2010-11-24 Thread Alex
The download count for my free app has remained static for several days, yet I know that plenty of people have downloaded it. Is there a bug in the Market? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Download count static for free app

2010-11-24 Thread Evgeny V
I've opened support call for this issue. I think they have some problem with particular accounts. On Wed, Nov 24, 2010 at 1:52 PM, Alex maroeb...@gmail.com wrote: The download count for my free app has remained static for several days, yet I know that plenty of people have downloaded it. Is

Re: [android-developers] Download count static for free app

2010-11-24 Thread Evgeny V
Just checked now. The free application got update. The paid one is still no updates. On Wed, Nov 24, 2010 at 2:22 PM, Evgeny V evgen...@gmail.com wrote: I've opened support call for this issue. I think they have some problem with particular accounts. On Wed, Nov 24, 2010 at 1:52 PM, Alex

Re: [android-developers] Download count static for free app

2010-11-24 Thread TreKing
On Wed, Nov 24, 2010 at 5:52 AM, Alex maroeb...@gmail.com wrote: Is there a bug in the Market? There's an understatement. Here, keep this link handy, you'll be using it a lot: http://www.google.com/support/androidmarket/bin/request.py?contact_type=publisher

[android-developers] Download finished with wrong size

2010-11-10 Thread Dale
So far, I have been getting this error for every package. Only a few packages have loaded with one or fewer retries. - Documentation for Android SDK, API 8, revision 1 - Samples for SDK API 8, revision 1 - Samples for SDK API 7, revision 1 - Usb Driver package, revision 3 - Market Licensing

[android-developers] Download large file from network to SD card

2010-11-02 Thread Ferran Garriga Ollé
I'm trying to download a large .zip file from a web server but I have a weird behaviour, the description is: - I'm executing the code in the device emulator, API level 3 (version 1.5) with an SD card of 512MB. I start the device with Wipe data user - The length of the size from

Re: [android-developers] Download large file from network to SD card

2010-11-02 Thread Kostya Vasilyev
Hi, Are you doing this from the UI thread? I think you do. If so, you need to move your networking code to a worker thread. Two easy ways to do this are: AsyncTask and IntentService (and Mark Murphy's enhanced version of the latter, WakefulIntentService). Second, if you're not targeting

[android-developers] Download confirmation of .apk

2010-09-25 Thread Amit
HI All, I have a question- In j2me we have a way in which we can add the notifying URL which is called with a status code (like 900 Success, 902 User Canceled etc.). Do we have any mechanism in android to figure out the .apk download confirmation like we have in J2ME. Thanks in advance Amit --

[android-developers] Download Files via Android Browser an https not possible

2010-09-21 Thread Markus
Hello! I want to try to download some file about the android browser. But every time I start the download via https the download manager show only the download with the message Waiting for data I tried different host, but the problem ist always the same. I used a Milestone with 2.1 and a

[android-developers] Download and install application

2010-06-26 Thread Nando Android
Hello all, Is there any howto on donwloading via HTTP an application package and installing it afterwards? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Download multiple objects from the same server

2010-05-05 Thread ls02
How can I utilize Connection: Keep-Alive option, re-use connection and download multiple objects from the same server? HTTP connection consists of opening a socket, sending request and then readign response. For Keep-Alive option open the socket connection needs to be done only once. However I

[android-developers] download and save image on android device

2010-02-08 Thread Sandeep
Hi Developing the widget that give the provision the download and save the image and ring tone on mobile. Can any one help me with example How to save the image/ audio on SD Card when click on the Download Button. (image/ audio file are at server side ) Regards sandeep -- You received this

[android-developers] Download Latest Software's and Books about Developers topic

2010-02-03 Thread xexna
Download latest softwares's and Books for free just visit http://www.worldpakistan.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Download and Display 9 Patch Images

2010-02-03 Thread brian karlo gutierrez
Hello Everyone,     I have a question regarding 9 patch images. Is it possible to download 9 patch png files from a webserver then display it as a background of a layout while keeping the information inside the file like the stretchable pixel? I have tried using a 9 patch image coming from the

Re: [android-developers] Download and Display 9 Patch Images

2010-02-03 Thread haric zhu
I think the 9 patch images can only be used in res folder, because it only will be explained by the ADT. 2010/2/4 brian karlo gutierrez brikz...@yahoo.com Hello Everyone, I have a question regarding 9 patch images. Is it possible to download 9 patch png files from a webserver then

Re: [android-developers] Download and Display 9 Patch Images

2010-02-03 Thread brian karlo gutierrez
should be included in the docs that only in the res folder if it is... anyone? Thanks. -Brian --- On Thu, 2/4/10, haric zhu haric@gmail.com wrote: From: haric zhu haric@gmail.com Subject: Re: [android-developers] Download and Display 9 Patch Images To: android-developers@googlegroups.com

[android-developers] Download Android source code failed

2009-11-16 Thread Alger, Lin
I try to download source code for Android 2.0, but I always got the fatal: The remote end hung up unexpectedly message. Does the source code database with some problem? Should I rebuild my repo environment? or change some setting of repo? please tell me how to get the source code for Android 2.0.

[android-developers] Download Any File with Android Emulator

2009-10-25 Thread Fabio Melpignano
Good Morning, I'm trying to develop an Android application. I'd like to know if there is a method to download every kind of file with the browser embedded in the emulator. I've read the other post in this list, but I don't know if the SDK 1.6 emulator was used by those users. I'm using SDK 1.6

[android-developers] Download Hide My Ip 2009 And Key

2009-10-16 Thread Hide
Hide My Ip 2009 Download Hide My Ip 2009 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] download layoutlib.jar

2009-09-29 Thread Safy
Hi, I cannot find IWindowManager class which is used to simulate keyEvent. I searched google which says you need to import layoutlib.jar. I have tried to search the package in windows 1.5 SDK but could not find it. From where can I download the package ? Thanks

[android-developers] Download file from server

2009-08-25 Thread engin
Hi I am tryin to connect server and download file from server. Here is my code Ftp ftp = new Ftp(hostname,user,password); try { ftp.connect(); ftp.setLocalDir(new File(/sdcard)); ftp.setDir(test);

[android-developers] Download file from server

2009-08-25 Thread Jason Proctor
unless you post the error you're seeing, everyone here is flying blind. thanks. Anyone who used ftp client before can understand my problem or can give some suggestion. My problem is this this code piece work in java project succesfully but when I try it in android error gives. I think thhere

[android-developers] Download file from server

2009-08-25 Thread Jason Proctor
ok. looks like the dalvik vm found a piece of java bytecode it didn't like. this can happen with some java compilers. one solution is to compile the FTP library yourself, if the source is available. HOWEVER another is to use plain old URL.openStream(), like this - InputStream is = null;

[android-developers] Download file from server

2009-08-25 Thread Jason Proctor
can you connect to that server using the command line? I have still get error even if I used method that you suggest. I have internet permission. My code piece that causes error is following: String url = ftp://username:passw...@ftp.something.net/test/ Button.apk; is = new

[android-developers] Download file from server

2009-08-25 Thread Jason Proctor
well i don't know then. that code works for me here. if you like, you can direct-message me the hostname and user/pw etc and i can try it here. Yes I can. On Aug 26, 1:57 am, Jason Proctor jason.android.li...@gmail.com wrote: can you connect to that server using the command line? I

[android-developers] Download file

2009-08-23 Thread engin
Hi, how can we download a file from server using ftp? How can we use android's download manager manually to download ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Download here library for reading/writing EXIF from your JPEG images

2009-07-23 Thread Streets Of Boston
Android does not provide an Exif Reader or Exif Writer in its SDK (it has a native implemenation, though, but that API is private). The Sanselan library, however, does provide a full fledged set of functionality for reading and writing Exif metadata. However, Sanselan pur sang cannot be

[android-developers] Download progress

2009-06-17 Thread Ivan Soto
Hi, I'm trying to make my app display a download progress for bigger files. But I can't figure how to make it work properly.The data is an image I plan to set up as wallpaper Does anyone has an example of this? Thanks!! URL url = new URL(address1); HttpURLConnection uc =

[android-developers] download a apk file from the server

2009-05-06 Thread ainilife
hi all: i want to download a apk file from my server and run this apk file in my application. i want to know is that possible. if it can, please post the sample code. thank you very much. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Download manager

2009-05-04 Thread davidyu
I want to access Download manager in my application, and set uses-permission android:name=android.permission.ACCESS_DOWNLOAD_MANAGER/ uses-permission android:name=android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED/ uses-permission

[android-developers] Download Service in 1.5?

2009-05-01 Thread BoD
Hi! For some reason, I got the impression that there was gonna be a new API or Service in 1.5 to easily ask the system to download a file (instead of having to do everything manually with HttpClient or URL.openConnection, and so on). But I can't find anything in the API docs to that matter.

[android-developers] Download of [Application} was unsuccessful

2009-03-11 Thread ads_78
Hi, I have an app on the android market and am getting complaints that the download is unsuccessful. I know it is usually installing ok though. A) Is this download failure my fault? B) Is there anything I can do to make it less likely? C) What should I tell users whose download fails? Should

[android-developers] download question

2009-03-04 Thread fibers
Hi all: I had defined some interfaces in a C file by using WININET APIs like InternetOpen, InternetConnect, HttpOpenRequst and so on. All these functions return a hundle indicate the connection or a request header. Now i want to transplant my program to android and keep the interfaces

[android-developers] download question

2009-03-04 Thread fibers
Hi,all I had defined some interface in a C file by using the WININET api, like the InternetOpen,InternetConnect,HttpSendRequert and so on. but all this functions return a hundle indicate the connection or a request header. Now I want to transplant my program to android and redefine the

[android-developers] Download the Android Developers

2008-12-01 Thread Monica
To support you in your efforts, Google has launched the Android Developer Challenge, which will provide $10 million in awards — no strings ...

[android-developers] download APK from google marketplace to android device besides G1?

2008-11-17 Thread mattR
Hi, I have Android running on a development platform that is not a G1 phone. Is it possible to download applications from the google marketplace to my device? I am able to put an APK onto my device from my PC, but is there a way to download APK to my PC from the google marketplace? Thanks

[android-developers] Download counts frozen

2008-11-07 Thread dbradby
Hi, Is anyone else seeing their download counts frozen for their apps in the Market place? I am 100% certain I have downloads occurring due to updated behaviour on our servers. But our downloads counts have been stuck for the past 4 days now. Regards, Daniel

[android-developers] Download Count Reset on App Upgrade in Android Market

2008-10-28 Thread Ajay
I saw the warning when we upgraded our app about the reviews and ratings being temporarily reset when you do an upgrade. Can someone at Android comment on how long it will be before a fix is pushed that will merge the old comments and ratings with the new ones? Also, the download count was

  1   2   >