|
|
|
||||
|
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]
Has anyone been able to replicate MrPippy's wifi success?
insmod returns an error when i try to load bmc4329.ko "invalid parameters" Anyone know how i should insmod the driver? I don't know if the 4329 even takes any parameters. This is what i used as an example module_loaded("bcm4329") || log(insmod("/system/lib/modules/bcm4329.ko", ""), "Loading bcm4329.ko module"); This is from the wifi tether google code. Last edited by [ACL]; 02-26-2010 at 01:33 PM. Reason: more info |
|
||||
|
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:
__________________
"This is gonna be tough, real tough, like tough plus more tough, times tough, to the power of tough" Chowder
![]() ![]() |
|
||||
|
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]
Quote:
Is there a reason why we can't implement the things that the GSM guys are doing that involve the hardware like the keyboard rotation, etc. that are not related to the radio just by using portions of the build they have already fixed? |
![]() |
|
| Tags |
| android, cdma, sprint, touch pro 2, tp2 |
|
|