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

Can't record videos when it's sunny outside?

I need to post a complaint about my device too.

I cannot successfully wipe my butt with my PHONE.

It is not soft or absorbent, but I really want to use it in place of toilet paper and my experience was terrible.

Damn Android!


Also, today I got into my car, and tried to drive to the moon.

It didn't work, and boy am I pissed!

Why can't these auto manufacturers build a car worth two rat turds?

storage settings question

hey, thanks, yes am going to install LIGHTNING, as you say.

I am also using another app to download all photos from my phone to my hard drive, then I am going to figure out the best way to delete all the photos from the phone, that should save some hard drive space!

thanks again for everything!

w

To copy the photos from your phone to your hard drive (on a PC, I presume?) use NitroShare.

As long as both devices are on the same Wi-Fi, it works great.

https://f-droid.org/en/packages/net.nitroshare.android/

https://github.com/nitroshare/nitroshare-desktop

Then after you have verified that the photos have transfered (look at them) you can delete them from your phone.

Error to send Firebase token to Wordpress plugin (missing os parameter)

I'm trying to connect posts from a Wordpress website using the Wordpress plugin and Firebase for cloud messaging. So whenever there's a new post in the website, the app users will receive a notification about it First, I need to send an API POST request with the device's token to the plugin. Ex:

URL structure: http://yoursite/pnfw/register/

Method: POST

Parameters: token (string): token given by APNs or FCM identifying the device, often called device ID (read here for devices without token, e.g. iOS simulator). os (string): operating system. It must be iOS or Android (case sensitive).

--Sample request for new registration: POST /pnfw/register/ HTTP/1.1 Host: yoursite Content-Length: 26 Content-Type: application/x-www-form-urlencoded

token=new_device_id&os=iOS

It is working when I test the API, but Android Studio keeps sending me this response:

2021-06-16 16:18:20.488 24664-24664/com.bc.brendan.soccernbandroidapp I/ResponseMsg: {"error":"500","reason":"Internal Server Error","detail":"Mandatory parameter os missing"}

Debug:

Request{method=POST, url=https://myWebSite.org/appdev/pnfw/register?token=fiCob....cdJmg2&os=Android, tags={class retrofit2.Invocation=com.bc.brendan.myApp.JsonPlaceholderAPI.createRegister() [fiCob...cdJmg2, Android]}}

Code for the Firebase class:

package com.bc.brendan.myApp;

import android.content.Context;
import android.util.Log;
import android.widget.Toast;

import androidx.annotation.NonNull;

import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;
import androidx.annotation.NonNull;

import java.io.IOException;
import java.util.List;

import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
import retrofit2.http.POST;
import retrofit2.http.Query;

public class FirebasePush extends FirebaseMessagingService {

public FirebasePush() {
super();
}

private String newToken;
private JsonPlaceholderAPI jsonPlaceholderAPI;


@override
public void onMessageReceived(@androidx.annotation.NonNull RemoteMessage remoteMessage) {
super.onMessageReceived(remoteMessage);
}

@override
public void onNewToken(String token) {
super.onNewToken(token);
Log.e("newToken", token);
newToken = token;

sendToken();
}


private void sendToken() {
Register register = new Register(newToken, "Android");

Retrofit retrofit = new Retrofit.Builder()
.baseUrl("https://myWebSite.org/appdev/pnfw/")
.addConverterFactory(GsonConverterFactory.create())
.build();
jsonPlaceholderAPI = retrofit.create(JsonPlaceholderAPI.class);

Call<Register> call = jsonPlaceholderAPI.createRegister(register.getToken(), register.getOs());

call.enqueue(new Callback<Register>() {
@override
public void onResponse(Call<Register> call, Response<Register> response) {
try {
Log.i("ResponseMsg", response.errorBody().string());
} catch (IOException e) {
e.printStackTrace();
}
}

@override
public void onFailure(Call<Register> call, Throwable t) {
Log.i("ErrorMsg", t.getMessage());
}
});
}
}

Json placeholder interface:

package com.bc.brendan.myApp;

import java.util.List;

import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.http.Query;

public interface JsonPlaceholderAPI {

@GET("posts")
Call<List<Post>> getPosts();

@POST("register")
Call<Register> createRegister(@Query("token") String token,
@Query("os") String os);
}


Any help would be appreciated. I've been stuck in this issue for three days now.

Help How to download Castle crush unlimited gems, coins 2021?

Castle Crush is an exciting strategy game for mobile devices. I'm looking for unlimited gems, coins version on Google Play but it's not there. How can I download Castle crush unlimited gems, coins?
It's probably not on the play store because that's kind of like stealing from the game developers. They want you to buy those items like the game intends you to do.

Just google it, if you want to cheat the game and screw the developers out of their hard earned money.

The morgue

Gets everybody, everytime.
No, not necessarily. Depending on the circumstances of the death, the person may be taken straight to a mortuary, as in my mom's case; she died at home, and was under hospice care--their doctor signed off on the death and that was that. Since there was nothing suspicious about her death, and no need for an autopsy, she went straight to the mortuary.

S21 Ultra send text over blue tooth

I have noticed that when I push the voice button on my steering wheel that google assistant comes up on my phone but the voice is muted on my truck speakers while on bluetooth. But if I connect by USB cable everything works fine. I have been on google and did a search and this issue seems to have been around for awhile and I have not been able to find a solution. Does anyone know of a solution to get google assistant to work over
bluetooth ? I do not think I should have to plug a USB cable into my phone every time I step into my truck just to send a text message.

Black and White TV

That's interesting. I was trying to look in to it.
I hadn't noticed.
70's TV like Columbo look OK on flat screen HD., but that's in Colour.

Off topic:
This coincides with something I noticed only a few weeks ago, more related to curved CRT screens and aspect ratio.

A BBC channel were re - running Fawlty Towers from the early 70's. I recorded them on a HDD PVR to watch later.

Notice the set assistant, or whatever title, crouching to I think attach a fake roast duck (iirc) to the foot of Manuel to slip on as he came quickly back through the swing doors.

Maybe we would have seen it if home video recorders were a thing at that time. They knew they would get away with it for a split second on a broadcast, or else CRT TV's would not have shown that area.



IMG_20210421_000952.jpg

Help Lenovo A6000 can't reboot to TWRP recovery

I'm using the 1.22 version frm google play. I've come across the xda forum post but the only solution there is cmd in admin but bcs my pc is windows 10 I've only used powershell window in the sdk platform tools folder. when i open cmd as admin in my pc it [C:\WINDOWS\system32>] that's the prompt i gt so ofc it didnt work fr fastboot fr me. I've also rooted my device later on n did in phone itself in both twrp n flashify app where i can flash the image but one i click reboot to recovery it goes to the strtup page of lenovo and that's it. now if i press power & volume key it goes to a test window (https://www.droid-hive.com/wp-content/uploads/2015/10/unbrick-lenovo-a6000-stock-rom-6.jpg) but the fastboot & recovery option just shows blank when i click on it

Filter

Back
Top Bottom