PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   [TESTING] - NAND OMGB (1.2.3) (http://forum.ppcgeeks.com/showthread.php?t=147260)

[ACL] 01-04-2012 12:17 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by mbellot (Post 2162976)
ACL - Things have been running so smoothly I just had to mess with it. :-P

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. :sign5:

This wont work right. If you want gps, use this file from OMGB 1.2.2.

/system/lib/hw/gps.rhodium.so

Try it out and report back i suppose.

mbellot 01-04-2012 12:36 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by arrrghhh (Post 2162981)
Hah, nice. Curious, what version of Google Maps? v6.x seems to have problems, but not these kind...

I would like GPS tho :D. ACL, you have done great work. Considering the few things that remain, it really is impressive!

v5.7.0

(probably whatever is stock with the gapps in the first post)

mbellot 01-04-2012 12:38 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2162988)
This wont work right. If you want gps, use this file from OMGB 1.2.2.

/system/lib/hw/gps.rhodium.so

Try it out and report back i suppose.

Will do!

[ACL] 01-05-2012 03:19 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by muziling (Post 2162901)
Issue 16
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 */
};


Hey muz. i pushed the hack for the battery. Also other fixes that i wont release until the next full build. You can test if the above still happens if you have time.

Also i think we are missing the gpio for ac detect. Maybe why its always seeing it as usb. Not sure 100%

anish88 01-05-2012 10:10 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2163073)
Hey muz. i pushed the hack for the battery. Also other fixes that i wont release until the next full build. You can test if the above still happens if you have time.

Also i think we are missing the gpio for ac detect. Maybe why its always seeing it as usb. Not sure 100%

awesome.. i saw you fixed the 3.5mm jack. when do you think we will be able to test this sucker out?

arrrghhh 01-05-2012 12:34 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by anish88 (Post 2163111)
awesome.. i saw you fixed the 3.5mm jack. when do you think we will be able to test this sucker out?

When it's ready.

Unless you want to compile and build it yourself, patience.

PedroDaGr8 01-05-2012 01:57 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Well, I had a few issues yesterday:

First, at some point while charging (and suspended) sound stopped working completely. I woke the phone up and tried calling someone. All I got was a slight static like chirp out of the earpiece and they couldn't hear me and I couldn't hear them. A reboot fixed that.

The other issue was that it hung after I selected reboot.

Plus at one point yesterday coming out of a suspend the dialer was SEVERLY lagging. I'd press a number and there was a delay of around 5-10sec before it would show. It recorded all of the numbers pressed so I could dial 123-456-7890 and all of them would show up, it would just take around 20 seconds or so for them all to show up.

Also, HD Youtube videos don't play. Are the libs that hyc made baked in? If not I guess I gotta throw those in.

Despite these issues, I still hands down would use this over WinMobile ANY DAY!

[ACL] 01-05-2012 01:58 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by arrrghhh (Post 2163129)
When it's ready.

Unless you want to compile and build it yourself, patience.

:-p .lol

I guess once i have all the csvs i can begin to package up a Release Candidate. Im killing bugs left and right so its winding down. Eventually we will need to add gps to start troubleshooting those new issues.

:laughing6:

PedroDaGr8 01-05-2012 02:26 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by PedroDaGr8 (Post 2163139)
Well, I had a few issues yesterday:

First, at some point while charging (and suspended) sound stopped working completely. I woke the phone up and tried calling someone. All I got was a slight static like chirp out of the earpiece and they couldn't hear me and I couldn't hear them. A reboot fixed that.

The other issue was that it hung after I selected reboot.

Plus at one point yesterday coming out of a suspend the dialer was SEVERLY lagging. I'd press a number and there was a delay of around 5-10sec before it would show. It recorded all of the numbers pressed so I could dial 123-456-7890 and all of them would show up, it would just take around 20 seconds or so for them all to show up.

Also, HD Youtube videos don't play. Are the libs that hyc made baked in? If not I guess I gotta throw those in.

Despite these issues, I still hands down would use this over WinMobile ANY DAY!

Also, let me know if you need any logs. I don't have a usb cable here at work but I will figure out a way to get them off the phone and send them to you.

anish88 01-05-2012 02:28 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by arrrghhh (Post 2163129)
When it's ready.

Unless you want to compile and build it yourself, patience.

Jeez arrrghhh, you know I just want to help and test. lol :-)


All times are GMT -4. The time now is 07:24 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0