Some smartphones featuring the Snapdragon 8 Elite Gen 5 have already been launched in China, with many expecting a global release shortly after. A growing list of flagship smartphones are expected to feature the Snapdragon 8 Elite Gen 5 processor, which was officially announced in late September 2025. The chipset is anticipated to power top-tier Android devices throughout late 2025 and 2026, with several phones already confirmed or heavily rumored. Xiaomi 17 series: The Xiaomi 17, Xiaomi 17 Pro, and Xiaomi 17 Pro Max were confirmed as the first phones to use this chip. The Pro and Pro Max models will include a secondary rear display. nubia REDMAGIC 11 Pro series: The gaming-focused nubia REDMAGIC 11 Pro series is set to feature the Snapdragon 8 Elite Gen 5. realme GT8 Pro: The realme GT8 Pro launched in China in October 2025 with the new Snapdragon chip and is expected to be released in international markets later. Honor Magic 8 series: The Honor Magic 8 series, which includes t...
Have you ever updated your Samsung Captivate Glide to the official ICS 4.0.4 UCLH2 firmware and found out that the keyboard backlight is missing?. Well, here's a fix just until Samsung will push out the next update regarding this keyboard backlight issue. XDA-Developer, recognized contributor ninthsense and etherfish came up with a solution on how to solved this keyboard backlight issue on Samsung Captivate Glide. This problem has already been found from the ICS Leak I927UCLG9 and then also found out with the official released build I927UCLH2 recently.
How to Fix Keyboard Backlight for Samsung Captivate Glide
Note: This will work only if your phone is rooted and are using windows PC/laptop.
1. Install root explorer or root browser lite (free) from market. And copy the boot.img and lights.n1.so from keyboard_fix.rar in root of your sdcard(phone).
2. Launch the root explorer and Delete the existing lights.n1.so file from /system/lib/hw (probably you can keep a copy somewhere)
3. Copy the lights.n1.so from your sdcard directory to /system/lib/hw
3. Make sure that the file is presen/copiedt in the directory.
4. Download fastboot.zip file attached to the post and extract it in one of your directory on the pc.
5. Connect your phone through a usb cable and i'm assuming you've the usb drivers for your phone already installed on your pc.
6. Goto command prompt and change to the directory you extracted the zip file into.
7. issue the command "adb shell"
8. You should get a android prompt. Issue the command "su"
9. Issue cd sdcard and then issue "ls". Just to make sure that the boot.img is there.
10. Now issue the following commands:
Code:
Grab all needed files and more guided information on from XDA-Developer original thread:
http://forum.xda-developers.com/showthread.php?t=1848433
Also thanks to Nardholio for compiling additional info.
How to Fix Keyboard Backlight for Samsung Captivate Glide
Note: This will work only if your phone is rooted and are using windows PC/laptop.
1. Install root explorer or root browser lite (free) from market. And copy the boot.img and lights.n1.so from keyboard_fix.rar in root of your sdcard(phone).
2. Launch the root explorer and Delete the existing lights.n1.so file from /system/lib/hw (probably you can keep a copy somewhere)
3. Copy the lights.n1.so from your sdcard directory to /system/lib/hw
3. Make sure that the file is presen/copiedt in the directory.
4. Download fastboot.zip file attached to the post and extract it in one of your directory on the pc.
5. Connect your phone through a usb cable and i'm assuming you've the usb drivers for your phone already installed on your pc.
6. Goto command prompt and change to the directory you extracted the zip file into.
7. issue the command "adb shell"
8. You should get a android prompt. Issue the command "su"
9. Issue cd sdcard and then issue "ls". Just to make sure that the boot.img is there.
10. Now issue the following commands:
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p9
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p9
Grab all needed files and more guided information on from XDA-Developer original thread:
http://forum.xda-developers.com/showthread.php?t=1848433
Also thanks to Nardholio for compiling additional info.
Comments
Post a Comment