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

Anyone else have one?

Well, it's been nearly 4 years since I made this topic, but I can tell you this much. I bought it brand new off the shelf and it didn't take long for me to regret it. It got real slow real quick, booting began to take a ridiculous amount of time, and nothing seemed to help it. It's not like I even loaded up the storage or anything.

This was a solid "not recommended" from me.

Check autostart in EMUI

Is there a solution for EMUI similar to this this https://dontkillmyapp.com/xiaomi ?

Code:
Autostart autostart = new Autostart(applicationContext);

State state = autostart.getAutoStartState();

if (state == State.DISABLED) {
   // now we are sure that autostart is disabled
   // ask user to enable it manually in the settings app   
} else if (state == State.ENABLED) {
   // now we are also sure that autostart is enabled
}



Need check autostart for Huawei EMUI, thanks

What is Used com.android.server.telecom used for?

When I check my teenage daughters google activity log I keep seeing,

Used com.android.server.telecom
Used com.samsung.android.incallui
Used com.hancom.office.editor.hidden



I just want to know if these activity logs means she could be hiding calls and texts. I compared the dates and times of her activities from these logs and most of them don’t match any calls or text dates and times from our Verizon account. A few of them match but most don’t. I’m just a worried mom trying to keep my daughter safe. So if anyone

Accessing assets folder from within a fragment

Hi.
I'm trying to use inputStream in a fragment but having difficulty with the usage.
Works fine in an activity. Please help. The issue in the code below is the line that accesses the assets folder.
Thanks

import android.os.Bundle
import androidx.fragment.app.Fragment
import android.view.LayoutInflater
import android.view.View
import android.webkit.WebView
import android.view.ViewGroup
import kotlinx.android.synthetic.main.fragment_home.*
import java.io.IOException
import java.io.InputStream


public var message:String = ""

class Home : Fragment(R.layout.fragment_home) {


override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

val mimeType: String = "text/html"
val utfType: String = "UTF-8"
readFile()
webViewHome.setVerticalScrollBarEnabled(true)
webViewHome.loadData(message, mimeType, utfType)
}

fun readFile() {
var string: String = ""
try {
val inputStream: InputStream = assets.open("sample.html")
val size = inputStream.available()
val buffer = ByteArray(size)
inputStream.read(buffer)
string = String(buffer)
} catch (e: IOException) {
e.printStackTrace()
}
message = string
}

}

Don't Underestimate The PS5 & Xbox Series X SSD, Says Mortal Kombat 11 Creator

Why would people underestimate it? We all know that all the PS5 components are top-notch. The console works perfectly, and it's very fast. The games feel different on that console, and Mortal Kombat is one of the games I love playing on my new PS5. Still, the game I love playing the most is FIFA. The new game is cool but full of glitches. Everyone has seen penalty and free-kick glitches online, and I hope they fix those soon. Otherwise, the game improved a lot, and the Ulitmate Team is great. You can even save money if you check FIFA keys on https://www.cdkeysforgames.com/consoles/fifa-22-ps4/ .
Because there are still a handful of die hard ps3 users out there, like myself.

New App: HappyCredit:credit card cashback app,money manager (Version 1.0.12)

Can you share a download link? I would like to see what services are working with this app. I rarely use the cashback apps, but I never lose an opportunity to save money when purchasing something. The only cashback app I am using is the get upside app. It is working with Uber, so it suits perfectly to me. I use Uber service very often, especially the food delivery, so it helps me save a lot of money because I get five percent back at the end of the month from every payment I make on Uber, which is excellent!

Adding mp3 files to Note 20 Ultra

In the middle of all of this I explored using the phone's connection to my home wifi, and I finally succeeded. There is a 32TB Synology Network Attached Storage enclosure on the network, which my computers see without a problem. I finally got the phone to see it also, and by logging into it from the phone I was able to download files from it. Unfortunately, it has many thousands of files on it, and the phone can normally transfer only one file at a time. On the phone I'd have to Select All, but that requires scrolling on the phone from the top to the bottom of the 1800+ MP3 files, and that would have taken many hundreds of finger swipes on the phone screen. For lack of a mouse my kingdom was lost. (Sigh.) Eventually I gave up.
But my final success came when it suddenly dawned on me that the external battery enclosure (that wraps around the phone) may have been the culprit. Sure enough, when I peeled it off my USB sticks popped right up on the phone screen. The symptoms of having a dead USB port on the phone were right on; I was just too stupid to realize why it was dead. :( OK, in my defense, the USB port on the phone was still working for taking a charge, so it didn't occur to me that it might be only partially working.

New App: Language Translator: Translate (Version 1.1.7)

Before I try and use your app, i have a couple of queries about your privacy policy statement here: https://commandtranslator.blogspot.com/2021/10/privacy-policy.html

"According to the google Act (1974) when you will use the play store services you will must get sign up to avail those services."


What's that about? The Google company wasn't around in 1974.

"According the rules and regulations of the play store on some of the survives until and unless your age is less than 18 years you will be ever never allowed to use the CommondTranslator apps and other vices. While using some of our apps your age must 20 years.".

Users must be over 18 and/or 20 years old?! Really? Does your translator app have adult content in it?

Sometimes minors might be using apps on my phone(under my supervision), when I'm helping my students. Like for doing translations. Given the above, I can't use your app.

Usually I use Baidu Fanyi and Google Translate, and both of those their privacy policies and ToS cover minors 13 years or above.

BTW your privacy policy contains many grammatical errors. IANAL but as this is a legal document, correct language might be very important.

Filter

Back
Top Bottom