General :: Apps That Compress Internet Data?
May 4, 2013
I'm looking for some apps which can let me compress the data because my ISP provides unlimited 3G although the speed drops to 15kilobytes/s (not to be confused with kilobits) after 500MB of usage. Is it possible that i can compress the data usage with an app so that it takes longer for me to use 500MB.
Also i mostly listen to music videos on youtube as i'm driving around so are there any other alternative apps which allow me to listen to music but can run on a speed of 15kB/s?
View 1 Replies
Feb 17, 2012
I know the best way to get more space in my phone is to get a bigger sd card...but i was wondering is there a way to compress all the data in the phone and on the sd card, i would like to compress everything i have and not get rid of anything.....i dont have much on my phone at all and every now and then i get a notification that im running low on disk space so i have to go threw and delete things and move things to the sd card even though i have the phone set to install to sd card...
i have a rooted samsung admire.
View 6 Replies
View Related
Dec 1, 2013
Not for security, just to stop mobile data internet from reaching some apps. I need to set it by multiple configuration too.
View 1 Replies
View Related
Nov 2, 2010
I have some binary data (pixel values) in a int[] (or a byte[] if you prefer) that I want to write to disk in an Android app. I only want to use a small amount of processing time but want as much compression as I can for this. What are my options?In many cases the array will contain lots of consecutive zeros so something simple and fast like RLE compression would probably work well. I can't see any Android API functions for this though. If I have to loop over the array in Java, this will be very slow as there is no JIT on most Android devices. I could use the NDK but I'd rather avoid this if I can.
View 4 Replies
View Related
Mar 11, 2010
I am porting a Python application to Android and, at some point, this application has to communicate with a Web Service, sending it compressed data. In order to do that it uses the next method:
def stuff(self, data): "Convert into UTF-8 and compress."
return zlib.compress(simplejson.dumps(data))
I am using the next method to try to emulate this behavior in Android:
private String compressString(String stringToCompress) { Log.i(TAG, "Compressing String " + stringToCompress);
byte[] input = stringToCompress.getBytes();
// Create the compressor with highest level of compression Deflater compressor = new Deflater();
//compressor.setLevel(Deflater.BEST_COMPRESSION);
// Give the compressor the data to compress compressor.setInput(input); compressor.finish();
// Create an expandable byte array to hold the compressed data.
// You cannot use an array that's the same size as the orginal because
// there is no guarantee that the compressed data will be smaller than
// the uncompressed data.
ByteArrayOutputStream bos = new ByteArrayOutputStream(input.length);
// Compress the data byte[] buf = new byte[1024];
while (!compressor.finished()) { int count = compressor.deflate(buf);
bos.write(buf, 0, count); } try { bos.close();
} catch (IOException e) { } // Get the compressed data byte[] compressedData = bos.toByteArray();
Log.i(TAG, "Finished to compress string " + stringToCompress);
return new String(compressedData);
}
But the HTTP response from the server is not correct and I guess it is because the result of the compression in Java is not the same as the one in Python. I ran a little test compressing "a" both with zlib.compress and deflate.
Python, zlib.compress() -> x%9CSJT%02%00%01M%00%A6
Android, Deflater.deflate -> H%EF%BF%BDK%04%00%00b%00b
How should I compress the data in Android to obtain the same value of zlib.compress() in Python?
View 2 Replies
View Related
Feb 1, 2010
I am a new HTC Magic (Vodafone) user and have downloaded a number of useful Apps from the market. Since I work away from the UK (and have roaming disabled) and I have a Wi-Fi at home, I do not have a data pack included in my contract. However, I have found that a great App I downloaded - NetCounter - is reporting cell traffic that is going to end up costing me a lot of money.
So I have a few questions.
1) How do I switch between running applications, so I can see what's running?
2) How do I prevent certain Apps from starting whenever I power on the phone?
3) How do I see what Apps are connecting to the internet(ignoring the WiFi) and creating unwanted cell traffic.
4) Is there something I can disable so that I can use the phone normally, but prevent it from connecting to the internet unless I am back home and using the WiFi connection.
View 6 Replies
View Related
Apr 15, 2012
I have a Samsung Galaxy S2 with Android 4.0.3 XXLPQ.It's rooted and now has CM9 installed.Unfortunately for some bizarre reason I have no internet connection. I've installed a different modem and it hasn't fixed the issue. APN settings are correct (I've spoken to my network). Sometimes it works absolutely fine then after a few moments it just won't load anything and I get a 'No internet connection' warning. Apps won't work either due to no connection. However I do have a 'H' and sometimes '3G' next to the signal bars. WiFi is working fine. Have full signal.. I've started from scratch and wiped everything several times and re-flashed xxLPQ but still nothing.
View 1 Replies
View Related
Aug 7, 2011
The problem is that, the MMS is disabled during being in roaming and having data switched off. Is there a way to make MMS messages working while the Internet data is switched off ?
View 5 Replies
View Related
Jul 12, 2012
I am unable to get internet access for my installed apps. I am able to browse through default browser and opera mini, suggesting that my internet connection is working fine. However, none of my apps are able to access it. I cannot use Play Store or youtube. I cannot even login to either twitter or facebook via their apps. I am using Nexus One on stock Froyo. Phone is rooted.
View 2 Replies
View Related
May 20, 2014
How can I find out the ports different apps use? And can i reroute them some how?
View 1 Replies
View Related
Apr 16, 2013
I have 3 android devices (xperia s, htc one x and a galaxy s3) connected to a wifi network. This is kind of a protected network and there is a firewall involved. Also the devices are getting IP via DHCP. The problem is that i am able to access web site via browser but when i try from the application, its showing i don't have internet connection. There is no proxy configured in this network. There is an IP filtering in the router which filters the IPs starting with a particular series. But the web site and the application which i am trying to use are supposed to use this IP series.
View 9 Replies
View Related
Mar 30, 2014
At work I can use my android devices for surfing but as soon as i try to use a app like a game that needs internet it wont work. How can I find out the ports app uses and is there any workaround for this?
View 1 Replies
View Related
Nov 24, 2013
My real problem is apps trying to be online like facebook, tango and such.. my subscription plan is limited so I need to stop them and allow only one app per my needs..
I know about the great app called "Droidwall" it's fine and all but it doesn't provide a mutli-profile function thus I need to tick and un-tick the wanted apps every time I connect!!
I need an app that let's me choose apps which I want them connected to my mobile data and SAVE my configures under one name to a separate profile..
Is there any app like that?
View 2 Replies
View Related
Nov 26, 2013
Some apps like location tracking apps on my sons phone does not work all the time when his phones on 2g internet. But on wifi it seems to work all the time. Apps like life360 location tracking apps, remote control apps like androidlost, which uses push messages and also polling services works intermittently. Sometimes it works on 2g internet and sometimes it does not. But on wifi, there's no problem at all.
But strangely messaging apps like viber works continuously on 2g or wifi without any problems.
View 3 Replies
View Related
Sep 9, 2012
Anyway, when i am trying to watch a movie in my adroid device (Xperia Sola), sometimes it directly opens it with flash player withing the browser (Btw i am using stock) and sometimes it wants me to open with some apps, like Movies, Quickpic and MX Player. Since i am able to play that video with flash player in my computer, i want that video to be played by flash player, not by some apps.
Actually MX Player is better in watching movies, but sometimes it cant grab the movie, but flash player makes no problem like that.
I unchecked "Play HTTP Links" in MX Player, but there is no such option in stock Movies app and Quickpic.
View 4 Replies
View Related
Jan 2, 2012
Some of my closed apps automatically start when internet connection is opened.How do they sence the connection is opened?Is there an app that can stop them from opening?
My app killer will kill them when I manually hit the kill bottom or when the phone is locked.But there is no settings that stop them from starting and running after I start my data or WiFi connection.
View 3 Replies
View Related
Oct 20, 2010
Does HTC sync compress images when syncing to the phone? Is there any sync applications / programs that compress?
View 5 Replies
View Related
Jan 6, 2010
I have 2 questions.
Is there a way that to compress pictures for mms? When I had the Samsung moment it did it automatically.
2 I can't view some of my mms messages? It says download but it gives me an error.
View 7 Replies
View Related
Dec 5, 2009
If I am going through my calendar day by day it shows me from about 8am to 5pm. If there's anything before 8am or after 5pm, I don't see it without scrolling. On my old Treo, it would get rid of some of the unallocated hours between 8am to 5pm to ensure other events fit on the screen. Anyway to do this within the Calendar? I'm using Agenda in the meantime but would really like to see just the day's events for whatever day I'm looking at.
View 3 Replies
View Related
May 20, 2010
I think I need a step by step. So I ripped Avatar from a dvd using dvdfab. I chose main movie and Dvd9. This gave me a 7 gig file. I used handbrake to convert to mp4 at 480 x 272 or something on ipod legacy setting. When I put that file on the phone, it is 2 gigs. Does that seem too big? How can I compress this without a huge loss in quality? It plays perfect right now.
View 15 Replies
View Related
Nov 25, 2013
Am using Xperia Neo V (2.3.4),stock Rom. Why these stock apps use data?
1. system.shell
2. system.root
3. keypad (i dont use google voice stuff by the way)
In a single month they use lotsa data running into MBs instead of mere KBs
View 1 Replies
View Related
May 1, 2012
When I setup my A100 (running the ICS OTA update), I didn't have an SD card installed. It created it's own "fake" sdcard which applications use.
Now that I've added a real external sdcard, I can't get the applications to use that for their data instead of the "fake" location.
I've copied everything from the "fake" location to the new sdcard.
I suspect the problem is that the new, real sd card is called "external_sd" and the old, "fake" location is called "sdcard".
Do I need to reinstall those applications?
I am NOT trying to move applications to the external SD card; I just wants apps that normally store data there to do so instead of in the "fake" location.
Also, I am not rooted.
View 1 Replies
View Related
Jan 25, 2014
I've noticed that even when I have 3g or 4g, certain apps never connect to the Internet. The apps I've noticed that have this problem are sound Hound, Google now search, spotify and words with friends. These apps will fail to connect to the Internet and say I have no signal, yet I can open Google Chrome and open a Web page no problem (even pages I don't visit that aren't stored in cache) or use the Chive app.
View 2 Replies
View Related
Mar 16, 2013
I got into bootloop and ofc i erased my backups yesterday. how do i extract all apps data from my nandroid? I already know how to extract apps but not the data.
View 1 Replies
View Related
May 20, 2012
I want to root my phone, the HTC Vivid, but the bootloader unlock wipes everything off of the phone, and I would like to do it without losing apps and such. Any app that will do this for me without being rooted?
View 2 Replies
View Related
Apr 12, 2012
I want to let a friend borrow my Transformer Prime but I want to remove all my Gmail, Voice, etc from it. I want to leave all the apps on it. How do I do this?
View 6 Replies
View Related
Feb 21, 2013
I just wanted to know is there a way to backup apps and the data manually
View 4 Replies
View Related
Apr 12, 2012
I'm working on a custom ROM for my Toshiba Thrive and I'd like to install some apps with data already placed on installation, but I can't find out how. An example would be ADW as a launcher. Right now, it boots and immediately goes to the welcome screen for a fresh install of ADW. I'd like to make a default theme for ADW so that when someone installs the ROM, they can avoid that initial setup of ADW.
View 4 Replies
View Related
Jan 22, 2012
Supposedly I buy a new android phone, let's say going from Galaxy S1 to S2. How can I transfer my stuff from the old phone to the new one?
View 9 Replies
View Related
Sep 15, 2012
are there any android apps that can save data to files then copy to folder or sd card? for example, I want to take some notes and save to text files in notepad and save to sd card.
I found almost none of android apps can save. can any list some apps can save data ?
View 4 Replies
View Related