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

Help White bar blocks half of my notifications

Hello everyone

I have a (to me) very annoying problem. When I receive a notification on my Motorola One Vision, a white bar blocks about half of it, including the action shortcuts.

Does somebody have a solution for this? I have uploaded a screenshot of the problem.

I am running android pie and Nova launcher.

Thanks a lot in advance!

Attachments

  • Screenshot_20190730-114811~2.png
    Screenshot_20190730-114811~2.png
    177.9 KB · Views: 170

Need valid blank flash file or MMCBLK0.img

I hard bricked my moto g6 xt1925-6 a month ago. Actually there was an OTA update in my device and i was so excited about it. Without noticing battery percentage i started update process and now devices is dead. It means no any sign of life only white light blinks after connectin charger and is detected as Qualcomm HS-USB Qloader 9008. So I searched for blank flash file and found in https://mirrors.lolinet.com/firmware/moto/ali/blankflash/ but is not valid. It didnt work at all and gives some error. If any guys have valid working blank flash file than provide me or provide me working device mmcblk0.img so that i can boot it from sd card. Help me please :( :( :(

Help Chrome for Android and facebook.com integration

When I type in A tag name for my friends that are tagged in the reply it start the drop down menues for taging and when I choose the person it types his last name with the last two letters repeated instead of "Barakat" it type his last name adding the first two letters "Babarkat" With out the underlines that some one has been tagged in this post.... Can you have explaintion or reason for that to happen?

  • Poll Poll
Listview Images are getting Cut of at Borders

Listview Images are getting Cut of at Borders in only OnePlus all Devices

  • This Might be issue with Library?

    Votes: 0 0.0%
  • This might issue with OnePlue Devices?

    Votes: 0 0.0%

Hi Team,
I am Android App Developer, I facing an Issue only in One Plus Devices.
Issue: In Listview I have placed an ImageView in it, we are using Library (WrapContentDraweeView) to fetch the Image url and displaying on the Screen. While showing the Images on the Screen Images are cut of for 1 DP (Top, Bottom, Right, Left) on all the sides. Tried to replicate the issue in Other devices, but we can't able to reproduce this issue in other Devices.

I am attaching OnePlus Screenshot and Other mobile Screenshot, Please check the marked area.

May I know the reason why it is happening.

Attachments

  • OnePlus.jpeg
    OnePlus.jpeg
    218.6 KB · Views: 245
  • Other.png
    Other.png
    1.2 MB · Views: 270

Check for null not working

I have the following method.

Java:
    public void delete(String name, Context x) {
        String msg;
        // Check if anything input
        if (name == null) {
            msg = "No input";
        } else {
            // Count the number of rows
            String query = "SELECT COUNT(*) FROM " + TABLE_NA +
                    " WHERE " +
                    NA_NAME + " = '" + name + "';";
            Cursor c = mDB.rawQuery(query, null);
            int count = 0;
            if (null != c)
                if (c.getCount() > 0) {
                    c.moveToFirst();
                    count = c.getInt(0);
                }
            c.close();
            // Now run the delete
            query = "DELETE FROM " + TABLE_NA +
                    " WHERE " +
                    NA_NAME + " = '" + name + "';";

            Log.i("delete() = ", query);
            mDB.execSQL(query);
            msg = count + " record(s) deleted";
        }
        makeToast(msg, x);
    }

The delete process works fine but I have added the check at the beginning to see if the input is empty, and it's not working. If I try to delete a row with empty input, the Toast message is "0 record(s) deleted" rather than "No input".

The log is reporting

I/delete() =: DELETE FROM names_and_addresses WHERE name = '';

From the delete point of view the result is the same, but I plan to put a similar check in the input method as I don't want my db table filled will null records.

Can anyone see where I'm going wrong?

Adapter for dual SIM plus SD card for a single SIM G6?

Hi, I have a US model single SIM Moto G6 and want to get an adapter/converter to be able to use 2 SIM's plus the SD card in my phone. I see some out there om eBay and Amazon but without a slot for your SD card, where the longer adapter sticks out of the SIM slot and kept in place around the back of the phone by a good case. Some allow you 3 SIM cards. Know of any that allow 2 SIMs and the SD card? Just got an upgrade to 9/Pie if that matters.Thanks.

How to keep Firestick 4K alive when watching another TV input?

Hi, I have the newer Firestick 4K, plugged into one of my TV's HDMI ports. I also have an OTG cable with a thumbdrive in line with the Firestick so I can have it record thru an app what's streaming to watch later on my PC while I'm using something else on another HDMI input on my TV, usually my PC. When I go check, the Firestick is completely off, blank screen, and find out only a few minutes recorded, This happens whether I use the OTG/thumbdrive, or just have a normal connection of the Firestick into an HDMI port. If I have something on the Firestick, then go to another HDMI port to watch something briefly, then go back to the Firestick, it's still working. If longer, the Firestick shuts off. I tried looking for settings to keep ot awake, and nothing. I even side loaded a Stay Awake type app, and that doesn't help. How do I keep the Firesick awake and active? Thanks.

Factory reset wiped SD card?

My son tried to enter my phone's pass code too many times yesterday and it wiped the device and did a factory reset. I didn't know that was a thing, but now I do! I have no cloud backup.
My question is, I'm trying to recover at least just photos from the SD card (I tried DiskDigger), but it's blank. Does that make sense? Did the factory reset actually wipe the card clean? Any other suggestions or am I just out of luck? Thank you :(

Help with game development

So I have started making a game in Android Studios. So far, all it does is when you click a button, it generates 2 random cards. If you click it again, it generates 2 more random cards replacing where the first ones were. However, even though this seems simple enough, I am getting messages that it skipped 30 frames and is doing too much work on the main thread. How do I fix this? This is also my first time using android forums so is it appropriate to ask questions concerning topics like this?

Barclays Mobile Banking App

Hello, I have a Samsung Tab A 10.1, and I am trying to install Barclays Mobile Banking on it, problem is the app is apparently “not supported”, I found an APK on APKmirror, and it installed and the app worked, but another problem, a phishing tool was attached to the app, where you entered the pin, so I don't know what to do now. Can anyone help me on this problem please.

Always rebuilding

This is something new.

Since I had a recent problem where I had to clean & rebuild, I now have to rebuild every time I make any code change.

Previously, I could make a change, then click the "play" icon (top right), and my changes would be applied.

Now, nothing gets applied. I've checked this by adding obvious log messages where they couldn't be missed, and they don't show up. I have to do Build->Rebuild Project to get my changes to register.

I'm guessing there may be a setting somewhere I messed up, or something like that? How do I get the previous behavior back?

(BTW this is only happening on one of my projects. Others work like they used to)

Using images/hardware profiles: Emulator

When it comes to testing on emulators, how common is for developers to test on different AVDs (actual emulators) build with "different images" and "hardware profiles"? I am referring to `emulator avd create` as in this link http://www.androiddocs.com/tools/devices/managing-avds-cmdline.html#AVDCmdLine (The link is a bit old but it shows the command). Right now all my testing has been focused on a single image/API. What is your testing strategy? Is emulators even in your testing plan?

I am also using this as a reference: http://www.androiddocs.com/tools/devices/index.html

This is probably a better link as it is associated to official documentation:
https://developer.android.com/studio/run/emulator#android_virtual_devices

One of the challenges on using different platform during testing is that, from what I understand, the platform also depends on the build-tools version. I have had issues of platform/build-tools compatibility before but the root cause issue is not 100% clear to me... yet.

Any comments or if you don't mind sharing your experiences. Thank you,

Apps No Device Compatibility

I am seeking to publish an app. I tested the app using my own phone, on which it ran just fine. But in the Google Play Console its not listing any "SUPPORTED DEVICES" in the "Device catalog".

What did I do wrong? How can I fix this?

I have the compile and target SDK version set to 28
The minimum SDK version is set to 19

I was trying to use a bundle instead of an APK

any help would be appreciated
Walt Williams

tmHACK - Defend your nation

Hi, I wanted to present my game, available on the play store.
TmHACK is a hacker attack simulator.
Become the most powerful hacker in the world, help your nation climb the ladder, steal as much money as you can, play on the stock exchange and earn tmCoins.
Challenge your opponents with the crypto challenge! Prepare the most powerful card, challenge an opponent, destroy your Crypto card and win lots of tmCoins.

I am waiting for you on tmHACK.!

Attachments

  • Screenshot_2019-07-25-18-50-59-697_com.garzone6981.tmhack_V18.png
    Screenshot_2019-07-25-18-50-59-697_com.garzone6981.tmhack_V18.png
    822 KB · Views: 146
  • Screenshot_2019-07-29-20-31-04-207_com.garzone6981.tmhack_V18.png
    Screenshot_2019-07-29-20-31-04-207_com.garzone6981.tmhack_V18.png
    575.3 KB · Views: 119
  • Screenshot_2019-07-29-20-30-36-509_com.garzone6981.tmhack_V18.png
    Screenshot_2019-07-29-20-30-36-509_com.garzone6981.tmhack_V18.png
    1,023.7 KB · Views: 109
  • Screenshot_2019-07-29-20-32-28-427_com.garzone6981.tmhack_V18.png
    Screenshot_2019-07-29-20-32-28-427_com.garzone6981.tmhack_V18.png
    942.6 KB · Views: 93

HELP

Hello Guys!
i have Galaxy S7 (SM-G930F)
blocked by FRP
Oreo 8.0.0
Stuck On Samsung Logo
i tried many time to upgrade by many firmware (Binary 5)
After Flash passed with Odin
phone reboot
Erasing...
boot to recovery mode and i have this error :
#fail to open recovery_cause (no such file or directory)#
#Reboot recovery_cause is [unknown]#
No support SINGLE-SKU file-based OTA
Supported OTA
Supported API: 3
dm-verity verification failed...

when i put my phone in Download mode and i tried to root or to flash with TWRP
it shown me this error :
Costum Binary Blocked by frp lock

i tried to Wipe Partiotion & wipe cashe
same problem
i loosed my mind
please help me

Filter

Back
Top Bottom