PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #2031 (permalink)  
Old 03-23-2011, 09:08 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
Thanks, going to try now

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.
__________________
Reply With Quote
  #2032 (permalink)  
Old 03-23-2011, 09:19 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
__________________
Reply With Quote
  #2033 (permalink)  
Old 03-23-2011, 09:24 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
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 -
Reply With Quote
  #2034 (permalink)  
Old 03-23-2011, 09:48 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
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.
Reply With Quote
  #2035 (permalink)  
Old 03-23-2011, 09:52 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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

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
Reply With Quote
  #2036 (permalink)  
Old 03-23-2011, 10:46 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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


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"
Reply With Quote
  #2037 (permalink)  
Old 03-23-2011, 03:14 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?)
Reply With Quote
  #2038 (permalink)  
Old 03-23-2011, 03:40 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by m4f1050 View Post
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.
Reply With Quote
  #2039 (permalink)  
Old 03-23-2011, 08:53 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
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)...
Reply With Quote
  #2040 (permalink)  
Old 03-23-2011, 10:03 PM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
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
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 05:31 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com