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

New Phone full 64gb

No, Android is never 58GB in size. Android 11 on my phone is more like 10GB, and that includes twinned system partitions, though some manufacturers allocate more space than that to the system (*cough* Samsung *cough*).

What does your system storage menu show? Can you post a screenshot? Most importantly, what type of phone is this supposed to be? And I say "supposed to be" because not knowing what it is or where you got it from I have to consider the possibility that you bought a (probably Chinese) fake from somewhere, which may actually have a lot less storage than the phone it pretends to be has (and would often be programmed to lie about this until you run out of space).

"Deleting messages..." whatsapp, HOW DO I STOP IT?!

Most of the mesages will be automatically backed up on your device, not on WhatsApp's servers. They may also have a copy of the backup in Google Drive, if they chose to do that.

If in doubt, copy the contents of your WhatsApp backups folder to somewhere else (deleting a message shouldn't remove the backup, but if you don't know why it's deleted then best play safe).

There has been talk of a new self-deleting message feature (for senders who don't want the message to persist), but I've not come across it so far myself. But mentioning this just in case it's relevant.

HELP NEEDED IN THE CODE

I guess you should put that line in here

Java:
case R.id.to_inr:
Toast.makeText(MainActivity.this , "to inr" , Toast.LENGTH_SHORT).show();
value = Integer.parseInt(input.getText().toString());  // put here
result = value * 74;
output.setText(Integer.toString(result));

Do remember paste the stack trace whenever you app is crashed. This will easier for us to help.

WifiNetworkSpecifier not able to connect to SSID

Hi. I have some issue when using NetworkSpecifier to connect to an device(android 10 or above)

Most of the case I can make the phone connect to device well.

But here are two condition that would always fail.

  1. When the mobile phone already remembered the network.(But with wrong password)

  2. When use the NetworkSpecifier to connect to the device with wrong password one time.
For the avobe two case. The NetworkSpecifier will not be able to connect to the device.

It always pop up the message ->

something cameup . The application has cancelled the request to choose a device.

Do any one also had same problem and solved it?

Thank you!

Filter

Back
Top Bottom