• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Group Messages Won't Send....

Got a Pixel 3a a couple weeks ago.

Everything seemed to be working fine but I realized today that people aren't receiving my group text (Message+).

I seem to be receiving group text fine, but people aren't receiving my messages when I send group (Group MMS) texts.

I compared the settings on my new phone to those on my old phone and they seem to be the same.

Has anyone else had this problem? Anyone have a solution or some settings I should check?

Thanks for any and all help!

TripleB67

Moving Apps from internal to external storage

But relative to what? The apps themselves are installed in /data/app, and keep their internal data in /data/data, neither of which you can access without root. For moving the app to work it would either require the appropriate parts of the app to be moved to the appropriate place in the SD card where the OS will look (which will only work if the phone software supports moving apps in the first place, in which case no need to risk doing it manually) or else placing links from the expected location to the new one (so the OS knows where to find things). I've been using *nix systems since 1989 and spent the early part of this decade hacking my phones, and relative paths by themselves won't solve the problems that manually moving files or folders would produce.

I have to agree, just like to add the obb files to the list.

How do I search for photographs that I have not tagged?

How do I search for photographs I have NOT tagged?
Can you give us some examples of what you'd be trying to find?
Or should I just download everything to my computer
So you know how to do that.
and is there a Windows program that will accomplish this for me?
You mean the searching issue, correct?

On Linux, which I use, there are a million and one ways to do this. Windows? I don't know. If you give us an idea of what you'd be trying to find, it may help with ideas for solutions.

Pain no paper icon

It sounds like the Samsung Notes app pinning to your AOD. But I cannot be sure! Try the following:
  • Go into your phones settings,
  • Hit the search button and look for Always on Display,
  • Go in there and select Always on Display again,
  • At the bottom of the page you will see Always on Display Alerts - go in there and look for apps that are allowed to pin to the display. Switch any off you don't want.
Hope this helps.

Thanks that actually worked, I forget that I had that app lol

s6 to s10 should my Mom upgrade ?

...could take future dunkings with no issues
future dunkings.....LOL

depends on if you want to save money or not. you might want to investigate and see if they offer a special deal for upgrading.....most likely not. but when the s11 comes out, i bet they will have a special deal on the s10 so that they can move product for the new version.

Hello, how is your day going so far

Mine, well always writing, thinking of me own gal of my dreams, getting emotionally ready for the big day :)
Well not one of the biggest events ever, that will including on launching my way back machine url, that would be inducted inside several fourms and chats as admin, that would also be giving my sister away at her wedding day.
Well at least within the first twenty or so ever :)

Taking down my evidence of the past too, no more like looking back in the past for me, no kind stranger, welcome to the web site :)

Post Oreo Geofencing in background

I have been looking at every tutorial, every piece of code I could find, and I am still failing to get geofencing to work on Android 8 and 9...
I am using as recommended by Google, an explicit Intent with a BroadcastReceiver, declared in the Manifest like this (custom intent?):

<receiver
android:name=".GeofenceBroadcastReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="com.mypath.ACTION_RECEIVE_GEOFENCE"/>
</intent-filter>
</receiver>
I also declared (as recommended) a GeofenceTransitionsJobIntentService:
private static final int JOB_ID = 573;
private static final String TAG = "GeofenceTransitionJobIntentService";
private static final String CHANNEL_ID = "channel_01";

public static void enqueueWork(Context context, Intent intent) {
enqueueWork(context, GeofenceTransitionsJobIntentService.class, JOB_ID, intent);
}

// The JobIntentService will call this, even when the app is in the background
protected void onHandleWork(Intent intent) {
GeofencingEvent geofencingEvent = GeofencingEvent.fromIntent(intent);
if (geofencingEvent == null) return;
else { handleTheTransition(); }
}

Note the comment: // The JobIntentService will call this, even when the app is in the background
However, it NEVER works once the app is in the background.
The old way, using location tracking and computing if you are within a geofence still works, but stops after a while .

I have tried to download some tutorials and examples, but I haven't been able to get a single one to work.
I heard about JobService, or ForegroundService, but it would seem unnecessary for geofencing, which should work even if the app is in the background, in my view this is what geofencing is for :)

Have any of you had any luck with post Oreo background geofencing? I am sure I am doing something wrong, but I can't figure out what it is...
Thank you for any help or recommendations!!

Anybody out here?

Welcome to Android forums.

If the phone and sim are brand new, until the sim card is activated through your carrier, you'll probably see a lot of instability as the phone tries connecting to all available networks. I would think that once the sim is properly provisioned your connections will settle down, as long as you have a reasonably strong signal in your area.

How do you get system update on ZTE boost mobile phone?

ZTE Prestige 2 (greyjoy).. You probably won't get any updates as it's a ZTE device and they haven't been completely resurrected yet anyhow. Unfortunately 99.99% of zte devices are now a lost cause, which they did to themselves as well as us users.. You'll probably have to wait and hope they reconnect their servers before any progress is made

Filter

Back
Top Bottom