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

Bluestacks wont sync up game progress on new added accounts

My wife loves Bluestacks and it runs all her favorite games fine. I added my account too, using the Multi-Instance manager and can log into my own Google account, but when I install a game I have on my phone, Bluestacks doesn't sync up with the progress of the phone's game. is it supposed to, because it seems silly not to. I thought the whole idea was to play on your phone or your pc and to move seamlessly between the two. Im new to this and would appreciate any advice.

Android app not displaying string in Yii 2 framework

Java:
package com.example.anitaa.student;

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

import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.android.volley.toolbox.Volley;

public class MainActivity extends AppCompatActivity {
    TextView text;
    Button b1;
   
String url1="http://192.168.1.3/student/web/index.php?r=message/display";

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        text=(TextView) findViewById(R.id.text_content);
        b1=(Button) findViewById(R.id.btn5);
        b1.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                final RequestQueue requestQueue1= Volley.newRequestQueue(MainActivity.this);
                StringRequest stringRequest1=new StringRequest(Request.Method.POST, url1, new Response.Listener<String>() {
                    @Override
                    public void onResponse(String response) {
                           text.setText(response);
                           requestQueue1.stop();
                    }
                }, new Response.ErrorListener() {
                    @Override
                    public void onErrorResponse(VolleyError error) {
                        text.setText("Error");
                        error.printStackTrace();
                        requestQueue1.stop();
                    }
                });
                requestQueue1.add(stringRequest1);
            }
        });
    }
}
Hi I am using PHP Yii framework. I have below code but it does not display the string value

How to take default input from USB camera in Android inside an application

I am developing an image recognition application by following this tutorial: https://medium.com/coding-blocks/google-lens-firebase-54d34d7e1505

The issue is, I need the application to take default input from a USB camera instead of the device camera. How do I do that? I don't have previous expertise in Android development. My device supports OTG USB camera input.

Device specifications:

Device name: Moto C+

Android Version: Android Noughat

Not rooted and I prefer not to root.

Android Studio Project/Java 9.0 Gets Internet Conection problems

Hi All !

I have an Android Studio Project that has run just fine on mobile devices running Java 7.0 (and possibly Java 8.0). I now had feedback from users running Java 9.0 on their mobile devices that they get "please verify your internet connection and try again" when they try to run my app.

The same thing goes for Android Studio, it ran ok but then I updated with Java 9 and set targetSdkVersion to 28/29 (Java 9.0/9+), when I run the Virtual Device i get the same "please verify your internet connection and try again" (this is when the app tries to download some data from my site).

Just wondering if something about internet connectivity/security has changed with Android 9 so that some extra settings etc. must be dome in order for the app to reach internet?

BR Ivashu

Help with FRP (Factory Reset Protection) on 2nd hand purchase

If you purchased on eBay, you can contact eBay and they will step in and help make contact with the seller. If its a legit purchase, the seller will be more than happy to accommodate. If the phone was stolen or something nefarious, you will find out.

If you bought private party you maybe out of luck if no response.

CAT S60 frp bypass..?

.. Took it to my local phone shop. They kept it three days then told me "sorry, we can't do our job"
Is this really something that was their 'job' to do? Unless that shop does indeed advertise they provide breaking things like FRP and similar security measures as a service they can provide this sounds more like they unsuccessfully tried some cursory things to gain access but stopped to prevent the phone from wiping itself. Otherwise, FRP is doing just what it was designed to do, prevent unauthorized access to the phone's existing contents.
Return this phone and get your money back if possible. Since the owner implemented FRP and didn't clear it before dumping the phone, there's no way to determine what else was done to it. You're going to be spending a lot of effort just getting this phone in a safe and secure state again, it might be best to just get a new phone where you setting it up is more seamless and hassle-free.

Enabling wifi calling

A very good option it's called "drop those bit****" and change to a service provider that supports your needs..you are paying for a good service..is not like you are asking them a favor..sincerely I'm sick and tired of this companies acting like we need them..NO, WE DON'T NEED THEM..they need your money..with out your money they are nothing..it's like your money isn't good!!!

SamSamsung Galaxy J700T Update causes constant reboot

The model: Samsung Galaxy J700T UD
S/W: J700TUVU2APK6 (Original Software Installed)
Version Of Update Causing Problems: J700TUVU3BQK3

After the install of J700TUVU3BQK3 my phone boots up into the setup menu allows me to inter my name and information and what not but when it gets to the wifi section no networks show up so i skip past it and once to the main screen after a minute the phone reboots and goes to the main screen then a minute goes by and the restart happens again until the battery is dead.

Things ive tried
1. Wiped cache reboot still happens
2. Factory reset reboot still happens
3. Flashing firmware with J700TUVU3BQK3 using odin which successfully completes but the reboot loop keeps happening.
4. Using odin with origial software J700TUVU2APK6 but fails.

Has anyone found a fix for this issue besides the manufacture?

Filter

Back
Top Bottom