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
  #711 (permalink)  
Old 12-14-2011, 12:42 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by starling100 View Post
Sorry, I'm new on debugging.

Are these commands enough after I connected USB and ADB?

adb shell dmesg > dmesg.txt
adb logcat -b main -v time>app.log
adb logcat -b radio -v time> radio.log
Allow me to make some slight modifications. dmesg looks fine.

adb logcat -v time -d > app.log
adb logcat -b radio -v time -d > radio.log

The -d will stop logcat when it's done. I also added spaces, I can't remember if they're required or not.
Reply With Quote
  #712 (permalink)  
Old 12-14-2011, 01:24 PM
starling100's Avatar
Lurker
Offline
Pocket PC: RHOD100
Carrier: GSM
 
Join Date: Dec 2011
Posts: 11
Reputation: 15
starling100 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by arrrghhh View Post
Allow me to make some slight modifications. dmesg looks fine.

adb logcat -v time -d > app.log
adb logcat -b radio -v time -d > radio.log

The -d will stop logcat when it's done. I also added spaces, I can't remember if they're required or not.
OK, after 2 times reboot with my terrible USB cable.
I got several logs for debugging MIC issues. Hope it's helpful for you.

Last edited by starling100; 12-14-2011 at 11:14 PM.
Reply With Quote
  #713 (permalink)  
Old 12-14-2011, 01:37 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by starling100 View Post
OK, after 2 times reboot and my terrible USB cable.
I got several logs for debugging MIC issues. Hope it's helpful for you.
hey did you try the light sensor and prox ? this dmesg is really short and doesnt show much activity when it comes to LS and prox

There is something wrong with your setup.

12-15 01:01:47.530 E/lights ( 122): write_int failed to open /dbgfs/micropklt_dbg/auto_backlight

This does not exist on my code. Did you modify the sensors ?

EDIT: I see, you are using haret libs. I'm going to let you know this only once. I don't support hacked setups. It makes it impossible to troubleshoot and delays progress. So if you want to help, you have to use what we put out. Plain and simple. Or else your bugs will be mistaken for something else and we end up loosing time.

So please, fix your setup or wait until a final release.
__________________

Last edited by [ACL]; 12-14-2011 at 02:05 PM.
Reply With Quote
  #714 (permalink)  
Old 12-14-2011, 01:56 PM
milda25's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (Rhod100)
Carrier: O2-CZ
Location: Czech Republic
 
Join Date: Dec 2011
Posts: 79
Reputation: 5
milda25 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by arrrghhh View Post
Can you at least try it...? ACL and I are in the dark here, we don't have GSM service, or RHOD100's. So we're leaning heavily on you folks to sort this out... Thanks.
I tried set the parameter ro.telephony.default_network on value 1 and:
1) using task 29 clean my phone (Extra Lite Energy Rom + FRX7.1 before - it's my daily phone)
2) flash rhodimg.nbh from sdcard
3) flash recovery.img using fastboot
4) install update using recovery from zip with build.prop/ro.telephony.default_network = 1 inside
5) boot into OMGB
6) reboot to recovery and install gapps
7) boot back OMGB
and ....
still no signal
Logs are probably useless, correct?
Reply With Quote
  #715 (permalink)  
Old 12-14-2011, 02:01 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by milda25 View Post
I tried set the parameter ro.telephony.default_network on value 1 and:
1) using task 29 clean my phone (Extra Lite Energy Rom + FRX7.1 before - it's my daily phone)
2) flash rhodimg.nbh from sdcard
3) flash recovery.img using fastboot
4) install update using recovery from zip with build.prop/ro.telephony.default_network = 1 inside
5) boot into OMGB
6) reboot to recovery and install gapps
7) boot back OMGB
and ....
still no signal
Logs are probably useless, correct?
I don't get why some are working great and others not at all.

I would think the APN configuration would only apply to data/MMS, but have you configured an APN for your provider?
Reply With Quote
  #716 (permalink)  
Old 12-14-2011, 02:16 PM
milda25's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (Rhod100)
Carrier: O2-CZ
Location: Czech Republic
 
Join Date: Dec 2011
Posts: 79
Reputation: 5
milda25 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by arrrghhh View Post
I don't get why some are working great and others not at all.

I would think the APN configuration would only apply to data/MMS, but have you configured an APN for your provider?
Yes, my APNs are configurated automatically and correct, but of course - no data Automatic time providing network is also functional.
Now I tried SIM card from my wife, she using Vodafone, but same result - APNs were configurated, timesynchro OK, but no signal
Reply With Quote
  #717 (permalink)  
Old 12-14-2011, 02:25 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by milda25 View Post
Yes, my APNs are configurated automatically and correct, but of course - no data Automatic time providing network is also functional.
Now I tried SIM card from my wife, she using Vodafone, but same result - APNs were configurated, timesynchro OK, but no signal
i have no gsm service so i cant diagnose of fix this. I guess we will need to compare the rhod100 successful radio logs vs the unsuccessful logs.
Reply With Quote
  #718 (permalink)  
Old 12-14-2011, 02:29 PM
milda25's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (Rhod100)
Carrier: O2-CZ
Location: Czech Republic
 
Join Date: Dec 2011
Posts: 79
Reputation: 5
milda25 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
i have no gsm service so i cant diagnose of fix this. I guess we will need to compare the rhod100 successful radio logs vs the unsuccessful logs.
Understand, it's hard to find the issue. May I send some actuall logs or have you any older from me posted on XDA? Reference logs with success connect to network could be from Starling100, correct?
Reply With Quote
  #719 (permalink)  
Old 12-14-2011, 05:16 PM
milda25's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (Rhod100)
Carrier: O2-CZ
Location: Czech Republic
 
Join Date: Dec 2011
Posts: 79
Reputation: 5
milda25 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

One finding: As I already wrote I have no signal on my Rhod100, but some registration to network is done (autoconfig APN and so on). Now I'm found during my play with OMGB without signal I have incomming call from my wife (oops ). In her phone she heared that my phone is inaccessibilited. In our country operator (provider) always sending SMS about missed call if the called phone is off (power off/out of signal). In this case no SMS about missed call has been send. It probably means, that my operator think I'm online, even if I'm not. May be help you ...
Reply With Quote
  #720 (permalink)  
Old 12-14-2011, 06:09 PM
vzihome's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro Dos
Carrier: Sprint
Location: Texas
 
Join Date: Aug 2008
Posts: 341
Reputation: 410
vzihome is becoming a PPCGeeks regularvzihome is becoming a PPCGeeks regularvzihome is becoming a PPCGeeks regularvzihome is becoming a PPCGeeks regularvzihome is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by milda25 View Post
One finding: As I already wrote I have no signal on my Rhod100, but some registration to network is done (autoconfig APN and so on). Now I'm found during my play with OMGB without signal I have incomming call from my wife (oops ). In her phone she heared that my phone is inaccessibilited. In our country operator (provider) always sending SMS about missed call if the called phone is off (power off/out of signal). In this case no SMS about missed call has been send. It probably means, that my operator think I'm online, even if I'm not. May be help you ...
Try switching into airplane then reboot(when switching to airplane mode it doesn't actually switch until you restart) then after you restart switch back to airplane off reboot (same as above) it worked for me when I was having issues don't know if its related I'm on sprint rhod400

Sent from my Touch Pro 2 using Tapatalk
__________________
"A Christian" is not a label...its a lifestyle!
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 12:08 AM.


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