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

OxygenOS update 10.0.1 for OnePlus 6 & 6T

OnePlus has begun the OTA, (Over The Air), rollout of their new stable Android 10 OxygenOS firmware, 10.0.1, for OnePlus 6T, McLaren and OnePlus 6 users.

As always, there will be a limited roll out initially, followed by the global roll out in a few days.

Changelog:

xRfa7uth.jpg


Android security patch = October 2019

Camera version = 3.8.75

This is the 14th official, stable, update for the 6T in 393 days. 1 update on average, every 28 days

(N.B. OxygenOS 10.0.1 is not available for the T-Mobile carrier minority variant)

Dirt bedeviled

Ok, this one is really stupid. A friend gave me a Dirt Devil Power Stick vacuum cleaner. It was kinda dirty, and I took it apart and cleaned it. Now I can't quite get the dust catcher to fit where it goes. It's very close but always comes loose. What kind of fool can't reassemble a cheap vacuum cleaner?

How do I simulate a long press on the middle of my screen?

Hey everyone,

I have a OnePlus 7T phone. I installed Tasker and AutoInput. I'm trying to create a task that will press and hold a large button in the middle of the screen which will remote start my car. I need to hold the button for about 5-10 seconds before letting go.

I have tried AutoInput Gestures with the same x,y coordinates on both the Start and Stop position to create a simulated long press. I've even tried Autoinput Action with Long Press. None of these things have worked.

I would try a Shell script, but I know nothing about it.

Btw, I'm not rooted and don't plan on doing that to my phone.

How can I achieve what I want to do?

Build failure for mapbox example in unity

Hello, all!
I have built some applications on unity and without any problems and now I am trying to build mapbox example (Traffic and Direction) as an android application but I am getting this error
upload_2019-11-29_1-40-7-png.520937

I checked the number minSdkVersion in the file specified and it is equal to 24
upload_2019-11-29_1-41-39-png.520940

and tried to edit it and rebuild the scene but the same error pops again
and I uninstall Android SDK and install it again, but the build fails again
Here is the commands in console

Code:
CommandInvokationFailure: Gradle build failed.
C:/Program Files/Java/jdk1.8.0_211\bin\java.exe -classpath "C:\Program Files\Unity\Hub\Editor\2018.4.9f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib\gradle-launcher-5.1.1.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleRelease"

stderr[
D:\grad\androidapp\Temp\gradleOut\src\main\AndroidManifest.xml Error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:com.mapbox.android.unity-debug:] C:\Users\USER\.gradle\caches\transforms-2\files-2.1\94a1c2f736d85c0b5b621cc7908de2dd\AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 24,
or use tools:eek:verrideLibrary="com.mapbox.android.unity" to force usage (may lead to runtime failures)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processReleaseManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:com.mapbox.android.unity-debug:] C:\Users\USER\.gradle\caches\transforms-2\files-2.1\94a1c2f736d85c0b5b621cc7908de2dd\AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 24,
or use tools:eek:verrideLibrary="com.mapbox.android.unity" to force usage (may lead to runtime failures)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at [URL='https://help.gradle.org/']https://help.gradle.org[/URL]

BUILD FAILED in 2m 44s
]
stdout[
> Task :preBuild UP-TO-DATE
> Task :preReleaseBuild
> Task :compileReleaseAidl NO-SOURCE
> Task :compileReleaseRenderscript NO-SOURCE
> Task :checkReleaseManifest UP-TO-DATE
> Task :generateReleaseBuildConfig UP-TO-DATE
> Task :prepareLintJar UP-TO-DATE
> Task :generateReleaseSources UP-TO-DATE
> Task :javaPreCompileRelease
> Task :mainApkListPersistenceRelease UP-TO-DATE
> Task :generateReleaseResValues UP-TO-DATE
> Task :generateReleaseResources UP-TO-DATE
> Task :mergeReleaseResources
> Task :createReleaseCompatibleScreenManifests UP-TO-DATE

> Task :processReleaseManifest FAILED

See [URL]http://g.co/androidstudio/manifest-merger[/URL] for more information about the manifest merger.

10 actionable tasks: 4 executed, 6 up-to-date
]
exit code: 1
UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.Command.Run (System.String command, System.String args, System.String workingdir, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.AndroidJavaTools.RunJava (System.String args, System.String workingdir, System.Action`1[T] progress, System.String error) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1[T] progress) (at <df45ca7b334d4b918976307f9d26db2e>:0)
Rethrow as GradleInvokationException: Gradle build failed
UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1[T] progress) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.PostProcessor.Tasks.BuildGradleProject.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <df45ca7b334d4b918976307f9d26db2e>:0)
UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x00242] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:194
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x0007f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:97
UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

Any help will be appreciated

ios user now starting with Android

Hi,
I have just joined & welcome to be here.
I have a Pixie 3 7 inch tablet 8055 model but ive failed at the starting point.
I have cleared the cache etc but when i run the set up wizard my issue is at the point of adding my gmail account.
I enter my details but i keep receiving a message about unable to establish a reliable connection etc.
My email / password is correct.
I am connect to the internet.
The date / time is also correct.

On the same wifi i can sign into Gmail G Drive Play Store etc no problem but trying to do this on the tablet never happens.

Can you advise how i proceed from here.

Have a nice day

Is any way put access pass/PIN for gmail and gdrive

I am a Photographer

I purchased recently a M10 Lenovo Tablet WiFi only Android 8.1

I logged in using my Google Account

Is any way put access pass/PIN for gmail and gdrive... since i plan load photography work on it and give it for Photographs review/evaluation even when i am away from tablet...?

In other words I don't want others see my gmail or gdrive when give my tablet with Photographs for evaluation of the work,... after give it eg in a school did photography... get it back in the afternoon without anyone see my gmail or gdrive, can I?

Phone shutting off

I am having a problem with my phone. It started about a week before Thanksgiving. I have an Android Moto Z2 Force.

The problem started with my phone turning off at random only when I was connected to WiFi or data and it was below 50% battery life. Then it started to shut off at any percentage and now it's shutting off even when I'm not connected to anything, WiFi or data and at any percentage. If it's below a certain percentage I have to plug it in to get it to turn back on. I've already done a factory reset, my storage space is only 33% used, and it shuts off even in safe mode. Does anyone have any suggestions on what it could be or what to do to fix this problem?

Unable to update HTC One M8 to Lollipop

Hi,
I am trying to repurpose an old HTC One M8 for use by my son. It is unlocked but not rooted. It is currently on Android 4. I believe it can be updated upto 6.
I am trying to install the OTA update to take it to Android 5 Lollipop but each time it fails, when I go to the recovery screen I see:

L50QCT.01.101.007
Verifying current system...
"/system/bin/reboot" has unexpected contents.
Installation aborted

I have tried it by doing a factory reset from within Android, and from the recovery screen, I have wiped the cache.
I have tried running the update as soon as the phone starts after a factory reset. I have tried waiting for PlayStore to update all the pre-installed apps before doing the system update.

The phone offers an update to HTC Sense and a System Update. If I let it do the HTC Sense update first it fails as it says it needs a system update. If I let it do the System update first it fails as above.

The phone is a UK one.

Any suggestions appreciated.

G

Seriously Hacked

My phone is seriously hacked and has been for a while reasoning pictures they don't even take it tells me I don't have Wi-Fi even though I don't need it the scariest part is I guess somebody is watching me because whenever I might take a picture or I look at pictures that I did not take they are in my house and sometimes there are people in them now what when how do you make sense of that will the police do anything and I wonder if I should have a need to be worried
Anybody ever experienced anything like this in their phone being hacked?

Pixel 2xl bricked

Looking for assistance. Something corrupted my Pixel 2xl. I think it's Android Auto as it's been hanging on after leaving my car. Left car today and screen totally unresponsive afterwards. I've tried soft reset numerous times and have followed every instruction I can find re: how to do a hard/factory reset. The problem is all instructions say I have to turn phone off but I can't because the touch screen won't work. Anyone have suggestions how to shut off so I can get to recovery mode?

Other than AA hanging after leaving car and having to swipe it closed for the last week or so, no other issues. No new apps added etc.

APK Help

I'm working for an APK company and we are looking for a technology journalist to be our representative, I've tried to contact to hundred jounalists from many sites Techcrunch, Techradar.. but sadly, i receive no response. Do you have any suggestion for me to solve this problem, or can you please tell me some medium technology news? I think i have tried to contact with too high credit journals, may be a little bit lower credit journalist may be more compatible with us.

More, do you know any APK writter- whose majority is APK and has deep knowledge about this area??
Please help me TT

(Representative will be named after our articles and our company, we are lacking the trust from customers ever since we are novice and start-up, therefore a credit name will guarantee to our APK products. Our company starts at pure purpose to help users dealing with Google Play Store not working, we are committed not to place user into any security threat or malware injection)

Android TalkBack Custumisation

Hi Everyone

We are in the process of developing a senior/blind user friendly mobile phone (big button and big screen). It will have Android 8.1 OS with customised (simplified) UI. My question is, as Android TalkBack is designed for touchscreen phones, would it be possible to modify it for a feature phone without the touchscreen so the blind/or visually impaired users can get voice output when they use their phones.

P.S: We would like to remove gestures (for example "swipe up or down to answer he call" as thats not correct on a non smart/touch screen phone) and correcting the TTS while writing as you need to press the certain keys multiple times to type the right letter.

Thanks in advance

Boot loop...

Hi Folks,

I'm posting this here because my phone isn't listed on your site.
It's a Lava Pixel 2. Android 5.0.

I had some issues with the phone recently and had to backup an identical phone
and restore it to this phone before it would work again.

All was fine for a few days. Then I started getting a pop-up each time I opened the phone.
'Tertiary tracker' would pop this unfriendly note which I had to click on to proceed.

I thought I had gotten rid of it. I'm not sure.

But today, I wanted to put in a second SIM card in my phone.
I did. First I powered down. Then inserted the SIM card.

Then this nasty Boot loop started that just won't stop!
Neither Power-Down, nor Power-Up has any effect.

I've removed one SIM, both SIMS, and the SD card but nothing changes.

The battery cannot be removed.

The phone is rooted with TWRP as a start-up if I can get into it.

I'm at a complete loss on how to proceed.
Any suggestions?

bluetooth - incorrect PIN

I bought an inexpensive bluetooth speaker. Whoot!

When I try to pair with an older tablet (android 4.4.2), I get this message on the tablet:
"Couldn't pair with 14:15:EF:56:28:2A because of an incorrect PIN or passkey."​

What does it mean? Is there a way to fix this?

There are no controls on the speaker to set a PIN or passkey. The tablet does not ask for it.

fyi. I was able to pair the speaker with a newer phone, though the speaker instructions say the bluetooth name will be 'T-speaker', but the actual name on my paired list appears differently as 'T-sperker'.

[FREE] Russian Phrases for CS:GO

Hello, fellow CS:GO players,

Have you ever been annoyed by Russians in CS:GO that do not understand a thing in English? I have been playing CS:GO for the past 4 years (more than 2k hours on record) and when I play a solo competitive game, there is almost 99% chance :) that one of the teammates will be Russian. I barely understood what they were saying or how to tell them what to do, so I decided to create an app that could help non-Russian speakers.

I have released 2 versions of the app. One is a rage version that contains a lot of swear words (may not be suitable for kids):
https://play.google.com/store/apps/details?id=ether.paul.lt.russiansragephrasesforcsgo
Another is just regular phrases mild version, you can try it here:
https://play.google.com/store/apps/details?id=ether.paul.lt.russiansphrasesforcsgo

The apps are free, so I would be very happy if you guys try it and send me some feedback. It would be even funnier if someone could make a video using this app in a real competitive game with real Russian teammates reactions.

Btw, the first 3 to send me PM will receive a promo code to get premium phrases for free. Please also include which app version have you downloaded (mild or rage).

Have a good day and have fun playing CS:GO!

Default application notification sounds

Hi guys my first thread, I just purchased a note 10, I'm switching from a Galaxy s8. I noticed that the only options for notification sounds are the default phone notifications, I will use Facebook messenger as an example, I would like the default application messenger 'ding' as this app's notification sound. I've tried changing this in the notification settings screen all the way down to diving into the app itself under app settings and notifications. the only options for notification sounds are those that are preloaded on the phone. My work around as of now was to download Zedge to find the tones that I'm looking for. This has become a hassle and I cannot find all the tones I'm looking for! Is there any way to find the default application notification sound in the phone settings?

Filter

Back
Top Bottom