ads

Affichage des articles dont le libellé est Crashes. Afficher tous les articles
Affichage des articles dont le libellé est Crashes. Afficher tous les articles

vendredi 2 octobre 2015

S6 Edge Random app crashes & reboots



Hi, I bought a Samsung S6 Edge used.. It was previously rooted and the knox counter was tripped...
I'm having some serious issues with it. From apps/google services to crash. It was previously rooted so I flashed the stock firmware on the phone. Even when I setup the phone (language and google accounts) some services crash... I can't recieve OTA Updates anymore because the status is set to custom and Triangle away does not work on S6's. I can't replicate anything to make a certain app crash, it's just random.. I need your help because i tried everything I could..
Stuff I did:
Flashed stock firmware (5.0.2)
Flashed an Update (5.1.1)
Factory reset and cache reset in boot loader.



mardi 29 septembre 2015

Recovered from boot loop but constant crashes with older ROM



I am helping a friend to get his One Plus One 64GB to work again after an OTA update broke it.

Initial Problem
Two days ago she started an OTA update which made the phone reboot constantly before even android started. Basically it showed the logo for about 6s then vibrated and restarted again. I later found /o/Android/data/com.cyngn.fota/cache/cm-12.0-YNG1TAS17L-bacon-signed.zip so I assume that this was what was installed.

The phone is completely untouched otherwise. She has no computer knowledge whatsoever and says she didn't give it to anyone.

My attempt
I was able to install cm-11.0-XNPH33R-bacon-signed.zip and cm-11.0-XNPH22R-bacon-signed.zip via sideloading. The phone started ok but was crashing all the time. I am not able to get into settings to activate developer settings (adb) because the crash notifications hinder navigation and after about 10s the whole gui crashes and I see the black screen with the hexagon loading logo. The latter firmware is worse meaning it crashes at a higher frequency.

The Problem
She didn't expect any problems and does not have a backup of her data. Thus I can't do a factory reset or use fastboot.

Question
  • Did I use the wrong ROM? There seem to be many variants. I haven't found any information which explains the differences.

  • Could I maybe flash a minimal ROM that would not crash to backup the data and than do a factory reset?

  • Is there any way to activate adb access without having to navigate to settings?




lundi 28 septembre 2015

App crashes on CM 12.1 (by Temasek) for S3



Hi, my app, actually a game, CoC, crashed when I started on CM 12.1 (unofficial release by Temasek). It was running fine on CM 10.3. Please let me know from where can I get the logs so I can send and attach it. Thanks.

Sent from my GT-I9300 using Tapatalk



Insane amount of crashes using Benzo, wiped and installed Bliss Pop now horrible batt



I started with Benzo and everything seemed fine for the first few days aside from an occasional 'This App' has stopped working crash. Things started getting worse, screen freezing, random reboots and then losing my data connections. It eventually became so unstable that it was stuck in a boot loop. I debated trying to see if I could get some logs and submit them over to the Benzo team but decided to just wipe everything and try another ROM. I settled in Bliss Pop. Today is my first real use and I am less than pleased with how fast I am draining my battery. I had it on the charger all night to 100% and have been watching as the percentage is slowly going down as I use the phone. According to my battery stats I will be dead by 10:00. That gives me 3 hours. I went from 100% to 75% in 42 minutes.

Suggestions?

Sent from my Nexus 6 using XDA Forums



dimanche 27 septembre 2015

Lollipop update crashes. Been this way since it was released, HELP!



OK, a video is worth a million words: Here is my problem.
https://youtu.be/q1dXmNW7uJU

If you can solve this, you have done better than anyone else that has tried to help me... Thanks!



samedi 26 septembre 2015

my droid 4 crashes or freezes jb 4.2.1



my droid 4 crashes or freezes jb 4.2.1. I did a factory reset, but still have the same problem. I need if they know of any application or utility to install. Thank you.

Enviado desde mi DROID4 mediante Tapatalk



[Q] Messaging app crashes after trying to read SMS!



Hey everyone!
I just installed eRobot ROM v8.6 (thanks to dev) to my N910C Note4, I just customize it with deleting unnecessary apps in /system/app & /system/priv-app using a script. The ROM works perfect, and I can open any messaging app such as the stock or Textra, but the problem is all of them (whether stock or 3rd Party messaging app) crashes when I try to open any SMS, so I think there is a system app I deleted by mistake that read SMS, but I don't know its name to install it again! so can anyone tell me the dependencies of the messaging app? so I know which system app I deleted it by mistake :)

Thanks!

Regards,
addas



jeudi 24 septembre 2015

Recovery crashes while flashing rom



Hello,
I have a serious problem with my xperia z2: I have been running CM for almost a year and recently upgraded to the latest cm12.1 nightly. Everything worked fine for a week but then the phone crashed and went into a boot loop. I haven't been able to resolve the loop. Entering the recovery works, but whenever I try to flash a rom the recovery crashed immediately after the verifying step.
I have already tried to do a factory reset, I have wiped everything (including my SD card) and re-flashed the recovery via fastboot. Nothing helped. Does anyone have an idea what I could do next?



mercredi 23 septembre 2015

google play crashes when opened



i had a rooted opo on yog4pas1n0 with xposed. i used lucky patcher to patch google play for in app purchases and lvl but play kept saying it had no wifi so uninstalled play with titanium backup and restored a recent back up of it yet it still didnt work. i also deleted play data a number of times. then downloaded play from apkmirror yet it still didnt work so i got log out! apk to logout of google because there wasnt the option on settings-->account but then i coulnt even log back in because it kept looping so i went into youtube hit back and signed into google which worked and all apps worked apart from google play so i backed everything up onto my google account and did a factory reset twice followed the steps and google play still doesnt work my phone is still rooted with xposed and i am using vshare to update all my apps. my play store version is 5.8.11 and my play services version is 7.5.71 (1955121-438). google play works when data is cleared but if i try and download anything it keeps crashing. thx in advance.

EDIT: google apps updated are giving errors saying that it wont run unless i update google play services which i cant because google play crashes when i try



Cordova camera crashes the app on android



Hey I posted this post to stackoverflow but with no answers I came here to see if there's someone here who could help me.

I'm developing application with cordova & angularjs where user is able to take photos using the official camera plugin

Camera settings:


Code:


  {
        sourceType: Camera.PictureSourceType.CAMERA,
        correctOrientation: true,
        quality: 90,
        allowEdit: false,
        targetWidth: 1200,
        destinationType: Camera.DestinationType.FILE_URI,
        encodingType: Camera.EncodingType.JPEG,
        saveToPhotoAlbum: false
    }


What I tried to prevent crashing is this:

Code:


$scope.removePhotoFromDeviceMemory = function (uriToPhoto) {
        $scope.filesystemImageSuccess = function (fileEntry) {
            console.log("REMOVING POHOT FROM DEVICE")
            console.log(fileEntry);
            function removeSuccesful() {
                console.log("IMAGE REMOVED");
            }

            function removingFailed() {
                console.log("IMAGE REMOVING FAILED");

            }

            fileEntry.remove(removeSuccesful, removingFailed);
        }
        $scope.filesystemImageFail = function () {
            console.log("fuuuuuuuuuuuuuuuuuuuuuuuuuuuuu");
        }
        window.resolveLocalFileSystemURL(uriToPhoto, $scope.filesystemImageSuccess, $scope.filesystemImageFail)
    }


So app deletes all taken photos from phone instantly after the photo is sent to backend.

So I'm currently using the FILE_URI to prevent crashings DATA_URI has, but on older devices it crashes still when user has taken ~20-40 photos.

Running out of ideas here. Any help highly appreciated!

From ADB:


Code:


E/AndroidRuntime(30705): java.lang.RuntimeException: Unable to resume activity {com.myapp/com.myapp.MainActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=34, result=-1, data=null} to activity {com.myapp/com.myapp.MainActivity}: java.lang.NullPointerException




Constant lag, app crashes and sd card woes



The title says it all... This hunk of junk lags when opening apps, at times refusing to open apps at all. Sometimes the apps hang up and stop responding and I'm greeted with the would you like to wait or close prompt. There isn't any specific app, it's all. The SD card has a mind of its own and decides it wants to unmount on its own accord. Going to try the restore tool when I get home... If that doesn't work I'm going to rma this piece of poop. It seems the QC has gone down for Lenovo owned Motorola. My Moto G 2015 with 1gb of ram preforms better. My Nexus 6 runs laps around it. I'm so frustrated.

Sent from my XT1575 using XDA Free mobile app