|
||||
Re: android loading time-please read ASAP
idk, i edited the startup to the raph800 just like wiki said i even added the extra commands after boot like it suggested and it keeps giving me an error saying cant mount sd card
|
|
||||
Re: android loading time-please read ASAP
1 big detail is make sure u get the right 1 for your phone. for example i got a raph800 and i downloaded the raph100 and it scrolled a while. take out the battery an look for raph and a number. the number is the revision. then download the proper revision for your phone
|
|
||||
Re: android loading time-please read ASAP
So what is the proper version for a CDMA sprint touch pro? My downlaod from the original site I linked was for the touch pro/diamond.
|
|
||||
Re: android loading time-please read ASAP
as far as I have read, they still don't have the radio on the cdma stuff working yet. all I have been able to do is check out the apps and stuff that come with the os. interface and all that. with no data though, it's pretty useless at the moment. here is what my startup.txt contains that works for me:
set ramsize 0x6000000 set ramaddr 0x10000000 set mtype 2039 set KERNEL zImage set initrd initrd.gz set cmdline "root=/dev/ram0 init=/ console=tty0 mem=76M msmsdcc_id=3 zmgdevname=/dev/mmcblk0p1 imgdevnum=1 imgdir=/ msmts_calib=0x81.0x393.0x358.0x7D clock-7x00.a11=500 msmvkeyb_toggle=off" boot my bad on the default/startup mix up. I typed startup, checked the wiki, thought I made a mistake so I edidited it. oops. |
This post has been thanked 1 times. |
|
||||
Re: android loading time-please read ASAP
I had the same issue with mine mounting the card, this is my startup.txt file that is working on my Verizon Raph800:
Code:
set ramsize 0x6000000 set ramaddr 0x10000000 set mtype 2039 set KERNEL zImage set initrd initrd.gz set cmdline "root=/dev/ram0 init=/ console=tty0 mem=76M msmsdcc_id=3 zmgdevname=/dev/mmcblk0p1 imgdevnum=1 imgdir=/ msmts_calib=0x81.0x393.0x358.0x7D clock-7x00.a11=500 msmvkeyb_toggle=off" boot mkdir /proc mkdir /sys mount -t proc proc /proc mount -t sysfs sysfs /sys mount -t tmpfs tmpfs /dev mdev -s mount /dev/mmc* /sdcard BTW I'm using this load: Uploaded: 09.09.09 Modified: 22.09.09 File Size: 70 MB Downloads: 399 Version: 20090909 With the latest zimage from the auto build service (http://glemsom.anapnea.net/android/) |
This post has been thanked 1 times. |
|
||||
Re: android loading time-please read ASAP
Forgot to mention I had the same scrolling going on and realized it was searching through a Live Search folder in the root of my card that had hundreds aof files and folders. I deleted those and was able to finally start playing with Android. So make sure it isn't searching through other folders on your card, you will see this in the scrolling text when linux is trying to boot.
|
|
||||
Re: android loading time-please read ASAP
last i heard the ones working on this are waiting till the Hero is released next month and then they are going to pick it up again. that way they will have the CDMA drivers for everything. of course that could have changed since the last time i checked.
|
|
|
|