problem about samsung-mobile-Collection of common programming errors


  • David Roop
    android animation samsung-mobile
    Im having a issue were my app keeps crashing on an animation I’m attempting to do. It works fine on my Razr version 4.1.2 but on the galaxy it crashes with a NumberFormatException it has version 2.3.6. Can anyone tell my why this is crashing? I am still trying to figure out if this is a sdk version issue. Also I tried to install my signed .apk on a samsung S3 and it wont even install. It just gives me a blank screen. This seems to only be an issue with Samsung phones.public class RSEanimation ex

  • 100rabh
    android instrumentation samsung-mobile android-windowmanager
    I am running my Unit tests on various android devices using Instrumentation . Testcases works fine on emulator & all devices except Samsung Galaxy S. On Samsung Galaxy S it displays a Window Manager crash after injecting some 30 key events using instrumentation here is the complete crash log:D/dalvikvm(11862): GC_EXPLICIT freed 6800 objects / 374040 bytes in 54ms D/dalvikvm(11862): GC_EXPLICIT freed 780 objects / 71856 bytes in 39ms W/dalvikvm(11862): threadid=9: thread exiting with uncaught

  • kolufild
    android samsung-mobile
    I wrote an Android app which runs without problems on every phone I tried except Samsung S3. What happens is that, while my app is running, other background processes (other apps, that is) will start dying. For example, after some time of using my app, Live Wallpaper will die, and user will get a black background on his phone after exiting my app. And finally, after some time of using it, my app is also killed by OS. What’s frustrating is that I cannot see any error message in log which would gi

  • D-Nice
    javascript android galaxy samsung-mobile
    We have a signup page with in our app written in HTML in a WebView. We’re seeing a repeat of the following error come up all the time:window.onerror: Uncaught TypeError: Cannot use ‘in’ operator to search for ‘2’ in [email protected]’ve been able to infer that it happens almost strictly on the Spring Samsung Galaxy SIII. I’ve tested it on a Verizon SIII and didn’t have any problems. Once the error occurs, the user is stuck on the signup page and is unable to create an account. I’m lost as to what else I

  • David M
    web-applications phonegap bada samsung-mobile cordova
    Has anyone been successful with the integration of Phonegap in Bada? I am using SDK 2.0.4 and have tried the project app available here (https://github.com/cordova/cordova-bada) but keep getting this error:TypeError: ‘undefined’ is not an object (evaluating ‘window.device.uuid’) at line 1 loaded from file I don’t understand why the Phonegap website indicates that Bada is supported…

  • scatmoi
    android webkit android-webview samsung-mobile omniture
    Actually, a more accurate statement is:Every WebKit-based browser crashes on http://m.allrecipes.com/ but only in a Samsung Continuum SCH-i400 phone.I am trying to implement a WebView-based browser, mainly for learning purposes (there are way too many on the market, why add one?), and I was impressed by how quickly I could come up with a basic working one. I tested it on numerous sites on my Samsung Continuum phone and they all worked flawlessly, except for m.allrecipes.com .Whenever I tried to

  • Iftikar Urrhman Khan
    android sqlite samsung-mobile
    We have one live application which uses SQLite to store application information. Now this application is running on all OS on all phones but one particular phone model Samsung Galaxy S2 GT-i9100. Code – At start of splash screen ( home screen ) We connect to database from SQLite. On every device it works like charm but only fails on above device. Below is stack trace when we debug on device. Tried to search on stackoverflow or internet but didn’t find any solution. Anyone knows if this is a know

  • beta
    android eclipse samsung-mobile
    I started to look into Android programming today and created a very small app that is supposed to play MP3s. The tools I used where the Android SDK and eclipse. The code executed flawlessly in the Android emulator but after exporting it and attempting to install the apk on my Samsung Galaxy S2 I received a message telling me there was an error when parsing the file.Here is my phone’s configuration: Android v2.3.3, installation from unknown sources = allowed, USB-Debugging = enabled. The target s