What is this notification icon?
- VIP Lounge
- 3 Replies
Looks like a uterus. Might be a HealthCare app.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It is there.
You need to first have the F-Droid app, and then add a repository to it in the settings.
This repository has many, many apps that are excellent.
https://apt.izzysoft.de/fdroid/repo...7B6D966BE743BF0EEE49C2561B9BA39073711F628937A
If you have the F-Droid app, clicking the link above may take you directly to the repository settings add page in the app.
ACMarket is a completely safe application. By installing it, our device will not be infected with any virus or malicious code.Everytime I've download AC Market (no matter where I get the download from or how safe the site says that the app is, even AC Markets legitimate site) I always get a big VIRUS ALERT from both virus scanners I have which are ESET and Kaspersky.
Android/TrojanDownloader.Agent.KE
What's up with that?
the op is most likely talking about system ringtones which will not be found in any marketplace.....unless a developer has found the exact ringtone and offers their version of it.Just check on the playmarket for the old ringtnones, install the app and set it easily.

Thank you very much for your complete and clear answer. I've got another problem and I hope you won't be embarrassed. As you've mentioned, "there are about 20-25 other previously saved/copied items". Where can we see all these things at once? I mean how can we access the clipboard? Is it depend on the device model or the same method for all Android devices?

The ROOTING process for the Z1 Compact has been completed.
It did not work with the method of the video in the previous post because that method is not meant for Z1 Compact. I tried to used a method of a similar phone but it did not work. It caused the O/S to stop working completely.
I learned that Sony has provided official tools on their support websites that can unlock most if not all the Sony Xperia phones bootloader. They also provide tools that work on Flashmode which is used to restore any corrupted O/S but it only works if the bootloader is unlocked. I tested these methods on both of my Sony Xperia phones and it worked well.
The method that did work but also needed to find some of the requirements separately is in the below video.
Unlocking the bootloader did cause all the settings to reset.

mike@ubuntu:~$ adb reverse tcp:1234 tcp:1234
Socket socket = new Socket(hostname, port);
InputStreamReader input = new InputStreamReader(ocket.getInputStream(), StandardCharsets.UTF_8);
BufferedReader br = new BufferedReader(input);
String msg = br.readLine();
Log.i("MESSAGE SAYS: ", msg);
input.close();
mike@ubuntu:~$ nc -l 1234
hello
MESSAGE SAYS: hello