View Single Post
  #232 (permalink)  
Old 10-03-2009, 12:01 PM
thvoicwethin's Avatar
thvoicwethin
Regular 'Geeker
Offline
Location: NC
 
Join Date: May 2008
Posts: 361
Reputation: 965
thvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuffthvoicwethin knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thvoicwethin Send a message via Skype™ to thvoicwethin
Re: [9-9-09] Android for CDMA Touch Pro (RAPH800 and Diamond) Ported!!!

Quote:
Originally Posted by mercado79 View Post
Just thought I'd mention that working instructions for the Diamond can be found over in this thread in the Diamond section (thread started by toastcfh):

http://forum.ppcgeeks.com/showthread.php?t=84214

Basically, it requires a modified zImage file from a post on XDA devs (credit goes to MrPippy):

http://forum.xda-developers.com/atta...0&d=1252565799

...and also the start up script is different too. Take note of the MTYPE and msmts_calib values.

Code:
set RAMSIZE 0x08000000
Set ramaddr 0x10000000
set MTYPE 2040
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
# msm_sdcc.msmsdcc_fmax - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode - The mode used when the phone is off
# 0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep,
# 3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
# Default is 3, use 0 for best power savings
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 0=Don't power off the panel (Default)
# 1=Hitachi 2=Topoly 3=Samsung
# mddi.width - width of the scaled display
# mddi.height - height of the scaled display (these should be multiples of 16 for the camera to work I think)
set cmdline "msmts_calib=0x81.0x393.0x358.0x7D msmvkeyb_toggle=off mddi.width=320 mddi.height=480 lcd.density=240 ppp.apn=sprint ppp.username=username ppp.password=password no_console_suspend"
#set cmdline "no_console_suspend"
# fbcon=rotate:1
# console=ttyMSM0"
Boot
mkdir /proc
mkdir /sys
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -t tmpfs tmpfs /dev
mdev -s
"ls -l /dev/mmc*"
I've attached my start up script below.
Quote:
Originally Posted by Plackslayer View Post
Also could you post your startup.txt so we can see if there are any differences that might make it possible?

--PS
Plackslayer, i used the post above you for my phone. You might have to change zImages, but all i know is that i was fully functional besides the other radios. When i turned WiFi off, it restarted...so i don't want to mess with that setting. Plus, sometimes the program would terminate, like changing wallpapers....but it was okay.
__________________


Commander of the Non-Data Users Team.
Reply With Quote
This post has been thanked 1 times.