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
  #1 (permalink)  
Old 12-03-2011, 02:23 AM
kozmo's Avatar
VIP Member
Offline
Pocket PC: Galaxy Note 2
Carrier: Sprint
Location: STL
 
Join Date: May 2010
Posts: 387
Reputation: 2880
kozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIPkozmo is a VIP
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (Latest version 1.2.3) - 400/500 Only

Quote:
Originally Posted by mbellot View Post


Didn't see that for sure. Is the CM7 Gapps the one here?
Get the CM7 Gapps HERE

For the market FC... set keyboard to English/ United States ... Look HERE for answer (and other issues), it was discussed back in Oct
__________________
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 12-02-2011, 09:39 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=arrrghhh;2158339]
Also, APN's will disappear/be ignored if you don't put in the correct MCC/MNC...[/QUOTE

Does your apn stick with sprint, I haven't had luck with it even with correct mcc et al



Sent from my Touch Pro 2 using Tapatalk
__________________
"A Christian" is not a label...its a lifestyle!
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 12-04-2011, 04:01 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 (Latest version 1.2.3) - 400/500 Only

[QUOTE=vzihome;2158344]
Quote:
Originally Posted by arrrghhh View Post
Also, APN's will disappear/be ignored if you don't put in the correct MCC/MNC...[/QUOTE

Does your apn stick with sprint, I haven't had luck with it even with correct mcc et al



Sent from my Touch Pro 2 using Tapatalk
APN is only for gsm. The only reason its even there is because you are on a world phone. If you had gsm service, this would show the full menu with the ability to change the settings.. Hyc is right, for cdma we need to do this part ourselves as part of the build. If you look at the cm7 code for all devices they hardcode all this stuff inside. Some research will be needed to see how other devices switch carriers. I know its possible since people are running cm7 on boost and other carriers without a custom build.
__________________
Reply With Quote
  #4 (permalink)  
Old 12-03-2011, 08:19 AM
highlandsun's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC G1, TP2
Carrier: T-Mobile
 
Join Date: Jan 2011
Posts: 86
Reputation: 240
highlandsun is keeping up the good workhighlandsun is keeping up the good workhighlandsun is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
That's not quite correct. In vanilla android, CDMA phones use an APN whose name is hardcoded, and whose MMS info is supposed to be initialized by the carrier as part of their "provisioning". Use of a hardcoded APN is the real hack, from a software design point of view. My patches cleaned things up, removing the special cases for CDMA operation, so that the generic APN menus could be used to edit the MMS info for both CDMA and GSM.

Sent from my FRX06+ TP2 using Tapatalk
Reply With Quote
  #5 (permalink)  
Old 12-03-2011, 10:37 AM
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 (Latest version 1.2.3) - 400/500 Only

Quote:
Originally Posted by highlandsun View Post
That's not quite correct. In vanilla android, CDMA phones use an APN whose name is hardcoded, and whose MMS info is supposed to be initialized by the carrier as part of their "provisioning". Use of a hardcoded APN is the real hack, from a software design point of view. My patches cleaned things up, removing the special cases for CDMA operation, so that the generic APN menus could be used to edit the MMS info for both CDMA and GSM.

Sent from my FRX06+ TP2 using Tapatalk
So the rabbit hole deepens.

Not sure what's wrong with OMGB then... I don't think your CDMA MMS patches are in this build tho .
Reply With Quote
  #6 (permalink)  
Old 12-04-2011, 03:51 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 (Latest version 1.2.3) - 400/500 Only

Quote:
Originally Posted by highlandsun View Post
That's not quite correct. In vanilla android, CDMA phones use an APN whose name is hardcoded, and whose MMS info is supposed to be initialized by the carrier as part of their "provisioning". Use of a hardcoded APN is the real hack, from a software design point of view. My patches cleaned things up, removing the special cases for CDMA operation, so that the generic APN menus could be used to edit the MMS info for both CDMA and GSM.

Sent from my FRX06+ TP2 using Tapatalk
unfortunately your patches are only on xdandroid. omgb is almost pure aosp with some stuff from cm7. So unless CM takes on you patches, this is where the who cdma /apn discussion ends.
Reply With Quote
  #7 (permalink)  
Old 12-04-2011, 05:55 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='[ACL];2158633']
Quote:
Originally Posted by vzihome View Post

APN is only for gsm. The only reason its even there is because you are on a world phone. If you had gsm service, this would show the full menu with the ability to change the settings.. Hyc is right, for cdma we need to do this part ourselves as part of the build. If you look at the cm7 code for all devices they hardcode all this stuff inside. Some research will be needed to see how other devices switch carriers. I know its possible since people are running cm7 on boost and other carriers without a custom build.
Understood, just a little bit of info I found was reading up on some old threads about adb pushing apn.xml from cm into roms since it was the most complete but still no luck, I wouldn't figure it would of been that easy.

On another note what was the fix for keyboard layout, came back to nand after vacation and its first time I get the weird keyboard layout mentioned in earlier posts.

Sent from my Touch Pro 2 using Tapatalk

Last edited by vzihome; 12-04-2011 at 05:58 PM.
Reply With Quote
  #8 (permalink)  
Old 12-04-2011, 06:02 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 (Latest version 1.2.3) - 400/500 Only

[QUOTE=vzihome;2158653]
Quote:
Originally Posted by [ACL] View Post

Understood, just a little bit of info I found was reading up on some old threads about adb pushing apn.xml from cm into roms since it was the most complete but still no luck, I wouldn't figure it would of been that easy.

On another note what was the fix for keyboard layout, came back to nand after vacation and its first time I get the weird keyboard layout mentioned in earlier posts.

Sent from my Touch Pro 2 using Tapatalk
For the kb issue, you basically have to do this stuff manually:

https://gitorious.org/tinboot-for-li...-seq.sh#line97
Reply With Quote
This post has been thanked 1 times.
  #9 (permalink)  
Old 12-04-2011, 06:42 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 (Latest version 1.2.3) - 400/500 Only

[QUOTE=arrrghhh;2158657]
Quote:
Originally Posted by vzihome View Post

For the kb issue, you basically have to do this stuff manually:

https://gitorious.org/tinboot-for-li...-seq.sh#line97
you must be using an outdated recovery. Bottom line is that this is actually executed by the installer in the beginning.

the 1.2.3 released fixed all to work with cm7 and the basic recovery. Just ran the latest one right now and files copied just fine. The file is located in /system/bin/rhodium-nand-seq.sh

You can run this manual if you want from the recovery when system is mounted.

I'm uploading everything tonight.. tomorrow im going to get raped by the gsm folk.. im thinking of a private release first .. lot of things not working for them. As for cdma, only sexy improvements :-p
Reply With Quote
This post has been thanked 2 times.
  #10 (permalink)  
Old 12-05-2011, 01:01 AM
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='[ACL];2158667']
Quote:
Originally Posted by arrrghhh View Post

you must be using an outdated recovery. Bottom line is that this is actually executed by the installer in the beginning.

the 1.2.3 released fixed all to work with cm7 and the basic recovery. Just ran the latest one right now and files copied just fine. The file is located in /system/bin/rhodium-nand-seq.sh

You can run this manual if you want from the recovery when system is mounted.

I'm uploading everything tonight.. tomorrow im going to get raped by the gsm folk.. im thinking of a private release first .. lot of things not working for them. As for cdma, only sexy improvements :-p
I'm using latest everything except the actual build I'm using the stable one 2.3.5 so I don't know ill try the other one see if it fixes anything, thanks

Sent from my Touch Pro 2 using Tapatalk
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:06 AM.


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