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

A Food that you should avoid During CoViD-19

A food that you should avoid during Covid-19

1. When cooking and preparing food, limit the amount of salt and high-sodium condiments (e.g. soy sauce and fish sauce).

2. Limit your daily salt intake to less than 5 g (approximately 1 teaspoon) and use iodized salt.
Avoid foods (e.g. snacks) that are high in salt and sugar.

3. Limit your intake of soft drinks or sodas and other drinks that are high in sugar (e.g. fruit juices, fruit juice concentrates and syrups, flavored milk, and yogurt drinks).

4. Choose fresh fruits instead of sweet snacks such as cookies, cakes, and chocolate.

Safe to delete these?

To make space on my phone, I'd like to delete all except the most recent of the daily WhatsApp chat backups.

These (screenshot attached) are in /WhatsApp/databases/

Before I delete, please reassure me they are the old daily backups and I'm not deleting something I shouldn't!

(Wondering why they don't automatically delete as each new backup file is created. They're huge and it must clog most people's phones up terribly; it's a minority of people that know how to use a file manager and fiddle with these files, I should think. But that's separate from my question.)

Attachments

  • Screenshot_20201015-085200.png
    Screenshot_20201015-085200.png
    183.1 KB · Views: 296

Static Screen

I've found that at certain times my phone screen will suddenly go static or haywire in some other way. So far it has only happened when I've been on the web and not using other apps. I have tried rebooting my phone but no results. Does anyone know what the problem could be? Is this a common glitch in this model and is it likely to get worse? I only bought this phone 4 months ago so it's still pretty new. It should not be dying already unless there is a fundamental glitch. Thanks for your help.

Jakob.

Locked Phone

I have an S20 FE that I just got working a few days ago. I thought a screen lock was a good idea. WRONG! I decided on a pattern lock. I made 9 dots on a paper and drew the pattern. Held the phone up to the pattern and it was 100% the same as on my paper. So I entered it in the phone and did the second entry to confirm. It was 100% the same. Turned off phone and half hour later turned it on and entered the pattern. Phone will not unlock. As far as I am thinking, the pattern lock on that phone is defective.
What surprises me the most is that phone stores do not have any way to reset the phone. So now I have a $600 pile of junk. Don't ever lock your phone or some day it will kick you in the butt.

[New Game] True or Dare

Hi guys.I'm a novice Android developer. And this is my second app on Google play called True or Dare. Don't judge strictly) It took me about 2 months to develop the game. You can say that such games are already available in Google play. You're right but in my game questions and actions are divided by gender and all game modes are absolutely free. Even the hottest ones.)

In "Truth or action" you get to know your friends for real-it's a sea of new emotions and sensations.The game will help break the ice and bring communication to a new level. Get together at a party and get ready for awkward, funny, vulgar questions and tasks!

Google play: https://play.google.com/store/apps/details?id=com.max.truthordare&hl=en_US

Screenshot_20201008-221254.png
Screenshot_20201008-221303.png
Screenshot_20201008-221525.png
Screenshot_20201008-221737.png
Screenshot_20201008-221748.png
Screenshot_20201008-221801.png
Screenshot_20201008-221816.png

Getting Parse Image

Hello guys,
I am facing this problem for half a day and I don't know the solution,a bit more and I am going crazy.

I am trying to build instegram clone.Everytime I press on a name ,it should show me the images that the user uploaded, but I am facing a weird problem with parse.

So I have 4 activities ,the last one should recieve the image that the user uploaded. However,parse isn't find the image of the user,but it finds the user name just fine.


This is how my data looks like:
https://pasteboard.co/JvBOWAr.png

and this is my code:



@override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_user_profile);

linearLayout = findViewById(R.id.mLinearLayout);


Intent intent = getIntent();

String username = intent.getStringExtra("username");

ParseQuery<ParseObject> query = new ParseQuery<ParseObject>("Image");


query.whereEqualTo("username", username);

query.orderByDescending("createdAt");

query.findInBackground(new FindCallback<ParseObject>() {
@override
public void done(List<ParseObject> objects, ParseException e) {
if (e == null && objects.size() > 0) {
for (ParseObject object : objects) {
ParseFile file = (ParseFile) object.get("image");

file.getDataInBackground(new GetDataCallback() {
@override
public void done(byte[] data, ParseException e) {
if (e == null && data != null) {
Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0,data.length);
ImageView imageView = new ImageView(getApplicationContext());

imageView.setLayoutParams(new ViewGroup.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT
));

imageView.setImageBitmap(bitmap);

linearLayout.addView(imageView);
}
}
});
}
}
else{
Log.e("NO OBJECTS FOUND","NO OBJECTS FOUND");
}
}
});

}

I am getting the log "No objects found" and no picture is showing.

However,when I am deleting this line:

query.whereEqualTo("username", username);

I get random picture that the users uploaded,and everyime I press another profile,I get another random picture of a user.


Thanks for all the helpers..

Reset Phone For Donation- But Screen Not Working

Hi All!
There is a local charity group that takes in damaged phones, computers, televisions, etc. They use the items to teach disabled & mentally challenged people how to diagnose & repair them. The repaired products are then donated to people in need. The students then receive guidance in order to find good jobs in the electronics repair field.

I finally dropped my phone once too often & the digitizer no longer works. (ZTE Maven 1 Z812, running Android 5.1)

Part of it lights up, but absolutely no information can be viewed on the screen- just a light. I'd love to donate the phone to the charity mentioned above, but must delete my personal data from the phone first. (The local group's trustworthy, but if they decide the phone can't be fixed & trash it, someone else may gain access to my data.)

Do any of you know a trick to nuke the phone's memory without a functional screen? I've searched quite a bit & could not find the answer anywhere. I wrote ZTE, but no reply was gained. AT&T tech guy's official answer was "Beats me, but there's a way".

Thanks for sharing any tricks or techniques you may have. I appreciate your help.

Please Enjoy Today!
Paul

  • Poll Poll
WOW TWEAKS[MAGISK MODULE]

How is it?

  • HUGE PERFROMANCE IMPROVEMENT AND BATTERY LIFE

    Votes: 1 100.0%
  • SLIGHTIER IMPROVEMENT IN BATTERY AND PERFORMANCE

    Votes: 0 0.0%
  • I DIDNT FEEL ANYTHING AT ALL

    Votes: 0 0.0%

-----------------------------------
--------WOW TWEAKS V4-----------------
------------------------------------
SUPPORTED DEVICES:
ALL
This Module aims to Improve OVERALL PERFORMANCE AND BATTERY LIFE.
REQ:
MIN:OREO
TARGET:Q
Changelog⚡:
!--Fast charging(may be kernel support req)
!--Gpu and cpu tweaks
!--Thermal Throttling control
!--Faster Game sensitivity
!--GMS Doze
!--Media Server Kill
!--Wakelock blocked for some apps
!--Battery Tweaks
!--Disable fsync
!--Better Touch Response Tweaks
!--And some Tons of build.prop tweaks
!-- Added GPU & CPU TWEAKS
!-- Added I/O Block Tweaks[CFQ]
What if BOOTLOOPED?
-just flash the same module in custom recovery.
DOWNLOADS:
https://drive.google.com/file/d/12JsbmQoqAdMx_xu75LUyHaY6Sep6SJIL/view?usp=drivesdk

[APP][FREE] Carnoista - car noise state

Carnoista is useful and easy to use app for car owners to do faster regularly car inspections/checkups by recording car’s engine noise and comparing to reference (your previously recorded car noise) and checking results if noise changes overtime.

Install the app and record your car’s noise now and save it as reference. After several days, one week (depends on how much you drive) repeat recording and compare with your saved reference.

If comparison results are same then everything is okay, nothing changed with car, but if results are not same so it means something changed or broke in your car and it makes different noise than usually, so should inspect your car if everything is okay.

Get it on Google Play for free:

https://play.google.com/store/apps/details?id=com.lucma.soft.diangine

header.png

Filter

Back
Top Bottom