Android :: Application To Limit Messages By Contact / Amount
Oct 17, 2010
I would like to limit my messages per person to 300 or so, not limit the total number of my texts, or by date. Anyone know of an app for this? Some of my conversations come up extremely slow on the stock messages app due to nearing k messages between that person and myself. Using a Hero if that matters.
View 6 Replies
Nov 26, 2010
I have 2 email accounts that I check on my Samsung Captivate, and I'm having problems with both of them. When I click the Email icon and view both of these accounts, one account shows -1/1 messages and the other shows -1/25 messages. If I get on Yahoo and Gmail and check they show the correct amount. Yahoo has showed this for a few days, and Gmail just started today.Can anyone tell me what is wrong and why they show a negative amount of messages?
View 1 Replies
View Related
Aug 30, 2010
I only have the 200 text message plan, and with my old phone I didn't really text much. But now that I've learned how to use swype, I find myself texting a lot more. Is there an app that I can set a limit on the number of texts in a time span?
View 7 Replies
View Related
Jul 26, 2010
Can anyone tell me how to limit the number of saved messages for each thread in Handcent please? I am sure I have seen this option somewhere in the settings but cannot find it now.
View 1 Replies
View Related
Nov 25, 2010
So I've had my DHD for 3 days, done a little 3G browsing the usual stuff Facebook, emails etc., but nothing more as I used my home WiFi for the widget and app downloads. But today I got a text from Vodafone saying I was near my internet usage limit for the Month! Within 3 days!? I have a 750MB limit, which the chap in the shop assured me was enough to keep me happy as 'no one ever goes over that.'
I was happy with that even though my previous contract was unlimited internet as he said it would be ok. All I can think of is the email syncing, so turned that off. But what else could be causing me to go over the 750MB limit within 3 days? Surely thats a huge amount to be used?
View 12 Replies
View Related
Jul 13, 2010
We are supposed to cache textual and audio data in our application until device is booted or maximum of two days, whichever happens earlier. To get a perspective on data to be cached, note that we are to store about 200 text headers containing around 10 fields, each of length 30 bytes and about 20 sound files each about a minute long.We are getting the textual data by parsing XMLs and then we keep them in ArrayLists. The sound files are directly written inside the app storage using File I/O (and not on SDcard or Apps Cache directory).This application is to be run on devices running Android 1.5 or later.I understand, and please correct me if I am wrong, that we can cache the files either on SDcard or inside the application or inside applications Cache directory.
View 2 Replies
View Related
Aug 31, 2009
Does the 1.5 SDK still have the 16mB application heap limit? Is there any way to change it? Do you think this limit will persist into the forseeable future?
View 3 Replies
View Related
Apr 5, 2010
I need fewer speeding tickets. I've tried voting in local elections but that doesn't seem to help. So I'm left to looking at applications that can help me keep my speed in check.
I really like this application for iPhone, but it doesn't seem to have an Android port. It seems to be exactly what I'm looking for. It has a database of speed limits and notifies you when your phone's GPS reports you have exceeded those limits. The database is user-updated so it should be fairly accurate and current. It also has a really classy GUI.
Is there anything currently in the Android market that can help me? I've tried Trapster, but it doesn't have the functions I'm looking for. It also was pretty annoying as it constantly went off for every potential copper hiding place.
View 15 Replies
View Related
Mar 18, 2010
That there wasn't a limit to the size of an application that could be downloaded over the air (OTA) but I wonder if a limit, like that imposed by the Apple App Store (20MB) exists now that the Nexus one is running on AT&T's 3G network as of today.
View 3 Replies
View Related
Aug 5, 2010
Is android's memory 16MB limit per Process or Application? If the limit is by process, I can make some services remote. That means the service will be in different processes, and the limit will be 16 x N.
View 3 Replies
View Related
Oct 29, 2010
I've been looking for a good application that has a real time speed limit for roads, as I live in a place where they don't exactly like to put up many speed limit signs. Does anyone know of one that is GPS enabled, and tracks the speed limit by your gps location? This may be impossible, but I am just wondering if anyone has stumbled across an application similar to this. Does not need to be fancy, just work.
View 4 Replies
View Related
Jul 26, 2010
I have a small test app on Android that is meant to test tracking multitouch input, but I am only ever getting two touches at the same time on my Evo. Does anyone know if this is a limitation to Android or the hardware? By the way, here's my test class so you can try it out yourself.
import java.util.HashMap; import android.content.Context;
import android.graphics.Canvas; import android.graphics.Color;
import android.graphics.Paint; import android.graphics.Paint.Style;
import android.view.MotionEvent; import android.view.View;
public class PressureView extends View {
private HashMap<Integer, Spot> mSpots = new HashMap<Integer, Spot>();
private final int[] mColors; private final Paint mPaint;
public PressureView(Context context) { super(context);
mPaint = new Paint(); mPaint.setStyle(Style.FILL);
mColors = new int[]{Color.RED, Color.GREEN, Color.BLUE, Color.YELLOW, Color.MAGENTA};
} @Override protected void onDraw(Canvas canvas) { super.onDraw(canvas);
canvas.drawColor(Color.WHITE); for(int id : mSpots.keySet()) {
Spot spot = mSpots.get(id); mPaint.setColor(spot.Color);
canvas.drawCircle(spot.X, spot.Y, spot.Pressure*500, mPaint);
} } @Override public boolean onTouchEvent(MotionEvent event) {
System.out.println("***" + event.getPointerCount() + " Pointers");
for(int i = 0; i < event.getPointerCount(); i++) { int id = event.getPointerId(i);
Spot spot = null; if(mSpots.containsKey(id)) { spot = mSpots.get(id);
} else { spot = new Spot(); spot.Color = mColors[mSpots.size()]; }
if(event.getAction() == MotionEvent.ACTION_UP) spot.Pressure = 0;
else spot.Pressure = event.getPressure(id);
spot.X = event.getX(id); spot.Y = event.getY(id);
mSpots.put(id, spot); } invalidate(); return true;
} private class Spot { public float X, Y, Pressure; public int Color; } }
View 1 Replies
View Related
Feb 14, 2010
Or any current ROMs for that matter. Is the 70 app limit in AOSP 1.6?
View 1 Replies
View Related
May 15, 2010
Installed Handcent and was wondering if there is a way to disable the native messages application as double messages is starting to become annoying
View 8 Replies
View Related
Jan 5, 2010
I'm experiencing an error on my facebook "APP" that says something to the effect of "application request limit". Does anybody know what this means?
View 7 Replies
View Related
Jan 5, 2010
Facebook app has been acting up on my Droid since evening. I can get to mobile site but the app says "application request limit reached" and will not get data from FB.
View 2 Replies
View Related
Sep 25, 2010
When sending messages my contacts appear twice.Any ideas why and how to correct it
View 5 Replies
View Related
Oct 10, 2013
I have a problem on receiving messages from one contact so that I can't see his messages the problem started when I have installed (NQ Vault app) and marked this contact as a private one after little days I've removed this contact from the private list & uninstalled the app (vault) ..
I've noticed that when I send him a message > he receives it normally but it is fastly disappeared from my conversation history.
View 1 Replies
View Related
Jul 29, 2010
Since I started installing custom ROMs on my Desire, the contact pictures have been missing in the HTC Messages app. They show up fine everywhere else, just in Messages I see the default grey contact icon all the time.I initially thought it could be a bug specific to one of the ROMs I installed but it's happened with AdamG's 'official' Froyo Sense ROM and Paul's MCR Custom ROM r5 which I'm currently running (actually, I've installed 2 slightly different 'bakes' of this and the problem is there in both).I've tried asking about this on XDA and MoDaCo in the relevant ROM threads but not had any luck. Just wondered if anyone had any idea at all what could be causing this and how to fix it, or at least find out why it's happening.As I said, its literally just in the Messages app that it's happening - everywhere else contact pics show up just fine.
View 5 Replies
View Related
Sep 24, 2010
Why when sending a text message (by clicking contacts) does my contact list (clicking the little person) show all the contacts contacts details such as home number / mobile number / email etc etc.
I am sure it just listed contacts once in order to simply send a text !
Why I am getting all these options ?
View 1 Replies
View Related
Jun 26, 2010
Recently I noticed that my contact icons in the messaging app have disappeared and just changed into the regular "no contact picture" icon. The contact pictures are still intact in my contacts and call log though. I tried handcent, but the pictures are missing there too.
Anyone have any ideas?
View 2 Replies
View Related
Apr 29, 2010
Just got my Incredible and it is rocking. Damn this thing is fast! I notice that when I try to compose an sms message, the contact search list contains ALL of my contacts (phone + Google). This is super annoying, as I literally have thousands of Google contacts and some people have numerous accounts, so it's incredibly difficult to sort through and is honestly the first thing I have seen the phone start to choke on. The 'People' widget has a 'View' setting that allows me to limit by just phone contacts, but I can't seem to find any sort of filter in the search when I'm composing a message. I can type each name individually and select, but having a big list would be nice. Again, I'd like to be able to select message recipients from a list containing only phone contacts.
View 1 Replies
View Related
Apr 29, 2010
When I do to my phonebook and look at a contact it gives me the option to send a message to the default number and every other number associated with that contact. So if they have a work, home and mobile it also gives me the ability to send messages to all 3 of those numbers, why? If I send a text I only want it going to their mobile....is everyones contacts set up like this?
View 1 Replies
View Related
Nov 12, 2010
First of all, I am running stock 2.2 on an unbranded Desire, with latest firmware from HTC. Sometimes when I go to my messages and say, click on messages from "John", messages from a random other contact come up. If I click back and click John again, the correct messages appear. It doesn't happen all the time (maybe once every few days?), but unless I am careful I end up sending a message to the wrong person. I have tried restarting the phone, but don't really want to factory reset for such a minor issue. Never happened under 2.1.
View 1 Replies
View Related
May 8, 2010
I just got the moment as a replacement for the Pam Pre. I am trying to see if I can adjust. One of the main features I am looking for is having SMS messages grouped together in the same thread for the same contact as with the Pre. Does anyone know if it is possible?
View 2 Replies
View Related
May 1, 2014
I'm using Hangouts for my SMS messages. Until recently when I received a message and swiped down on the notification bar I would see the contact's picture next to the text message. I have saved contact pictures for most of my gmail contacts (had to since google won't pull in Facebook picture but that's another gripe). Recently however, the contact picture does not display in the notification area when I get an SMS. It just show a grey/black/white image where the contact picture should be. The contact picture still appears in the actual text message and in my list of text messages but not in the notification area. I have a Nexus 5 which I believe is up to date on all updates.
View 3 Replies
View Related
Jul 27, 2011
My bro just updated to 2.3.4 on his Atrix, same as me. Now when he gets a call or text, it only shows the number and not the name. These are regular contacts already set up in his contacts list. I haven't been able to figure it out as it works fine on mine.
View 2 Replies
View Related
Feb 12, 2012
I'm having issues receiving text messages from a single contact.I'm using the Huawei X1 - running Subpsyke's latest rom. I use GoSMS.The thread I speak of has 5522 messages in it - and I am unable to recieve messages. They send fine and I can't get them.
I believe that this may be because of the huge thread size. Is there any way of preserving these messages but creating a second, new thread for the same contact?
View 1 Replies
View Related
Jan 5, 2010
so i went on facebook and that msg popped up tried refreshing it but the same msg pops up.everything else is working perfectly fine but its the facebook.any1 else having the same problem??
View 32 Replies
View Related
Oct 26, 2010
Can't remember if this was working before I had to do the factory reset on my Epic, but I think it was. I have my Facebook account synced and it shows the pictures under my call log, contacts, dialer, but does not show the contact pictures in my text messages? Anyone know how to fix this, it really annoys me seeing a bunch of empty picture slots when looking at my text message list.
View 9 Replies
View Related