File manager issue
- Smartphones
- 18 Replies
Correct, it's not across the top as you want, but the choice is available for you.
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.
12000 photos?
That's going to take some time to process.
Give it a day or two
hi there.. i need help!!!
i followed this procedure but the smart switch that i used says, "SM-N920C" does not support initializing..
View attachment 159601
can you help me with this pleaseeeeeee... tried everything even in samsung kies it does not support..
hope you can see this and respond to it asap..
thanks...
H...
The way I see my ideal multi-phone setup working, I see the following five measures to prevent the above five consequences:
1) All phones would have 2FA authentification app installed; hence 2FA will be ensured at all times
2) All phones will be esim based; this will ensure that in case of a lost phone, the SIM number can be immediately transferred to the backup phone
3) All phone will have "Google find your phone" installed; this will allow me to delete all data from any phone remotely, even after losing access
4) Currently most of my data is already cloud-based; my photos are backed-up in google photos; I think this would be covered
5) I think this is the only missing link right now. Ideally I would like to have an app, that allows me to sync the app setup on multiple devices, such that all apps I install on device 1 are automatically installed on device 2 (either auto sync in fixed intervall or on demand).
.....
I was traveling and taking a lot of pictures.
I was sending those pictures to some Cloud Storage and then renaming Camera folder to something like "camera DDMM".
After sometime I deleted some of those old "camera" folders.
Android sent then to "trash folder".
I used "file manager" to clear the "trash folder".
But not so much free space was recovered...
Beacuse there was a lot of lost files and folders at "trash folder" that FileManager did not clear!
Then I used another file manager (with a lot of annoying advertising) and deleted all "trash$" folders.
And now my Samsung A107m has more than 40% of free space!
This Android 11 is just a mess.
I think it is worst system of all.
I was able to use a suggestion from another user to create the shortcut using a File Manager called Explorer, thanks.ok i do not have your phone, but on my z fold 3, i can't add photos to my home screen. there are photo widgets on the play store that will add photos to the homescreen....not sure if it is the same on moto phones.

Ok many thanksThe conventional way, that's also much safer, to unlock a SIM card is through the carrier that provided it. Most of those third-party SIM unlocking sites are pretty dodgy and involve a much higher level of risk.
private void onChangeTab(int position) {
//TextView tab_home = findViewById(R.id.tab_home);
if(position==0)
{
reset();
TextView tv = findViewById(R.id.tab_home);
tv.setLayoutParams(new TableLayout.LayoutParams(ViewPager.LayoutParams.WRAP_CONTENT, 40, 0.9f));
home_.setTextSize(20);
home_.setTextColor(ContextCompat.getColor(getApplicationContext(), R.color.tab_on));
home_.setBackground(ContextCompat.getDrawable(getApplicationContext(), R.drawable.rounded_selected));
}
if(position==1)
{
...