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

Battery incompatibility issue

Yes I have to no avail. Some metal fragments had come loose so it needs to be replaced I'm sure. But thanks!



It really wouldn't be practical to buy all the tools I need to attempt this EVEN if I was inclined to try this, but thanks for your input.


Your welcome :)

If you're able to find a solution to the issues your having please post back with the info. It msy help someone else.

Welcome to Android Forums @G2gor :)

Android Studio 3.6.3 extremely slow in debug mode

Not only debugging on device is slow, but on the emulator also. Step takes 5-20 sec to execute.
I am using Ubuntu, so Windows recommendations are irrelevant.

In general, Android Studio is not getting better with new releases. Practically every version has regressions. It seems that their QA department is not functional.
Specifically with 3.6.3 in addition to slow debugging, there is a serious issue with caching. On every launch I see something like:
Changes were not applied.
Modifications to AndroidManifest.xml require an app restart.
Manifest 'AndroidManifest.xml' was modified.
Reinstall and restart app

Help COVID-19 tracking in Google play services

I look at this Apple-Google venture to be more of a boring, incidental yawn. The topic has been a flurry of discussion online for weeks now, and the code has been vetted and verified by several independent security analysts as valid and following the privacy and security statements that Apple and Google have published. But as @Hadron commented, it's just an API. Despite all the moral outrage the code itself isn't some kind of personal data mining violation it's not assessing anyone's status and retaining anything in a covert database, it's a contact tracing service.
The problem is what kind of apps will be implemented to use this API, and by whom. That's the diversion.

Help How to use multiple physical keyboard layouts on Android Oreo 8.1.0 Go Edition phones?

After connecting Bluetooth keyboard to my Android phone, I can't add more than one physical keyboard layout.
I mean, using the Ctrl + Space shortcut that has multiple physical keyboard layout options, I can't. My Android phone version is 8.1.0 Oreo Go Edition.

I can't even use the Android system keyboard shortcut!
Example: Notification is displayed by pressing search + n. But pressing the shortcut key is not working.

Attachments

  • Screenshot_20200518-214956.png
    Screenshot_20200518-214956.png
    75 KB · Views: 462
  • Screenshot_20200518-215141.png
    Screenshot_20200518-215141.png
    91 KB · Views: 396

How can I add properties to the button from different pages?

Hello guys,

How can I add properties to the button from different pages/class ?

I need to add a property from the otherpage.java page to the button on the mainactivity.java page.But not working. (additional screenshots available)

I shouldn't open the MainActivity page (dont use Intent)

1.Page:Otherpage.java
Java:
        holder.btnSepeteEkle.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {

                MainActivity main = new MainActivity();
                main.test();
}


2.Page: MainActivity.java
Java:
    public void test(){
       Button buton = findViewById(R.id.buttondeneme);
       buton.setText("BUTTON TEST");
    }

Error Detail:
Code:
E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.example.myapplication9, PID: 5087
    java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.ApplicationInfo android.content.Context.getApplicationInfo()' on a null object reference
        at android.content.ContextWrapper.getApplicationInfo(ContextWrapper.java:159)
        at android.view.ContextThemeWrapper.getTheme(ContextThemeWrapper.java:157)

Attachments

  • sss.jpg
    sss.jpg
    379.3 KB · Views: 197

Help File Manager+ just stopped connecting to the Computer

Any suggestions would be great,
Use the vastly superior MiXplorer Silver. :D

Compared to FM+...well, there's no comparison! File operations on my computers that take minutes with FM+ take milliseconds with MiX. There are many other reasons it's superior, but try it yourself if you're interested.

As for your connection problem, as @svim pointed out, it's not your router's address you need, it's your computer's. I've assigned static IP addresses to all of my computers, ranging from 192.168.1.100 on up. So, for example, if I'm connecting to my dining-room laptop, its address is 192.168.1.123. Supply the correct address, plus its login credentials, and it should work.

If you don't know the computer's IP address, there are various ways to find it. On Linux, the ifconfig command displays it.

Filter

Back
Top Bottom