Android :: Uploading Via Over 3G/4G Instead Of Wifi
Jul 28, 2010When I upload a video from the video gallery, it only lets me upload using wifi. Is there a different app or setting that will allow me to upload using the Sprint Network?

When I upload a video from the video gallery, it only lets me upload using wifi. Is there a different app or setting that will allow me to upload using the Sprint Network?
I want to be able to upload my large 100mb recorded hd video to youtube via carrier's 3g connection instead of wifi when I don't have wifi available. It pops up with a message saying you must be connected to wifi in order to upload large files. Anybody know how to enable this feature?
View 1 Replies View RelatedI have a softkeyboard code that I am trying to install on my device. I was able to debug and run on my device it using eclipse, it works well as long as the USB cable is connected (of course, once I disconnect it it stops working). I tried adb install as well, that works for a few sample applications I used but not for the softkeyboard (maybe because it is an input method service?). When I try to change the input method it shows me my application name in the list but does not render it on the screen.
View 3 Replies View RelatedI've had problems with HandCent recently. The new version refused to upload from the marketplace and everytime I tried to cancel the upload it 'force closed' on me.
So I uninstalled handcent completely from my phone (HTC Desire, Froyo) and attempted a new upload. Still won't accept it and 'force closes' on me.
I wanted to give my app is too long for the small icon. However looking at the market, I notice that other people have got around this by giving a longer name to the app that appears on the market list, and a shorter name to the app itself once it is installed.
For example, the is a calculator app called "RealCalc Scientific Calculator" but when you install it it just appears as "Calculator".
How do I go about this? Does the market ask you for an app name when you upload, where you can put anything you like?
Also, what about the actual .apk filename - is that important, and have any bearing on the name that appears when someone downloads the app?
I completed my apk, and about to publish my apk up to the market.
when I load my apk, this stuff just pops up :"Market requires the minSdkVersion to be set in AndroidManifest.xml. The server could not process your apk. Try again."
I'm pretty sure I did set minSDKversion "2" right now I'm stuck...
I noticed the FBook app has an Upload Photo option when you press MENU, but every time I try it says, "Photo upload not authorized. Please authorize the 'fBook' application on this Facebook page (with the word "page" hyperlinked) and then retry the photo upload. OK, no problem. So I click the link and it takes me to the Facebook login page where my email and/or password doesn't work. When I try to do it from my desktop computer and click on settings, then Activate Facebook Mobile, TMobile isn't listed as a carrier. So what do I do? Is it possible to upload photos from within fBook?
View 11 Replies View RelatedI noticed that recently any photo uploads have the caption "Uploaded via Facebook Mobile" instead of "Uploaded via Facebook for Android".This changed sometime between May 10 and 15: Sometime between May 10 and 15 the Facebook Android app has c on Twitpic.Can anyone help me with this issue? and is anybody having the same problems as I'm having?
View 1 Replies View RelatedI m uploading my apk for 1st time on market and getting Error:The server could not process your apk.
Try . My manifest file is:-
CODE:..............
I have an application that requires that some images are uploaded to the device and replaced when the image changes.
For example, the first time the application is opened it goes ot the server and downloads some images, then the second time it verifies if there are new images to be downloaded, if there are it downloads them.
What could be the best approach to store the images on the device? creating a file folder for the application and a content provider?
I've just added LVL and server-based licensing into my (as-yet unpublished) app.It appears that the license testing requires that the app exist in the Android Market.Is there a way to "publish" an app to the Market but keep it hidden while I test?
View 7 Replies View RelatedAny good YouTube uploading apps?
View 3 Replies View RelatedCan I upload content(can be anytype jpg/png) other than apk onto android market so that the application could download the content at the first run.
View 2 Replies View RelatedLet me start by saying I love Android and have had it before, and I never jumped on the iphone band wagon, but now I feel like I may have to for only 2 reasons. I can not find an easier solution for my music. I usually download from limewire and everything falls under itunes, well after getting the capitvate yesterday It took me over an hour to figure out that I had to go through doubletwist and all this mass storage and mount stuff well after all of that I did get a few songs on my phone, but do I have to go through this EVERY time? or is there an easier way?
Also one more thing, yesterday when I got the phone I set up my facebook and now its gone. I did have status updated right on the front of my phone if I just swiped it over and now its just "daily briefing" and I cant for the life of me find my facebook unless I go to www.facebook.com what is going on? Or am I just too dumb for this phone, cause I'm not a real tech person, I just need a fast brower, music, and camera. Please help before I am forced to jump on the iphone band wagon which I really don't want to do.
My pics are uploading upside down !WTF?
View 4 Replies View RelatedJust now i have developed an application and now i am ready to upload it on Android market,
but when i am trying to upload, it showing the following error messages:
Market does not accept apk signed with the debug certificate. Create a new certificate that is valid for atleast 50 years. Market requires that the certificated used to sign the apk be Valid until at least October 22, 2033. Create a new Certificate. how do able to upload the APK file on Android market successfully.
I have the same problem as described here, but I will supply a few more details. While trying to upload a video in Android, I'm reading it into memory, and if the video is large I get an OutOfMemoryError. Here's my code:
// get bytestream to upload
videoByteArray = getBytesFromFile(cR, fileUriString);
public static byte[] getBytesFromFile(ContentResolver cR, String fileUriString) throws IOException {
Uri tempuri = Uri.parse(fileUriString);
InputStream is = cR.openInputStream(tempuri);
byte[] b3 = readBytes(is);
is.close();
return b3;
}
public static byte[] readBytes(InputStream inputStream) throws IOException {
ByteArrayOutputStream byteBuffer = new ByteArrayOutputStream();
// this is storage overwritten on each iteration with bytes
int bufferSize = 1024;...........................
Any way in Android to automatically upload photos to flickr or picassa or an app to do it like the symbian shozu app did.
View 8 Replies View RelatedCan I upload pictures from my android phone to facebook without using a usb or anything. By only using facebook on my PC when I am logged in. I have the facebook android app.
View 7 Replies View RelatedIf I want to upload a text file containing some game stats to a web server for testing purpose, which approach is the best? Do I write a service along with my application and then upload the log file once it reaches a specific size? Or do I embed the logic into my application and then do it during idle times?
View 3 Replies View RelatedUploading pictures to picasa always fails in my phone. Does anybody has faced similar problem. It always says retrying after 1 minute, 3 minute.
View 4 Replies View RelatedI'm working on an application that does an upload to a webserver, but struggling with the actual fileupload.. code:
CODE:............
Now, I have this working with what is no longer supported in MultipartEntity as follows:
CODE:...........
Problem is MultipartEntity is apparently no longer supported, although I found the libraries I can include in my project.
I know there are the standard features that allow most android users to send their images or videos like bluetooth, fb, flickr, email, picasa etc but I was wondering if it's possible to upload videos and images to different file saving servers (for example rapidshare or lockerz or any of the million other filesaving servers out there). If this is at all possible could someone explain how?I'm on an HTC Incredible for the record.
View 3 Replies View RelatedI am writing an application to upload a file from Android phone to a web server. I have tried the example from:
http://www.anddev.org/novice-tutorials-f8/doing-http-post-with-android
But it will only work for SDK 1.0 (why? Not Sure?).Can this be done for Android 2.1? Or is there any other method to load a file from Android to a webserver?
I have made my own app with App inventor but i can't upload it to the market i payed the 25$ so.. did that go to total waste?I found a guide cus i know there is a problem with the icon or something here is the site that i found a guide on : http://www.androidworld.it/forum/app-inventor-91/[how-]-publish-app-created-app-inventor-android-market-4597/Could some one who know how to fix this problem maybe help me or make a Youtube video like How to.so i can see how you do.Please i know there is some way to upload it.
View 11 Replies View RelatedI'm switching over from iPhone 4 to Android Galaxy Nexus. Any good app is for uploading and downloading pics between the phone and a PC? I want to setup albums on phone too so that related pics are kept together.
View 10 Replies View RelatedIs there an application in the Market that will make it possible to upload direct from the camera to enable images to be inserted into forums. Either direct into the forum post, or via a hosting site like imageshack.
View 11 Replies View RelatedI make application using Froyo SDK.It support only Android 2.2.It is working well on Emulator and Nexus one.but android market uploading error like below.The file is invalid: W/ResourceType(12468): Bad string block: last string is not 0-terminated ERROR getting 'android:label' attribute: attribute is not a string value.If change android:minSdkVersion to 7, then no uploading error.But application only support Froyo.
View 2 Replies View RelatedI uploaded an update to one of my apps. I caught a bug in testing shortly after. I noticed that the Upload Upgrade link had disappeared, and I only have the ability to completely remove the application. I uploaded the last update yesterday, so it has been about 15 hours. I'm guessing there is a 24 hour waiting period so that you don't flood the market with updates, but I can't find documentation to confirm.
View 10 Replies View Relatedi have a camera Activity after which i take a picture and saving it to gallery and uploading to the server My upload code is not working, i need help on this? // image capture
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, 0);
//image Saving
if (requestCode == 0 && resultCode == RESULT_OK)
{ Bundle extras = data.getExtras();
Bitmap b = (Bitmap) extras.get("data");
ImageView mImg;
mImg = (ImageView) findViewById(R.id.head);
mImg.setImageBitmap(b);
// save image to gallery
Shot = "HeadShot"; //Long.toString(System.currentTimeMillis());
MediaStore.Images.Media.insertImage(getContentResolver(), b, Shot, NAME);
//Upload to the server public void Upload(String url, HttpEntity imgdata) throws Exception, Exception {
DefaultHttpClient client = new DefaultHttpClient();
HttpPost post = new HttpPost(url);
post.setHeader("Content-Type", "bitmap; charset=utf-8");
post.setURI(new URI(url));
post.setEntity(imgdata);
HttpUriRequest request = post;
HttpResponse response = client.execute(request);
HttpEntity entity = response.getEntity();
return entity.getContent();