• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Sense 5 Port - Android 4.1.2 - working Bluetooth, Face Unlock

And just tested this on a clean flash. The proximity sensor responded correctly every time. You have a screen protector on your device that could be causing the issue, or are you running a non-stock kernel with sweep2wake enabled?

Hi Capt,
I am thinking it is my phone. It works most of the time then stops working. It was a pre order feeling old lol.
Thanks for the reply
 
Works fine here.
Just got a replacement for the first time.
Little girl knocked my device off while plugged up and broke my charging port.
Rom working great on this second device as well as the first.
 
Is there a way to turn off the volume down to wake the phone?
I ask because my music player has just started playing in my pocket and I finally figured out what the problem is.
When you hold the volume down it starts the music player.
 
I just tried this on a clean flash of r24, and my Hotmail account set up with no issues :confused:.

I just did a clean flash of r24 coming from Viper ROM, and had the same issue with Hotmail. Wiped cache/dalvik with no success, but discovered if I went directly into manual setup for Hotmail (prior to typing any acct info), it let me set it up. If I started populating username/password prior to selecting manual setup, it'd crash. Odd, but that's what I did to workaround it. It's the only issue I've seen so far, great work on the ROM and many thanks CT!
 
I just did a clean flash of r24 coming from Viper ROM, and had the same issue with Hotmail. Wiped cache/dalvik with no success, but discovered if I went directly into manual setup for Hotmail (prior to typing any acct info), it let me set it up. If I started populating username/password prior to selecting manual setup, it'd crash. Odd, but that's what I did to workaround it. It's the only issue I've seen so far, great work on the ROM and many thanks CT!
Why manual setup?
 
If I let it do the Hotmail config automatically it would never advance to the next screen. Only way I can get anywhere on the Mail app/Hotmail selection is if I go straight to manual setup.
 
If I let it do the Hotmail config automatically it would never advance to the next screen. Only way I can get anywhere on the Mail app/Hotmail selection is if I go straight to manual setup.
That's very weird. I've never tried manual setup; the automatic setup has always worked fine for me, whether I do it in the initial setup, or later through the Accounts & Sync Settings. I'm really not sure why you're having this issue.
 
The only issue I've found that bothered me on your latest release is with my e-mail. When trying to add one of my accounts using pop/imap, it won't find the settings automatically so I had to manually configure it. On Yankee's latest release it finds my settings automatically and configures the accounts. Far from a deal breaker, just thought I'd let you know though.
 
The only issue I've found that bothered me on your latest release is with my e-mail. When trying to add one of my accounts using pop/imap, it won't find the settings automatically so I had to manually configure it. On Yankee's latest release it finds my settings automatically and configures the accounts. Far from a deal breaker, just thought I'd let you know though.
That's easy enough to fix. I didn't grab all of the stock e-mail Settings from the stock ROM. I did grab the Hotmail ones, because I use that ;). I can re-add them, but you'll really only notice that on a fresh flash anyway. If you look in the ROM at /system/customize/MNS/default.xml, you'll notice a much shorter list than the below one.
Code:
    <module name="Mail">
      <function name="provider">
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Microsoft Exchange ActiveSync</item>
          <item name="inprotocol">EAS</item>
          <item name="description">exchangeAccountDesc</item>
          <item name="resid">icon_launcher_active_sync</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Gmail</item>
          <item name="domain">gmail.com</item>
          <item name="inprotocol">IMAP</item>
          <item name="description">googleAccountDesc</item>
          <item name="resid">icon_launcher_gmail</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Yahoo</item>
          <item name="domain">yahoo.com</item>
          <item name="inprotocol">IMAP</item>
          <item name="description">yahooAccountDesc</item>
          <item name="resid">icon_launcher_yahoo</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Hotmail</item>
          <item name="domain">hotmail.com</item>
          <item name="inprotocol">EAS</item>
          <item name="description">hotmailAccountDesc</item>
          <item name="resid">icon_launcher_hotmail</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Other</item>
          <item name="description">otherAccountDesc</item>
          <item name="resid">icon_launcher_mail</item>
        </set>
      </function>
      <function name="provider_setting">
        <set name="plenty" max="10">
          <item name="provider">Yahoo!</item>
          <item name="domain">yahoo.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Yahoo</item>
          <item name="domain">ymail.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Yahoo</item>
          <item name="domain">rocketmail.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">ameritech.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">att.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">bellsouth.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">flash.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">nvbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">pacbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">prodigy.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">sbcglobal.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">snet.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">swbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">B11wans.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Rogers</item>
          <item name="domain">rogers.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Rogers</item>
          <item name="domain">nl.rogers.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Verizon</item>
          <item name="domain">verizon.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">BT</item>
          <item name="domain">btinternet.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">BT</item>
          <item name="domain">talk21.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Telecom NZ</item>
          <item name="domain">xtra.co.nz</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">China</item>
          <item name="domain">alibaba.com.cn</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Comcast</item>
          <item name="domain">comcast.net</item>
          <item name="inserver">mail.comcast.net</item>
          <item name="inport">995</item>
          <item name="outserver">smtp.comcast.net</item>
          <item name="outport">465</item>
          <item name="inprotocol">POP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
        </set>
      </function>
That's what in the stock ROM. I think I only use a third of that, but there's no reason I can't add them all back. They were all just missing from sun_dream's original port and I only personally cared about Hotmail :rolleyes:.

EDIT: r25 committed with updated file.
 
That's easy enough to fix. I didn't grab all of the stock e-mail Settings from the stock ROM. I did grab the Hotmail ones, because I use that ;). I can re-add them, but you'll really only notice that on a fresh flash anyway. If you look in the ROM at /system/customize/MNS/default.xml, you'll notice a much shorter list than the below one.
Code:
    <module name="Mail">
      <function name="provider">
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Microsoft Exchange ActiveSync</item>
          <item name="inprotocol">EAS</item>
          <item name="description">exchangeAccountDesc</item>
          <item name="resid">icon_launcher_active_sync</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Gmail</item>
          <item name="domain">gmail.com</item>
          <item name="inprotocol">IMAP</item>
          <item name="description">googleAccountDesc</item>
          <item name="resid">icon_launcher_gmail</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Yahoo</item>
          <item name="domain">yahoo.com</item>
          <item name="inprotocol">IMAP</item>
          <item name="description">yahooAccountDesc</item>
          <item name="resid">icon_launcher_yahoo</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Hotmail</item>
          <item name="domain">hotmail.com</item>
          <item name="inprotocol">EAS</item>
          <item name="description">hotmailAccountDesc</item>
          <item name="resid">icon_launcher_hotmail</item>
        </set>
        <set name="plenty" max="10">
          <!--%%File%%-->
          <item name="provider">Other</item>
          <item name="description">otherAccountDesc</item>
          <item name="resid">icon_launcher_mail</item>
        </set>
      </function>
      <function name="provider_setting">
        <set name="plenty" max="10">
          <item name="provider">Yahoo!</item>
          <item name="domain">yahoo.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Yahoo</item>
          <item name="domain">ymail.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Yahoo</item>
          <item name="domain">rocketmail.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">ameritech.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">att.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">bellsouth.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">flash.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">nvbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">pacbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">prodigy.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">sbcglobal.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">snet.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">swbell.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">ATT</item>
          <item name="domain">B11wans.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Rogers</item>
          <item name="domain">rogers.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Rogers</item>
          <item name="domain">nl.rogers.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Verizon</item>
          <item name="domain">verizon.net</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">BT</item>
          <item name="domain">btinternet.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">BT</item>
          <item name="domain">talk21.com</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Telecom NZ</item>
          <item name="domain">xtra.co.nz</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">China</item>
          <item name="domain">alibaba.com.cn</item>
          <item name="inserver">htc.imap.mail.yahoo.com</item>
          <item name="inport">993</item>
          <item name="outserver">htc.smtp.mail.yahoo.com</item>
          <item name="outport">465</item>
          <item name="inprotocol">IMAP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
          <item name="providerGroup">Yahoo</item>
        </set>
        <set name="plenty" max="10">
          <item name="provider">Comcast</item>
          <item name="domain">comcast.net</item>
          <item name="inserver">mail.comcast.net</item>
          <item name="inport">995</item>
          <item name="outserver">smtp.comcast.net</item>
          <item name="outport">465</item>
          <item name="inprotocol">POP</item>
          <item name="useSSLin">1</item>
          <item name="useSSLout">1</item>
        </set>
      </function>
That's what in the stock ROM. I think I only use a third of that, but there's no reason I can't add them all back. They were all just missing from sun_dream's original port and I only personally cared about Hotmail :rolleyes:.

EDIT: r25 committed with updated file.

Seems pretty simple if you know what you're doing. I'm not so lazy that I can't manually configure things though. You did enough just getting the rom together. My phone hasn't run this good in a while. I'm talking not one fc, no random reboots, no manual reboots, its been heaven:rock:
 
If I let it do the Hotmail config automatically it would never advance to the next screen. Only way I can get anywhere on the Mail app/Hotmail selection is if I go straight to manual setup.
Try replacing the file I updated in r25 in the ROM zip and clean flash, and let me know if that fixes your Hotmail issue. If it doesn't, I'm officially out of ideas.
 
Anyone test the latest builds with Zoe?
Don't bother. It doesn't work. I'm probably going to revert back to r25, since that stuff was posted without proper testing. I spent some time testing that stuff today, and while I was able to get a Zoe to record, it didn't render properly. It needs kernel support, which I won't be building at this time. Not while I'm using my work phone as my main testing device.
 
Downloaded and installed R27 this morning. This is my first time running this ROM. Camera fails to open every time. I see others mentioning that their cameras work. Is this a possible new issue with R27 or am I missing something?

Also, any attachment, such as a PDF file I've received in Gmail does not open. Just a black screen. They all open on a desktop, though. Any suggestions?
 
Downloaded and installed R27 this morning. This is my first time running this ROM. Camera fails to open every time. I see others mentioning that their cameras work. Is this a possible new issue with R27 or am I missing something?

Also, any attachment, such as a PDF file I've received in Gmail does not open. Just a black screen. They all open on a desktop, though. Any suggestions?
I assume you're not using my latest uploaded zip (r24). The post right before yours explains what happened with the latest versions (after r25).
 
I downloaded through SVN last night and when it was done, it said it was R27. I did read the post earlier about R24 and expected for that to pop up in the SVN, but I know sometimes you work so fast I thought that maybe you had already moved on to R27. :D Where can I get R24? I thought everything was through SVN.


EDIT: Never mind. I figured it out. I hadn't used SVN in a while and was having minor brain fart. Haha!
 
r28 uploading now which reverts the Zoe testing changes. I don't anticipate doing anymore work on this one, as it runs pretty well now, and our focus is on getting 4.2.2/4.3 fully running (which may not be possible until we get our official update anyway). But we'll see, I guess.
 
Back
Top Bottom