Android :: Error With ADC Upload
Aug 31, 2009
I've been trying to upload my adc submission. I keep getting an error saying "Upload a valid APK." can anyone elaborate on what this means? I've followed the checklist for publisihing and tested on my g1 and it all seems fine. Why can't I upload? What constitutes as a valid apk?
View 5 Replies
Nov 6, 2009
I am trying upload a video from the application.i am able to upload videos of size lesser than 2 MB but when i am trying to upload videos more 2MB i am getting out of memory error.
plz suggest how do i upload videos?
View 1 Replies
View Related
Apr 27, 2010
I wrote a basic soundboard app, and it runs fine there's nothing wrong with it. I want to upload it to the Market, but every time I try I get an error message:
Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml
That is already in there, I'm using 1.5 so I have my minSdkVersion set at 3. I don't understand what the problem is, and I've asked a lot of devs that never know what to tell me. I don't want to use a different platform because my phone currently uses 1.5. Others have suggested putting the <uses-sdk> line under the <manifest> line, but that hasn't helped at all.
Here is what my manifest looks like:
code:....................
View 5 Replies
View Related
Sep 25, 2010
I have a 2 minute 720P video taken with the droidx that i am trying to upload to my youtube account. The video is 140mb in size. i get the following message when I try to upload the video to youtube via the share option in Gallery "You can not upload a video larger than 1GB".
I get this message if I'm connected to wifi or not. The video is only 140mb in size!
Any one else getting this message?
I was getting this message prior to upgrading to 2.2 and was hoping that the 2.2 would fix it, but it didn't.
View 6 Replies
View Related
Sep 7, 2010
I'm having trouble uploading pictures I've taken on my DX to facebook through the "Quick Upload" option.I got a few uploaded, so I know it works, but now everytime I try, the status bad fills up all the way to "Uploading 100%" then it stalls before giving me the error "Can't send response now.Try again later."I've tried turning Wi-Fi on or off, but on both Wi-Fi and 3G it's not working.Thoughts?
View 1 Replies
View Related
May 5, 2010
Using appbrain on my PC seems to work fine when I'm not logged in. When I do log in and try to click on an app I get this error message:
"Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it."
Anyone else have this issue when using Appbrain on their pc?
Well, It looks like I solved the problem. I just deleted my account and created it again and it's fixed (for now).
View 1 Replies
View Related
May 26, 2010
The error "error parsing XML: unbound prefix" shows up on my main layout: main.xml when I first open Eclipse. To make the error go away, all I have to do is make a modification to the file, then undo it, then hit save (have to make a change in order to be able to save file and thus trigger the new syntax check).
My environment is:
Fedora Eclipse Platform
Version: 3.4.2
Based on build id: 20090211-1700
My target is Android API level 5.
The first time I saw the error I spent a long time trying to track down "the problem" but later realized there isn't really a problem, it's just a phantom error.
Screenshot: http://i50.tinypic.com/2i89iee.jpg
View 1 Replies
View Related
May 21, 2010
Eclipse is showing an error (little red "x" next to my project name), but there is no error shown in any files meaning there is no corresponding "x" next to any file...nothing. When I try to run it, it says, "Your project contains error(s), please fix them before running your application."You received this message because you are subscribed to the Google Groups "Android Developers" group.
View 11 Replies
View Related
Oct 27, 2010
I get the YUV to RGB function 1&2 (from stack overflow)but the result is wrong like this http://163.18.62.32 /device.jpg I dont understand what's wrong in the step my device is Moto Milestone with 2.1 update 1 function 1 public int[] decodeYUV420SP( byte[] yuv420sp, int width, int height) function 2 int[] rgbBuf = new int[height width];decodeYUV(rgbBuf,_height ,.width);than convert to Bitmap and show on Bitmap bm = Bitmap.createBitmap (rgbBuf,width, height) ;View01.setImageBitmap(bm);
View 1 Replies
View Related
May 12, 2010
I am trying to upload a file to some url using ssl.
I use this code to set trust manager -
CODE:........
And this one to set host name verifier -
CODE:.........
Then i am opening connection like this -
CODE:......
After i get the connection i use it to upload the data. Is i use http everything is ok but when i try https i get the following exception -
CODE:........
The strange thing is that i don't get exception all the time. When i try to upload small files (200K) it's working O.K. or it's crashing very rare but when i try to upload bigger ones (more than 1MB) i get the exception almost every time.
View 2 Replies
View Related
May 12, 2010
I have an application, and am trying to upload a new application from Developer console. It always says "The upgraded apk's package name (com.testini) must be the same as the one it is replacing (null)." I even tried created just a HelloWorld apk file, and still the same error. Can anyone suggest, where am going wrong.
View 3 Replies
View Related
Jun 6, 2010
I'm sure it's easy, but I'm not seeing it.I have an HTC Incredible.How do I upload files (mainly pictures and videos taken with the camera) to my dropbox folder?I thought there might be a way to go into the dropbox app and upload, but that doesn't seem to just let me upload any file.I also tried copying the files into sdcard/dropbox, but they don't show up in my dropbox account that way either.
View 9 Replies
View Related
Nov 25, 2009
well this is just an observation I've come up with but if i am wrong anybody feel free to correct me. Its about buying apps because I never have but with free apps u would only have to download it and simply back it up using Astro File Manager so my question is after buying an application couldn't anyone just simply back it up using Astro, connect your phone to the PC, C&P the file and upload that file for all to download?
View 7 Replies
View Related
May 7, 2010
I'm having some problems with an error message I'm getting from the Facebook application that came with the phone. The message im getting is "an error has occurred while fetching data [malformedJSon]". This is when I go to new feeds. Anyone else having this issue or know how to resolve it?
View 2 Replies
View Related
Sep 1, 2009
We submitted the app. After submitting, I see a Upload button, what's that for? Is it to upload to Android market?
View 2 Replies
View Related
Mar 1, 2010
I'm writing an app that uploads files to a web service. My question is how to write a Service to handle this: I want to upload in a background thread (or process not sure of the precise wording), so that the user can go to other applications without interrupting the upload, and show a notification / kill the thread when the upload is complete.I'm guessing it should be a Service, with a Notification to show the user what's going on: but should it be a LocalService or a RemoteService, as per the API examples? And do I need to call a new thread once I start the service, or do all services by definition run in a different thread?
View 7 Replies
View Related
Feb 16, 2010
Droid can only upload vids to YouTube by wifi... is that an Android thing or a limitation caused by Verizon's abilities (inabitlies?).
Not a severe problem, but I was so used to posting vids for work as the fastest way to get a QC problem resolved for co-workers across the state. I'd post a vid, they see it within minutes, and come up with a solution.
Can't do that with Droid.
Can't email them as the files are too large. Still have to use my little Nokia on ATT to do that.
View 7 Replies
View Related
Aug 19, 2010
Is there an app that will allow me to attach files and upload, for example on this site in a post so I could attach a picture or zip file straight from my phone. Or something I could use on a file hosting site, etc. If I could do this I will have no need for a computer at all once I get flash. I have a rooted Droid X.
View 2 Replies
View Related
Apr 9, 2010
i am implementing photoimage upload in sdcard in sdcard jpg image getting and in image uri retrieve data in bitmap in bitmap converting byte code this byte code sending to the database how can implemented this problem please some suggestion of implementation some example of source i am new in android t's very urgent , if anybody knows the solution.
View 2 Replies
View Related
Feb 26, 2010
I'm writing an Android app where users can upload video to Youtube. I'd like the Youtube tag field to be pre-filled with a tag that I set. I'd also like the UI to work like this: user clicks on an Upload button, user goes straight to Youtube upload intent (rather than picking from a Chooser), tag field is pre-filled for them.
Is this possible using ACTION_SENDTO?
Currently I have this code, which just launches a Chooser, which really isn't what I want:
btnUpload.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
//uploadToYouTube();
//videoUpload();
Intent intent = new Intent();
intent.setAction(Intent.ACTION_SEND);
intent.setType("video/3gpp");
intent.putExtra(Intent.EXTRA_STREAM, videoURI);
try {
startActivity(Intent.createChooser(intent,
"Upload video via:"));
} catch (android.content.ActivityNotFoundException ex) {
Toast.makeText(Recorder.this, "No way to share!",
Toast.LENGTH_SHORT).show();
}
}
});
View 4 Replies
View Related
Dec 6, 2009
Anyone know how to unclog stalled uploads to Facebook? I've tried to upload vacation photos but they don't get through + remain somewhere between the cloud + my T-Mobile MyTouch phone. I've tried clearing the cache as well as logging off + relogging. Nothing seems to work. Any advice?
View 4 Replies
View Related
Aug 29, 2009
I'm keep getting "upload a valid APK" when i'm uploading my app in ADC2 site submission. I followed all istructions at http://developer.android.com/guide/publishing/preparing.html, then signed my application with private key (40 years due date) all with Eclipse (Android toolsExport signed application package). The apk work fine in my phone. What I doing wrong?
Other info: Cancelled all Log. references; this is my begin manifest file:
CODE:............
View 2 Replies
View Related
Aug 12, 2010
I have problem with uploading my .apk file on device Highscreen Zeus. In emulator everything works fine, but when I can upload application on the device, I always get following error:
[2010-08-12 14:41:25 - BitmapDrawing] Failed to upload BitmapDrawing.apk on device 'ZUSM1M10A02691' [2010-08-12 14:41:25 - BitmapDrawing] java.io.IOException: Unable to upload file: Permission denied [2010-08-12 14:41:25 - BitmapDrawing] Launch canceled!
View 11 Replies
View Related
Aug 30, 2009
I've written an app that syncs social network photos with your phone's contact photos. It works great. However, I have an option that lets the user skip any contacts that already have a photo added. This works great until the phone (I assume) syncs up the photo from the social network with Google Contacts.
I use a hash of the pic to track if the picture is one from my sync app or one that the user has added themselves. So, if Google Contacts changes the format of the pic, then the hash will change and my method is no good!
View 2 Replies
View Related
Aug 3, 2010
I'm trying to upload a image file. Might be .jpg or .png to my server. I found some confusing tutorials which people are doing it in different ways. Is there any simple or at least clear tutorial for this?
View 5 Replies
View Related
Aug 25, 2009
My app needs to upload several files to a web site. How can I do this in the background similar to what the YouTube application does? Also what is the best way to upload files? POST to a web page?
View 2 Replies
View Related
Jul 17, 2010
While checking out the DX at V, I met someone who had a question that no one could answer.
He has 1500 contacts in his BB. However, the BB OS5 allows filters/groups for the contacts. He has one called "Car" with 12 numbers that he calls often. BB allows the upload/transfer of individual filter/groups to the car so he only has to scroll through those 12 numbers. Can the DX offer the same thing where you can only upload selected contacts, or is there an app for that?
View 1 Replies
View Related
Jul 7, 2010
How can I upload images using FTP on Android?
View 2 Replies
View Related
Jan 20, 2010
I have the Moto Droid (LOVE IT!)
I'm having some issues with the facebook app (native). I can't seem to upload photos, I don't get an error message or anything just photo cannot be uploaded.
I've been having problems with the native app, therefore I downloaded BLOO. I just don't like the idea of having 2 different FB apps to do everything I want to do :- would love any advice.
I've tried having wifi off and on and neither made a difference, and I've restarted the phone
View 1 Replies
View Related
Jan 7, 2010
Since yesterday I cannot upload pics to Facebook anymore... It says mobile uploading was disabled. Any ideas how to fix that?
View 1 Replies
View Related