|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
Unless you're building an entire Android system package, and I can't see why you would, you don't need... really any of those things. You need git, and you need an arm toolchain, but downloading the whole android source package to get that is a bit excessive. I'm going to try to copy and paste my instructions from the wave here. The formatting will probably be off, but it might get you closer to up-and-running. (on preview: Yeah, the formatting's pretty bad -- the bits that are for the command line aren't distinguished from the bits that are explaining what else you need to do.) Preliminaries Install a linux build environment. Ubuntu is recommended. Installing in a virtual machine (Virtualbox is free and easy to install) is a good way to do so without disturbing your existing system. Make sure git (distributed version control tool) is installed Obtain Kernel Source git clone git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git (or one of the clones of the repository, listed on the side of the page at http://gitorious.org/linux-on-qualcomm-s-msm/linux-msm) git checkout -b htc-msm-2.6.27 origin/htc-msm-2.6.27 (if you get an error that says fatal: git checkout: branch htc-msm-2.6.27 already exists, just ignore -- it means you've already got the correct branch) git checkout htc-msm-2.6.27 (if you get an error that says Already on "htc-msm-2.6.27", just ignore -- you're already on the correct branch) Obtain the ARM toolchain wget http://www.codesourcery.com/sgpp/lite/arm/portal/package3696/public/arm-none-linux-gnueabi/arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 -O - | tar xj add arm-2008q3/bin to your path (export PATH=$PATH:/path/to/arm-2008q3/bin) Obtain the Module Sources git clone git://android.git.kernel.org/platform/system/wlan/ti.git wget http://compcache.googlecode.com/files/compcache-0.5.4.tar.gz -O - | tar xzvf Edit compcache-0.5.4/Makefile: Modify KERNEL_BUILD_PATH to point to your kernel source To Compile the Kernel make ARCH=arm htc_msm_android_defconfig make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- zImage cp arch/arm/boot/zImage <your device's sd card> |
This post has been thanked 6 times. |
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
|
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
__________________
"This is gonna be tough, real tough, like tough plus more tough, times tough, to the power of tough" Chowder
|
This post has been thanked 1 times. |
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
yeah u did reply to someone else, i posted a few times, but no one (untill you) said anything about metro so i thought i was the only one lol i guess i'll just have to 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 |
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Yeah, i've seen your various posts, sorry wasn't directing it at you. I hope that eventually you'll be able to use it with metro, but to be honest unless there is some generic setup that works i have my doubts as to the devs working towards such a small user base. So here's to hoping for a generic working setup
|
This post has been thanked 1 times. |
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
For those that want to continue to try out the progress being made on Android for Rhodium, check out the GSM version of the package. No you can't get the phone part to work, but there are other things getting fixed such as the screen rotation, etc.
Had my RHOD500 CDMA phone booting with the latest kernel image, and the GSM package found at: http://forum.xda-developers.com/showthread.php?t=627997 Just download the XDAndroid Rebuild Package .rar(02/24) from the first post Extract the package, then: 1) Copy the "Android" folder to your SD card 2) Copy startup.txt out of "STARTUP CONFIG > Tilt2" folder to the "Android" folder on your phone (or one of the other TP2 related startup.txt's- I'm not sure which keyboard best matches the RHOD400 or RHOD500 and that's the difference between the files it seems) 3) Adding "htc_hw.force_cdma=1" to the startup.txt "cmdline" seems to allow it to search networks (from network settings) and actually finish much like was seen in 95-civic's build. Only issue is that when you select "Select automatically" it does say "Registered on network" but then when you go to make it call it says "Not registered on network" 4) Get the latest kernel build from glensom's autobuild: http://glemsom.anapnea.net/android/htc-msm-android/ - Just download, extract, and then copy the 2 files onto your "Android" folder where the other kernel is (zImage & the modules.tar.gz) 5) Update startup.txt and change the "set KERNEL" line to the new kernel filename. Should boot, have you calibrate the screen the first time (new way to detect screen I guess), and then all is done. If you mess the screen calibration up, just delete the ts-calibration file that is created in the "Android" directory and start HaRET again. It will ask you to repeat the calibration. Hopefully the developers currently working on the multidevice kernel will get CDMA support working for the Rhodium 400/500 or that 95-civic will enlighten them on what he did to get the phone working. Excited to see more progress on this. *NOTE: Anyone working on the kernel and wants testing done on a RHOD500 for CDMA use, let me know... |
This post has been thanked 2 times. |
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
doesn't the current cdma build for tp2 allow phone calls? why would we want the gsm version without being able to make calls? if i am wrong about the phone calls on cdma let me know i haven't really used it much on my tp2 because i just got it. i did use the tp1 build and liked it because i could actually use data and market, make calls and text.
|
|
||||
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
|
|
Tags |
android, cdma, sprint, touch pro 2, tp2 |
|
|