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

Help Edit a number within group chat

I'm using the default 'Messages' app from google, Pixel 5.

Group chat with several people. All of a sudden, all AT&T contacts stop receiving my messages in this group chat. After some troubleshooting, I find that having a contact without an area code is causing it.

ie.
Angela: (123) 555 - 5678
Bryan: 555 - 6789
Charlie: (123) 555 - 4567

Any group chat that includes Bryan has the issue.

I can change the number in my contacts to add the area code, but the group chat list is not updated. It retains the original number that the group chat was started with.

I could delete the group chat, and re-make it with the updated number. But I don't want to lose the history.

How can I update a contact's phone number within a group chat?

Thank you for any ideas and suggestions :)

How to get camera intent record automatically video when launched ?

Hello everybody,
I can't find anywhere information on how to get camera intent record automatically video when launched.
This is what I use to get the intent but still user has to press the record button. Is it even possible to automate something like this using camera intent or I have to build my own version of camera app.

findViewById(R.id.btn).setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View v) {
Intent recordVideo = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
startActivity(recordVideo);
}
});

No longer getting message preview on locked screen

I used to get the message preview at top of the phone when screen was locked. I use this for work multiple times daily. Now when I get a message, it shows a blue message icon at top but the message is no longer showing.
If it was a code to sign in I would get 123456 or something showing. Now I have to press the power button to show this.
Also my notifications for messages are going crazy. I keep getting multiple notifications for messages. I can't figure out notifications settings at all.
I have a ding set up for messages and a piano set up for general notifications.
But I keep getting the piano for messages and not the ding.
In Messages settings I have General notifications turned off
And I have new messages turned on.
I have a few custom sounds set for certain people and groups.
When I hear these extra piano notifications, I pull down the top notification menu and there is nothing new showing!

Storage space says full after TWRP flash fail and firmware reinstall

Hi everyone,

CONTEXT
I recently installed LineageOS 17.1 on my Xiaomi phone. I’m not super experienced in these things but I was able to follow the instructions fine and it went very smoothly.

Then my fiancé wanted me to install it on his phone too. He has a Samsung Galaxy J4+. I started following the instructions found here: https://www.getdroidtips.com/lineage-os-17-1-galaxy-j4-plus/


I ran into an issue when trying to flash TWRP – basically the phone got stuck in boot loop and an error appearing saying “Recovery is not Seandroid Enforcing”.

I couldn’t find much help online to fix this error within this specific context and was anxious about it not being my phone, so I just flashed the latest firmware for his phone model and did a fresh Android 9 install. That worked fine.


ISSUE
However, now we have a strange issue – When he tries to take photos it tells him there is not enough storage space and the storage information says he has over 7GB of 8GB, and most of it is listed as ‘other’, so I’m not sure where it is coming from.


He says he never had problems with storage space before (although I thought 8GB seems quite small). So something seems to have caused this from my tinkering, something hasn’t been removed from the cache maybe?


We are both aware that I’m an amateur and there was a risk of something going wrong so it’s not a massive issue, as we can buy an SD card for external storage etc, but I just thought I would try and ask on here to see if anyone could shed light on why this might have occurred and if it can be easily fixed.



Thanks so much!!

Implementing a NN created on PC on Galaxy s21

Hi
I will first denote that I am a total beginner, so please be gentle ;)

I was asked the next question:
I have a NN for finding objects that run at 30 fps, on an NVIDIA RTX2070 GPU (or in general a standard desktop GPU). Given that the RTX2070 power consumption for that NN is 175 watts, what will be the power consumption for that NN after we optimize it and run it on the GPU of a galaxy S21?

I will like to mention that this question could be missing information required to know the exact solution (on purpose). Thus, what I am actually looking for (besides an answer) is to understand the process, meaning what is the optimization of the NN?, what are the actions required to "move" a NN to a mobile device?, how can I evaluate the power consumption required to run an NN?, are there maybe some known ratios between PC GPU's and mobile GPU's?
and any other thing you think is relevant.

Thank you very much in advance

Contacts ringtones

Hi! I have just purchased a new Samsung A01 core.
I set it up last night and while entering my contacts I found that the option is missing for assigning ringtones to individual contacts. The last option given in the edit is phonetic name.
I think it must be a fault. Or is there something I need to do to get that option? I have tried everything that I can think of.

[Free] [App] Salary Manager & Qaza-e-Umeri Diary

Welcome to Focus Plus ilme Nafeh. Our mission is to provide you something which is new and beneficial in this world and
here after. We are inclined to be more practical in a modern and Islamic way. We are determined to strive to offer
you something really powerful and meaningful.

This app calculates the delayed prayers and creates a digital qaza-e-umri diary. It allows its users to keep the record
of the qaza salats they performed and provides the data onto the binder, further breakdowns of yearly calendars in a
beautiful design.

How to use this app:

1. Sign up for the complete data backup.
2. Select one option to calculate your qaza salats.
3. Confirm your details.
4. You can browse the binder created for you.

AVAILABLE OPTIONS

1. 1-PUBERTY AGE BASIS
This option covers your whole past life qaza-e-umri, from your puberty age to the present day.
2. DURATION BASIS
This option allows you to complete the duration that you exactly remember on the yearly basis.
3. RANDOM BASIS
This option works when you have only a rough estimate of your missing salat.

PUBERTY AGE
The period or age at which a person is first capable of sexual reproduction of offspring.
WHY NEEDED PUBERTY AGE?
To subtract the time period of your life when you were not liable to perform salat.
WHAT IS A BINDER?
The binder is a customized data record of your missing salat based on user information data,
created on this app.
WHAT IS A BOOK?
The book is one year data, extracted from the binder, to visualize the data in an elaborated theme.

App Screenshot: https://imgur.com/a/Kx1IzSC

Google Play: https://play.google.com/store/apps/details?id=com.c4coding.flutter_localization

App Info:

Current Version: 1.0.2
Requires Android: 4.1 and up
Content Rating: Rated for 3+

android programming help

please anyone help me with this programming exercise?


Part 1: Create a webpage for a hypothetical college called ABC Technology College
1. Each of the pages should display a header showing the logo of the college and its full name. Clicking on the logo or the text should take you to the home page. (P.S. Create a simple logo with the letters. Something like
2. It should have the following structure. These items should appear as a horizontal menu at the top of your every page. Submenus should appear as dropdown when the mouse is hovered on the top menu.
a. Home b. Education i. Undergraduate ii. Graduate c. Research i. Social Studies ii. Scientific d. Admissions e. About Us
3. Each of your pages should have a footer that has a textual copyright information and links to the following additional pages. a. Disclaimer b. Contact Us
4. Your homepage should have a single column displaying a scrolling set of 4 images. Each of the images should have some image and text related to the following topics. Clicking on the images should take to their corresponding pages a. Undergraduate Studies b. Graduate Studies c. Social Studies Research d. Scientific Research
5. The rest of your pages should contain two columns in between the top menu and the footer. The left column should take 2/3 of the available space and the right column should contain 1/3 of the space. The content on the right column is identical in every page. It should show a list populated with links to all your other pages.
6. For each page the left column should contain the main content of the page. Try and find appropriate text and imagery to populate your pages.
a. Undergraduate page should show a box providing brief description of the undergraduate departments and a link to each of the departmental pages. Choose three departments of your choice.
b. Graduate page should show a box providing brief description of the graduate departments and a link to each of the departmental pages. Choose three departments of your choice.
c. Do a similar design for the Social Studies and Scientific pages
7. The Admissions page should display a graduate and Undergraduate application form. The forms should be submitted to http://abctechnology.edu.et/graduate_admission.php and http://abctechnology.edu.et/undergraduate_admission.php. You do not need to implement the backend logic. Ensure the forms have a reasonable set of fields needed for admissions. You might take the list of needed fields from one of the admissions pages of your favorite university.
8. Use the concepts you learned for HTML, CSS, Bootstrap and JQuery to create the website. Creating the webpage using content management systems like wordpress or Joomla is not allowed.
9. You will need to make your own research on how a scrolling image slider can be created.
10. Take an effort to create a visual design that is both appealing to view and easy to use.

Private GPS tracking

If this is not allow, please delete.

My girlfriend have a son that she starting to worry about. She feels he might be up to no good.

Is there an app we can download into his phone to track by GPS without him knowing it?

We thought about using Google maps but she afraid he will eventually find out about it.

Thanks for any help.

Filter

Back
Top Bottom