|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Division by zero must be buffer->batt_tempRAW equal 2600 Quote:
Last edited by muziling; 01-03-2012 at 02:27 AM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
__________________
|
This post has been thanked 2 times. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
I just realised this is written on the code Code:
/* TODO: temp algo is not ok..if someone have the timte -> must look into the driver */ |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
ANyways, I side-loaded it using DroidExplorer and it worked PERFECTLY! I now have a fully working touch screen. I am super stoked! \\Thanks again. You guys rock. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Confirm Quote:
Last edited by muziling; 01-03-2012 at 05:54 AM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
thanks muz. can you post this on the project page as an issue. I dont want to loose track of all your work. I'll patch it up for next release.
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
I notice buffer->charging_source equal 0 or 2, never 1 whether plug USB with PC or AC. Code:
struct battery_info_reply { u32 batt_id; /* Battery ID from ADC */ u32 batt_vol; /* Battery voltage from ADC */ u32 batt_temp; /* Battery Temperature (C)corrected value from formula and ADC */ s32 batt_current; /* Battery current from ADC */ u32 level; /* formula */ u32 charging_source; /* 0: no cable, 1:usb, 2:AC */ u32 charging_enabled; /* 0: Disable, 1: Enable */ u32 full_bat; /* Full capacity of battery (mAh) */ u32 batt_tempRAW; /* Battery Temperature (C) from formula and ADC */ }; Last edited by muziling; 01-03-2012 at 08:59 PM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
ACL - Things have been running so smoothly I just had to mess with it.
One of the few features I really would like is GPS, so I downloaded GBX0B and yanked the gps.xdandroid.file. Pushed it into /system/lib/hw as gps.rhodium.so and rebooted. Maps and other GPS programs seemed to work well, so I decided to push it. I left Maps running yesterday on my way home and today on my way in, attached are the last/kmsg files from the reboot that happened in each case (yesterday made it almost 30 minutes, this morning was more like 15). If I'm reading it right it looks like a surfaceflinger stack overflow, but reading logs isn't my strong suit. Anyway, if I'm going outside the testing you're after just tell me to stop. I just figured since it hadn't broke in several days I needed to fix it. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
I would like GPS tho . ACL, you have done great work. Considering the few things that remain, it really is impressive! |
|
|
|