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

Annoying "Close Apps..." message

Thanks for your suggestion. I checked it and turned off all the apps that were set to be closed after Screen Lock.
At first it seemed that was the solution, but now (after a few days) it seems worse. The notification comes up many times per minute.I have tried re-booting, but that makes no difference.
Annoyance continues!

Well, I gave. This is my 2nd BLU phone in 2 years. They replaced the 1st one because they could not fix it. This 2nd one has a less serious problem, but I'm just fed up. I got a Moto X4 and so far I'm loving it

Hmmm...

If you found your maker’s bag of bones

and learned the secrets of your smart phones,

would you cast them out and immolate,
or devour your laptop and assimilate?

Umbilical extension cords in the offspring birth

trumpets the progress omen of our future mirth
The chimera machinations create tech manticores,

ushering in a new age of the Mecto Amore
Maybe I am onto something, I knew I was always ahead of my kind...
That would be killer though to learn about smart phones and the way they tinker this and that, thinking way past
the delevoper stages too, a few dozen pythons, c, java, the entire works and then learn the p.c. on how to utilize apps, and see what kind of under coating it should go into each square.. Wifi transfer each app via cellphone or even tablet...

Phone vs. Incallu

Correct. If I'm just looking at my call log, or selecting someone to call, I'm using the Phone app. I'm only using the in-call user interface (i.e. "incallui") when I'm actually in a call, but then it doesn't matter whether I initiated the call or not, if I'm in a call I'm using the in-call UI.

"Phone" is the "dialer" app, the interface for making calls, reviewing call logs, looking at contacts. The in call UI is a system component that comes into play when you are actually in a call. Technically it's an app (everything you interact with is), but it's a low-level one that comes with the operating system rather than one you can find in the Play Store. So you can use a different dialer app (there are alternatives in the Play Store), but doing that won't change the in-call UI.

upgrade tablet's android

I bought a tablet in 2013 and the things just keeps on ticking.
I hear you! I also have a 2013 tablet, a Kindle Fire HD 8.9" which I rooted, so it looks and acts like any other Android device. It runs great!

Due to circumstance, I'm not using it much lately, but when I do it still does everything I need. I used to play Candy Crush Soda Saga on it daily, and the game's automatic updates caused no issues.

But I've resigned myself to the fact that its days are numbered, even though--like yours--everything still works and it looks brand new. It's been in an Otterbox Defender case since the day I got it, and it has absolutely no damage. But at some point...

Help Chrome "Favorites" pages?

Ok, not sure if you still need this info. Also, this only works you have a pixel phone, that I know of.
  • Look at the bottom of your phone screen. There should be a Google quick search bar there.
  • Tap that bar.
  • Next tap the G at the top of the screen. This should take you to the same page as swiping all the way left.
  • At the bottom of the screen tap on More.
  • Then choose "collections"
  • At the bottom of the next screen should be your collections or favorites automatically sorted into similar categories.
  • Click on favorites or a category to find what you are looking for.
  • Star from now on to find faster

Thank you. I have since found these, lost them again, found them again and so on. What a stupid feature. Many things Google has are so hard to find that they are virtually impossible to use. My phone doesn't work exactly the way you described, but I am able to find the "collections." And you are right, they are there.

Unfortunately, when I open them, I STILL cannot easily bookmark them instead because another pain is that they open in something that looks exactly like Chrome, but apparently isn't Chrome because you have to go to the menu and then select "Open in Chome" to have them open in another browser like thing that looks the same and apparently actually IS Chrome so you can finally bookmark it.

Seems to me they should eliminate this favorites feature. It's worse than nothing.

Thank you for your great response!

My contacts are being constantly deleted

Well at least this is a repeatable problem, a one-off glitchy thing is harder to nail down.
Try resetting the Contacts app on your phone and see if syncing it to your online Google Contacts works the way it should.
-- Disable sync with Contacts in your Settings >> Accounts >> Google menu.
-- Reset the Contacts app by going into your Settings >> Apps >> Contacts app menu, open it and tap on 'Force stop', and then locate 'Clear data' and tap on that. Using Clear data will wipe the app's cache and its settings/configuration files, essentially returning the app to its first time use default.
-- Enable syncing again (make sure you're device is connected to a reliable WiFi or mobile data connection), wait for a minute or so, and then check if the Contacts app is syncing properly wirelessly on its own the way it should.

[RECOVERY][UNOFFICIAL]TWRP

I have a tip for those who updated to Orangefox who want to use this .img file. I was on Lineage 14.1 with Magisk v18. I had Orangefox as the recovery but could not install this as it was not a zip file. I installed the Official TWRP app from Google Play. Then I installed the TWRP 3.3.1 Img using that app. It overwrote the ORangefox recovery and now I have TWRP 3.3.1 and I updated to the Resurrection Remix v7.0.2 with Magisk v19.3 Stable.

Apps How to create a TextView of set size with scroll bars when needed?

I have found a solution for my specific problem. Instead of using a TextView object inside a HorizontalSrollView object to allow me to scroll the TextView sideways, I'm using an EditText object with all of its additional properties removed, save for its scrolling feature:
Code:
<LinearLayout
            android:id="@+id/item_bottom"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="horizontal"
            android:weightSum="8">

            <EditText
                android:id="@+id/item_balance"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="5"
                android:background="@android:color/transparent"
                android:clickable="false"
                android:cursorVisible="false"
                android:focusable="false"
                android:fontFamily="sans-serif-black"
                android:singleLine="true"
                android:text="26677889.44 €"
                android:textColor="@android:color/black"
                android:textSize="36sp"
                android:textStyle="bold" />

How to Root my Moto E4

Rooting the device is not recommended. This will void the warranty of the device, and it will limit the support that you can receive.
If u still want to do so try this step
It depends on which variant of the Motorola Moto E4 that you have. The Verizon variant (xt1767), for example, has an unlockable bootloader and cannot be fully rooted. The Sprint, Virgin Mobile & Boost Mobile variant (xt1766) can be rooted with these steps:
  1. Unlock your device's bootloader by using Motorola/Lenova's website and bootloader unlocking support page;
  2. Flash your device with TWRP custom recovery;
  3. Using custom recovery mode, install Magisk v16.0 Systemless Rooting Interface, which is in the form of an archived zip file;
That's all there is to it. Of course, this is only a brief explanation of the steps needed to root the xt1766 Moto E4. Precise instructions and needed files for the job can be found at XDA Developers by searching for Motorola Moto E4 in the search box. Good luck.

Flashed potter on sanders..

Well, after a bit of research, you said that about the nandroid backup .. so I searched one with the sanders firmware and woops, flashed trough twrp and system working fine, android fine, everything is fine .. So i have to thank you cause you made me remember about the nandroid bk lol! Ty men. If everyone runs to this, just flash a nandroid.
yep always first backup everything before doing anything to the phone. nandroid backups are your friend. i would put a copy of the nandroid backup on your pc and even in cloud storage as a precaution.

Help jp5 tablet heat issue

Sorry for going off topic, but looking to get a real answer to this issue my brother is having.

My brother is in FDOC, he has a JPS5 it is having heat issue, shutting down in 10 minutes . He says the device showed he used 20% of power by just righting an email to me. With that said he says when he can plug it in, the system can show being in red(30%> before plugging in but sometimes show has being (50%<) has soon has plugged in.

It is hard for me to help him without knowing what apps or settings he can use for optimization of the system like cleaning ram and closing down apps running.

He just learned how to delete music he said, not sure if that says he doesn't know much on device or if it's more the way it has to be done with it connected to kiosk.

We are looking into possibly just getting a second player for him, how would any apps, books, music or what have you be handled (be lost?) Or is it kind of like the play store where he could get them back?

Looking for upper lvl support ( Manager to call) today, they happen to be in a meeting at the time, if no call I will call again and see if they are in a meeting again.
1)over heating and charging issues are most likely be a hardware issue. you can try factory resetting it and see if the issue persists. if it does then it is a hardware issue.

2)just have him reboot the tablet from time to time. this will clear cache and even ram

3)if you get another device as long as you sign in using the same google acct, all your app, music, and book purchases will sync up and you will not loose those.

4) not sure what you are talking about as far as lvl support and managers, but i hope they help you.

Filter

Back
Top Bottom