PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   Linux/Android on CDMA Touch Pro -- Now working on Verizon! And with GPS! (http://forum.ppcgeeks.com/showthread.php?t=104276)

del4 02-05-2010 07:56 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Quote:

Originally Posted by marco-polo (Post 1541145)
Tested overnight, no time drift. Thank you again, Makkonen.

What is this time drift issue I'm seeing mentioned? The only time-related issue I have experienced is that when I boot back into Windows after having run Android, my clock in WM is ahead by 7 hrs, as if the GMT offset (I'm at -7 GMT) has been lost? Is there a fix or a setting in WM I need to change to eliminate this from happening?

arrrghhh 02-05-2010 08:13 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Well if you want to use the 2/4 build with data working, you have to add an APN. Go to Settings -> Wireless & Networks -> Mobile Networks -> Access Point Names and add one named "Android". Put "Internet" for the APN, should be good to go.

del4 02-05-2010 08:16 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Quote:

Originally Posted by peterm20 (Post 1540169)
Trying the new build now. I'll post with my findings here in a bit.

Alright: almost 6 Hours after this post:
-Data didn't work for me on the first boot. I have not rebooted back in to it to see if it comes back, a few posts later on did say that it does eventually work.
- Seems to be still as responsive as the previous build.
- Did not try to download from market to see if It crashes yet (as I previously stated I didn't have a data connection).
- Battery still says its charging all the time.

This is getting better as time goes by. Thank you to all the devs who has put time in to this project.


Oh and I've updated the complete archive with the 2 updates (XDA new build/new kernel) here

As a fellow RAPH800/Sprint Touch Pro user, I'm using the set of files you've put together (thanks again to all the devs and other contributors for their efforts!!!) and they work great and the newer version definitely seems more stable as I have not had a reset so far (albeit with limited testing). It did take about a half-dozen reboots to get the data to start working and I STILL can't download anything from the market. It just sits there saying "Starting download..." until I give up and cancel the download. Is there a different version of the market app that I could download and try to see if that fixes the problem? Anyone been able to get the market working over CDMA data? Gmail, webaccess, etc. all work fine, just the darn market won't download anything...

BTW, a noob question, I'm sure, but could someone clarify the meaning/purpose/role of each of the files in the current distribution? This may clear up for me (and hopefully others) which files could/should be replaced with each update...

makkonen 02-05-2010 08:22 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Quote:

Originally Posted by del4 (Post 1544540)
What is this time drift issue I'm seeing mentioned? The only time-related issue I have experienced is that when I boot back into Windows after having run Android, my clock in WM is ahead by 7 hrs, as if the GMT offset (I'm at -7 GMT) has been lost? Is there a fix or a setting in WM I need to change to eliminate this from happening?

If you turn on automatic network time updates (somewhere in the phone settings), it should work around that.

Quote:

BTW, a noob question, I'm sure, but could someone clarify the meaning/purpose/role of each of the files in the current distribution? This may clear up for me (and hopefully others) which files could/should be replaced with each update...
I posted up an explanation of this on another site -- I'll repost it here. Might not be exactly what you're looking for, but it gives a bit of an overview:

Here's the breakdown. In unix systems, the file system is all organized around root. That is:
/

So... at boot, HaRET loads the kernel (zImage) and the initial ramdisk (initrd.gz), which has a lightweight filesystem on it, into memory. This allows the booting of linux to proceed, without having to interact with the block devices (sd card, in this case), which are not yet initialized. After the kernel and initrd have booted the hardware, then it's time for the actual / (root) filesystem to be mounted. (If you were to mount rootfs.img, you would see a number of initialization scripts, as well as standard linux directories (proc, bin, lib, dev, etc), some with files in them, some empty.) The init script in the rootfs, in turn, loads data.img (the userdata) as a rewriteable partition under /data, and system.sqsh (the Android code) as a read-only partition under /system. Then it calls the Android initialization routine, and that cool nexus one boot animation starts. The end.

arrrghhh 02-05-2010 08:24 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
I've been downloading apps from the Market over CDMA data just fine with this new build... Do you have an APN setup? I would imagine that data wouldn't work at all if you didn't...

And you're using the newest 2/4 build? I know I had issues with the Market until this version. Works flawlessly (the Market that is) in this version.

Oh, and if Makk's answer wasn't enough... Generally you can just replace modules/zImage if that's all that is posted, but if there's a new build I prefer to wipe my SD card and start clean. You don't *have* to, but again I prefer to just start clean. There's a couple of files you can backup like calibration and the .img file - but I've also heard backing up the img file can cause problems.

hamagc 02-05-2010 08:34 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Quote:

Originally Posted by makkonen (Post 1544599)
If you turn on automatic network time updates (somewhere in the phone settings), it should work around that.



I posted up an explanation of this on another site -- I'll repost it here. Might not be exactly what you're looking for, but it gives a bit of an overview:

Here's the breakdown. In unix systems, the file system is all organized around root. That is:
/

So... at boot, HaRET loads the kernel (zImage) and the initial ramdisk (initrd.gz), which has a lightweight filesystem on it, into memory. This allows the booting of linux to proceed, without having to interact with the block devices (sd card, in this case), which are not yet initialized. After the kernel and initrd have booted the hardware, then it's time for the actual / (root) filesystem to be mounted. (If you were to mount rootfs.img, you would see a number of initialization scripts, as well as standard linux directories (proc, bin, lib, dev, etc), some with files in them, some empty.) The init script in the rootfs, in turn, loads data.img (the userdata) as a rewriteable partition under /data, and system.sqsh (the Android code) as a read-only partition under /system. Then it calls the Android initialization routine, and that cool nexus one boot animation starts. The end.


very informative!!!

bechard 02-05-2010 08:38 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
Hey folks, very excited to be playing with Android on my Raph800.

I'm hoping someone might have a few answers for me...

1) I was on a posted Jan 26 build, which mostly worked, but I tried upgrading to 4-2 and now I can't boot, and believe the startup.txt from the 4-2 package is the problem. Is there another startup.txt that I should be using (I grabbed the Raph800 version).

2) How do I get the apps that came with the Android package to install (Youtube, etc)?

Thanks guys!

arrrghhh 02-05-2010 08:45 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
I'm not sure where the doc actually is, but there is a doc that instructs you to copy the .apk files to the root of the AndroidApps folder... you'll see what I mean.

As for your first question, I would format the SD card completely and use a _fresh_ copy of everything. Then grab the RAPH800 startup.txt from the STARTUPS folder.

mo1991 02-05-2010 08:51 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
This fixed the data problem for my sprint unlimited plan with the 2/4 build. Nice.

Well if you want to use the 2/4 build with data working, you have to add an APN. Go to Settings -> Wireless & Networks -> Mobile Networks -> Access Point Names and add one named "Android". Put "Internet" for the APN, should be good to go.

aatreya 02-05-2010 09:09 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800) - ALPHA (buggy. as. hell.)
 
I have the same problem. It seems to be related to the + at the beginning. Any number I dial that starts with a + fails immediately.

I can even replicate this behavior in WM if I turn off "plus code dialing" and then make a number that starts with +.


All times are GMT -4. The time now is 07:41 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0