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

Samsung A5 fell in water

After my Samsung A5 Duos fell in the water for 2-3 secs, I dried it with paper towels and put it in a bag with a silica gel pack and rice overnight. Then I charged my phone, it was back to normal for around 10 secs and switched to Safe Mode. There was also a warning screen about downloading a custom OS that appeared a few times. My phone was also powering off and restarting on its own. What should I do?

Help Can't write/delete content to sd card

I recently bought a memory card, put it in my phone..entered storage settings, and set the sd card to be the default storage.

I transfered some comics, music etc, no problem.
Then, after a day or two, I couldn't download anything from google chrome on the card, infinite 'download pending'.
I can't delete pictures from it, although I can view them.
I can't download whatsapp statuses (because it uses sd storage as cache for those images)

I restart the phone..it works, but the same issue happens in a few days.

Phone:huawei y6 2018
System: 8.0 ,updated

Crazy download/upload speeds

Was at my nephew's house in Dayton Ohio today and done a speedtest in his house and was blown away by the speeds: 234 Mbps down and 38.6 Mbps up on Verizon taken on a Pixel 3a. Ran it twice to make sure I wasn't imagining things. Anyone else ever seen these kind of speeds?

Attachments

  • Screenshot_20190629-162107.png
    Screenshot_20190629-162107.png
    446.5 KB · Views: 184

Help never activated, ZTE z990g Merit Tracphone

6/29/2019

My new, never activated, ZTE z990g Merit Tracphone has a 2.3.5 Android operating system, 125 MB internal storage, and a 1.85 GB SD card.

Can my farmer friend use it to watch downloaded Youtube videos that I transfer to it from my HP Windows 10 computer? He has no computer and no access to the Internet. His cellphone is not a smartphone.

I am a novice and this is my first post. If I need to do anything sophisticated, e.g.,unlock my ZTE z990g Smart Phone, please provide me with a link to a helpful website or video.

FB Messenger Error: (#100) The parameter family_device_id is required.

So Mom who has shunned FB for years finally wants Messenger. Downloaded and began setup, put in her phone number as required and name and it began to give a code after I agreed to Terms of Service stopped, and threw up what I assume is an error as I can go no further. (#100) The parameter family_device_id is required. She's never had Facebook, though that shouldn't be a problem. Not sure what to do? Any suggestions?
928db298-9bb3-44c3-9897-8fa8b3c67c71.png

Kyocera Duraforce Pro Ram

Hey guys. I cannot find any definite answer online regarding how much ram does the specific model have. I'm looking to purchase a 3gb ram model.

E6810 - Verizon - Ram unknown (One ebay seller said 2gb, and I found conflicting data online)
E6820 - AT&T - 2gb ram (Purchased, but will return as it's sluggish. There's also conflicting data online regarding this model)
E6830 - Sprint (Amount of ram unknown)
E6833 - Sprint (Not sure if typo and should actually be E6830)

Carrier doesn't really matter as I'll be only using it as a gps. Does anybody have any insight?

Apps startActivity didn't work

Hello,

in my app, i use the method startActivity to launch a new activity.
The code that i use:
Java:
startActivity(new Intent(this, SigninActivity.class));
but when the startActivity is called, the new activity wasn't launch, it relaunch the current activity.
In LogCat, i found this:
Code:
06-29 17:17:27.887 22615-22615/com.lekonquer.xxx.xxxxW/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@84263c1
06-29 17:17:27.918 22615-22615/com.lekonquer.xxx.xxxx I/DecorView: It non-support bigbang
06-29 17:17:27.922 22615-22615/com.lekonquer.xxx.xxxxI/PhoneWindow: isNeedChangeNaviBarColor taskInfo: [android.app.ActivityManager$RunningTaskInfo@8eba3f2] size: 1
06-29 17:17:27.922 22615-22615/com.lekonquer.xxx.xxxx I/PhoneWindow: isAPPNeedChange pkgName: com.lekonquer.xxx.xxxx needKeep: false
06-29 17:17:27.922 22615-22615/com.lekonquer.xxx.xxxx I/PhoneWindow: isNeedChangeNaviBarColor false
06-29 17:17:27.922 22615-22615/com.lekonquer.xxx.xxxx I/PhoneWindow: generateLayout mNavigationBarColor: ff000000
06-29 17:17:27.922 22615-22615/com.lekonquer.xxx.xxxx I/PhoneWindow: generateLayout isLightNavi false, Visibility: 0
06-29 17:17:28.139 22615-22615/com.lekonquer.xxx.xxxx I/AssistStructure: Flattened final assist data: 3072 bytes, containing 1 windows, 9 views

Please could you have an idea of the issue?

Thanks

ES File Explorer moving File.

Hi,
Sorry for incorrect topic... Anyways, I downloaded file & tried it to move to "/system/etc" but it didn't work. After so many tries using different explorers I managed to move file to "/" But now I can't move my file from "/" to "/system/etc"... Why this issue is happening. I tried Mounting "/" to R/W but nothing is working for me.

Any help will be Appreciated...

Help Ok Google doing my head in.

I am constantly having to retrain Google assistant on my s8 in order to get ok Google to work.
I am probably lucky if it works half a dozen times and then i can ok Google or hey Google away as much as i like and get no response.
If i go in and retrain my voice it will work fine for next few tries.
I have wiped data cache, soft reset, everything i can think of but no joy. Anyone have same issue and found a solution.
Thanks for any help offered.

Help My phone isn't locked out, but I want to disable my fingerprint lock but I forgot the password.

I hadn't been using any lock screen security before, I had to create a fingerprint lock for work temporarily and never bothered to remember the backup password. Now that I don't need the fingerprint lock anymore, even though the phone recognizes me as the proper owner and lets me in, I need that backup password to disable the fingerprint lock entirely. Any ideas? Thanks

Get GPS location from database

Hi everyone,

I need some help and I hope I am in the right place.
I have a few cars for rent and I have wifi on each of them. What I want to do is to connect to a database where they send them location and get them location and eventually an ID of the car or something like that, on my android phone application.
Can you give me please some tips or provide me some useful links about how can I do this ?

Thank you very much!

WebView how to show app title

I have a simple web view app which appears to work, but I would like to show the app title bar and I can't figure out how to do do so.

This is my Java

Java:
public class MainActivity extends Activity {

    private WebView webView;

    Activity activity;
    private ProgressDialog progDailog;

    //@SuppressLint("NewApi")
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        activity = this;

        progDailog = ProgressDialog.show(activity, "Loading", "Please wait...", true);
        progDailog.setCancelable(false);

        webView = (WebView) findViewById(R.id.simpleWebView);

        webView.getSettings().setJavaScriptEnabled(true);
        webView.getSettings().setLoadWithOverviewMode(true);
        webView.getSettings().setUseWideViewPort(true);
        webView.setWebViewClient(new WebViewClient() {

            @Override
            public boolean shouldOverrideUrlLoading(WebView view, String url) {
                progDailog.show();
                view.loadUrl(url);
                return true;
            }

            @Override
            public void onPageFinished(WebView view, final String url) {
                progDailog.dismiss();
            }
        });

        webView.loadUrl("https://theglastonburytarot.co.uk/");

    }
}

and this is my layout:

Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">

    <WebView
        android:id="@+id/simpleWebView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" />

</LinearLayout>

This isn't normal disk usage right?

So I've observed that my laptop's disk usage shows up to be pretty high. But this doesn't make sense - I've seen programs use the disk at more than 100 MB/s, but sometimes it shows a much higher % value (48% in the screenshot below) even when programs are running at only about 1 MB/s in total!

I normally wouldn't be concerned about this, but the problem is that the disk usage occasionally jumps to 100% or 99% with only 0.2 MB/s of total usage, making the system unnecessarily slow for a while.

Is this normal? Are there other factors than read/write speed that account for disk usage? Has this happened to anyone else? Are there any fixes I can try? Thanks!

upload_2019-6-29_12-12-55.png

Help S8+ Wont Update

I recently bought a used S8 plus here in japan and im having problems updating it. The Download updates manually does nothing and every time i tried to Flash the firmware but every time it gives me security check fail bootloader.
System info:
System Info:
Android 7.0
Samsung Experience Version 8.1
Baseband Version G955FDXXU1AQH3
CSC XXV/XXV/SKC

Phone INFO Samsung:
Bootloader Version G955NKSU3CRI3
PDA Version G855FDXXU1AQH3
CSC version G955FOXM1AQH3
Baseband Version G955NKOU3CRI1
Original CSC code XXV
Active CSC code XXV
Avaiable CSC codes INS, ITV, THL, TUR, XEO, XFE, XME, XSG, XSP, XTC, XXV
on the back of my phone it says SM-G955N, download mode is in korean and on the Recovery menu it says G950NKSU1AQG7.

Filter

Back
Top Bottom