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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #561 (permalink)  
Old 12-06-2011, 04:11 AM
[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 muziling View Post
No, you are wrong , this is related to your build.
GSM can't work on RHOD400/500, this is becuase ril bug,
ril use string in file /sys/class/htc_hw/radio to determine network is CDMA or GSM, but string in RHOD400/500 is always CDMA, and variable world_phone in htcgeneric-ril.c will never be setted to true.
this is identical to xdandroid ril. /sys is used to determine at first what the phone is and what the phone has in terms abilities.

look

htcgeneric-ril.c - hardware_xdandroid-ril in XDAndroid - Gitorious

and

https://github.com/acl/device_htc_rh...ic-ril.c#L5569

I have someone testing this. Since i dont have gsm service, i need someone who has a working sim on their world phones.
__________________
Reply With Quote
  #562 (permalink)  
Old 12-06-2011, 04:36 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

I know your ril is base on xda, FRX7.1 not use the latest ril code, so GSM user works well, but neopeek version(neofroyo) use latest ril, so many GSM folk said can't work on RHOD400/500

Maybe we can determin inserted sim card type,
not exist means CDMA network
exist and type is what means GSM/WCDMA
other means is CDMA UIM card or sprint world sim card
-- BTW, now I let ril read value of ro.telephony.default_network, if 4, force CDMA, others GSM.

I force ril use GSM to let GSM folk work, and they said in-call ringtone works under GSM.

Last edited by muziling; 12-06-2011 at 04:51 AM.
Reply With Quote
  #563 (permalink)  
Old 12-06-2011, 05:01 AM
[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 muziling View Post
I know your ril is base on xda, FRX7.1 not use the latest ril code, so GSM user works well, but neopeek version(neofroyo) use latest ril, so many GSM folk said can't work on RHOD400/500

Maybe we can determin inserted sim card type,
not exist means CDMA network
exist and type is what means GSM/WCDMA
other means is CDMA UIM card or sprint world sim card
-- BTW, now I let ril read value of ro.telephony.default_network, if 4, force CDMA, others GSM.

I force ril use GSM to let GSM folk work, and they said in-call ringtone works under GSM.
i found the ringtone bug. I didnt have time to fix on this release but maybe next.

so if you sent the default_network to 4 then world users work fine ? if so then i just need to make sure the phone.apk does this for us so people dont need to set the build prob.. anyways off to bed.
Reply With Quote
  #564 (permalink)  
Old 12-06-2011, 05:15 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
i found the ringtone bug. I didnt have time to fix on this release but maybe next.

so if you sent the default_network to 4 then world users work fine ? if so then i just need to make sure the phone.apk does this for us so people dont need to set the build prob.. anyways off to bed.
Yes, instead of string in /sys/class/htc_hw/radio ,value of ro.telephony.default_network let CDMA and GSM folk works well, now we can change network by diag number *#*#4636#*#*

Screenshot told us hero g3/hero cdma ril use this property, so we can use this option too.

SoD again, had full format SD Card with HP tool, only /proc/kmsg and logcat logs, no radio log.
Attached Images
File Type: png 2011-12-06_172018.png (11.5 KB, 25 views) Click for barcode!
Attached Files
File Type: zip logs.zip (88.6 KB, 4 views) Click for barcode!

Last edited by muziling; 12-06-2011 at 08:38 AM.
Reply With Quote
  #565 (permalink)  
Old 12-06-2011, 09:28 AM
[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 muziling View Post
Yes, instead of string in /sys/class/htc_hw/radio ,value of ro.telephony.default_network let CDMA and GSM folk works well, now we can change network by diag number *#*#4636#*#*

Screenshot told us hero g3/hero cdma ril use this property, so we can use this option too.

SoD again, had full format SD Card with HP tool, only /proc/kmsg and logcat logs, no radio log.
you can also change on Settings>MobileNetworks>NetworkMode but like i mentioned earlier it will always go back to cdma for me since i have no gsm. So need someone to test that while on sim. Hero isnt a world pphone so they dont have this menu option and are forced to use the 4636 menu
Reply With Quote
  #566 (permalink)  
Old 12-06-2011, 10:00 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
you can also change on Settings>MobileNetworks>NetworkMode
OMGB didn't have GSM/WCDMA option to select, even insert SIM card.
So early to get up

Last edited by muziling; 12-06-2011 at 10:13 AM.
Reply With Quote
  #567 (permalink)  
Old 12-06-2011, 10:37 AM
kylanschilling's Avatar
N00b
Offline
Pocket PC: rhod500
Carrier: rogers
 
Join Date: Jun 2011
Posts: 25
Reputation: 5
kylanschilling 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
you can also change on Settings>MobileNetworks>NetworkMode but like i mentioned earlier it will always go back to cdma for me since i have no gsm. So need someone to test that while on sim. Hero isnt a world pphone so they dont have this menu option and are forced to use the 4636 menu
i can test anyhting for you ACL with my sim
Reply With Quote
  #568 (permalink)  
Old 12-06-2011, 11:44 AM
[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 kylanschilling View Post
i can test anyhting for you ACL with my sim
Do it up. Download the latest and see if we can get your gsm up. We may need to do some manual setprops but easy
Reply With Quote
  #569 (permalink)  
Old 12-06-2011, 01:08 PM
kelvinma's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Movilnet
 
Join Date: Feb 2011
Posts: 2
Reputation: 0
kelvinma is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

That new version brings improvements in the December 5, which I have before me 1.2.3 works fine, of course only a few details such as when shooting does not keep them freezes, but if you record video this update brings improvements
Reply With Quote
  #570 (permalink)  
Old 12-06-2011, 03:42 PM
anish88's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2: NAND OMGB
Carrier: Sprint
Location: Chicago
 
Join Date: Dec 2008
Posts: 115
Reputation: 35
anish88 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

seems to be working well. no more failed screen wakes. Definitely need to re calibrate the screen in WinMo next time I update, it seems to be semi ok.
Reply With Quote
Reply

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

Thread Tools
Display Modes

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 11:05 AM.


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