|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
Quote:
|
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
It's pretty good, I'd say just about as fast as phhusson's latest donut build. Is audio not working for this kernel? It's supposed to in the phhusson 11/22 release...
|
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
Wow thanks. This is great!
__________________
Pingüinos Marinela... You know you want some
|
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
wait i have a raph800 and mine is saying waint for sd card over and over never bots.. whats the problem? anyone wanna help?
|
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
[QUOTE=richonemogul;1422043]i have a raph800 and im using the:
zImage-2009-12-08-cdma-data zImage-RAPH800-2009-10-14 zImage-modules-20091121_151935 and im using startup file: set ramsize 0x6000000 set ramaddr 0x10000000 set mtype 1910 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=0x7a.0x5e.0x35a.0x37f clock-7x00.a11=500 msmvkeyb_toggle=off" boot can someone please help me.... now its saying something about cant access tty; job control turned off or something... Last edited by richonemogul; 12-25-2009 at 11:39 PM. |
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
Im having the same problem. Can anyone help please?
__________________
HTC Touch Pro. Mighty 6.5 ROM. Works perfect.
|
|
||||
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!
Your default/sartup.txt is al wrong. For RAPH800 your mtype should be 2039. Just use this:
Code:
####### Boot Raphael board (also for Diamond devices) set MTYPE 2039 ####### KERNEL set KERNEL zImage ####### INITRD set INITRD initrd.gz ####### Size of RAM (continues area) set RAMSIZE 0x6000000 ####### Physical RAM address (override the one set in haret, which seems to fail more often) set RAMADDR 0x10000000 ####### Command line to pass to kernel 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 |
|
|
|