This post has been thanked 7 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also, for calibration, the program we invoke to do the calibration is pretty small and wouldn't really cause problems with initrd or adding it to system. The problem is that I always end up with random text cluttering up the touch points. I'd much rather see an app in Android for calibration so lcd density doesn't mess up calibration. I really agree that the closer we can mimic true android devices, the better experience we are going to get. On the kernel side of things, I was looking at the work of cedesmith on a bootloader that builds on top of tinboot. He's done some interesting things including the ability to load a kernel from the computer which would absolutely rock. He's designing it for the HD2 crowd, but I think I'm going to play around with it and see what I can learn about it. Might be something useful there http://forum.xda-developers.com/showthread.php?t=901305 Last edited by natemcnutty; 02-15-2011 at 04:21 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Magldr is a custom bootloader... It can do about anything. We are in the same as the Vogue (since we copied it). They need to reflash to upgrade there kernal too. No way around it with out a custom bootloader... Quote:
If it is possible to write to nand from within that would probably solve our problem. (Maybe) I will wait for your System.tgz. Did you get data working on it? That was my problem.. It was stable but with no data.
__________________
|
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
i guess its time to unleash this info to the cookers soon.. see what nand abominations they come up with. |
This post has been thanked 4 times. |
|
||||
@ THE A TEAM
I been following you guys for a long time. I have so much respect for this team. You guys are true hereos in my book. I have never seen a team of people like you guys. It's just simply amazing works. The XDA, PPC. WE ARE REALLY PROUD TO HAVE A TEAM LIKE YOU GUYS. THANK YOU GUYS FOR YOUR AMAZING WORK FROYO X/SPRINT TOUCH PRO 2/RHOD
__________________
FROYO X SPRINT TOUCH PRO 2 (RHOD400)
|
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Quote:
thanks FROYO X/SPRINT TOUCH PRO 2/RHOD |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
ACL, I'm custom building a busybox for us, and I've already compiled a flash_erase from the latest mtd utils. I currently have the initrd.gz at 1.1 MB, but I think I can shave quite a bit off if I remove some of the unnecessary stuff from busybox.
Here's what I need to know. Do we only need the commands that are used in initrd.gz and init.rc to be referenced to busybox, or do we need all of the commands that are in the /bin folder for initrd? There are quite a few commands in there that we do not use, and I'm wondering if I need to keep them, or if I can just add them in the future if we need them. Once finished cleaning that up, I think we can get initrd.gz under 1 MB. I also think we can clear up another 3 MB of space by shifting the partition table, but I'll play with that later. Also, I'm still not sure why we are starting at an offset of 64MB for our partitions, and we can reclaim some of that space if we can find where it is safe to move it to. I'm trying to get us enough space in the system partition that we can accommodate the chefs while still having plenty of room for user date |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
I sold my Touch Pro2 but maybe for calibration you can check in:
HKEY_LOCAL_MACHINE\Hardware\Devicemap\Touch\Calibr ationData |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Well the system partition already has its own bin directory with all the goodies possible so the busybox for initrd should be the bare essentials to boot and run the install script. So i think we will be safe with a small busybox.. I think we should be good to test your busybox. edit: oops.. not a bin directory but xbin is on system. Not sure if it has a full busy box in there.. Edit2: Also here is the latest install, update and install-seq You are big boys so you can make your own NHB and harvest your own modules and apply it to the android update. Wifi is working for me but i cant test cdma data. I'll leave that up to you fellas. http://htcdevs.wirelesstcp.net/files/xdandroid/ Last edited by [ACL]; 02-16-2011 at 11:49 AM. |
|
|
|