This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Hello everyone, I am writing this post maybe doing OT, but reading what you are doing I feel compelled to thank you and urge you even more.
Sorry for my bad English but I'm Italian. I just have one question: You can now mount NAND Android? Thanks again and good work. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
But after a reboot everything is getting wiped out do the SPL resting a flag. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
And everything what works on Haret is working in NAND too? And what about battery life?
Im really looking forward to day when I will use Android as system for everyday usage. Thank you soo much for your work!! |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Currently there are some issues but for the most part Yes... Once we get data to stick after a reboot this will be caught up to Haret very quickly (Thanks to ACL!!!)
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Lmiller1708 thanks for the reply but I did not understand what happens if you restart the terminal?
So I can flash my htc black stone without the risk of breaking it and a version of almost running Android? Thanks again for your attention and still really good job because I appreciate what you are doing! |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Whooo... No Sorry I didn't see your device. This is For TP2's Only. Not sure at all for the Black stone. But you are in the wrong Form. Currently only CDMA Device's too... |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Here was how I made it. Code:
cat xip/$1 >> os.nb.payload echo "Inserting blank imgfs into payload" OS-new.nb.payload >> tools/log echo "Creating os.nb portion of nbh" tools/nbmerge < os.nb.payload> OS-new.nb echo "Creating NBH" wine tools/yang.exe -F ruu_signed.NBH -f OS-new.nb -t 0x400 -s 64 -d RHOD****0 -c 11111111 -v Tinboot -l WWE >> tools/log |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
This line is the one causing issues when trying to make the xip with the gz file. .org XIP_END-0x20000,0xff The only good news here is that i didnt brick myself with the partition table.
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Code:
cp $DIRECTORY/tools/rhod_payload os.nb.payload echo Inserting tinboot into payload cat xip/$1 >> os.nb.payload echo Creating os.nb portion of nbh tools/nbmerge < os.nb.payload > OS-new.nb echo Creating NBH wine tools/yang.exe -F ruu_signed.NBH -f OS-new.nb -t 0x400 -s 64 -d RHOD****0 -c 11111111 -v Tinboot -l WWE >> $DIRECTORY/tools/log rm os.nb.payload rm OS-new.nb -.equ XIP_END, 0x0100000 +.equ XIP_END, 0x2ff000 and add to the bottom (i think you alreayd had that) + .org XIP_END-0x20000,0xff + .incbin "tools/emptyimgfs" |
This post has been thanked 1 times. |
|
|
|