Hello, Everyone - Beautiful Day to Start Something New
- By The_Chief
- Introductions
- 3 Replies
Great attitude - I carpe every diem as much as possible! It's great to have you here... learn things, help others, make friends and have fun!
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.
can you get into recovery? what happened to the phone? did you do something? was this a random event? what exactly is your problem? can the phone boot up?Hello Jon Wan Obi, did you find a solution? I'm having the same problem here with a Nokia G10
It's the sunglasses ! I can't believe it was that simple! It's Been bugging me for ages. It seemed so silly I never tried it but it works. Thank you!Are you by any chance wearing polarized sunglasses. If so, that's what happens. Portrait is fine, Landscape blacks out.![]()
What exactly happens when you try? Does it boot normally (like the OP's phone did), or into some other mode that doesn't let you access recovery? Your problem, the OP's and the person who replied to you's might be completely different things, so we need more information to know what's happening and maybe be able to help.i HAVE the same nokia but I tried all recovery options to boot it in recovery mode and it failed. is there some kind of security in the boot loader that cannot allow this operation. I reallty need help
can you be more specific? what phone do you have? and where does it ask you about data access? on the phone or computer? can you explain in more details on what is going on? why were you using the xperia companion? were you trying to update the phone? or repair it? if repair it, what happened before this?Help I used Xperia companion but it say to allow data access but can't enable it
thats a good point.Hi, I wasn't sure if the scammers are spoofing a real person's number, so in case the number belonged to a real unrelated person I didn't want to plaster it on the Internet.
I've gotten plenty of spam texts before, but this was the first one where there wasn't actually a text, just the number showing up in my text message inbox.
hmm I'm not seeing a separate alarm tone from the ringtone. And when I click on ringtone there's no "silent" or "none" option. There's an option to turn on vibrate, as seen in the screenshots aboveTo remove the loud default alarm tone before your chosen song in the Android Clock app, open the Clock app, edit your alarm, and select "None" or "Silent" for the alarm tone. This will silence the default sound, allowing your chosen song to play without interruption.
val resultsList = mutableListOf<whatever>()
...
if (dontFilter && dontSearch)
resultsList = viewmodel.itemMap.values.toMutableList()
else {
// do search/filter logic
resultsList.add(whateverItem)
}
LazyColumn(items = resultsList) {
...
}