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

Texting?

OK, i've told them to check their iphones. However, part of my problem is that when i send out a text, it takes three to five minutes before my Galaxy registers that they have received the msg. This is all with the "google messages" app that came on the phone.

Accessories Music player app

RE: mikedt
VLC Media Player?


Thank you. I'd forgotten about Foobar. Used it a number of years ago. Yup, it does the trick!!! Tried the newest VLC and they want payment for it now.

RE: James Watson

Hey James; Thanks for replying. Yeah, tried the latest "version" of VLC. Seems, now, they ask you to buy it. I D/led the free version and it was devoid of many of the features I require. I guess I could try to find a 'retro" version, but not sure if that'd work now that VLC's policies have changed. I was reminded of (TNX mikedt) Foobar 2000 and I've found it to be the player I wanted. Has all the bell and whistles and is still open source.

Help with Flip 3 and hearing aids

I have a S21 Ultra that worked flawlessly with my ReSound aids prior to the Android 12 update. My aid's associated app links a page declaring there is a known issue between 12 and Samsung devices. I've not noticed a decrease in battery life but there is an issue with streaming. I don't know if the questionable compatibility between Samsung and 12 is your battery draining culprit but something you might investigate.

Something you might check is under accessibility in your phone settings. Make certain that under hearing enhancements that hearing aid support is enabled and compatibility is on and your aids show up as a connected device.

When I initially set up my aids to use BLE (blue tooth low energy) I married aids to phone using the associated app from the play store for my aids. I recently had one aid replaced and my audiologist once again used the app to connect the new aid to my phone. I'm not certain that my aids can be connected to my phone without using the app. You might check to see if your BLE connection is solid.

The big question to me is why your left aid suddenly consumes more battery than the right even after being replaced. My rechargeable aids don't drain at the same rate. I asked my audiologist what might be the cause and her response was that I required a great deal more assistance from my right aid. I can accept that as a reason. However, in your case, I'm assuming that there was not a major change in your prescription in August.

I wish I had more to offer. I both love and hate my aids. :) I would love for the tech to work better than it does. They are called aids for a reason. I hope that you can solve your battery draining issue.

Reusing part of a layout

Sorry in advance if this is something that has been answer before. I am a C# dev that never deals with UI, trying to learn android for fun and has no idea how to word his question...

I have made a layout I am happy with, like the following;

Code:
 <LinearLayout
        android:layout_column="1"
        android:layout_row="0"
        android:layout_width="300dp"
        android:layout_height="40dp"
        android:layout_marginLeft="40dp"
        android:orientation="horizontal">

            <TextView
                android:text="Run For:"
                android:textSize="30dp"
                android:layout_width="0sp"
                android:layout_height="match_parent"
                android:layout_weight=".5"
                android:textAlignment="center"/>

            <Button
                android:id="@+id/btn_down"
                android:layout_width="0sp"
                android:layout_height="match_parent"
                android:layout_weight=".15"
                android:textAlignment="center"
                android:text="-" />

            <TextView
                android:id="@+id/run_time"
                android:textSize="30dp"
                android:layout_width="0sp"
                android:layout_height="match_parent"
                android:layout_weight=".2"
                android:textAlignment="center"
                android:inputType="number"
                android:text="0" />

            <Button
                android:id="@+id/btn_up"
                android:layout_width="0sp"
                android:layout_height="match_parent"
                android:layout_weight=".15"
                android:textAlignment="center"
                android:text="+" />
    </LinearLayout>

and some handeling code;
Code:
 AppCompatTextView runTime = FindViewById<AppCompatTextView>(Resource.Id.run_time);
            AppCompatButton up = FindViewById<AppCompatButton>(Resource.Id.btn_up);
            AppCompatButton down = FindViewById<AppCompatButton>(Resource.Id.btn_down);

            up.Click += delegate
            {
                Int16 time;

                if(Int16.TryParse(runTime.Text, out time))
                {
                    if (time < 10)
                    {
                        time++;
                        runTime.Text = time.ToString();
                    }
                }
            };

            down.Click += delegate
            {
                Int16 time;

                if (Int16.TryParse(runTime.Text, out time))
                {
                    if (time > 0)
                    {
                        time--;
                        runTime.Text = time.ToString();
                    }
                }
            };

Great, all works.

How do I now repeat that 64 more times? I have a GridLayout already, I just have no idea how to repeat the buttons layout and click events. I guess I could copy and paste it 63 more times, but I feel like that might not be the best way here…

Has anyone got a example or something for me to read about how to do this?
I am writing this in C# but an example in java would be fine.

Thanks

"Set a timer for x minutes" - "go and do it yourself"

IMO we were better off when we used our hands and did actual work. We were certainly stronger for it. Today we're getting quite thin-skinned and puny, and I'm certain that tons of digital, connected 24/7 lifestyle can't be healthy in the long term.

Just from the whole pandemic I've realized from experience just at work that people (our customers) have gotten quite triggered by quite innocous things like telling them the truth about a repair or something. I think people are getting more and more used to being behind a screen or using AI to do most of the tasks (including using robotic lawn mowers!) and it's causing social interaction to break down and people are becoming more and more introverted as a result.

Sd scare

The World Economic Forum is responsible for the rather dystopian future that's supposedly planned for us come 2030. There's even a book written by its founder called "Covid-19: The Great Reset" and the things they want scare the hell out of me.

I'll stop here since any further discussion borders on political discussion which I'm sure the mods don't want any part in here.

On the p.c...

I've looked and do not see a way to delete this. You delete your email searches and old contacts, but not when you are comparing an email. It maybe I'm not finding the right words to describe your issue when googling it.

It's never really bothered me, but it rarely suggests old contacts.

Help Photos app: "No photos"

Issue has happened again, except it doesn't say No Photos this time. In the Photos tab, all I can see where there should be photos is a random date a few weeks back although my most recent photos were taken yesterday. When I hold down on the date it apparently selects 5 photos that are nonetheless invisible in this area (see attached screenshot).

The photos are still in the Library tab, and when I log into Photos on desktop, all photos seem intact in the Cloud (and indeed, on desktop Cloud I can see the 5 photos taken on the aforementioned random date).

It's just the Photos tab in the Photos app that's gone wonky so seems it might be an interface/UI issue. Tried clearing cache and restarting phone. Who can figure out how to get the photos to reappear?

343679d1648744839t-photos-app-no-photos-screenshot_20220331-123015.jpg

This happened again. This time, I noticed when I zoomed in on the Photos tab by swiping, a photo from yesterday appeared, but no other photos from yesterday or the days before. Unlocking a few photos made several non-locked photos appear, but not all. I finally found a (relatively) quick workaround: archive then unarchive all the photos.

Sent this feedback to Google:

No photos were appearing in the Photos tab of the Photos app. They were in the folders and Cloud, just not in that tab in the app. Clearing cache and restarting phone did not help. It seems I could technically select all photos from this month using the check-circle, but the photos still didn't appear. Last time this happened I had to clear app data to resolve it, but I shouldn't have to do this. This time, I discovered a quicker workaround: archiving then unarchiving the photos. But this issue should not be happening to begin with and the fact it has happened multiple times nearly a half year apart is not acceptable. Why hasn't this been fixed yet?

Screenshot_20221021-064300.png

Thunderbird on Android - BirdBox

All - We have launched a mobile version of Thunderbird through our UserLAnd platform named BirdBox! Our app will launch the desktop version of Thunderbird on any of your Android devices so you can have all of the functionality that you are used to. Definitely great on chromebook and tablet. Let us know your thoughts! Thanks and link below:

https://play.google.com/store/apps/details?id=tech.ula.birdbox&hl=en_US&gl=US

Pixelation after stitching

I have disabled hardware encoding and decoding and this seems to have fixed it. Thanks

You are the absolute GOAT (greatest of all time). I searched the whole internet, installed APK`s on my phone (app), contacted SAMSUNG support and even tried to disable hardware encoding and decoding, but didnt restart the app. I almost gave up, my last google search brought me to this page and I just tried it again, it works.

I dont know if you will ever read this, but thank you so much.
Finally i have some clean 360 vids.

Thanks man

Set first day of week to Sunday

The way I understand the reasoning behind which days are the begining of the week is due to the last day of the week.

It is biblical, and the difference is between Jews and Christians.

The Earth was created in 7 days according to scripture.
The 7th day of the week was to be the Sabbath, a day of rest.

The Jews use Saturday, and the Christians use Sunday.

There are certain sects (Seventh Day Adventist, for example) that vary on this.

Interestingly enough, the names of the days of the week are Pagan in origin.

http://mountzioncog.com/pagan-origin-days-of-the-week/

System screen saver.. On a moto edge plus..

The OP is referring to Daydream, once a standard feature of Android 4.1 Jelly Bean and made it to subsequent versions but given the increasing lack of customization lately I'd not be surprised if it got axed.

As for changing the boot animation, you need root for that. That's even harder today than in the glory days of 2009. Being a moto, however, there are instructions online on their site to unlock the bootloader which is required for root, even though it's quite a process. Unfortunately, I never could make the boot animations make sound since version 6.0 Marshmallow. I think the code got axed as well--since I attempted to make a very TouchWiz-themed ROM run on my Nexus 6 years back and even though I successfully got the Samsung Galaxy SII boot animation to play, no sound ever played. It was one of the best boot animations around:
https://www.youtube.com/shorts/JCX0DzJDTk0

Filter

Back
Top Bottom