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-25-2012 06:08 PM

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

Originally Posted by jotarou1 (Post 2165849)

What variant do you have ? also i'm interested to see what paneltype is on your rhod.

If you dump dmesg, the paneltype should show during boot.

mbellot 01-25-2012 07:19 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Well GPS just had a nice run.

I locked on my location, loaded Maps to find home the told it to navigate.

Turn by turn voice directions the whole way, even made it recalculate the route when I was 85% home.

No crash, no lock-up.

Will try it again on the way to work in the morning.

:occasion5:

mbellot 01-25-2012 09:50 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
1 Attachment(s)
Had a waking lock-up just now.

Was playing a game (Super Sudoku if it matters), exited and hit the power button to put the phone to sleep. LED stayed orange longer than normal so I picked the phone up and hit the power button to wake it up (was it checking email or other sync?) but the screen stayed off.

I plugged the phone in to see if I could pull logs but adb didn't see the phone, so I rebooted and pulled last_kmsg (attached).

Near the end I see a line

Code:

BUG: soft lockup - CPU#0 stuck for 61s! [PowerManagerSer:151]

argenisaz 01-26-2012 03:37 PM

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

Originally Posted by argenisaz (Post 2165685)
I flashed WinMo and screen calib was off from the start. I calibrated but I still notice that near the lower part of the screen (close to the zoom bar) it's a little off.

Seem like the end of the road for my TP2. :cry:

I had a change of heart, I don't care if my screen is dying, I'm sticking with OMGB until my phone calls it quits. :salute:

[ACL] 01-27-2012 03:59 AM

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

Originally Posted by trevoroni (Post 2165771)
I updated to the newest build tonight and have the same problem with my phone being recognized in /system/bin/rhodium-nand-seq.sh as in previous releases.

So now on first boot my keymap is messed up and I have no sound. :dontknow:
If I edit it to force the detection of my Rhod type then everything works fine after a reboot.
I'm pretty sure that this not being recognized has something with my power button (the one on top) not working in Android, while it works fine in recovery.

Not a big deal since it sounds like I'm the only one having this problem.

Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

Code:

<6>[ 1882.704223] Hardware Board ID is 4
<6>[ 1882.704284] SKUID PCBA PN is 0 1 f1
<6>[ 1882.704315] SKUID SKU Num is 0
<6>[ 1882.704345] SKUID PCB ID is 4
<6>[ 1882.704376] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>

I'm hoping your data is different since this is all from the rhod400. This way we can better identify sub variants. The same will need to be done for all rhod100s so we can detect the correct kb language. :laughing6:

trevoroni 01-27-2012 10:42 AM

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

Originally Posted by [ACL] (Post 2166096)
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

Will do tonight when I'm at home and report back.

Edit:

Here's my last 5 lines, let me know if there is anything else you need.
Code:

<6>[ 2454.928192] Hardware Board ID is 4
<6>[ 2454.928253] SKUID PCBA PN is 0 1 f1
<6>[ 2454.928283] SKUID SKU Num is 1
<6>[ 2454.928314] SKUID PCB ID is 4
<6>[ 2454.928344] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>


muziling 01-28-2012 08:01 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
1 Attachment(s)
An removed RMNET added PPP support
http://code.google.com/p/photon-test...l?r=59b67bdc0f

Found an funny patchs, seems some can merge into RHOD

PowerSaverKernel - Usb battery drain bugs solved [UPDATED 2011/08/07] - xda-developers


An SoD

arrrghhh 01-28-2012 12:29 PM

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

Originally Posted by muziling (Post 2166233)

Excuse my ignorance, but why did you remove RMNET and add PPP? We already use PPP, no...?

I guess removing RMNET allows for a little more space...? Still don't get it.

Quote:

Originally Posted by muziling (Post 2166233)

Is this something our devices actually suffer from, or are you just finding things to apply? lol. I don't think I've ever had a problem with the battery draining when plugged into USB.

muziling 01-28-2012 08:40 PM

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

Originally Posted by arrrghhh (Post 2166246)
Excuse my ignorance, but why did you remove RMNET and add PPP? We already use PPP, no...?

I guess removing RMNET allows for a little more space...? Still don't get it.


Is this something our devices actually suffer from, or are you just finding things to apply? lol. I don't think I've ever had a problem with the battery draining when plugged into USB.

I have many SoD with ppp, I compare that smd_tty.c source code with us, we didn't remove RMNET, I apply this diff and testing...

milda25 01-28-2012 11:22 PM

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

Originally Posted by [ACL] (Post 2166096)
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

I'm hoping your data is different since this is all from the rhod400. This way we can better identify sub variants. The same will need to be done for all rhod100s so we can detect the correct kb language. :laughing6:

Here is data from my RHOD100
Code:

<6>[35600.850830] Hardware Board ID is 80
<6>[35600.850891] SKUID PCBA PN is 0 1 f2
<6>[35600.850921] SKUID SKU Num is c
<6>[35600.850952] SKUID PCB ID is 80
<6>[35600.850982] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>0<6>0<6>1<6>2<6>2<6>0<6>0<6>d4<6>



All times are GMT -4. The time now is 06:26 AM.

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


Content Relevant URLs by vBSEO 3.6.0