|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
yeah, I have only one partition on my sdcard. If I have multiple partitions so I'll put it to the first one because of I see the hard coded in the init script that check and use only /dev/mmcblk0 and /dev/mmcblk0p1
But I still failed to boot up Android NAND version
__________________
No money, no honey!
--- Motoroi XT720 - MIUI 1.10.21-t2w - [OC 1Ghz very fast & smooth] - CM-7.1.0-11.10.12-ODEX-XT720-J.Y.Daddy |
| This post has been thanked 1 times. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
Quote:
----EDIT----- This time it did boot up. However on initial boot, when the device got to the home screen, it locked up and didn't want to do anything. I did reboot and other than a few issues getting the screen to stay on, everything seems to be working great. The boot animation is a little glitchy. Quick question. Is it possible to recalibrate my screen after initial boot? When I try and do the screen calibration during initial boot, the scrolling text covers the boxes and I don't get an accurate calibration. Many Thanks for all your hard work! Last edited by pts69666; 12-14-2010 at 10:26 AM. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
Quote:
|
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
Is anyone having any issues with not being able to get Root access?
If not it might just be my Rootfs or something else... But I thought I would check first. Edit: I had the wrong Rootfs...
__________________
Last edited by Lmiller1708; 12-14-2010 at 03:17 PM. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
I haven't had any trouble with titanium backup getting root
|
| This post has been thanked 1 times. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
yes.. soon it will be part o xdandroid since topaz main dev reported success with the .35 fb..
we are working on breaking the 30fps limit now.. bottom line is that if our 2d isnt smooth as a babys ass, then i dont want it on my phone.. |
| This post has been thanked 1 times. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
ACL,
If you place "echo 50 >/sys/class/leds/lcd-backlight/brightness" right before the mounting of the SD card in the initramfs then one can see what is going on and it is not needed in the Rootfs then. |
|
||||
|
Re: NAND Boot Testing - 12-11: Panel power off and on now working!
I tried it out, i replaced the inits in the board-htcrhodium-panel.c with the new ones, but I am still having the same issues with the panel firing up.
What do these two entries do? {0x6a17, 0x01}, {0x6a18, 0xff}, Here is exactly what I have for init: nov_init_seq[] = { /* EID es3 */ {0x5100, 0x00}, {0x1100, 0x01}, {REG_WAIT, 0x64}, {0x4e00, 0x00}, {0x180, 0x02}, {0x880, 0x00}, {0x2080, 0x33}, {0x2680, 0x78}, {0x2880, 0x3e}, {0x2980, 0x04}, {0x2c80, 0x22}, {0x2e80, 0x00}, {0xde80, 0x02}, {0x3a00, 0x55}, {0x3500, 0x00}, {0x4400, 0x00}, {0x4401, 0x00}, {0x5e00, 0x00}, {0x6a01, 0x00}, {0x6a02, 0x01}, {0x5301, 0x10}, {0x5500, 0x02}, {0x6a17, 0x01}, {0x6a18, 0xff}, {0x2900, 0x01}, {0x5300, 0x2c}, {0x5303, 0x01}, }; Last edited by mpannen; 12-14-2010 at 10:20 PM. |
![]() |
|
|
|