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

S22 Ultra cannot send MMS/photos

Oh that's awesome to hear!!
We bought my wife the S22 Ultra and tried to get it ready 2 days before Christmas for her so she could take pictures that morning. But the MMS broke and we could not figure it out at all! We tried EVERYTHING that people here suggested: clearing cache, rebooting, delete messages, APN reset, network reset, all kinds of things....
When it worked for her, we thought... let's see what happens on the other phones.
EVERYONE got an upgrade for Christmas. So the S22 Ultra, S22+ and S22 all had the same problem. In fact, after the S22 Ultra was fixed. When we started the other phones, the Ultra could no longer send to the 22+, 22 and iphone!
My wife said "Must be the same issue".
I did the MMS Block on the other 3 phones.... and my wife could text them all again from the Ultra. And the other phones can text OUT.

We said we have GOT to put this on a forum so people try this. I can't imagine how many people get new S22x phones, and have this problem!!! Verizon would be smart to just say go re-set the blocking....
or automatically do it for customers or something. I mean, my wife was in TEARS with frustration not getting it to work.

Glad this fixed your issue!

Oh wow, this fixed the problem with my S22 Ultra, too! Verizon even went so far as to send me a WHOLE NEW PHONE when their tech support couldn't determine the issue a few weeks ago, like the phone itself was broken? But when the new device had the same exact inability to send and receive picture messages over text, I went digging once again and found your answer. Thank you SO MUCH for finding the solution and sharing it with everyone, this takes so much aggravation off my plate.

[FREE GAME] Build a Snowman - hardcore logical game

Hi, I just finished my hardcore logical game called Build a Snowman.
You can download it here: https://play.google.com/store/apps/details?id=com.raiper34.buildasnowman

Build a Snowman is a hardcore logical game, where the main task is to merge 2 parts of the snowman's body.

It sounds like a very easy task, but it is not! You control both parts at the same time, and you need to use blocks to stop one snowman part and avoid fire. Fire is deadly for snowmen! There are also locked doors with keys and even portals in advanced levels. Still, sounds like an easy task? I understand, that yes, but do not wait and test your brain during Christmas evenings!

The game contains winter, green and Mexican worlds with 30 hardcore levels. Let's build a snowman and not get anger issues!
screenshot-1 (2).jpg

screenshot2.jpeg
screenshot3.jpeg
screenshot4.jpeg

S22 link to windows Malware prob

Hello man, I work as a web designer and am not happy to hear that. Unfortunately, some months ago, I got malware too. I got a message saying I got an update, but it wasn't, in fact, a real update. I tried restarting it, but it didn't help, and I even tried a factory reset, but it didn't help me as well. But, being lucky, I came upon Reddit windows key. I like this site because it provides genuine windows keys and is cheap. I suggest you make a factory reset, and if it doesn't work, try to use a windows key.

Help Samsung Note 8 (sm-n950n) not turning on, and not charging after trying update the firmware

With Samsung devices, the recommended way to flash firmware is with the Odin or the Heimdall utility. If the first time failed, try flashing it again. If that works out then you should be good to go, but if it fails, come back here and post the text of the entire resulting log results.
Is your friend sure they used the correctly matching ROM? ROMs are very model specific so flashing the incorrect version will often result in a boot loop or a complete fail. Flash using the correct ROM should fix that.

How to solve slow Bluetooth RFCOMM rates on current tablets

Android Slow Bluetooth RFCOMM Transfer Rate with RN4678 - Stack Overflow

It seems like almost all newer tablets have this problem. We previously used the Lenovo M10 Plus FHD 2nd Gen which did not have this problem. We are trying to switch to the Samsung Galaxy Tab A8. I don't believe this is due to interference despite the answers on Stack Overflow (considering the old Lenovo tablet worked fine). I tried things like adjusting the buffer size and changing the interval of the keep-alive command, but it didn't have much of an effect.

BTW, this isn't file transferring, but reading live data from two load cells connected to a board via Bluetooth (Classic, not BLE).

MKV player

Hello. Very new to android. Was hoping you guys could help me find a good player. I have tried the MX player and VLC player. MX has an overall better quality picture and brightness while VLC has better volume. The MX player sounded surprisingly low with my UE6000 on full volume. Any other recommendations besides these?

[FREE GAME] - Magical Defender

Welcome to my game about the mag and his everyday adventures with defender kingdom!!!

https://play.google.com/store/apps/details?id=com.VykhStudio.MagicalDefender


About game:

Become a majestic magician who will protect the kingdom.

As a magician, you will need to master the runes to stop the onslaught of enemies. Evil enemies want to go through the portal to capture the peaceful kingdom you are defending.


Webview Example

Here is a simple example of how to use a WebView in an Android app:

Code:
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;

import androidx.appcompat.app.AppCompatActivity;

public class MainActivity extends AppCompatActivity {

    private WebView webView;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        webView = findViewById(R.id.webview);
        webView.setWebViewClient(new WebViewClient());
        webView.loadUrl("https://www.example.com");
    }

    @Override
    public void onBackPressed() {
        if (webView.canGoBack()) {
            webView.goBack();
        } else {
            super.onBackPressed();
        }
    }
}

You will need to add the INTERNET permission to your app's manifest file in order to use a WebView. To do this, add the following line to your AndroidManifest.xml file:

Code:
<uses-permission android:name="android.permission.INTERNET"/>

You will also need to add the WebView element to your layout file. For example, you could add the following to your activity_main.xml layout file:

Code:
<WebView
    android:id="@+id/webview"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

Cannot rebuild after changing targetSdkVersion

Many thanks for your helpful response. After much experimentation, I discovered a message suggesting there was an Android Gradle Plugin update avaiable (I thought I'd done that, but maybe not). After upgrading to APG 4.2.2, I was able to get my project to build (after fixing a couple of other minor errors on the way).
I now have a load of "deprecated" messages but I can look into those in due course.
Thanks again for your help.

You Welcome

Suddenly lost all mobile signal.

This might not be relevant but your phone apparently does not include support for 5G cellular connectivity:
https://www.gsmarena.com/samsung_galaxy_s10e-9537.php
In the Settings menu, try disabling 5G so that forces your phone to only work with 4G/LTE again and see if that makes a difference.

(Keep in mind that 5G support in any smartphone involves a cellular radio chip that's typically soldered onto the phone's logic board, it's not something that can added in something like a software or even a new SIM card. It's a hardware matter, not software. So eventually, you do need give more serious thought to upgrading to a newer phone. Your S10e is coming up on four years old so it's still quite usable but increasingly out-of-date.)

Filter

Back
Top Bottom