View Single Post
  #1664 (permalink)  
Old 09-19-2010, 03:02 PM
ryanmv213's Avatar
ryanmv213
PPCGeeks Regular
Offline
 
Join Date: Oct 2009
Posts: 146
Reputation: 380
ryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [9/16] FRX01 FINAL!

Quote:
Originally Posted by arrrghhh View Post
That's very odd, I have a RHOD400 as well and don't have this issue at all. Did you update from an old build, or did you start with a fresh build? You can update the necessary pieces (zImage/modules, rootfs, & system.ext2... I don't think the initrd.gz was updated at all) and most of the time be just fine, but some changes require a delete of the data.img.

If that's not your issue... Then I'm not sure. Considering I have the exact same hardware, perhaps there's a difference in the radio? I doubt these issues are related to the radio version, but it may...
If you don't mind me asking; what rom, radio, and build are you using? Also do you mind uploading the startup.txt you are using or read through the one I have that is at the end up this message? This one gets android started and wifi, internet, phone calls all work. Are you using just what is in reefer's package from 9.16 or did you update the kernel (zImage/modules) from 9.16 or 9.17 and did you update the rootfs from one of the 9.17's? Did you try both incoming and outgoing calls? I had no mic and no sound with incoming calls ONLY; which I found strange. It was my messing with the volume up, down, and speaker phone that changed the mic and sound behavior. When I made the call both mic and sound worked fine and the in call volume and speaker phone options only effected their intended settings.

The results I posted were from strictly the package reefer posted from 9.16 without updating the kernel or rootfs. Although I didn't do a fresh reformat of my sd before I copied reefers rar to the root of my sd card. When I first tried to update to 9.16 final I did reformat my SD but I was originally having trouble getting xdandroid to get past the bootscreen. I used the rhod startup.txt in the raphael xdandroid package with the most up to date kernel and rootfs from the project tracking link and when I finally got xdandroid to work I had these same results with the mic and sound issues on incoming calls. I then installed reefers original package with the startup.txt from raphael and it booted fine but still had mic and sound issues. I will try again with a reformat of my sd card and reefers only package to see if this changes my results but would be interested in trying your exact setup to see if I can mimic the mic and sound working for both incoming and outgoing calls since we have the same device.

This is the startup.txt I have been using:

set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 clock-7x00.a11=500 msmvkeyb_toggle=off gsensor_axis=-1,-2,3 force_cdma=1 physkeyboard=rhod400 rel_path=andboot"
boot

Last edited by ryanmv213; 09-19-2010 at 03:28 PM.