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

Help Suggestions for data-only plan

It's not easy finding a GSM provider that sells a 1GB data only plan! I found US Mobile does, but it's 1.5 GB for $10/month. I think there is another one I found that's 1GB for $6/month. Of course, with all the taxes and "fees" that price doubles...

EDIT: @MoodyBlues I contacted Consumer Cellular and they never responded. Apparently either they don't need my business, or they don't have what I want and they're too rude to reply and tell me that. Oh well, I have a few weeks to lock down a plan...

Hello, i am making tasks correctly but it still gives me sign up fail, whats wrong

Code:
package com.trashysofts.auct


import android.content.Intent
import android.os.Bundle
import android.util.Patterns
import android.widget.Toast
import androidx.appcompat.app.AppCompatActivity
import com.google.firebase.auth.FirebaseAuth
import kotlinx.android.synthetic.main.register_layout.*

class RegisterActivity : AppCompatActivity() {

    private lateinit var auth: FirebaseAuth

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.register_layout)
        auth = FirebaseAuth.getInstance()
        buttonJoin.setOnClickListener {
            signUpUser()
        }

    }

    private fun signUpUser() {
        if (emailTextSignUp.text.toString().isEmpty()) {
            emailTextSignUp.error = "Please enter email"
            emailTextSignUp.requestFocus()
            return
        }
        if (!Patterns.EMAIL_ADDRESS.matcher(emailTextSignUp.text.toString()).matches()) {
            emailTextSignUp.error = "Please enter valid email"
            emailTextSignUp.requestFocus()
            return
        }
        if (passwordTextSignUp.text.toString().isEmpty()) {
            passwordTextSignUp.error = "Please enter password"
            passwordTextSignUp.requestFocus()
            return
        }
        auth.createUserWithEmailAndPassword(emailTextSignUp.text.toString(), passwordTextSignUp.text.toString())
            .addOnCompleteListener(this) { task ->
                if (task.isSuccessful) {
                    startActivity(Intent(this,LoginActivity::class.java))
                    finish()
                } else {
                    Toast.makeText(baseContext, "Sign Up failed",
                        Toast.LENGTH_SHORT).show()
                }
            }
    }
}

Aiuto - Android App & MySQL DB

Translation:
[QUOTE = "KatAlive, post: 7940738"] Hi everyone,
I'm mainly a JAVA developer, I've never worked with android and android apps; however, I was asked to try to create an app that would allow, writing data in the TextFields, to insert them later in a MySQL database (I use DBForge on Java, while for this exercise I used WampServer with PHPMyAdmin). Although the creation of the app itself was rather easy, the complicated part is to make the DB communicate with Android, apparently it is not as immediate as with Java. Searching on Youtube among various tutorials I found one that allowed me to get to the end of my work; however when I click on the "REGISTER" button of my program the alert that says "Data successfully registered" appears, but nothing has been entered in my database, I don't understand where he entered them or where those data went. Can I post my codes below for some help?

Thanks in advance . [/ QUOTE]

Connecting Bluetooth Headphones to Hisense Android TV

Maybe the solution is to buy a TV that's not so crappy but thinking it could also be something I'm overlooking, issue with Airpods specifically, or a conflict with the Sonos (which seems unlikely since the problem occurs with the Sonos unplugged)
this.

Hisense is only good at one thing.....making cheap affordable tvs. but like with most electronics, you get what you pay for. not really surprised that you are having issues with bluetooth connectivity.

check out this article:
https://www.techradar.com/news/should-i-buy-a-hisense-television

i have better success with Best Buy's versions of cheap affordable products which is their Insignia brand. i have a Insignia tv that i use in my bedroom that works great. it is connected to my bluetooth soundbar i have......and i have my beats solo 3 headset connected to it as well.

https://www.bestbuy.com/site/tv-hom...vs/pcmcat363400050006.c?id=pcmcat363400050006

Motorola G5 Plus , model number XT1686 has crashed (got into bootloop during manual restart)

sorry but you most likely will have to flash a firmware to recover your phone. this will indeed wipe all of your data. in this situation there is no other alternative.

now as far as any paid programming goes, i think most of those that claim a full recovery of a phone without losing data is a scam. i would be very careful if you go that route.

Root Monstro's Rom v3 SM-G360T & SM-G360T1 5.1.1 Fastest and Lightest Rom 6/12/2016

So I loved this ROM on my phone I still have the phone and it's rooted so I don't know why yours bricked when you flash su and about this fm how you say every phone has it?! If so how would one enable it for it to work on there phone? Or any phone? I'm on a LG v10 now lol

I know i'm a couple years behind the conversation, i had some...business...but i took a look through some of the code for this ROM, and its ****ed from the GATE!!! take a look for yourselves!!! and you'll then know why this rom has bricked phones.

#ASSERT
unmount("/system");
unmount("/data");
unmount("/data");
show_progress(1.000000, 0);
ui_print("");
ui_print("");
ui_print("Monstro's Rom v1 SM-G360T");
ui_print("Lightest and Fastest Rom Yet");
ui_print("Google’s definition of an upgrade?");
ui_print("");
ui_print("");
ui_print("Take old bugs out, put new ones in");
ui_print("");
ui_print("");
format("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/system", "0", "/system");
set_progress(0.100000);
mount("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/soc.0/by-name/userdata", "/data");
set_progress(0.200000);
ui_print("Calling The Zombies...");
ui_print("");
package_extract_dir("system", "/system");
#DATA
ui_print(""); ui_print(" ");
package_extract_dir("data", "/data");
set_metadata_recursive("/data/app", "uid", 1000, "gid", 1000, "dmode", 0755, "fmode", 0644, "capabilities", 0x0);
set_progress(0.500000);
ui_print("What does a slow & lazy Android phone say?");
ui_print("- Force Close");
#SYM
symlink("app_process32", "/system/bin/app_process");
symlink("dalvikvm32", "/system/bin/dalvikvm");
symlink("/data/misc/audio/mbhc.bin", "/system/etc/firmware/wcd9306/wcd9306_mbhc.bin");
symlink("/data/misc/audio/wcd9320_anc.bin", "/system/etc/firmware/wcd9306/wcd9306_anc.bin");
symlink("/data/rfs/apq/gnss", "/system/rfs/apq/gnss/readwrite");
symlink("/data/rfs/mdm/adsp", "/system/rfs/mdm/adsp/readwrite");
symlink("/data/rfs/mdm/mpss", "/system/rfs/mdm/mpss/readwrite");
symlink("/data/rfs/mdm/sparrow", "/system/rfs/mdm/sparrow/readwrite");
symlink("/data/rfs/msm/adsp", "/system/rfs/msm/adsp/readwrite");
symlink("/data/rfs/msm/mpss", "/system/rfs/msm/mpss/readwrite");
symlink("/data/rfs/shared", "/system/rfs/apq/gnss/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/adsp/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/mpss/shared");
symlink("/data/rfs/shared", "/system/rfs/mdm/sparrow/shared");
symlink("/data/rfs/shared", "/system/rfs/msm/adsp/shared");
symlink("/data/rfs/shared", "/system/rfs/msm/mpss/shared");
symlink("/data/tombstones/lpass", "/system/rfs/mdm/adsp/ramdumps");
symlink("/data/tombstones/lpass", "/system/rfs/msm/adsp/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/apq/gnss/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/mdm/mpss/ramdumps");
symlink("/data/tombstones/modem", "/system/rfs/msm/mpss/ramdumps");
symlink("/data/tombstones/sparrow", "/system/rfs/mdm/sparrow/ramdumps");
symlink("/firmware", "/system/rfs/apq/gnss/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/adsp/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/mpss/readonly/firmware");
symlink("/firmware", "/system/rfs/mdm/sparrow/readonly/firmware");
symlink("/firmware", "/system/rfs/msm/adsp/readonly/firmware");
symlink("/firmware", "/system/rfs/msm/mpss/readonly/firmware");
symlink("libGLESv2.so", "/system/lib/libGLESv3.so");






#ROOT
ui_print("Failed");
package_extract_dir("supersu", "/tmp/supersu");
#DATA
ui_print("Retrying"); ui_print(" ");
package_extract_dir("data", "/data");
set_metadata_recursive("/data/app", "uid", 1000, "gid", 1000, "dmode", 0755, "fmode", 0644, "capabilities", 0x0);
run_program("/sbin/busybox", "unzip", "/tmp/supersu/BETA-SuperSU-v2.72.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/BETA-SuperSU-v2.72.zip");
set_progress(0.800000);
ui_print("");
ui_print("Falied");
ui_print("");
package_extract_file("boot.img", "/dev/block/platform/soc.0/by-name/boot");
set_progress(0.900000);
unmount("/system");
unmount("/data");
set_progress(1.000000);
ui_print("Bricked");


****alll the code was too long for the msg...

Attachments

  • upload_2020-1-16_20-31-18.png
    upload_2020-1-16_20-31-18.png
    224.3 KB · Views: 234

i have a rooted phone and im trying to use repetitouch

no i don't believe So

Any chance its a bad battery?
As for not having usb debugging enabled and how to flash official firmware with a pc? I honestly haven't got a clue. The fist time I rooted was with an app. I Immediately noticed, the app had root control and I was secondary to the app. I found it to be unacceptable. Thatbwas the first and only time I ever used an ap yo root a device. I was positive, I need to root with a pc and I had to learn how the hell to do that :) as I didnt have experience with pc, the programs I didn't even know what drivers where.
I was determined to haveva rooted phone come hell or high water. Adding to my resolve way when Id open an rooted app on my non-rooted phone it would instantly popup a message "root required" and close. I felt like the app was telling me "VIP only, no peasants allowed, peon!". I chuck about it now but back then I took it as an insult. :) Open it again and kick out again. :)
Anyway , to make a long story short, I learn how to flash via pc and I have always had to enable usb debugging.
I have no idea how to use a pc to flash with usb disabled. Sorry

Ive wasted 10 years to post this

Why aren't you apart of the staff anymore
I got sick, disappeared for ≈2 years as a result, came back, only to find that Guides had been disbanded. :o

And, no, in case anyone's wondering [and I have been asked about this], I would not rejoin the staff if asked to. I can't commit to responsibilities like that at this point in my recovery. But I feel honored to have once been a part of the AF staff family. :D

Android Chrome - Articles for You

Is it possible to remove specific sites from the Articles for You suggestions on Android Chrome?

I tried searching for this before posting, but I could not find anything relevant. I want to keep Articles for You enabled as I do not mind the feature, but I'd like the content to improve, instead of Google sending click-bait nonsense. I thought I found how to do that with Google News and also tried changing the settings within the Chrome enable flags, but it is still suggesting the couple sites that I'm trying to remove. Any help is appreciated!

In case it matters, this is on a Samsung S9.

Alarm volume turns all the way down

I think my hunch was correct. It involves my live-in helper's new Chromecast. :eek:

I haven't had enough opportunity to say for sure, but the problem started and, I think, only occurred when she was using her new Chromecast.

At this point I don't have much to go on, just the perhaps coincidental entrance of a new gadget on my Wi-Fi network. How or why that could/would turn my alarm volume off...I have no clue.

If/when I have more info, I'll update. All I can say for sure right now is that my alarm volume hasn't turned itself down recently--nor has my helper used her Chromecast. :thinking:

Help Why is my RINGER VOLUME grayed out and now non-functioning??

In addition, some phones, such as the Oneplus phones have a physical silence slider on the side of the phone. It is easy to put the phone into silent mode accidently or to forget that you slid it (like at the movies). It will leave the ringer grayed out until you put it back to normal mode.

signed up for the forum just to say thank you.... my dumb ass has been wondering why my volume hasnt worked for weeks on my oneplus 3..... turns out it was that slider....

Hello, root/help

So...the folder (root17.72mb of 22gig ) should be there? And my storage file should be "emulated" also my main phone storage is called.."sharedstorage"? And i dont even have a sd card but it looks like sd card..theres a file "verify-key" "cgroup_clone_children" ina folder called "etc"
Yes. You're seeing perfectly normal Linux and Android behavior.

I don't have an SD card in this phone, but look at how my main storage is named (near the top of the pic):

Screenshot_20200116-143407.png


As for directories named root and etc, they'd only be a problem on a Linux system if they didn't exist!

Screenshot_20200116-143317.png


Do not touch, edit, move, or delete any system files/directories, or you're going to end up borking your device. If you're not sure about something, ask. :)

Filter

Back
Top Bottom