PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

[ACL] 03-23-2011 09:08 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by tiger2wander (Post 2072525)
Thanks, going to try now :D

Here is my dmesg after insert SIM Card while on Android with USB cable plugged in, radio can not done its job and back to boot animation screen after a minute.

EDIT1: After 3rd time back to boot animation it has not crash anymore, I can see the signal up to 3-4 column but don't see the Operator Name :(
Can search network in Settings, register but still have not Operator name.

EDIT2: Re-attached dmesg after 30 minutes from last edit :) working around settings, toggle air-plain mode, search network, manual select network, switch to auto select network. Still can not register correct network.

this dmesg is weird. did you take out the sdcard a bunch of times ? (sdslot_switchvdd: Disabling SD slot power) ..lol i tried replicating this and i cant get the same output. Now if you got that far, i need to send you a new ril to help debug the connection issue. I can have it done tonight.

tiger2wander 03-23-2011 09:19 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
current revision is: "08:25 acl committed 0952be6"
I'm clone from Commits in ~acl/linux-on-qualcomm-s-msm/linux-msm-rhod-nand:htc-msm-2.6.27 - Gitorious

Is any wrong here?

tiger2wander 03-23-2011 09:24 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2072552)
this dmesg is weird. did you take out the sdcard a bunch of times ? (sdslot_switchvdd: Disabling SD slot power) ..lol i tried replicating this and i cant get the same output. Now if you got that far, i need to send you a new ril to help debug the connection issue. I can have it done tonight.

Yeah, I has turn on SDCard storage mode for a while to copy new RHODIMG.NBH & androidupdate.tgz to SDCard & re-order something inside my card such as: make backup of boot log & dmesg file. Above dmesg has pull from:
Code:

adb shell dmesg > dmesg.txt
I hungry to debug that ril -:)

[ACL] 03-23-2011 09:48 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by tiger2wander (Post 2072556)
current revision is: "08:25 acl committed 0952be6"
I'm clone from Commits in ~acl/linux-on-qualcomm-s-msm/linux-msm-rhod-nand:htc-msm-2.6.27 - Gitorious

Is any wrong here?


This is kernel updates. They have not been tested and have not been built to an nbh yet. If you want to build and test, knock urself out.

lol.. its impossible to figure out when you put your simcard in this dmesg. Just so much going on in here. ANyways nothing stands out. But thats bad because it should stand out. We have no idea if we are recognising the sim card. I guess we will know more when there is a new ril.

The ril changes are simple. We need to get rid of this line

" parse_cmdline();" inside the RIL_RadioFunctions and come up with something more elegant. Maybe a property_get so we use the android prop files to determine this nonsense.

tiger2wander 03-23-2011 09:52 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
I've just built and running with my own build latest kernel, testing & checking something and will report later :D

Quote:

Originally Posted by [ACL]
The ril changes are simple. We need to get rid of this line

" parse_cmdline();" inside the RIL_RadioFunctions and come up with something more elegant. Maybe a property_get so we use the android prop files to determine this nonsense.

Thanks, I'll go to modify and will give some try :)

[ACL] 03-23-2011 10:46 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by tiger2wander (Post 2072575)
I've just built and running with my own build latest kernel, testing & checking something and will report later :D


Thanks, I'll go to modify and will give some try :)

forgot to mention of another change. Down below notice that there is call to "/bin/pppd" change that to "/system/bin/pppd"

m4f1050 03-23-2011 03:14 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Question: I have Sprint TP2, when I turn phone off and then plug in USB cable (or charger) my phone vibrates twice and LED turns on but no screen. Is the carging working at this time? I can only pull battery out at this time if I want to boot phone...? Windows sees cable plugged in and charges battery, is there a way to put that code in (or similar code?)

[ACL] 03-23-2011 03:40 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by m4f1050 (Post 2072720)
Question: I have Sprint TP2, when I turn phone off and then plug in USB cable (or charger) my phone vibrates twice and LED turns on but no screen. Is the carging working at this time? I can only pull battery out at this time if I want to boot phone...? Windows sees cable plugged in and charges battery, is there a way to put that code in (or similar code?)

how old is the kern you are using ? It shouldnt double vib ..

New kernel coming out tonight with even more changes, so you can test then. And you are welcomed to write the code if you want to :-p

Edit: but yeah its in the works but not as easy as it sounds.

m4f1050 03-23-2011 08:53 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2072740)
how old is the kern you are using ? It shouldnt double vib ..

New kernel coming out tonight with even more changes, so you can test then. And you are welcomed to write the code if you want to :-p

Edit: but yeah its in the works but not as easy as it sounds.

I was just wondering if it was code (from Windows Mobile) that you could use... Wonder if other phones (android) have the code already? I don't understand the way it works so I am just talking out of my (u know what)...

tiger2wander 03-23-2011 10:03 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2072740)
how old is the kern you are using ? It shouldnt double vib ..

New kernel coming out tonight with even more changes, so you can test then. And you are welcomed to write the code if you want to :-p

Edit: but yeah its in the works but not as easy as it sounds.

@[ACL]: I've just pull and see these is so much change, going to build and test now.

I has search around and got git://gitorious.org/linux-on-qualcomm-s-msm/android-htc-ril.git
But it seen for diamond, Can I use it for RHOD500? If yes, how to build it?
I was download Android NDK but got error:
Code:

┌─(uocnb@hydrogen)-(09:00:41-:-24/03)─-]∙-∙∙·
└─(android-htc-ril|diamond)─∙· ../android-ndk-r5b/ndk-build
Android NDK: Could not find application project directory !   
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.   
/home/uocnb/android/android-ndk-r5b/build/core/build-local.mk:85: *** Android NDK: Aborting    .  Stop.
┌─(uocnb@hydrogen)-(09:02:12-:-24/03)─-]∙-∙∙·
└─(android-htc-ril|diamond)─∙· NDK_PROJECT_PATH=$PWD ../android-ndk-r5b/ndk-build
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /home/uocnb/android/android-htc-ril/jni/Android.mk   
/home/uocnb/android/android-ndk-r5b/build/core/add-application.mk:116: *** Android NDK: Aborting...    .  Stop.

--
Best regard!
Uoc Nguyen


All times are GMT -4. The time now is 06:39 PM.

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


Content Relevant URLs by vBSEO 3.6.0