Nokia 5.1 plus showing wrong pattern
- By Siva398
- Smartphones
- 7 Replies
Hi friends,
Issue got resolved after reset phone.
Thank you all
Issue got resolved after reset phone.
Thank you all
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I kept an OtterBox Defender case on all my phones, until they dropped the built in screen protector. While I still recommend them, if you can do without the protector, I'm now using a LoveMei Powerful case, on my LG.
It's heavy and built like a tank.

Windows does the same thing, except that they're usually hidden directories/files (i.e .ini), MacOS/OS X does the same thing (i.e. .trash). If you just can't tolerate them, delete them but don't be surprised if an active app pops up some kind of error message. If this does happen, quit the app and start it back up, but keep in mind the contents of that 'Android' folder will just get rebuilt/restored. There's an equivalent residing in your device's internal storage (that should be left as is).
Think of it this way, the operating system and apps should be left to do what they need to do, once you start micromanaging things like basic system folder/file management, all you're doing is gaining a false sense of accomplishment that in reality is only making your device do things it doesn't need to be doing.

Is that update Google's August patch? That screen cap shows the 'Applied' date, today, but it doesn't state just which update was actually installed. Verizon's site indicates the last patch it released for the V40 was June:
https://www.verizonwireless.com/support/lg-v40-thinq-update/
https://www.verizonwireless.com/support/software-updates/
class NetworkUtil{
public static String getConnectivityStatusString(Context context) {
String status = null;
String mobile_status = null;
ConnectivityManager cm = (ConnectivityManager) context
.getSystemService(Context.CONNECTIVITY_SERVICE);
NetworkInfo activeNetwork = cm.getActiveNetworkInfo();
TelephonyManager mTelephonyManager = (TelephonyManager)
context.getSystemService(Context.TELEPHONY_SERVICE);
int networkType = mTelephonyManager.getNetworkType();
switch (networkType) {
case TelephonyManager.NETWORK_TYPE_GPRS:
case TelephonyManager.NETWORK_TYPE_EDGE:
mobile_status = "2G"; break;
case TelephonyManager.NETWORK_TYPE_UMTS:
case TelephonyManager.NETWORK_TYPE_HSPA:
mobile_status = "3G"; break;
default:
mobile_status = "Unknown"; break;
}
if (activeNetwork != null) {
if (activeNetwork.getType() == ConnectivityManager.TYPE_WIFI) {
status = "Wifi enabled";
return status;
} else if (activeNetwork.getType() == ConnectivityManager.TYPE_MOBILE && mobile_status == "2G") {
status = "2G enabled";
return status;
} else if (activeNetwork.getType() == ConnectivityManager.TYPE_MOBILE && mobile_status == "3G") {
status = "3G enabled";
return status;
} else if (activeNetwork.getType() == ConnectivityManager.TYPE_MOBILE && mobile_status == "Unknown") {
status = "Mobile unknown enabled";
return status;
}
} else {
status = "No internet is available";
return status;
}
return status;
}
}
Not sure if we're just referring to the same thing using different terminology or if it's just a matter where you're averse to doing maintenance tasks in you're Settings menu. Deleting unwanted files in folders is not what I suggested previously (that's the result of the problem, not fixing the problem), I still think it's a matter of cleaning up the Downloads app itself, it could also be a matter of looking into the Chrome browser app, or it might indeed be tied to the Youtube app, and then see if that makes any difference. If you can solve things by addressing just the actual source of the problem, it might not require trying something more dramatic as a Factory Reset. There's obviously some kind of glitch that's prompting that file to keep being downloaded. Try going into the Settings >> Apps menu and use 'Clear data' on the Downloads app first. If that file keeps automatically downloading, then do the same on the Chrome app (note that using Clear data will wipe settings and config files for the app, although if you have your Chrome browser app set up to sync with your online Google account it will just get restored once you log in again). If the problem is still occurring, do this on the the Youtube app.Yes I ran through my Downloads folder, looked through Chrome downloads as well just to make sure and I didn't find a thing strange or unusual. I cleared Chrome downloads to be sure and any Downloads device folder items I deemed unnecessary. Unfortunately, this hasn't resolved the issue so far.
Maybe I should just back everything up and go full factory reset? I haven't been using this new device for long so I should be able to get everything restored fairly quickly.