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

My SD card have now a folder .android_secure

I'd take it back to where ever you bought it, then. I think that SD card is toast.
I know this Thread is from 2011 ,I do hope someone will read it . I've bought 2 "brand new " SD cards that came with .android_secure in it . And it says that it was created in 1969 , all that I could find online didn't sounded true .the SD cards says it's 32.39 giga . Obviously no sd card that it's 32 giga will have 32.39 giga of space , my worry is that this is a massive work with malware or some virus because I've tried to format on the android and after a long time that files still there. . You can't rename it nor delete it . I've did a zip as copy from it and it says 22 bites . I know that most virus has about 22bites right? So I've placed that SD n my windows phone 630 Lumia from 2014 and it said that it had old apps in it and needed to be deleted done that . And formatted the SD on the windows phone as well about 20 times over . All that after trying to move files from the phone to these which they were destroyed by the SD card . Now after a bunch of tries I've recorded a few times using the SD card and what I got was abou 1 minute of ok video after that recorded 400 mega of code that didn't worked after 2:40 secs . And after recording one with 900 mega the SD card could not save anything else. But it says that still have 29,13 giga left . Is these cards with malwares? Detail . This is the first time ever that I've bought the 2 SD cards with the package with no glue or anything to close where it comes normally closed . Why did already had this .amdroid_secure in it ? And why not even formatting on and on this didn't go away?

Help Where do you find out how long a phone will get updates for?

I actively seek out phones that NEVER get updates. I personally hate updates. A lot of them change things that should be left alone, or totally re-arrange functions in the app forcing me to relearn everything again, which annoys me, or flatten the UI which I outright despise. Using older phones guarantees I'll never have my flow interrupted by a prompt to 'please update this app to continue using it' or be bothered by a full-screen dialog saying 'a new software update is available for you phone'

I consider lack of updates a feature. However, there's tons of FUD out there that people will get hacked just by using old software. I can assure you that unless you're stupid, that will not happen. In fact, a lot of phones well out of support completely still support some modern apps including payment apps like Walmart or Kroger, and one example is the Galaxy S5. That's 8 years of support. Android support is actually better than Apple. Since Play Services can be updated without the need for an OS update, apps will be supported even on old versions of Android for the foreseeable future, while an iPhone that is a year out of date will have many apps up and stop working asking the user to 'update to iOS xx to continue using this app'.

So while OS support is lacking, app support is not. Also, continuing to consume by buying new phones when your old one works perfectly fine (despite not getting updates) is bad for the planet. e-waste is a horrendous problem that will not be solved by recycling alone. We have to all reduce, reuse, then recycle, in that order. Also, our wallets are bigger when we stop buying new things we don't need.

Help SOLVED: Where's Android Auto?

My Android Auto, connected by Bluetooth to AAWireless, worked on my drive this morning. It is very frustrating - especially since Google has killed off the phone version of Android Auto.

My only suggestion is to unpair and forget your phone on your Jeep. On your Z Fold 3, unpair and forget your Jeep in Bluetooth settings. Then in Apps, go to Android Auto, clear cache and data. Just nuke it all and restart the phone.

Then start up your Jeep and pair it back with your phone, fingers crossed. If you still have problems and it's a carrier-branded phone, you may want to contact your carrier and report the issue. Then contact Samsung and report the issue (both to the tech support reps and by submitting an error report in the Samsung Members app.

How To How to Answer Phone

It seems to me that everyone has known this for a long time. It's very simple and easy. It seems to me that, on the contrary, in Apple phones, it is difficult, and you can easily get confused. Stupid combinations appear on the screen, which is unclear where to press. That's why I like an android. Lately, I don't even have to answer phone calls very often. There was a time when I was just starting my business, and I was on the phone all day. It was a very difficult time. Now TMC.net is doing this for me. It's actually very cool and makes my life a lot easier.

WhatsApp chat file; copy, edit and print????

You seem to have a very short list of apps you can export to. I just tried on my phone and it offered options including a PDF writer, different email apps (I don't know what "memo" is), upload to Google Drive or other cloud services, even a file manager (to choose where I wrote it to). The list of options can be scrolled, and on my phone ends with "more" which does what it says.

The simplest way is probably to save it to somewhere on the phone and then copy over USB (email is possible if it's not too large, but if there are a lot of media, or just a couple of short videos, it could be too large for that).

Add values from an array brought from firebase and display them in a label

I am doing my project in ionic 6 with angular and a firebase database. I need a typescript function that adds the values fetched from an array that are extracted from a collection in firebase.

Code:
   async getGastos() {
        const uid = await this.auth.getUid();
        const ruta = 'Usuarios/' + uid + '/Gastos';
        this.firebaseService.getCollection<Gasto>(ruta).subscribe(res => {
            this.gastos = res;
            // this.gastos.forEach(gasto => {
            //     gasto.monto_gasto;
            // });
        });
        this.setTransc()
           }
//Function to fetch the data from the "expenses" collection, the "expense_amount" column and add this data to the "setTransc" function

Code:
   async getIngresos() {
       const uid = await this.auth.getUid();
       const ruta = 'Usuarios/' + uid + '/Ingresos';
       this.firebaseService.getCollection<Ingreso>(ruta).subscribe(res => {
           this.ingresos = res;
           // this.ingresos.forEach(ingreso => {
           //     ingreso.monto_ingreso
           // });
       this.setTransc()
       });
   }

//Function to fetch the data from the "income" collection, the "expense_amount" column and add this data to the "setTransc" function

Code:
    setTransc() {
        let sumaGastos = 0;
        this.gastos.forEach(gasto => {
            sumaGastos += gasto.monto_gasto
            console.log("ggg", sumaGastos);
        });

        let sumaIngresos = 0;
        this.ingresos.forEach((ingreso, i) => {
            sumaIngresos += ingreso.monto_ingreso
            console.log("iii", sumaIngresos);
        });
    }

    async todo(){
        await this.getGastos();
        await this.getIngresos();
    }

"setTransc()" function to sum the values of the array, then the "todo()" function has an await since the elements return a promise before being displayed.

It should be noted that I need to press a button for the values to be operated because I don't know how to do it in the background to show it directly in the next view.


hnEfb9G

Thanks in advance and sorry for my bad English.

Attachments

  • Status app.png
    Status app.png
    149.3 KB · Views: 109

How to replace the default Google account with one of the other Google accounts on Android 10 phone

Hello,
I searched the web for this and from all I found the instructions if I understand correctly, are that the first Google account I create on the phone becomes the default and to change that I have remove all my Google accounts by going to 'Settings' then 'Google' then ' >' then 'Manage accounts on this device' then select each account and choose 'Remove account' and finally add the desired default account.
But I would like to know what happens if I remove only my default Google account from my phone when I have multiple accounts? I guess Google have to use one of the other accounts as default but which one?

Also when I go to 'Settings' then 'Google' then '>' Google shows a list of all Google accounts with the default account on top of the list separated with a line from the other accounts. There, if I press on any of the other accounts, I'm sent back to the previous screen 'Google' and the chosen account is now displayed on the place of the default account. This looks as if I'm replacing the default account with one of the other accounts just like that but I can't find anywhere on the web if that's actually what it is.

I will greatly appreciate your help with this

Can't Set Up ATT Email

I just want to say thank you for your detailed reply to my 2nd message. I am going to confess that after I had installed bluemail and went to set up my sbcglobal account suddenly I remembered that ATT had wanted its users to set up an email key, which I had done. When I used that as the password then I was able to set up the account fine with bluemail and probably that was the problem all along. However, why didn't Yahoo (manages ATT email, as you probably know) just tell me that my password wasn't right!!!?? It would have saved me a ton of hassle.
You are so right about the Android issues. Every time I search on-line for a solution to some problem, it takes many tries to find a solution that actually works with my phone. Samsung's help is not all that helpful. I will follow your suggestion to use the Samsung back up. I had, some time back, used the Verizon back up and when I had a problem with my contacts, even a Verizon technician on the phone could not retrieve my contacts backup even though we could see that I had made the back up. So I definitely gave up on that!!
Thanks again!!

Filter

Back
Top Bottom