Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a compilation of device-specific bugs for Android devices?

Tags:

android

device

We've found a crash on a particular device that happens inside some of the standard Java libraries. This crash only happens on one particular model of device. I'm sure there are other curious oddities for various Android devices.

Is there a compilation of known issues for Android devices someplace? I'm thinking in particular about oddities in the supplied libraries and JVM type stuff.

like image 274
Argyle Avatar asked Mar 20 '12 18:03

Argyle


People also ask

How do I fix the bugs on my Android phone?

Search for the option Apps & Notifications, then App info, search for Kyte, tap on storage & memory. Here you need to tap on Clear cache, and after that on Clear data. ‍The data of the app us backed up in the cloud, so you won't loose any of it. *The steps my vary according to your device.


1 Answers

I am not aware if there is a indexed compilation available on the internet. At the moment, the best place to report/search device-specific bugs is probably still via Android Issues Tracker, of cause, as long as issues are found and reported by consumer developer. Actually the search function is not that bad once you are familiar with it.

HTC Specific Bugs

Samsung Specific Bugs

Device specific bug is a consequence of Android fragmentation, As an Android consumer developer, Our application usually deal with hundreds of different device models. Even the Android award top developer cannot 100% guarantee their application can run seamlessly on all devices. I would not concern too much if the bug is specific for minority device in the market. Nothing is perfect, face the facts.

like image 118
yorkw Avatar answered Sep 22 '22 15:09

yorkw