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

Control master volume with volume button

Hi @Vinícius Garcia, welcome to Android Forums. I hope you stay with us and enjoy your time here :).

I should point out that the post you replied to is dated 2014 and vosg has'nt been active since 2017.

Also, Android Forums has no direct influence with Android, we are, in the main, a like minded bunch of Android enthusiasts seeking solutions and helping each other, and having fun in the Forum Games threads.

:)

Apps Looking for app maker (overlay receive call)

Hello,
at first sorry for wrong thread propably...

I'm looking for developer to make very simple overlay window at receive call and to send calling phone number to my site for ex. example.com/check.php?number=XXXXXXX

and the result is to get html table with clickable links (btw. is that possible to make nice look with css?) (default open chrome at phone) and show all this received info in overlay window, would be great to have:

- slider to move content of overlay window if there is more content
- small lock button to lock/unlock moving slider (optionally)
- min. Android 7+ support or little bit higher
- app option (not overlay) in menu to open also content from defined website full height (I mean also only table with dynamic data but bigger list)

Need source code to change sometimes the URL to check etc

Please leave your email or whatsapp, I will contact you asap
I pay via paypal for stack of beers

Missing Pictures

Thanks for the response. I am not using Google or anything for a backup yet, as I just got the phone and haven't set everything up. I will probably sync with Onedrive as my backup so going forward it will be fine, and the pictures I lost weren't important, but still a little unhappy that my brand new phone, at the price point of an S20 Plus, has that kind of a major issue right out of the gate. :(

I am trying to view the pictures in the gallery that is on the phone.
can you view the photos if you hook up the phone to a computer?

Help How to stop Android 9 switching between wifi networks

OK, so it is a matter where you need both WiFi networks from your primary router and your Invizbox router, depending on need. And since it presumably sounds like both routers are emitting signal strength in more or less equal measures, depending on where you are in your household, that's also an issue since any 'strongest signal' solution isn't going to work out. Sadly the manual connect setting in your Huawei isn't being observed (????) as that should be just what you need for this situation.

Just an offhand suggestion but there's an app called Tasker that you can use to set up automated tasks, in your case manually select which WiFi network to connect with.
https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm
https://www.androidpolice.com/2020/...ow-to-automate-almost-anything-on-your-phone/
Here's an example of what someone in a similar situation posted on the Tasker forums:
https://forum.joaoapps.com/index.ph...phone-tries-to-connect-to-other-networks.164/

[Free][Game]Beat the Best - action-packed 3d endless runner game

I have finally programmed my first Android game "Beat the Best" (3 months development) and would like to introduce it to you here. It is a 3d endless runner game with simple controls and great features. It can be downloaded free of charge from the Google Play Store using the following link: https://play.google.com/store/apps/details?id=de.DHenningt.Beat_the_Best

Apps Android Studio, Butterknife and error on static methods (Androix X)

I am making a project of connecting to the star wars api, getting json object replies and presenting them on my View through recycleView (in short). However i am getting erros on build project through my gradle file (here in its entirety) :

apply plugin: 'com.android.application'

android {

// Configure only for each module that uses Java 8
// language features (either in its source code or
// through dependencies).
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

compileSdkVersion 28
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.juangm.bottomnavigationmvp"
minSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test:rules:1.1.0'

compile 'com.android.support:appcompat-v7:28.3.1'
compile 'com.android.support:cardview-v7:28.3.1'
compile 'com.android.support.constraint:constraint-layout:1.1.3'
compile 'com.android.support:design:28.3.1'
compile 'com.android.support:support-v4:28.3.1'
testCompile 'junit:junit:4.12'
compile 'com.jakewharton:butterknife:8.3.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.5'
implementation 'com.jakewharton:butterknife-compiler:8.1.0'
compile 'com.squareup.retrofit2:retrofit:2.5.0'
compile 'com.squareup.retrofit2:converter-gson:2.5.0'
compile 'com.squareup.okhttp3:okhttp:3.12.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.3'
compile 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.1.1

The error i am getting : **Static interface methods are only supported starting with Android N (--min-api 24): void butterknife.Unbinder.lambda$static$0() Stack trace: **

As you can see, i have already added the compile options for JAVA.version 1_8 on the gradle, but it does not seem to solve the problem.

Any help is appreciated...​

Filter

Back
Top Bottom