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

GOOGLE PLAY - ERROR

This morning I went to check if there were any apps I needed to update and I keep getting a message saying Error checking for updates, no apps show below it, nothing showing under the installed tab. I was going to disable it but it says it might not work properly same with force stop.

Send UDP from Application

Hello ,
I'm new at android\java so be patient :)

I want to create a small application that send a udp string to my server when I press the button.
everything is working - but it doesn't seem to send
this is what I have

btnAction.setOnClickListener(new View.OnClickListener() {
@ override
public void onClick(View v) {

try {

String messageStr = "test!";
int server_port = 1111;
DatagramSocket s = new DatagramSocket();
InetAddress local = InetAddress.getByName("My.Public.Server.IP");
int msg_length = messageStr.length();
byte[] message = messageStr.getBytes();
DatagramPacket p = new DatagramPacket(message, msg_length, local,server_port);
s.send(p);
}
catch (Exception e) {

}



}
}

whant could be the reason for it?

Thanks ,

Help Google play stuck and wechat issue

I have 2 samsung s10 +, one is working well, but another has issues.

2 weird issues: google play store and wechat, they always stop working at same time.

on play store, it stucks at 99% at most time.sometimes stuck at 30% or pending dowbloading.
everytime when play store is not working, wechat will stop receiving msg video calls. when someone trid to call me by using wechat, i cannot get any notification or ring, after the other party hang up i immediately received call cancel notification. and after 20 mins or so, i got ring and notification there is video call.
Samsung service center has replaced the PBA, same issue. every time manufacture can resolve the issue for an hour or 2, and then issue returned. :( so fraustrating...

Help Getting google calendar to see hotmail calendar on 10+

We had a note 3 and 4 and now have the 10+. The wife had been using google calendar on her old phone and wants to continue to do so on the note 10 but for the LIFE of me I cannot figure out how to get this google calendar app to see her hotmail calendar. I've got the outlook app configured for her email but she hates the calendar that comes with it. I have desperately tried to add her hotmail account to accounts under general settings but it claims it already exists so it cant be added and of course is never seen to be added under google's calendar as a result

Can someone save my sanity?

Accessories Samsung Galaxy Note 10+ Headphones

Hi everyone, I just got my Samsung Galaxy Note 10+ 512 GB. And I am loving it!! Great phone. I have a question, the wired headphones that came with the phone are the AKG USB-C Earbud headphones. Does anyone know where I can get another pair? No one seems to have these exact headphones. I don't want the wireless ones. I want the ones like these: see below link. Can anyone help. Thank you.

https://www.google.com/url?sa=i&sou...aw32sC7KQ1qjbQYYFaBSq9gg&ust=1567104720228456

Malware search bar at bottom of screen?

Hi. I have a Google Pixel 3 which I bought fairly recently. I have started to notice that a search bar named "search for Chevy truck" pops up at the bottom of my screen intermittently. Sometimes, it happens while I'm typing on my keyboard and end up accidentally pressing it, as it usually pops up over my spacebar button. I'm quite sure this is some kind of a malware that was wondering if you guys can help me find a way to remove this.

What keyboard are you using for everyday text input?

I've tried both the Samsung stock keyboard and Google's Gboard.

Of the 2, I prefer Google's.

I can press a button to switch between writing and typing. However, it doesnt automatically start handwriting mode when the S-Pen is pulled out. Samsung's Keyboard does.

The pen strokes in Google seem heavier than in Samsung's, in this respect, I prefer samsung, and in Samsung's it's a 2 button press to switch keyboards, here Google wins. Also in Google's fawow is that it doesn't convert the text as quick as Samsung The text also shifts left in Google and up in Samsung.

Either I have yet to find it, or neither have a ruled page theme to write over.

Do any of you use a keyboard other then Samsung's or Google's?

I've made a small video showing how to turn on handwriting, if you are not sure how to:

Help Is there a way to permanently block an app from asking for draw over permission?

I have a touchpal keyboard which I like more than other keyboards, but as I'm sure you've all heard, it's practically like malware. The latest round of "fun" they added is that it wants to take over your screen when a phone call is ringing, so every phone call I get, I first have the settings window pop up asking to allow apps draw over access.

I'd like to know if there's a way to permanently ban an app from asking for permission.. but I know this one is a bit trickier because the draw over permission is separate from the others.

I'm on Android 8.0.0, Kernel 4.4.78

Thanks

Deleting camera roll also deleted downloads?

Android n00blet here. I'm helping a friend backup her images/videos so she can delete them from her phone to make room. We went into the photo app and it showed the Camera Roll (with 2,000 items) and Downloads (with 250 items). She didn't want to backup the downloads but also didn't want to delete them. This was the stuff she said she received from text messages. Anyway, I did the backup by copying everything from the DCIM folder to a PC and confirmed the 2000 items. We then went back into the photo app, tapped into the Camera Roll (not the downloads), hit "Select All" and then Delete.

Afterward, when she goes into the photo app, it doesn't show any camera roll, as expected, but it also doesn't show any downloads. Where did the 250 downloads go?

Thanks,
Gabe

Help Security issue on open wifi

Just back from our holidays and have been using the resorts wifi connection along side my VPN. (SurfEasy)

The resort wifi was a little inconsistent dropping as you walked around, most of the time the VPN will drop off awaiting the connection again. Then it would spring back into life, sadly it did not do this all of the time and once I noticed this I would kill the wifi connection when not in use to eliminate the issue.

Having come back I noticed that in my calendar app (samsungs calender) that an event had been added from the date it was added right thru to the end of the year. It was full in detail telling me my iPhone x was ready for pickup and provided a dodgy shortened amazon link. I removed these entries straight away.

So, how did this happen? Any ideas if my device may have been compromised because of the lack of VPN cover? I've seen nothing else dodgy such as apps or processes.

I have installed SkyView free at a wedding the day after we landed to entertain the kids. Thou I have not seen any bad reviews for this app and was recommended by google..

https://play.google.com/store/apps/details?id=com.t11.skyviewfree

Menu not inflating

In my fragment I have the following, however my menu never gets inflated. I have a Toolbar in my layout of the fragment.
In my Logcat I get the following output (filtering on TAG which is "Fragment1"). There is no "Woohoo" output, showing that onCreateOptionsMenu never gets called.
Could someone assist me please? I use a ViewPager on my MainActivity to hold all the fragments in.

08-28 11:20:56.822 9118-9118/? I/Fragment1: 1
08-28 11:20:56.823 9118-9118/? I/Fragment1: 2
08-28 11:20:56.845 9118-9118/? I/Fragment1: 3

Code:
@Nullable
@Override
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
    Log.i(TAG, "1");
    setHasOptionsMenu(true);
    Log.i(TAG, "2");
    View view = inflater.inflate(R.layout.fragment_main_layout, container, false);
    btnNavFragInnovations = (Button) view.findViewById(R.id.button1);
    btnNavFragTraining = (Button) view.findViewById(R.id.button2);
    btnNavFragForms = (Button) view.findViewById(R.id.button3);

    Log.i(TAG, "3");
    btnNavFragInnovations.setOnClickListener(new View.OnClickListener() {
        @Override
        public void onClick(View view) {
            ((MainActivity)getActivity()).setmViewPager(1);
        }
    });

    btnNavFragTraining.setOnClickListener(new View.OnClickListener() {
        @Override
        public void onClick(View view) {
            ((MainActivity)getActivity()).setmViewPager(2);
        }
    });

    btnNavFragForms.setOnClickListener(new View.OnClickListener() {
        @Override
        public void onClick(View view) {
            ((MainActivity)getActivity()).setmViewPager(3);
        }
    });

    return view;
}

@Override
public void onCreateOptionsMenu(Menu menu, MenuInflater menuInflater) {
    Log.i(TAG, "woohoo");
    menuInflater.inflate(R.menu.top_menu, menu);
    super.onCreateOptionsMenu(menu, menuInflater);
}

change power button sound

I have a Galaxy S9 and want to change the native screen lock sound to the iphone x lock sound. I have installed a few different remapping apps and then uninstalled them because they didn't work well.

The problem I have is that it takes about 2 seconds after I press the power button hard key before I hear the iphone x sound. But when I unlock my phone the sound is instantaneous. I just want to find where that native screen lock sound is in my file explorer and replace it with the new one.

Ransomware?

On 60 Minutes they had a segment on ransomware. It said that 22 cities, counties, and police departments in Texas had just been hit, and also rattled off numerous other targets nationwide, including hospitals, whose computer systems were hijacked, encrypted, and held for ransom.

Of course, the first thing that came to *my* mind was, are these places really running mission-critical systems on window$? :o Followed by, have they never heard of off-site backups?! :thinking:

I sat there in disbelief as they named place after place whose files were held hostage, their backups were also hit, and they paid the ransom so they could get back to work.

WTF?! I'm completely baffled. What's the matter with these people? Why are their systems so insecure, and why don't they use off-site backups--like I was 30 years ago? Is it safe to assume they're using M$ crap, or is this happening to *nix systems, too? The show didn't go into any of that. *scratching my head*

SM-A305G PROBLEM WITH FLASH

Hello friends, I am from Latin America, I have the SM-305G device, the phone is bought from a telephone company, I had problems with FRP, I used ODIN, downloading the combination software, but the error is always the same: please get the approval to use factory binaries (pit), I have downloaded the pit file from a server, it has not worked, also extracted through MIRACLE BOX, but the problem persists always, I also used the Z3x tool, but I did not get results, now I come here to that can give me a hand and thus be able to solve this.

Photo link with a problem: https://drive.google.com/drive/folders/1HWtBkdf-mdjz9trDL_cDYgixDRYXLUyy?usp=sharing
1HWtBkdf-mdjz9trDL_cDYgixDRYXLUyy

Filter

Back
Top Bottom