Android OS Forum banner
621 - 632 of 632 Posts

· Android Apprentice
Joined
·
196 Posts
Anyone else dirty flash? Been seeing horrific wake times under Android OS, and CPU Spy reports phone is awake 2/3, deep sleep 1/3 when completely idle. I dirty flashed by accident and it seemed fine so I left it. Going to do a clean one tomorrow.
 

· ? - ???
Joined
·
1,136 Posts
No OP update with current locations? Is v5 not quite ready, or v6 near term ?
I posted link to Build5 a few post back when when xoom posted it on twitter. Link still works if you haven't grabbed.

Sent from my Galaxy Nexus using Tapatalk 2
 

· Android Apprentice
Joined
·
196 Posts
You kicking it in the wild blue yonder? Trinity land???
That's where I say. :)
I'm a LeanKernel guy. Been following imoseyon since he was doing sysctl and memory tweaks on the DroidX. I tried the ICS kernels from drod for a while to help test, but after development slowed I went back to LK for the limited features (color controls, sound control).
 

· Android Apprentice
Joined
·
196 Posts
Anyone else lose the ability to send MMS while on wifi? I remember it being an issue on JellyBelly I think, but I can't remember the fix exactly. I know it required manually editing the DNS entries of every wifi access point you connect to. Hopefully we can get a rom fix!
 

· ? - ???
Joined
·
1,136 Posts
Anyone else lose the ability to send MMS while on wifi? I remember it being an issue on JellyBelly I think, but I can't remember the fix exactly. I know it required manually editing the DNS entries of every wifi access point you connect to. Hopefully we can get a rom fix!
Data must be on for mms/sms

Sent from my Galaxy Nexus using Tapatalk 2
 

· Android Apprentice
Joined
·
196 Posts
Data must be on for mms/sms
Data is automatically turned off by the phone when connected to wifi, but reconnected for MMS. The problem with the rom is that something happens with the DNS resolve process such that it doesn't ever get to the sending over data part. JellyBelly's fix for everyone was to modify their wifi params to use Google's DNS servers. An annoying situation to say the least.

I fixed it in a simpler way with Tasker. I have it set to run a task when wifi connected state is triggered. The task just runs two quick commands.
su -c 'setprop net.dns2 8.8.4.4'
su -c 'setprop net.dns3 8.8.8.8'

Easy peasy and keeps the primary DNS server assigned by whatever router you're on.
 

· ? - ???
Joined
·
1,136 Posts
Data is automatically turned off by the phone when connected to wifi, but reconnected for MMS. The problem with the rom is that something happens with the DNS resolve process such that it doesn't ever get to the sending over data part. JellyBelly's fix for everyone was to modify their wifi params to use Google's DNS servers. An annoying situation to say the least.

I fixed it in a simpler way with Tasker. I have it set to run a task when wifi connected state is triggered. The task just runs two quick commands.
su -c 'setprop net.dns2 8.8.4.4'
su -c 'setprop net.dns3 8.8.8.8'

Easy peasy and keeps the primary DNS server assigned by whatever router you're on.
XD. I do that with romtoolbox's scripter

Sent from my Galaxy Nexus using Tapatalk 2
 

· Android Enthusiast
Joined
·
1,094 Posts
XD. I do that with romtoolbox's scripter

Sent from my Galaxy Nexus using Tapatalk 2
Is the DNS manager the same kind of thing on ROM Manager? I mean does this do the same thing your scripts do?

Ok I think I understand this after reading it a couple of times, thanks. N i cE trick!

I'm hoping this will help with my worksites wifi connections.

Tapatalk sent from the future.
 
621 - 632 of 632 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top