Revision : 20190722
Name : samsung Ln32c450e1
Serial : 20190722
Date :
CBIR :
BIOS : 08.00.03.10
Version : LN32C450E1L02
Release : 1
Board : UNKNOWN
Device : PM8917 MTO
FirmwareType: samsung firmware samsung j2 prime firmware samsung j7 prime
FLASH_Size : 7.08MB
FLASH_SPL : ST_FS0/ST_FS1/ST_FS2/FLASH/FLASH_LOCK
FLASH_NC : ST_FS0/ST_FS1/ST_FS2/FLASH/FLASH_NC
FirmwareVersion: 1.4.1.0
BuildNumber : 20181014
BuildDate : 2018-10-13 09:40:07
FirmwareDate : 2019-07-22 00:00:00
A:
Sometimes when the screens themselves are damaged, instead of remapping the display, the Linux kernel will see a similar display, and assume it's a damaged display instead of something else. The kernel uses the DDC table to decide what it thinks the display is, and if the configuration of the display doesn't match the table it will use the table as default.
The easiest way to fix this is to remap the display. For most modern xorg configs, remapping is done by adding the following to your xorg.conf:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GForce GT 425"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
You'll need to replace "nvidia" with "intel" or whatever driver you're using. After remapping the display, the display settings will be different. 01e38acffe
===============
1. Download from the only firmware you need.
2. Follow this instruction (In Spanish)
3. It will allow you to install a CM and root your device.
4. Then do these steps:
- Perform a clean build:
```
reboot system
fastboot oem write_local_user_settings
fastboot erase user
fastboot erase cache
fastboot erase system
fastboot erase vendor
fastboot erase recovery
fastboot oem lock
fastboot refit-xda
fastboot flash recovery recovery-...
fastboot flash user user-...
fastboot flash vendor vendor-...
fastboot flash cache cache-...
fastboot flash user user-...
fastboot flash vendor vendor-...
fastboot flash system system-...
fastboot flash recovery recovery-...
fastboot flash auto-touch auto-touch-...
fastboot flash user user-...
fastboot flash vendor vendor-...
fastboot flash recovery recovery-...
```
- Check if the device is not locked in clockworkmod (normal boot):
```
adb shell
```
- If you get a response like this:
```
06-09 20:17:33.096 I/zygote64( 904): Late-enabling -Xcheck:jni
06-09 20:17:33.076 D/ACRA( 670): Retrieving report creation time and version code.
06-09 20:17:33.076 D/ACRA( 670): [CrashReporter] [VERBOSE-CRASH] [4] [[net.openid.slim.utils.slim$SlimRandomStrategy_$InsertionSort_$toArrayOfChars_$c(Ljava/lang/String;I)Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; (Ljava/lang/String;I)Ljava/lang/String; L
Related links:
Comments