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

Never able to get COLORS right in images!!

Some great advice here Hadron, I've tried 2 of the 4 things mentioned. I do wonder if buying an actual camera will be the thing to solve color issues. But I fear it will be yet another waste of time and money. BUT it is certainly worth thinking about. I beleive I've tried another camera app on a previous phone with the exact same results, however I haven't done so recently. I'll give that a go first, just in case it works. I don't hold hope, but it MIGHT work. Dang, I knew this was probably not fixable....I sure hoped though. :)

I'll keep trying and I greatly appreciate these ideas. Who knows? Never give up, never surrender!!!
It all depends on the eye.

Apps Proper way to close a fragment

Hey all I have 3 fragments - activity_main, _fragmoviesand _fragvideoplay.

In the activity_main I have the following:



In my _fragmovies I have the following:



In my _fragvideoplay I have the following:



On the activity_main I have the videoFrame that loads the _fragmovies fragment inside it when it's called by the _fragmovies.

public void startVideo(String mp4Name) {
tabLayout = (TabLayout) findViewById(R.id.mTabLayout);
tabLayout.setVisibility(View.GONE);

myfragment = new videoPlay();

//pass data
Bundle bundle = new Bundle();
bundle.putString("KEY", mp4Name);
myfragment.setArguments(bundle);

fragmentManager = getSupportFragmentManager().beginTransaction();
fragmentManager.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE);

frameLayout = findViewById(R.id.videoFrame);
frameLayout.setVisibility(View.VISIBLE);

fragmentManager.replace(R.id.videoFrame, myfragment).commit();
}
The _fragmovies has a temporary button that, when pushed, loads up the _fragvideoplay fragment into the main_activity (the function above) along with passing the name of the video for _fragvideoplay to load up.

MainActivity ma = (MainActivity)getActivity();
ma.startVideo("thelostegg");
My question is:

What is the proper way to close the _fragvideoplay from within the _fragvideoplay function which is preformed by clicking on the close FloatingActionButton?

closeVid.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View v) {
if (floatingBtnMenu.isOpened()) {
_stop();
getActivity().getFragmentManager().popBackStack();
}
}
});
I tried using the getActivity().getFragmentManager().popBackStack(); but that does not seem to get rid of the _fragvideoplay so that I am able to see the _fragmoviesfragment page again (The one with the button on it).

Moto G4 FRP

Flashing a ROM will *not* remove the FRP lock. It wouldn't be a very secure lock if removing it were that easy
Actually it does. FRP gets tied directly to the installed Android OS on the device. It's software, it isn't some magical process that writes itself permanently into a chip on the phone's logic board. Perhaps you're confusing Factory Reset with flashing ROMs? All a Factory Reset does is wipe the user data partition clean, it doesn't do anything to any of the system partitions (where the OS resides). So no a Factory Reset won't bypass FRP. Flashing the ROM does replace the existing, installed OS with a 'clean' one.
However, since you do consider flashing ROMs to be 'easy' than that's certainly a unique viewpoint. A more practical one takes into consideration that most people are just not very comfortable doing such things. Simply because you think it's easy is of course your opinion, but you shouldn't assume that everyone else has your same skill set and interests.

how can I copy the screen icons and folders from one old phone to another new phone ?

Hello.

Every time I've change my phone I've the same problem.
At the new phone I recover the configuration and app's from the cloud backup of the old phone.
That's right, but I can't recover the screen icons and folders of the old phone to be equal at the new phone.
Is there an app or xiaomi utility to clone this icons from the old phone to the new.
It's hard to do manually.
Maybe some backup app do it.

My old phone redmi note9S miui 12.5.4 and android 11
My new phone poco x4 Pro 5g miui 13.0.3 and android 11

Thanks.

Maybe Mi Mover can do that? As that's designed by Xiaomi for data transfer between MIUI devices, such as Redmi, Poco, etc.
https://play.google.com/store/apps/details?id=com.mi.global.mimover&hl=en_US&gl=US

Network Problems

Hello Everyone, Hope everyone is having a great day.:)

I have a Metro PCS LG Esteem msi910
I have my number blocked at MetroPCS, so when I make calls I have to put the *82 for anyone to see my cell number... When I text I have to make sure the *82 is not with contact name. But each time I text my daughter I get this error message. Can anyone advise accordingly.
Network Problems (problem code :0)

Thanks,
I'd assume you follow these steps but opposite actions once in that area. Rather than choose block, choose unblock

Attachments

  • Screenshot_20220315-231417_Chrome.jpg
    Screenshot_20220315-231417_Chrome.jpg
    112.1 KB · Views: 136

Problem with cleaning hidden cache?

I just installed ccleaner for my Fire Tablet 10 (9th gen) and so far it is working more quickly now. There was one option I chose not to have it do--clean the hidden cache. Is there a reason why I would not want this cleaned out? Ccleaner said that it was occupying something like 2 gigs of space, which sounds like a lot. FWIW the overall storage is something like 12gigs used out of 26 available or something like that.
Well there is LTE cleaner, that cost way less gigs 5.24 gigs.

Help Transferring Entire Phone to Another Phone

thank you for the info, i didnt kniw that the a13 wont have andriod 2 yet but my S10E thats like 3 years old has it. i didnt want to change phone but had no choice because the S10E wasnt 5G. i am just going to color them on my old phone because the complete ones transfer but not the inprogress or bonus ones. thank you for explaining what would happen.
well the a13 just came out this month......right? it is bound to get android 12. but since this is a low budget phone for samsung i don't think it is their top priority to get it released to the phone. but it will most likely happen, maybe later this year or early next year.

Fixing: 'Invocation failed' error, when managing remote repository

Trying to define a remote (BitBucket) repository for an Android Studio project, and I'm getting the attached error message. One solution posted on the internet suggested putting a check mark in 'Use credential helper' in Android Studio -> Preferences -> Git, but this didn't solve the problem. Any suggestions on how to fix this error?

Attachments

  • Screen Shot 2022-03-09 at 11.25.00 AM.png
    Screen Shot 2022-03-09 at 11.25.00 AM.png
    1.4 MB · Views: 156

Filter

Back
Top Bottom