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

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-02-2010, 08:38 PM
95-civic's Avatar
Android VIP
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
 
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)
[3/6/2010] Google Android for TP2 CDMA [In Dev]


As of 3/8/2010 MrPippy will be leading development of Android on the HTC Touch Pro 2 Please use the link below to access the new thread:

http://www.ppcgeeks.com/forums/showthread.php?t=113373



This thread is for development related to the Google Android OS running on the CDMA version of the Touch Pro 2.

Special Thanks to all of the GSM developers for taking care of the hard stuff :P

Last Update Date: 3/6/2010 11:00 AM EST
Current Download Link: http://www.megaupload.com/?d=FEGVNTC0

PLEASE REMOVE YOUR SIM CARD WHEN TESTING THIS BUILD!!!

Changes with link above:
-Call no longer need to be made in WM prior to loading android
-SMS and 3G Data (MrPippy)
-Keypad now works in calls (you can now delete your voicemail by pressing 7 )



Instructions:
1) Delete existing android files (ensure data.img is deleted)
2) Extract files from zip onto root of SD card

Use this at your own risk. I doubt any harm will come to you or your phone, but if you get hit by a bus while loading android don't blame me.


Please see post #2 for zImage Downloads, FAQ, Detailed Status and Change Log
__________________

Last edited by 95-civic; 03-08-2010 at 08:24 PM.
This post has been thanked 195 times.
  #2 (permalink)  
Old 02-02-2010, 08:39 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]

Current Progress:
-2/2/2010 7:44 PM Updating RIL to support CDMA Data

Upcoming Changes:
-Speaker w/o calling prior to loading Haret

Change Log:
3/6/2010 11:00 AM
-Call no longer need to be made in WM prior to loading android
-SMS and 3G Data (MrPippy)
-Keypad now works in calls (you can now delete your voicemail by pressing 7 )


2/27/2010 10:00 PM EST
-autobuild zImage and my modified rootfs to use CDMA radio
-WIFI thanks to MrPippy
2/27/2010 2:22 PM EST
-Many many new enhancements from the current repository. Still no wifi, data or BT, but some great UI and other hardware updates. Special thanks to phhusson, mrpippy and the rest of the GSM guys for their constant changes!
1/25/2010 1:10 AM EST
-Mic is now functional in calls w/o having to initiate a call in WM
-Power management is now active, screen will turn black
-Keypad response on dial pad has been greatly improved
-Phone can now be fully powered off by holding end key and selecting "Power off"
Please use full download link in post #1

1/12/2010 11:24 PM EST - Updated Keymapping

Working
CDMA Radio - Ability to make and receive calls
Mic
Keyboard
Key Mapping
Power Management
Screen Rotation
WIFI

Not working:
CDMA Data
Speaker
GPS
Camera
Bluetooth
Much Much more...



Notes:
-In order to fully utilize mic / speaker you must place a call in WM prior to loading haret. Easiest method is to call your VM then while connected load haret. If you do not place a call prior to loading haret only your mic will function.

-If you have trouble registering onto your network follow the instructions below:
Go to Settings
Select "Wireless & networks"
Select "Mobile Networks"
Select "Network operators"
(Let the phone search)
Select "Select automatically"
You should now receive a message stating that you have been "Registered on Network"
If this does not work the first time, try it again.


For anyone who is interested in setting up their own dev environment follow my guide below.

Even if you don't have any programming expeierce you may have fun exploring the inner workings of Android.

Quick and Dirty Install Guide to setting up local dev environment by 95-Civic:
1) If you don't already have a linux box setup I would suggest downloading VM ware and finding a free image of Ubuntu.
2) From there head over to
http://source.android.com/download which should walk you through the installation of all packages required to retrieve and compile the source code.
3) It will take several hours to pull in the entire repository. Once download you do not need to compile the android code in order in order to build the kernel, we will use the prebuilt directory
4) Once you have copied the repository you will want to get a copy of linux-on-qualcomm. cd into the android source directory
5) type:
git clone git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git
this process may take several hours depending on your internet connection speed
6) Copy the prebuilt directory from the android source over into the new directory created by the command above (linux-msm)
cp -r prebuilt ./linux-msm
7) CD into the linux-msm directory
8 ) Run the following command
make ARCH=arm CROSS_COMPILE=prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi- htc_msm_android_defconfig
9) If no errors are listed you will receive the following message: "configuration written to .config". Continue to step 10
10) Run
make ARCH=arm CROSS_COMPILE=prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi- zImage
11) When complete (if compiled successfully) you will now brand new zImage located in ./arch/arm/boot/zImage

As long as you use the rootfs.img and system.sqsh that I provided in the zip file you should have access to the CDMA radio to make and receive calls. In some cases you will not have access to the radio depending on the default configurations in the htc_msm_android_defconfig file.

Custom config is attached. You will need to unzip and copy the attached file into the linux-msm/arch/arm/configs directory. When running step 8 replace htc_msm_android_defconfig with htc_tp2_cdma_defconfig

This will not have any of the changes, additions, and tweaks I've made to the linux-msm source. However it should give you a fresh bootable image and a great place to start. I would like to create a gitorious clone in the near future but right now any free time is better spent on data.

Happy coding and please feel free to PM with any questions.
Attached Files
File Type: zip htc_tp2_cdma_defconfig.zip (8.2 KB, 307 views) Click for barcode!

Last edited by 95-civic; 03-06-2010 at 12:16 PM. Reason: Added Dev Instructions
This post has been thanked 126 times.
  #3 (permalink)  
Old 02-02-2010, 08:40 PM
ecker's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC TOUCH PRO2
Carrier: SPRINT
 
Join Date: Apr 2007
Posts: 212
Reputation: 100
ecker is keeping up the good workecker is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Cool Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

95-civic. THANK YOU VERY MUCH. from everyone here. Keep up the good work. If you need help or anything we can do-- Let us know ASAP.

Last edited by ecker; 02-02-2010 at 08:52 PM.
This post has been thanked 5 times.
  #4 (permalink)  
Old 02-02-2010, 08:57 PM
redlegend's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Verizon
Location: Portland, OR
 
Join Date: Nov 2008
Posts: 74
Reputation: 35
redlegend is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to redlegend Send a message via MSN to redlegend
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

the thanks button is an understatement. it'll be so much fun to have fully functioning dual boot
__________________
My measurements: 42 (tv), 20 (desktop), 10 (netbook), 3.6 (TP2). Life is grand
This post has been thanked 3 times.
  #5 (permalink)  
Old 02-02-2010, 08:58 PM
havox22's Avatar
Almost a VIP
Offline
Pocket PC: HTC ARRIVE
Carrier: sprint
Location: San Diego, CA
 
Join Date: Oct 2008
Posts: 865
Reputation: 1350
havox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

thanks heres the link with out the ...

http://www.megaupload.com/?d=07BY8F60

but has anybody been able to make a call...mines says not registered on network

how do i register??

edit:nvm it registered
__________________

Dank-Ass Robba





Last edited by havox22; 02-02-2010 at 09:09 PM.
This post has been thanked 1 times.
  #6 (permalink)  
Old 02-02-2010, 08:59 PM
thayer's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium
Carrier: Verizon
 
Join Date: Dec 2009
Posts: 53
Reputation: 85
thayer is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Hopefully with all the support, you can change your name to 2010 civic.
This post has been thanked 2 times.
  #7 (permalink)  
Old 02-02-2010, 09:01 PM
Biggzz's Avatar
BIGGZZ - VIP -
Offline
Pocket PC: Dell Streak
Carrier: AT&T
Location: Indiana
 
Join Date: Nov 2008
Posts: 1,347
Reputation: 1084
Biggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Time frame for next release?
__________________
BIGGZZ
This post has been thanked 1 times.
  #8 (permalink)  
Old 02-02-2010, 09:03 PM
imnuts's Avatar
VIP Member
Offline
Pocket PC: Galaxy Nexus
Carrier: Verizon
 
Join Date: Aug 2007
Posts: 1,098
Reputation: 2745
imnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

I vote that this be stickied to replace the other thread that is currently in the sticky section about Android on the TP2.
This post has been thanked 7 times.
  #9 (permalink)  
Old 02-02-2010, 09:07 PM
Biggzz's Avatar
BIGGZZ - VIP -
Offline
Pocket PC: Dell Streak
Carrier: AT&T
Location: Indiana
 
Join Date: Nov 2008
Posts: 1,347
Reputation: 1084
Biggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on repBiggzz is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Quote:
Originally Posted by imnuts View Post
I vote that this be stickied to replace the other thread that is currently in the sticky section about Android on the TP2.

+1.............
  #10 (permalink)  
Old 02-02-2010, 09:07 PM
Tim Smith's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Verizon
Location: Oklahoma City
 
Join Date: Jan 2009
Posts: 229
Reputation: 190
Tim Smith is keeping up the good workTim Smith 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 imnuts View Post
I vote that this be stickied to replace the other thread that is currently in the sticky section about Android on the TP2.
I agree.
Closed Thread

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

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

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 02:43 PM.


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