Let's take a look the whole assembly inside the Google Pixel 10 as IFixit once again showed us the step by step teardown guide. You'll be surprised of how the layout of the main board, battery and camera being neatly stack. It begins with dismounting the battery assembly, down to the camera, then the main board, down to the screen display. Disassembling the Google Pixel 10 only need an anti-clamp a few picks, and a screw driver, making any future repair effortless. . Why do we need a teardown guide? We'll here's how IFixit answers: The Pixel 10 is powered by Google’s smartest chip yet, it’s packed with AI that can translate calls in real time, coach your photography, and even write emails for you. But here’s the thing: no AI feature in the world is going to help when your battery dies. That’s where we come in, so let’s open it up and see how repair-friendly this “AI-first” phone really is. Chapters 00:00 Intro to the Pixel 10 Teardown 00:20 Heatless back panel re...
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