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
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-22-2010, 09:22 PM
95-civic's Avatar
Android VIP
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Threadstarter
 
Join Date: Jul 2008
Posts: 55
Reputation: 3800
95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP95-civic is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Hey everyone, sorry for the lack of communication recently. I've been tied up at work to say the least. It will be at least another week until I can really dive back into this. Good news is that it looks like Mr Pippy and several other devs now have rhodium's in hand. I've been looking over the recent code additions and it looks like they have already identified and merged some of the code fixes I've implemented in my custom build into the main project. I'll see what I can do to help them get up to speed on anything they are missing. If anyone is interested in building their own RIL please PM me and I'll write something up.
Sorry for the slow progress here on my end, life has been busy!!!
__________________
This post has been thanked 29 times.
  #2 (permalink)  
Old 02-22-2010, 11:57 PM
LiquidX's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Mightyfied Touch Pro 2 w/Android
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 128
Reputation: 145
LiquidX is keeping up the good workLiquidX is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to LiquidX Send a message via Yahoo to LiquidX Send a message via Skype™ to LiquidX
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by 95-civic View Post
Hey everyone, sorry for the lack of communication recently. I've been tied up at work to say the least. It will be at least another week until I can really dive back into this. Good news is that it looks like Mr Pippy and several other devs now have rhodium's in hand. I've been looking over the recent code additions and it looks like they have already identified and merged some of the code fixes I've implemented in my custom build into the main project. I'll see what I can do to help them get up to speed on anything they are missing. If anyone is interested in building their own RIL please PM me and I'll write something up.
Sorry for the slow progress here on my end, life has been busy!!!
I for one am just glad to hear that you are alive and well, work on it at your convenience, I don't want you to feel pressured from us and just give up. Thanks for your hard work, and willingness to work with others.
__________________
"This is gonna be tough, real tough, like tough plus more tough, times tough, to the power of tough" Chowder
  #3 (permalink)  
Old 02-23-2010, 12:11 AM
MrPippy's Avatar
VIP Member
Offline
Pocket PC: HTC Touch Diamond and Touch Pro 2
Carrier: Sprint
Location: Long Beach, CA
 
Join Date: Jul 2008
Posts: 17
Reputation: 2270
MrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIPMrPippy is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.
Attached Images
File Type: jpg IMAG0033.jpg (426.4 KB, 205 views) Click for barcode!
File Type: jpg IMAG0034.jpg (372.0 KB, 188 views) Click for barcode!
File Type: jpg IMAG0035.jpg (409.1 KB, 172 views) Click for barcode!
File Type: jpg IMAG0036.jpg (820.6 KB, 177 views) Click for barcode!
__________________
MrPippy -- DIAM500 + RHOD400 Linux/Android hacker
Donations are greatly appreciated
This post has been thanked 48 times.
  #4 (permalink)  
Old 02-23-2010, 12:23 AM
acbyrd's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro2
Carrier: Verizon
 
Join Date: Jun 2009
Posts: 19
Reputation: 5
acbyrd is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by MrPippy View Post
Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.

Let me be the first to say that this is great news and a big thank you to all of you who have been working in this, especially Civic, but the same thanks to all of the new devs who are starting to work on this as well! THANK YOU ALL!!!=D>
  #5 (permalink)  
Old 02-23-2010, 12:56 AM
chapinhacker's Avatar
Lurker
Offline
Pocket PC: HTC PRO
Carrier: SPRINT
 
Join Date: Jun 2007
Posts: 19
Reputation: 0
chapinhacker is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thumbs up Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Thanks for the last replays of the people working on this project.

We appreciate you hard work of all the people working on this. Believe me that makes me happy and i am sure a lot people too.

Thanks again and go Dev Tem.
  #6 (permalink)  
Old 02-23-2010, 02:42 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: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by MrPippy View Post
Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.
Interesting. Are these drivers different than the broadcom driver included int he autobuilds? They must be since they are for the bcm4329.
  #7 (permalink)  
Old 02-23-2010, 05:19 PM
robj19's Avatar
Regular 'Geeker
Offline
Pocket PC: EVO 4G
Carrier: Sprint
Location: Louisville
 
Join Date: Mar 2008
Posts: 333
Reputation: 375
robj19 is becoming a PPCGeeks regularrobj19 is becoming a PPCGeeks regularrobj19 is becoming a PPCGeeks regularrobj19 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by MrPippy View Post
Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.
I said out loud OMG he did it when i saw this post. and someone behind me said he did what? LOL Verry good work!!
__________________
I just do what I do....



Don't just say THANKS click it!


  #8 (permalink)  
Old 02-23-2010, 07:04 PM
mikezpc's Avatar
Regular 'Geeker
Offline
Pocket PC: Sprint Touch Pro2
Carrier: MetroPCS
Location: Miami, FL
 
Join Date: Jul 2009
Posts: 300
Reputation: 160
mikezpc is keeping up the good workmikezpc is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by robj19 View Post
I said out loud OMG he did it when i saw this post. and someone behind me said he did what? LOL Verry good work!!
lol i know i did the same thing
very very exciting! cant wait
__________________
T-Mobile MDA\HTC Wizard--> At&t Tilt--> Sprint Touch Pro (MetroPCS)--> Sprint Touch Pro 2 (Sold) --> Moto DROID (MetroPCS) --> T-Mobile HD2 --> EVO 4G (MetroPCS) --> Thunderbolt
“Scientists dream about doing great things. Engineers do them.” James A. Michener
You can find me on XDA under Lebmb, everywhere else under Mikezpc
  #9 (permalink)  
Old 02-23-2010, 10:00 PM
LiquidX's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Mightyfied Touch Pro 2 w/Android
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 128
Reputation: 145
LiquidX is keeping up the good workLiquidX is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to LiquidX Send a message via Yahoo to LiquidX Send a message via Skype™ to LiquidX
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by MrPippy View Post
Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.
Thanks have been given, but since you other guys are obviously not civic, and he controls the first post, where will you guys be posting the updates? Are you just going to have him do it, or will it be located elsewhere. I just want to make sure I can get my hands on it asap when its released
This post has been thanked 1 times.
  #10 (permalink)  
Old 02-25-2010, 03:58 PM
Yellowman1's Avatar
PPCGeeks Regular
Offline
Pocket PC: Sprint TP2
Carrier: Sprint
 
Join Date: Dec 2007
Posts: 51
Reputation: 40
Yellowman1 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by 95-civic View Post
Hey everyone, sorry for the lack of communication recently. I've been tied up at work to say the least. It will be at least another week until I can really dive back into this. Good news is that it looks like Mr Pippy and several other devs now have rhodium's in hand. I've been looking over the recent code additions and it looks like they have already identified and merged some of the code fixes I've implemented in my custom build into the main project. I'll see what I can do to help them get up to speed on anything they are missing. If anyone is interested in building their own RIL please PM me and I'll write something up.
Sorry for the slow progress here on my end, life has been busy!!!
Quote:
Originally Posted by MrPippy View Post
Hi everyone, thought I'd introduce myself. I got a RHOD400 last week and I've been working with WiFi for the last few days. Tonight I was able to connect it to my network and surf the web a little .

It's very experimental at the moment: I had to choose a network and set the network parameters from the command line (with wpa_cli), and Android doesn't realize where the connection is coming from. Since the Touch Pro 2 uses the Broadcom BCM4325 WiFi chip (unlike the TI chip used by every other HTC phone up until now), our current Android build needs some fixes. This shouldn't be hard though, since the Nexus One and Motorola Devour (among others) use Broadcom WiFi--I actually compiled this driver from the Motorola Devour source code.

Hopefully within a few days we can release a build for everyone to try--there's been some nice improvements since 95civic's last release. makkonen and phh ported a new touchscreen driver that works really well, I brought over some HTC patches that increase the amount of RAM we can use (70 MB more), and it'll be great to see this WiFi working properly.
I just want to say a big "Thank you" to 95-Civic, MrPippy (& everyone else working on this project that hasn't come out openly yet) =D> =D> =D>. I have 95-Civic's original Android port working as well as expected on my Sprint TP2, so I am sooooo looking forward to a working build that has voice, data, sms (& whatever you guys are able to achieve). Having said all of these, I want you guys to know that I am willing to donate up to $50 (more, if my portfolio doesn't "tank out" in this economy, ) towards you guys getting voice, data, sms (& whatever else) working in this port. You guys are doing a great job & we appreciate your time and effort in doing this for all of us.
Closed Thread

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

Tags
android, cdma, sprint, touch pro 2, tp2


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 03:47 AM.


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