Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Where can i find the 4.2 keyboard? Ill check it out, im using swiftkey now but why not try it out![]()
Very interesting changes to sweep2wake.
Me likely
I'm trying to upgrade to 6.0 I'm on 5.9 right now but it's saying there was an error with the download. I have updated to the latest twrp as suggested buy mikey says if you have issues to go back to 2.2.2. Do you guys think that is my issue? I tried "battery pulling" and then going at it again. Same message. I am DL'ing It over my home wifi which I use every time I upgrade. so I know that's not the issue.
Sounds good that's what I will do. So in doing that It would basically be like flashing a new rom. Right?
What I'm trying to say is its nice when the ota updater takes care of it for you because you don't have to back all all your apps up and that sort of thing. So when I flash 6.0 I'm going to have to go back and set everything up again correct?
You won't need to backup anything.
Just wipe only dalvik cache and cache and flash
If you're s-on fast boot flash the kernel
Granite, button remaps are in the stock Rom settings now. You can access it through the settings menu
As for google now... Is there a file you can flash in the meanrom folder of your sd card?
I grabbed the Mail from the ViperX 2.6 (international) and it appears to work correctly!<br />
<br />
http://forum.xda-developers.com/showpost.php?p=33961098&postcount=117
Ok the duplicate text deal is getting out of control? Any fix or explanation?
Ok the duplicate text deal is getting out of control? Any fix or explanation?
On multitasking -
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/
I note that we're running the ICS defaults for vm.heapsize and growth limit, appropriate for a phone with 1 GB of ram.
But we have less than a gig, as I recall, the S4 is mapping ram for i/o ports and also for the gpu.
In any case, we're all used to seeing 680 MB of ram, far less than a 3vo.
So now, I've changed my /system/build.prop like so -
# For ICS project, default 32m/48m
# 128/64 originally below
dalvik.vm.heapsize=96m
dalvik.vm.heapgrowthlimit=40m
And I am seeing two things -
One, ram now reports as 770 MB.
Two, my phone is screaming fast.
This is all very preliminary. Try at your own risk, make a nandroid backup first.
I would like to hear from anyone with lag issues willing to try this.
I'll be trying everything I can think of to stress test and will report back.
PS - tip of the topper to Wes and his report about having to kill Chrome. When I think of browsers, I think about core leaks and garbage collection, that's what gave me the idea.
I figured we had less than 70% of 1 GB ram, so a sloppy approximation of that on 64 gave me 40, and that article said the next should be double or more, so 96 sounded fair enough to me. That's how I chose my numbers, if anyone cares.