CyanogenMod / android_device_oneplus_oneplus3

72 stars 70 forks source link

Gallery freezing up the phone #2

Open ggogel opened 8 years ago

ggogel commented 8 years ago

Hi, on 27th nightly the phones freezes up after few seconds of using the Gallery app. It either shows a black screen or a frozen picture. The only option is a hard shutdown then.

liuweiky commented 8 years ago

I have met the same problem as you! Besides, after I use it for a while, it freezes up and show a black screen, even if I haven't opened the gallery. Then, I force to reboot, it even show a black screen immediately after it finishes booting. I think it might be caused by ro.sdcardfs.enable=true in system.prop file. I notice that this property has been modified for several times. @cyanogen I think this property should be deleted because I have tested and the problem won't show after I deleted it . @cyanogen

liuweiky commented 8 years ago

What's more, if I changes the data partition into f2fs format, the issue disappears, but MTP goes wrong.

ggogel commented 8 years ago

I deleted ro.sdcardfs.enable=true from build.prop and for me it did not fix the issue.

liuweiky commented 8 years ago

I think you can try to change the format of data partition from f2fs into ext4. It also solves the MTP issue.

cbdj commented 8 years ago

Deleting ro.sdcardfs.enable=true solved the issue for me.

ggogel commented 8 years ago

I retried it and it worked somehow, running stable for two days now. @cyanogen I'd suggest to revert sdcardfs until this is sorted out, would make life easier for us.

ggogel commented 8 years ago

I made a guide on how you can format your device in f2fs and fix the issue. http://forum.xda-developers.com/showpost.php?p=67994648&postcount=745