|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
__________________
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Can I ignore the BAD BLOCK error message, or it will cause some unknown problem.
Quote:
Quote:
Last edited by muziling; 01-02-2012 at 12:21 PM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
As long as there aren't a ton of bad blocks, it should be OK. They will be ignored... Almost every device ships with 1-2 bad blocks, I have 2 myself on each RHOD400 I own...
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Found Division by zero in kernel.
htc_rhod_batt_corr() in file htc_battery_smem.c Code:
BATT("htc_get_batt_info 888\n"); /* TODO: temp algo is not ok..if someone have the timte -> must look into the driver */ buffer->batt_tempRAW = ( buffer->batt_tempRAW * 5200 ) / htc_adc_range; BATT("htc_get_batt_info 999\n"); av_index = ( buffer->batt_tempRAW * 18 ) / ( 2600 - buffer->batt_tempRAW ); BATT("htc_get_batt_info aaa\n"); buffer->batt_tempRAW = htc_battery_temperature_lut( av_index ); if ( buffer->batt_tempRAW < 250 ) /* fixed til so long we can get constant values - otherwise the algo wouln'T work good */ buffer->batt_tempRAW = 250; BATT("htc_get_batt_info bbb\n"); fix_batt_values(buffer); BATT("htc_get_batt_info ccc\n"); htc_battery_level_compute( buffer ); BATT("htc_get_batt_info ddd\n"); return 0; Quote:
Our battery chip is ds2746, same as HD2? Last edited by muziling; 01-02-2012 at 11:38 PM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Whoo hoo! I finally am able to join the land of nand! Replacement TP2 after the previous one decided to perpetually flash up the Video Out screen in WM. First time I tried (before x-mas) LK kept thinking the end key was pressed. So I gave up. Tried again today from scratch, following the wiki (which by the way to which I added a comment about a minor correction); deleted EVERYTHING, made sure to erase all of the partitions multiple times, flashed recovery 4x times before rebooting. Boom. IT WORKS!
I have to say you guys are awesome. This runs lightyears more smoothly than FRX. Swype was always a bit laggy in FRX. Now it runs smooth as butter. Now I just need to find the post where you put the calibration apk. because mine is off pretty wicked (it appears to be missing the top ~10-20 pixels and the bottom 10-20 pixels plus about 10 on the right side). |
|
|
|