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

Android TV or WebOS?

Hello everyone!

I've been thinking about buying a smart tv for a while and I've already seen two models that I liked: LG OLED EVO and Philips LED 4K.

The problem is that LG works with WebOs and Philips with Android TV, so I would like to know which operating system is better for a Smart TV and why.

I have already been reading some page that explains the main differences, advantages and disadvantages of each model: (Link Removed) But I would like to delve deeper into it.

Does anyone know what the main difference is and which one suits me best? I just watch series and movies. Very occasionally I connect the PS4.

Thanks!

Phone dialer on lock screen

I have the phone dialer set as my left side shortcut on my lock screen, but every time I open it, it keeps opening to the keypad even though I have set it to "open to last viewed" screen. If I open the phone dialer from the apps list it opens to the recent calls screen, but doesn't when I open it from the lock screen. How do I get it to open to recent calls screen using the shortcut on the lock screen?

Turning old phone into a sim free, Bluetooth connected phone kit for new phone?

Something like turning my second phone into a car kit for my first phone.


I have a Oneplus 6, and have just upgraded to a Samsung S22 Ultra. The Oneplus 6 is tiny in comparrison, and much more portable.


I want to be able to have two phones but one number, but that is hugely expensive in the UK (£15 per month through Vodafone, plus I don't want to move to Vodafone), so an alternative would be to turn the Oneplus into the equivalent of a car bluetooth phone kit for the Samsung.


Is there any software out there that can do this?

App prevent usage while driving

Hello,
i'm getting nuts in searching and not finding any app which simply
blocks the screen while detecting a defined speed with GPS.

The app is needed in business where an employee drives a vehicle like a truck or a bus.

Sounds simple! Detect speed -> Lock screen.
Simple but not available, anywhere!!

Does anybody know of an app like this?
Only thing i found is LifeSaver, but this app is way too expensive.

Any hint appreciated!
bye
Heinz

Help Help. Huge Bug. Cant do anything on phone, keeps going to home screen. Looked all over internet.

Hey,
I have a Xiaomi Redmi9. It was working great until this morning. For the whole day I cant do anything with the phone.
When I unlock it and it gets to the home screen, done of the apps I click open. If I switch the screen to see any other apps it automatically goes back to the initial screen and if I bring the options menu down (with the wifi, mobile data, location, airplane mode etc), it also pushes it back up as soon as I stop touching the screen. So whatever I do is not performed by the cellphone and it automatically goes back to the initial home screen.
I tried to reboot it many times, pressuring the initiate and volume down and up. I tested it without the sim cards. But still not working. I also made it run out of battery and charged again - again didn't work.
I have a lot to important data in the cellphone that I would need to save in my computer if I needed to clear all the data. But if I connect the cellphone to the computer I cant find it to get any of the documents...
Another interesting aspect is that while in the locked screen I can bring the menu options down and start or stop any of the options there (mobile, wifi, flashlight...). But when I unlock the phone that doesn't work...
Please, somebody help me =p

Changing locale works in debug version of app, but only updates to EN or ES in release version?

So I wanted to create a way for a user to change between 6 different languages within my Android app. Currently, I have string resource files for English (default), Spanish, German, French, Japanese, and Russian. When I run the code on my emulator, or on my phone through debug, everything works perfectly. The app updates when I select a language, and runs great.

However, when I change to the release version, generate a signed app bundle and upload it to the play store for internal testing, and I download the app from there, the only language options that work is English and Spanish. All my other language options revert to English, despite my logs stating that the locale of the configuration properly changed to the specific locale I want.

My guess is that maybe there's some sort of phone specific setting that's preventing me from seeing the additional languages? But I'm unsure how to work around that, and I'm also confused why, if that's the case, Spanish would be working but no other languages.

Here is the OnClick that sets the locale and calls my UpdateLocale method (These correspond to buttons I've added within an alert dialog box for language selection):

Code:
public void onClick(DialogInterface dialog, int which) {
   switch (which) {
      case 0:
         Locale usLocale = new Locale("en");
         editor.putString("Locale", "en");
         editor.apply();
         updateLocale(usLocale);
         dialog.dismiss();
         break;// english
      case 1:
         Locale esLocale = new Locale("es");
         editor.putString("Locale", "es");
         editor.apply();
         updateLocale(esLocale);
         dialog.dismiss();
         break;// spanish
      case 2:
         Locale deLocale = new Locale("de");
         editor.putString("Locale", "de");
         editor.apply();
         updateLocale(deLocale);
         dialog.dismiss();
         break;// german
      case 3:
         Locale frLocale = new Locale("fr");
         editor.putString("Locale", "fr");
         editor.apply();
         updateLocale(frLocale);
         dialog.dismiss();
         break;// french
      case 4:
         Locale jaLocale = new Locale("ja");
         editor.putString("Locale", "ja");
         editor.apply();
         updateLocale(jaLocale);
         dialog.dismiss();
         break;// japanese
      case 5: Locale ruLocale = new Locale("ru");
         editor.putString("Locale", "ru");
         editor.apply();
         updateLocale(ruLocale);
         dialog.dismiss();
         break;// russian
   }
   recreate();
}

And here is the UpdateLocale method itself:

Code:
public void updateLocale(Locale locale) {
    Resources res = getResources();
    Locale.setDefault(locale);

    Configuration configuration = res.getConfiguration();

    if (Integer.parseInt(android.os.Build.VERSION.SDK) >= 24) {
        Log.e(TAG, "updateLocale: the os version is " + Integer.parseInt(android.os.Build.VERSION.SDK));
        LocaleList localeList = new LocaleList(locale);

        LocaleList.setDefault(localeList);
        configuration.setLocales(localeList);
        configuration.setLocale(locale);

    } else if (Integer.parseInt(android.os.Build.VERSION.SDK) >= 17){
        Log.e(TAG, "updateLocale: the os version is " + Integer.parseInt(android.os.Build.VERSION.SDK));
        configuration.setLocale(locale);

    } else {
        configuration.locale = locale;
    }

    res.updateConfiguration(configuration, res.getDisplayMetrics());
    recreate();
}

I have already added the locales I want to my build.gradle file

Code:
resConfigs "en", "de", "es", "fr", "ja", "ru"

And I have added the following to all activities within my android manifest
Code:
android:configChanges="locale"

If anyone knows what I might be doing wrong, or what I might be able to look for to figure out why there's a disconnect between my Debug and Release versions, I'd be eternally grateful.

Help Two apps that won't restart

I use a text expander with a few apps. Mainly my email app, Aquamail and my note app, EasyNotes. The text expander is basically a app that creates macros. I can type the 4 letters "asig" and get:
Dr. Mark W. Helfand
Pixel 6 Pro
Android 13.0
I've tried a few different apps and only two work with my email app. Unfortunately,I have the same problem with both of them. Whenever I restart my phone, the text expander apps don't restart on their own. I have to go into my Phone's settings under Accessibility and turn off that setting and turn it back on. I've checked their battery settings and they both are set to "Unrestricted". Also they both have permission to Auto start.
Does anyone have any ideas why they won't restart? The developers have no idea either.
I would appreciate any ideas you may have.
Thanks

Notifications read on PC don't clear notifications on the phone.

hi,

I recently changed my phone to Motorola g42 and there's one thing that irritates me a lot.
It's a general problem.

In the past, each time I was working on the computer and read i.e. messenger notifications/messages that had come on my PC, the LED on my phone laying next to my computer stopped blinking meaning that the notification has been read previously. Somehow Android 8 on that phone knew that I already read the message on some other device.
This is is not happening on my new phone. Notifications are still there on the apps' badges and every time I read them on the comuter, I have to read 'em on the phone too to clear the number of notifications.

Any clue what may cause it and how to solve this issue?

thanks

Help My S5e has been restarted randomly in every 2-10 hours, what to do to fix it?

I got Tab S5e a month ago, I've ordered it from Amazon. It was a 128 GB/6 GB version. Okay, since the day I picked it up, it works great and functions very well but it restarts randomly like a few times a day. When my tablet is off and I'm not using it at the time, it restarts randomly as Tab S5e logo appeared on screen, meaning that it resets themselves.

The tablet also turns itself on while my tablet is off and on plug charging.

The battery is still good. Both volume and power buttons aren't sticky. The tablet also rubs faster and I had no problem with that.

Here are the things I tried to prevent this but didn't help.

- Switching to Safe Mode
- Wiping system cache
- Removing the plastic rubber case

Will you help me find the solution without even returning it?

Thank you.

Android BLE write data on multiple BLE h/w simultaneously

I am working on an android app where I am using android BLE api for connecting to sensor devices.Things are going good but I am connecting 4 BLE h/w devices with my android app but when I try to write some data on all 4 BLe devices at same time it only writes data on a single device and I can't write data on all devices simultaneously.

Here is my code to write data on single BLE device:

if(btWriteGattChar == null)
return;
btWriteGattChar.setWriteType(BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE);
btWriteGattChar.setValue(dat);
mBluetoothGatt[tabIndex].writeCharacteristic(btWriteGattChar);

The above code works find for single BLE device but it won't allow me to write the same data on all rest of devices.

Please let me know where I am doing wrong step to write same data on multiple BLE devices.

Help S21 FE Fingerprint problems

I set the phone for fingerprint to be active even with display off, so i can unlock my phone without lit my screen,
Randomly, every 20-30 times maybe, fingerprint icon will not lit when i touch it. So i have to turn on display and after this i can unlock with fingerprint. After this again i can unlock my phone with fingerprint with display off, for another 20-30 times.

I try to turn off adaptive battery, no result same problem occur. No other power savings active, by my knowldge at least
I try to reset figerprint by removing and add again. No result. But this not a problem of recognition, my sensor for fingerprint will not lit when i touch. I also perform a clear cahce in ecovery mode. Im on android 13, and maybe this problem comes with this update. The phone works fine for few months and suddendy this problem, cant say if this occur with android 13 update o r few days early on android 12

Help Help restore messages to new phone?

Hello,

SMS messages and Call logs are auto scheduled backup to google drive via [SMS Backup & Restore] app daily at 1AM.
Whatsapp messages are auto scheduled backup via [Whatsapp] app to google drive daily at 2AM.
I also have enabled google account backup but not sure when is the backup done since it does not let user select daily/weekly/time.


Example:
In my old phone
01 Jan 2022 1AM Last auto backup of [SMS Backup & Restore] app
01 Jan 2022 2AM Last auto backup of [Whataspp] app
01 Jan 2022 7AM New incoming unread SMS received
01 Jan 2022 7AM New incoming missed call received
01 Jan 2022 7AM New incoming unread whatsapp received
01 Jan 2022 9AM Phone is faulty completed black unable to switch on (the three 01 Jan 2022 7AM New incoming unread sms/call/whatsapp is still unread when phone is faulty)

Question: I want to restore everything into a new phone
How to let these three 01 Jan 2022 7AM unread items appear in new phone?
01 Jan 2022 7AM New incoming unread SMS received
01 Jan 2022 7AM New incoming missed call received
01 Jan 2022 7AM New incoming unread whatsapp received

Thanks

  • Poll Poll
Addagrams - Personal Daily Word Puzzle

Do you like what you see?

  • I hate word games.

    Votes: 0 0.0%
  • I like word games, but not this.

    Votes: 0 0.0%
  • Like it? I LOVE IT!

    Votes: 1 100.0%

The first of its kind, Addagrams is a word puzzle with a personality: yours!

We're offering an ad-free experience for new players. Play now for free or learn more about us below:

Game Overview
In every round of Addagrams, you make two words from any mix of the available letter tiles. And with thousands of possible arrangements in every game, there's no puzzle that's more expressive so you can always play your words your way.

But wait, there's more... because the more letters you use, the higher your score. Use all the letters in all nine rounds to achieve a perfect score of 99 points.

Do you have what it takes to blaze a trail to the top and join the ranks of the 99 Club?


Whatcha think? Take the poll, post your thoughts, and contribute to something big.
Let the 'grams begin!

Calling an activity from class PintService

I created a class that extends PrintService .

I use the system dialog to print , everything is fine I see the service in print.

In onPrintJobQueued method I have this :

@override
protected void onPrintJobQueued(PrintJob printJob) {
printJob.start();

Log.d(TAG, "queued: " + printJob.getInfo());

Intent i = new Intent(getApplicationContext(), PdfWiever.class);
i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
String file = "file:///storage/emulated/0/Download/"+printJob.getDocument().getInfo().getName();
i.putExtra("data", file);
try {
printJob.complete();
Log.d(TAG, "queued: " + printJob.getInfo());
startActivity(i);
}catch (Exception e){
e.printStackTrace();
}

}

I'm not getting any errors in both stackTrace and logcat. It's just that the business doesn't open.

I've seen other answers but I'm confused, in some I've read that there is a need for an interface to communicate between service and activity.

Or am I getting my intent call wrong?

I state that my activity is not running it is the service that must call it and put it into execution.

my AndroidManifest :

<activity
android:name="soget.com.it.bluetooth.sdk.PdfWiever"
android:exported="true"
android:label="SogetServizioStampa">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/pdf" android:scheme="file" />
<data android:scheme="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/pdf" android:scheme="file" />
<data android:scheme="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SENDTO" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/pdf" android:scheme="file" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/pdf" android:scheme="file" />
<data android:mimeType="*/*" android:scheme="mailto" />
</intent-filter>
</activity>
<service
android:name="soget.com.it.bluetooth.sdk.PdfPrint"
android:permission="android.permission.BIND_PRINT_SERVICE">
<intent-filter>
<action android:name="android.printservice.PrintService" />
</intent-filter>
</service>

Can you direct me for a solution?

New App Idea for Security

Dear All

it's been few months that I have been looking for an specific application on Android but I have not been able to find anything like it , so i was wondering if the community may know of such an app .

I Like to have an application that can Factory Reset my phone when I unlock the phone with a specific finger . So when i have the phone locked an in my pocket , but when i Unlock it using one of my fingers which i have set in the application previously , the application should be able to completely factory reset the phone without asking for any confirmation or password or passcode .

Let me explain more , The reason i'm looking for such an application is that I live in Iran and as you may know the situation is very bad and anytime you are in the street you may get arrested by the police and they always steal people phone from them and use the information in the phone against them . So with this app , if i'm ever arrested in the streets i just scan my finger and the phone is reset with no data .

I wish we can find or create such application .

thank you .

Help Delete phone lock

I have a pin number to unlock my screen I wish to no longer use a pin number to unlock my screen, but I do not know how to remove the pin. I have not got security and Privacy together,. but they are separate. and so I can not follow the instructions that everyone is giving me. I have tried to follow going to security, and then privacy but that does not work. Perhaps some will have the answer. Regards

Help Remove google account question?

Hello,

I intend to remove Google Account from my old phone and I want to use Google Account in my new phone.

https://www.samsung.com/au/support/mobile-devices/remove-google-account-on-samsung-phone/ in the bottom most screenshot https://i.imgur.com/v8M0YPX.png it says "Removing the account will delete all of its messages, contacts and other data from the device"

1. What is "messages" and "other data from the device" referring to?

2. "contacts" does it mean google contacts will be removed from Contacts app?

3. What is the difference if I do a Smart Switch to transfer all data from old phone to new phone, with google account logged in (in the old phone) vs with google account logged out (in the old phone)

Thanks

How to be brilliant and an idiot simultaneously.

The "How to replace a laptop battery and end up with two laptops" story.

So ... (never start a sentence with "so, well, anyway" and especially "basically").

My daily use laptop for the past 4-1/2 years has been a trusty Asus Vivobook Flip 14. It's the perfect form factor for me and was still working well, even if it was getting a little long in the digital tooth. When the original battery was struggling to hold a charge for longer than 90 minutes, I bought a replacement battery. It should have been simple enough.

(Suppressing my urge to start with "well") I watched the battery vendor's how-to YouTube video and was less than impressed with the details and/or technique. It was not model specific so it had to be very generic. I searched for a few additional model-specific tutorials on battery replacement and found one that I thought was something I could follow along.

I began by removing the screws on the bottom of the device and popping the clips around the edge of the keyboard. it opened easily enough but the tutorial showed the laptop opened to a 90° angle and laying on a table with the screen flat and the keyboard/base upright. Now everyone take a moment to remember the episode of *M*A*S*H* called The Army/Navy Game where a bomb is ticking away in the compound and Hawkeye has to defuse it. The same person wrote the battery replacement instructions and went something like this: Lift keyboard from the laptop case, show it flipped open with the keyboard in a vertical position, next say but be sure to disconnect the ribbon cables. The results in both scenarios were similar.

I did in fact flip the base to a vertical position with the keyboard loose and it promptly fell forward with the ribbon cables still attached ... briefly. :( The force of the keyboard falling forward damaged the Molex ZIF sockets for both the track pad and the fingerprint scanner on the motherboard. That certainly was an [expletive deleted] moment.

Sigh. I replaced the old battery with the new and tried to jury-rig a working connection for the two cables. The first time, they didn't work, so I took the keyboard off again and tried a different Rube Goldberg solution. This time the trackpad and fingerprint reader both worked. I thought I had dodged a bullet, until I got to work and tried to use the laptop. The simple act of carrying the laptop in my briefcase was enough to dislodge/short/bork the connection. The more I fussed, the worse things got.

I had a couple choices. I could pay someone to fix it which would have been over $100 at least and most likely closer to $300 for a laptop that sells for about $225 on eBay in working condition. I could have bought a new motherboard for roughly the same cost as the repair. I could have located the correct Molex connectors, bought a hot air soldering station and taught myself the fine art of reflowing tiny components. Or, I simply could have used the laptop without the trackpad and FP reader.

That last option was certainly practical and reasonable as I could always authenticate with a PIN or password and i generally use a mouse, anyway. But, that non-functioning trackpad staring me in the face everyday would have been a constant reminder of my ineptitude. Trust me, I don't need any more lessons in humility -- I've f**ked up enough $h!t in my lifetime.

This was a couple of weeks ago and coincided with the beginning of the Black Friday ad blitz. Sure enough one of the Woot.com specials target at me was an updated model of the same laptop. (Who's surprised it was targeted since I had been Googling that model for several days -- first for a battery, then for motherboards.) It was the same in every regard, except it had twice the RAM and was upgradable, and had a 6 core/12 thread Ryzen processor, instead of the old 2 core/4 thread i7 in my 2018 model. I was thinking about upgrading anyway (I kept telling myself) so I dropped the $500.

End of the story? Not quite. As everyone knows, once you search for something on YouTube, similar suggestions appear in your feed for decades, or until you click "not interested" 473 times. I had only made it to click number 145 for ribbon cable connector repair videos when i was shown a fix that i hadn't considered. This guy removed the molex connector and soldered the ribbon cable directly to the pads on the motherboard. Seeing as I had a fine tipped soldering iron and some fine motor skills for my watch repair hobby, I gave it a go. The first attempt was yet another unnecessary lesson in humility (aka f**ked up) but attempt #2 actually worked. Both the trackpad and fingerprint reader are both working and each time I use them I feel both brilliant and idiotic.

Anyone need a latptop? ;)

Microphone issue doesn't make sense

I really can't remember if I had this issue before or after I replaced the screen on my Xiaomi Mi Max 3 so I'm not sure if it's a hardware or software issue.

You would think it's a hardware issue until you read its symptoms because it doesn't make sense to me.

When I speak to someone using my network provider, the person I speak to says when I use my phone's speakerphone they can hear their own voice and often sounds squeaky. When it's not on speakerphone it's fine, however, when using WhatsApp to make the call it's the exact opposite!

Has anyone had this issue before? I don't want to replace my phone but if I can verify it's a hardware issue then I'll feel better knowing I don't have much of a choice.

Thanks very much and hope you can help.

Apps Inifite Step Counter app

I'm writing a basic step counter app in Android Studio using:

sensorManager = getSystemService(Context.SENSOR_SERVICE) as SensorManager
val stepSensor : Sensor? = sensorManager?.getDefaultSensor(Sensor.TYPE_STEP_COUNTER)

and sharedPreferences to read/write data.

I've no problem to read total steps.
What I need is my app counts the total steps since first time it is executed. My problem is that steps are reset on device reboot and I don't know how to setup the logic to continue to add steps to the total.

Anyone could help on this? TY

Filter

Back
Top Bottom