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

Help Samsung A70 wifi calling

I have bought a Samsung A70 from Three Mobile on PAYG. UK

I have bought this phone from Three since that is now the only way to get wifi calling. I have had endless talks with Three about getting this feature enabled. After all the "We are here to help you" they find a reason to end the discussion.

I have gone through all the settings and everything seems correct. I have taken to the 3 shop and they checked it over and find it is correct.

As I understand it the phone only needs to be able to connect to the router for the wifi calling to work. Since I can connect the phone to the internet it should be ok.

I was wondering if I am missing some settings.

Would appreciate it someone could help please

Notification not showing

Hi, i am using Moto g5s plus. I am not receiving notifications whether it's from Gmail or from any third party applications. I tried many troubleshooting steps and still facing the same problem. Can someone let me know how to enable wifi during sleep mode. I think it's wifi connectivity problem.

Many thanks in advance!
Gaurav Mahajan

Voice call dialing

Hello P10 users,
I'm new to this forum and chose to join for I could not find any good solution on the web to my problem.
Many years ago I had a Nokia 6110 which was not smart but had a voice call solution that I liked a lot. The user could record voice samples and associate them with contact list entries. For example if the contact was called John Brown and the associated voice sample (using my own voice) was "my best friend" it was enough to press a key while driving and say "my best friend" to call John Brown. I did a lot of search on the internet for such an application since smart phones started to rule the market and tried some, but they were far less reliable than the Nokia solution. Question: Does anyone of you know a reliable (and not too expensive) app that works in a similar way?
You may ask why I do not use the default Android voice dialing. The answer is because I am Hungarian and there are many sounds in the Hungarian language (and in names) that have such combination of letters that are still not recognized reliably by the built-in feature. Your help will be very appreciated, thanks in advance.

Angry Paper Soldiers VS Space Invaders

Angry-Paper-Soldiers-VS-Space-Invaders-01.jpg


The Angry Paper Soldiers home planet is being invaded by Paper Space Invaders. You must take control over the Angry Paper Soldier Commander and overcome the Paper Alien Space Invaders.

In this Space Invaders shooting game, you will face an increasingly number of paper alien enemies and sometimes hard paper alien bosses. As the game progresses, you will earn coins to both buy more angry paper soldiers and to upgrade your angry paper soldiers firepower.


Try is on Android

Feedback is very welcome!

[Mod]-OpenGapps Project ARM32 & ARM64 Full Modded Packages!

logo.svg

Welcome to the OpenGapps mod project!

This thread is not associated with opengapps.org and is a modified version of the packages!

The following apps will be installed anything not listed will NOT be installed:

• Google-Text-To-Speech

• Google Login Services

• YouTube

• Google Play Games

• Gmail

• Facelock services

• Google Tag

• Carrier Services

• Googe Play Store

• Android Setup

• Google Contacts Sync Adapter

• Google Calendar Sync Adapter

• Device Health Services

• Markup

• Wellbeing

Depending on your a package you choose fir the android version you have will depend on what is available for install on your android device.

We only support armeabi-v7a (32-bit arch) & armeabi-v8a (64-bit arch) devices and support android versions v8.1 & v9 any version below these version are not available.

Gapps Package Type: Full

Size: Varies upon devices

Version: 20190724

Download: https://gamerromos.weebly.com/google-apps.html

Notice: All gapps packages typically update whenever we release a OS update to GamerROM, however we may keep updating the packages even if a OS update hasn't released for GamerROM compatible devices!

Latest update killed Moto X4 wifi

Since Saturday, July 20 I have not been able to use wifi to reach most of my usual places! Settings sees my four home SSIDs and connects to each, then claims that no Internet connection has been achieved. Most apps cannot update nor access current content -- e.g., New York Times, Libby, Simply E. But, then, one of those apps will succeed for a while. Then lose contact the next day or hour! As the Verizon tech confirmed: it's random -- but affects the bulk of my apps.
At a genuine Verizon store I was able to verify there was no problem with the SIM; the tech swapped it into a another phone and no problem. As fixes I've "forgotten" my networks and re-entered them, and restarted the phone a dozen times. BestBuy, where I'd bought it unlocked, said I can only await the next update. SERIOUSLY?
Right now in SIM status I see that "Mobile network state" is Disconnected. How work directly with that? (Wow, almost changed to a Guest account in hunting for the APN settings.)
For over two months I'd had intermittent problems accessing the 'net with DuckDuckGo, finally removed that from the phone about two weeks ago, and had been happy to use FireFox to browse.
Does this sound similar to anyone else's wifi problems and, I hope, fixes?

Android pie update v40

Guys as some of you know my phone is stuck with half an update in progress I would like to know if you guys suggest doing the pie update on the V40 or should I still wait for newer versions because my phone works well now and the battery life is good I'm concerned that pie isn't perfect yet and I don't want to screw myself with the update please everyone share your experiences with the V40 on Pie thank you!!!!!!!!!!

Chomp SMS

Hi, has anyone had any issues with some text messages not showing up in Chomp?

For some reason some of the text messages I get don't show up in this app. If I go to another text message app like Message+ I see them. But they are not showing up in SMS Chomp or Textra.

Has anyone else seen this issue?

Apps Phone location app solutions

I am currently having an app being built for my company that we use to manage our clients repair request. The app will be used in the field by our field technicians. Often times we will get a client call us to see if we have anyone close to a property for an emergency situation. Currently the only way we can handle this is by blowing up phones and seeing who is where. That is very difficult to do with 50+ workers. We are wanting to add a feature to our mobile app that we use to see about where our field techs are at in the world. We know there is some very expensive options that give real time feedback, but we don't really need it in actual real time. Even if we could get a ping location back to our website every 30 minutes or so it would be helpful enough to at least narrow down who is most likely closest. Any suggestions are greatly appreciated on how to accomplish this.

App Inventor Binding has changed its methods?

I've updated my build.gradle (Module: app) with a newer implementation of 'kotlin-kapt' and implemented the navigation plugin.

Android Studio has now highlighted these lines as errors inside the onCreateView function of my Fragments:

private lateinit var binding: FragmentPrincipalBinding

override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
binding = DataBindingUtil.inflate(inflater, R.layout.fragment_principal, container, false)
[...]
-> binding.setLifecycleOwner(this) <-
[...]
-> return binding.root() <-
}

The methods are now not avaiable for the binding object so, how do I do the Lifecycle owning of the binding for the Fragment? And what do I return now?

App Inventor Text View Change Color

hello i have a text view and that text is winter is coming text view Color is green also i have a sound, and my sound to say "winter is coming" when sound is playing every word changes color with my sound example when my sound say winter , winters text color change to red


Java:
<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Winter Is Coming"
    android:id="@+id/txt"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintLeft_toLeftOf="parent"
    app:layout_constraintRight_toRightOf="parent"
    app:layout_constraintTop_toTopOf="parent" />
    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/time"
        android:text="..."/>
<Button
    android:id="@+id/btn"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Play"
    tools:layout_editor_absoluteX="147dp"
    tools:layout_editor_absoluteY="419dp" />




Button btn;
TextView txt;
MediaPlayer ply;
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        btn = findViewById(R.id.btn);
        txt = findViewById(R.id.txt);
btn.setOnClickListener(new View.OnClickListener() {
    @Override
    public void onClick(View view) {

        txt.setText("Winter is Coming".toString());
        final MediaPlayer mp = MediaPlayer.create(MainActivity.this, R.raw.winter);
        mp.start();
        txt.setTextColor(Color.parseColor("#76FF03"));

    }
});
        new CountDownTimer(4, 1) {
            @Override
            public void onTick(long l) {
                txt.setTextColor(Color.parseColor("#76FF03"));
            }

            @Override
            public void onFinish() {

            }
        };
    }}

[WatchFace] O-Xyde Watch Face

Hi,

I released a new watch face: O-Xyde Watch Face
https://play.google.com/store/apps/details?id=fr.thema.wear.watch.oxyde

Try it with its free version and customize colors, date & hour format, and a lot of other features.

And if you like it, you can unlock the premium features to access to all settings: complications, custom shortcuts, secondary timezone, blending colors, a lot of backgrounds, etc...

I hope that you will like it :)

Xb5GVlL.jpg

bjj0swS.jpg

lDssah2.jpg

JvHwrV9.jpg

A3jNaEd.jpg

o40xSww.jpg

What's the easiest way to add files to the Android system partition?

I need to add a root certificate to Android systems. I hope to achieve this by copying the appropriate file the following path: /system/etc/security/cacerts, or using a flashable zip.

Due to the fact that applications from Android version 7 and upwards no longer trust user-added CAs by default, I will need to do this to many tens of devices from multiple vendors.

Possible methods:
  1. Rooting the devices
  2. Via a custom recovery

Drawbacks:

Rooting:
  • I will need to separately find a method of rooting each device. There is no generic rooting method that will work for all devices.

Custom recovery:
  • I will need to obtain multiple customized TWRP (or other) recovery images, one for each device model.
  • Not all devices have custom recovery images available.

Is there an easier and more generic method to achieve my goal?

Connect Neurons - logical game

Hi guys!
We'd like to present you a logical game in which your only goal is to connect adjecent neurons so that the number of neuron's connections matches the value written on it. However, no two connections can intersect.
Especially in harder levels you must plan your moves forward a lot.
We don't have much experience with developing mobile apps. It's a hobby and we created this one in our free time. We are grateful for any suggestions or tips you might have.

Attachments

  • acc=2;doc=5475.png
    acc=2;doc=5475.png
    31.4 KB · Views: 103
  • acc=2;doc=5474.png
    acc=2;doc=5474.png
    38.3 KB · Views: 99

LG V40 OTA Update

Hey guys im new to this Android experience and im still learning! I'm having a hard time with the update center on my V40 my phone started downloading a software update from the LG service, and I would simply like to cancel the download and delete what ever it already downloaded I can't find anything on the internet or on the phone about how to stop it it's paused right now but I'd like to stop and delete it permenantly it's an unlocked V40 so no carrier restrictions or anything like that thank you so much!

"Comma" change to keyboard

So, I noticed today when I went to type a text message that the "comma" on the main text page was replaced by a "Question Mark". Has this happened to anyone else? Did I do something in my settings or is there a way to change it back? I am so use to having the comma on the main page I keep typing a question mark by mistake. LOL

Server Error Occured in Android App

I have a android app that takes the values from user for student, such as FirstName, LastName and Class. When the user inputs the values and clicks on button, it calls the API and stores the values into database.
I am using Yii framework and REST API. Here when I run, there is error as com.android.volley.ServerError.
But the values get stored in the database. Following is the code.

What should I do? I test it using Postman, there also the values are getting saved in table but the response is not working as needed.

Code:
package com.example.anitaa.studentadd;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;

import com.android.volley.AuthFailureError;
import com.android.volley.Request;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;

import java.util.HashMap;
import java.util.Map;

public class MainActivity extends AppCompatActivity {

    EditText FirstName, LastName, Class;
    Button button;
    String url1="http://192.168.1.3/student/web/studentrecords";



    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate ( savedInstanceState );
        setContentView ( R.layout.activity_main );
        FirstName= (EditText) findViewById(R.id.firstname);
        LastName= (EditText) findViewById(R.id.lastname);
        Class= (EditText) findViewById(R.id.studentclass);
        button = (Button) findViewById(R.id.studentinformation);
        button.setOnClickListener ( new View.OnClickListener () {
            @Override
            public void onClick(View v) {
                final String fname,lname,class2;
                fname = FirstName.getText().toString();
                lname = LastName.getText().toString();
                class2 = Class.getText().toString();
                StringRequest stringRequest1 = new StringRequest ( Request.Method.POST, url1, new Response.Listener<String> () {
                    @Override
                    public void onResponse(String response) {

                        Toast.makeText(MainActivity.this,response.toString (),Toast.LENGTH_SHORT).show();
                    }
                }, new Response.ErrorListener () {
                    @Override
                    public void onErrorResponse(VolleyError error) {
                        Toast.makeText(MainActivity.this,error.toString (),Toast.LENGTH_SHORT).show();
                        error.printStackTrace();

                    }
                } ){
                    @Override
                    protected Map<String, String> getParams() throws AuthFailureError {
                        Map<String, String> params = new HashMap<String, String> ();
                        params.put("FirstName",fname);
                        params.put("LastName",lname);
                        params.put("Class",class2);
                        return params;
                    }
                };

                MySingleton.getInstance ( MainActivity.this ).addToRequestque ( stringRequest1 );

            }
        } );


    }
    }

Filter

Back
Top Bottom