General :: How To Block Carrier FlashSMS / Class 0 SMS Messages

Nov 13, 2012

I would like to block the messages I get from my carrier about balance left after each call. Problem is that even though I pay for unlimited internet, every time an app stops a connection with the internet, I get an update saying my last transaction was 0 cents and my balance. I already disabled push messages in my SMS settings and that didn't work. Seems you can disable it in ios within the sim settings and disable "Flash" notifications.

General :: How to block carrier flashSMS / class 0 SMS messages


General :: Merge SMS Messages Split By Carrier?

Jan 29, 2012

Topic moved to App to join/unsplit/merge/combine SMSes/texts

View 2 Replies View Related

Android : Manifest Code To Block Specific Carrier?

Jan 19, 2010

I would like to block either:

The entire cellphone carrier Sprint The specific phones Sprint Hero and Sprint Moment

Is there a way to do this in the manifest file or any other code related means?

I want to block the Sprint Hero for the widget bug and the Moment for handling contacts incorrectly. A huge fail on the part of Sprint.

View 1 Replies View Related

HTC Incredible : Select A Contact And Block That From Text Messages And Calls?

May 18, 2010

is there a way on the phone to select a contact and block that contact from text messages and or calls?

I thought there was on the Eris but I can't seem to find it again .

View 2 Replies View Related

Sony Ericsson Xperia X10 : Block Text Messages For Example Weatherforcast?

Aug 29, 2010

How do I block text messages from for example weatherforcast?

View 2 Replies View Related

Motorola Droid X :: Block Unwanted Text Messages From Specific Numbers?

Oct 31, 2010

Is there a way to block text messages from specific numbers? I don't want to receive the message at all.

View 1 Replies View Related

Android :: Which Class Should Use For Sending Sms/text Messages

Dec 24, 2009

What class can we use to send a text message? I tried this on the emulator, 2.0:

CODE:.............

And that works ok. On my G1 running 1.5, I get a verify error, guessing because SmsManager is not available in 1.5. Maybe for 1.5 we need to use the deprecated class?:

android.telephony.gsm.SmsManager

Is that correct, or is there some other class we're supposed to use for sending text messages?

View 1 Replies View Related

General :: How To Change Carrier Name

Jul 10, 2013

i`m using the samsung galaxy s 3,i want to change the name of carrier,how can i do that?i have rooted my phone already,and i don`t want to use the 3minit to change it

View 1 Replies View Related

General :: Add Carrier Support To Rom (CM9)

Apr 13, 2013

basically I'm running FreeXperia's CM9 on my Xperia U, and it doesn't recognise/support my network (carrier) which is Virgin Mobile UK, an MVNO.

I believe this is a general issue with Cyanogenmod, my phone works but it says no service instead of the network name, it's seriously annoying. Cyanogenmod has the Virgin Mobile apns in it's apns-conf.xml, but it won't use these as it can't see that that is the network I am connected to.

Basically my phone should display:

Virgin = when using T-Mobile UK
virgin = when using Orange UK.

Instead it just says no service the whole time?

I'd like to add support rather than just use an app to change the text.

MCC - 234, MNC - 31 and MCC - 234, MNC - 32.

View 1 Replies View Related

General :: Use GSM Carrier With Rooted HTC EVO Design?

Oct 18, 2013

I have an HTC EVO Design (Kingdom) from Sprint. It is a hybrid CDMA/GSM world phone with a sim slot, but it is network locked to Sprint only in the US. I am wondering if I root this phone with a custom rom/kernel, will I be able to use it with any GSM carrier in the US?

View 2 Replies View Related

General :: How To Root Captivate Which Is Unlocked To Any GSM Carrier

Sep 15, 2012

I want to use super one click root to root my captivate which is unlocked to any gsm carrier ( currently simple mobile) my concern is will it re-lock it to just at&t and will it brick my phone?

View 2 Replies View Related

General :: How To Stop Carrier From Tracking Location

Aug 3, 2013

is my cacrrier can know my location using my sim card ?

if yes, is there anyway to stop them ?

View 1 Replies View Related

General :: How To Change Carrier Logo In MIUI V4

Sep 29, 2012

How to change the carrier logo in MIUI v4? The extended mod doesnt support v4.

View 5 Replies View Related

General :: How To Find Out For What Carrier Phone Was Made

Jan 29, 2013

I have a broken Samsung I500A (11.11). The screen is cracked and does not show a picture or I would turn it on to find out. Is there any other way to find out which carrier this device belongs to? I have called Verizon, U.S. Cellular and CSpire and neither of them can find the MEID in their system.

View 2 Replies View Related

General :: Device Stolen Still Appears With Name Of New Carrier

Jul 12, 2012

I noticed that my Nexus One (stolen the 8th of July) still appears on my devices lists on Google Play, with some interesting information I want to clarify that this happens with the Google Account password changed (because I did it after the theft)!

My carrier wasn't Wind but H3G.

I assume there is nothing I can do, because I've changed the password of the Google Account (for security reasons), but I'm curious if there is some different way to find the new SIM number.

The IMEI would be blocked on the entire territory from tomorrow, so this thief will be able to use it with no phone functions.

View 1 Replies View Related

General :: Outbound Texts Delayed - Phone Or Carrier?

Feb 20, 2014

I've had a few people receive my texts late, but have always thought the issue was more likely them just not seeing the notifications. But then one took 2 days to arrive on a friend's phone! We're both on Android (I'm on a Nexus 4 running Kit Kat), though I'm on Telus and I believe he's on Wind Mobile. As an FYI, the day of the 2-day-delay I was using Handcent as my SMS app, but in the past I was using the stock SMS app. is the extra delay caused by my SMS app, my OS/phone or my carrier?

View 1 Replies View Related

General :: How To Change Color Of Carrier In Samsung Status Bar

May 31, 2012

how to change color of carrier in Samsung status bar

View 1 Replies View Related

Android :: Creating A New Class Using Eclipse New Java Class Dialog Box

Jul 7, 2010

I'm creating a new class, using eclipse "New Java Class" dialog box. I can write the superclass I want (I can't find using "browse" button), but I can't write or select an interface to implement. I click "add" but ther is nothing to select. What I'm doing wrong?

View 4 Replies View Related

General :: How To Block Outgoing SMS

Jan 13, 2011

I have a black list of contacts. I want block incoming and outgoing sms for this contacts. How block incoming sms I know, but how about outgoing sms?

View 9 Replies View Related

Android :: Communicating Between Receiver Class And An Activity Class

Jul 14, 2010

I'm just getting into Android development, and I have a question about communicating between a receiver class and an activity class. I'm very new to JAVA and Android so I hope I don't sound too stupid. I'm developing an application where I intercept an SMS message and then based on various elements of that SMS I might delete it once it's been saved to the inbox. I have a receiver class that intercepts the txt message, and I am also able to delete messages from my inbox with code in the activity class using a button at the moment. The problem I have is communicating between the receiver class and the activity class where the code to delete a message resides. I tried putting that code directly into the receiver class but as I'm sure most of you already know the BroadcastReceiver class doesn't seem to support what I need to delete messages. I've been searching for an answer to this for a while, but haven't been able to find anything. Honestly I'm not sure I know enough about JAVA and Android to even recognize a solution if I saw it.

View 2 Replies View Related

Android :: Accessing Class Level Stuff From Inner Class

Jun 27, 2010

What I want to do, is be able to access the object neoApi inside the Neoseeker class, from its inner class RunningTimer. Now, in my code, you can see what I would think to work, but when I run my application, nothing pops up. Nothing inside my TextView, no Toast, nothing at all. How can I remedy this?

package com.neoseeker.android.app;
import java.util.Timer;
import java.util.TimerTask;
import org.json.JSONObject;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;.......................

View 1 Replies View Related

Android :: Access Application Class From Class Other Then Activity

Sep 8, 2010

I'm new to Java and android development. In my application I need data which is accessible for a few activities. I've read that a good solution is to use Application class for this. So I use it like this:

public class MyApplication extends Application {
private String str;
public String getStr(){
return str;
}
public void setStr(String s){
str = s;
}
}

and I can access this variable from activity like this:........................................

View 2 Replies View Related

Android :: Call Activity Class From Other Java Class?

Oct 8, 2010

I have just started android. I just want to know that how can i call activity class from other java class. i just want to pass class object to activity class.

public class GsonParser extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
MagazineThread thread=new MagazineThread();
thread.start();
}
public GsonParser(JsonMagazineParser Obj)
{

}
}

and i am just doing like from other class. GsonParser obj=new GsonParser(this);passing obj to activity class.how can i achieve that.

View 1 Replies View Related

General :: How To Block USB File Access

Dec 8, 2011

What are the risks when using USB power on airplanes...is there anyway to block USB file access (on an att sgs2 if it matters)

I was able to use Gmail (and only Gmail - no web, no twitter, etc.) before purchasing a Gogo license. How was this possible? Is Gmail so encrypted the airline couldn't figure out what it was?

View 4 Replies View Related

General :: App To Block Calls Except From Certain Contacts

Aug 24, 2013

I'm looking for an App to block all incoming alerts and phone calls except those contacts that I want to telephone me. To be totally silent except incoming phone calls I select in contacts.

View 1 Replies View Related

General :: App To Block Internet Access

Oct 1, 2012

I'm looking for an application that is hard to find. I want an application to block the internet, but only for some applications, for example leaving the WhatsApp with access to receive real-time notifications.

View 4 Replies View Related

General :: Block Private Numbers?

Jul 9, 2013

Is there away to automatically block private numbers? I get stupid robot calls, leaving blank voice mall things, Dickheads calling me ect, if you don't have a number I don't Wanna talk to you. How can I stop this? I have a rooted HTC One.

View 4 Replies View Related

General :: Read Raw Block Range With Dd / Cat?

Jul 16, 2012

I used to know a way to dump a raw range of data (i.e. specifying start/end in hex address) from a block device which I used to do from data recovery days, but I can't remember what it is.

FYI, I am trying to grab data from an unknown range of data on the nand layout for the Xperia Play but this is a general linux/busybox question. For details on what I'm doing check here.

View 5 Replies View Related

General :: How To Block Ads From Rooted Devices

Mar 15, 2013

Google decided to remove all adblocking software from play store, as they are in conflict with market rules. Where can we find those adblock softwares from now on? there are boud to be some grammar errors, since I haven't had any practise in months...

View 9 Replies View Related

General :: Block Apps From Autostart?

Jul 24, 2012

is there any app that blocks another apps to start. for example if i close the facebook app and remove it from the memory with the task manager, facebook starts after 10 seconds again. i dont mean apps like task killer that kill the app after it started.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved