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

Why driver is not installed?

i have ((https://www.android-x86.org/)) . WIFI no work.

https://pastebin.com/MnJrUWVH

[ 7.974149] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430a0-sdio for chip BCM43430/0
[ 7.974311] usbcore: registered new interface driver brcmfmac
[ 8.006224] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43430a0-sdio.ilife-S806.txt failed with error -2
[ 8.006256] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43430a0-sdio.txt failed with error -2

What to do?

Root How to root Alcatel Raven A574bl

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'> Download and install KingoRoot Android App (PC Version).</li>
</ul>

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'>launch Kingo Android&#160;Root.</li>
</ul>

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'>Connect Android device to computer by USB cable.</li>
</ul>

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'>Enable USB Debugging mode on your Android device.</li>
</ul>

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'>Read notifications carefully before rooting your device.</li>
</ul>

<ul style='margin-top:0; margin-bottom:0;'>
<li dir='ltr'>Click 'ROOT' to&#160;root&#160;your device.</li>
</ul>

Help Android folders Other

I have a Samsung Galaxy S5 neo.

in the device storage, category "other" I have some folders. Can you tell me what are they for?, may I delete them?

es.cm.android

bcbffcab

spensdk30

ksmobile.cbanr

ksmobile.cbtemp

afabec

libcge

I have uninstalled CM browser but I keep smart manager, I guess that some of these folder relate to either one.

Everything I've highlighted I believe are from Cheetah Mobile. Ideally should remove anything by them, because of ads, data mining, and phoning home your stuff to their servers in Beijing. Although "smart manager", which is actually a version of Cheetah Mobile Clean Master, is a system app that Samsung included on some of their phones at the time, like Galaxy S5 and S6.

The others I guess maybe various libraries and caches used by some apps.

How to recover data while phone is boot looping

@mikedt I was able to boot to safe mode, but it started the exact same "factory data reset" after a few seconds of being booted. I figured that about Dr. Fone, I already uninstalled it. Are there any not-useless ones like it that I could try?

That's not good, and could very well be corrupted or damaged firmware, or some other hardware problem with the phone.

Thing is, the phone needs to be stable before you can do any data transfer or recovery to a computer. I have no real ideas now, and re-flashing firmware will erase the phone.

Filtering on json

upload_2019-11-2_22-4-5.png

I would like to do a filter on only ht==176, but I cant found reference on it and some of it maybe difference from my coding pattern, anyone can help me on this topic ?

Query query=reff.child("Member").orderByChild("ht").equalTo("176");
query.addListenerForSingleValueEvent(new ValueEventListener() {
@override
public void onDataChange(@NonNull DataSnapshot dataSnapshot) {
String value = (String) dataSnapshot.getValue();
textView_result.setText(editText_name.toString());
}



@override
public void onCancelled(@NonNull DatabaseError databaseError) {

}
});

Attachments

  • upload_2019-11-2_22-3-28.png
    upload_2019-11-2_22-3-28.png
    374.8 KB · Views: 102

Help How to get a TP-Link TL-WN725N working on Android X86

Wifi adapter: TP-Link TL-WN725N
Laptop: Acer Aspire ONE w/ Celeron N3060/2gbDDR3/32gbEMMC

I acquired this netbook (for free!) with a broken M.2 slot, so the internal wifi card would not work. I bought a very cheap wifi adapter on amazon since It was advertised as Linux/Mac/Win compatable.

This wifi adapter worked on Windows 10, and then all of the Linux distros I have thrown at it, albeit slowly. Now I have installed Android X86 onto this netbook and my TP-Link wifi adapter is not recognized at all.

TP-Link has no driver for Android and when I asked them, they said my wifi adapter is not Android compatable.

Anyone have a driver for it or another way to get it working. There are Linux drivers available, not sure they will work.

Filter

Back
Top Bottom