What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ROM] Eclipse ICS for droid 4

Before I did a fresh wipe and install the lap dock with ICS browser+ default desktop pulls up the mobile YouTube site. I miss HD... anyone else have this issue? Idk why after a fresh install this started happening. It seems its only the ICS+ plus browser.

Sent from my DROID4 using Tapatalk 2
 
Last edited:
It just got annoying because I kept getting notifications that it couldn't log into my gmail account when the phone was not in use.

This was a univeral problem because Google Now was down last night and early this morning, but now mine was able to connect finally. I enjoy Now, especially when it gives me directions to somewhere I just mapped on my computer.

Google Now Servers Apparently Down, That Means Only Jelly Bean Users Should Care (Updated: It’s Back Up!) – Droid Life
 
Before I did a fresh wipe and install the lap dock with ICS browser+ default desktop pulls up the mobile YouTube site. I miss HD... anyone else have this issue? Idk why after a fresh install this started happening. It seems its only the ICS+ plus browser.

Sent from my DROID4 using Tapatalk 2
set agent to desktop...
 
1) Noop

Inserts all the incoming I/O requests to a First In First Out queue and implements request merging. Best used with storage devices that does not depend on mechanical movement to access data (yes, like our flash drives). Advantage here is that flash drives does not require reordering of multiple I/O requests unlike in normal hard drives.

Advantages:
  • Serves I/O requests with least number of cpu cycles. (Battery friendly?)
  • Best for flash drives since there is no seeking penalty.
  • Good throughput on db systems.
Disadvantages:
  • Reduction in number of cpu cycles used is proportional to drop in performance.
2) Deadline

Goal is to minimize I/O latency or starvation of a request. The same is achieved by round robin policy to be fair among multiple I/O requests. Five queues are aggressively used to reorder incoming requests.

Advantages:
  • Nearly a real time scheduler.
  • Excels in reducing latency of any given single I/O.
  • Best scheduler for database access and queries.
  • Bandwidth requirement of a process - what percentage of CPU it needs, is easily calculated.
  • Like noop, a good scheduler for solid state/flash drives.
Disadvantages:
  • When system is overloaded, set of processes that may miss deadline is largely unpredictable.
3) CFQ

Completely Fair Queuing scheduler maintains a scalable per-process I/O queue and attempts to distribute the available I/O bandwidth equally among all I/O requests. Each per-process queue contains synchronous requests from processes. Time slice allocated for each queue depends on the priority of the 'parent' process. V2 of CFQ has some fixes which solves process' i/o starvation and some small backward seeks in the hope of improving responsiveness.

Advantages:
  • Considered to deliver a balanced i/o performance.
  • Easiest to tune.
  • Excels on multiprocessor systems.
  • Best database system performance after deadline.
Disadvantages:
  • Some users report media scanning takes longest to complete using CFQ. This could be because of the property that since the bandwidth is equally distributed to all i/o operations during boot-up, media scanning is not given any special priority.
  • Jitter (worst-case-delay) exhibited can sometimes be high, because of the number of tasks competing for the disk.
4) SIO

Simple I/O scheduler aims to keep minimum overhead to achieve low latency to serve I/O requests. No priority quesues concepts, but only basic merging. Sio is a mix between noop & deadline. No reordering or sorting of requests.

Advantages:
  • Simple, so reliable.
  • Minimized starvation of requests.
Disadvantages:
  • Slow random-read speeds on flash drives, compared to other schedulers.
  • Sequential-read speeds on flash drives also not so good.
 
I'm running eclipse 1.2.6 with hotplugx and noop, and my battery life still isn't very good (I get about 10 hours with light usage). I'm wondering what effect speedscript has on the battery. I see at least one place that mentions saving the battery, but I wonder if the overall effect is to speed things up at the expense of battery life...
not really i lowered the voltage lower than stock... use lux to lower screen brightness... the illuminater eats power.. if concerned about oc use the 1200lv script
 
Last edited:
The user agent is set to desktop. been experimenting. the choppy embedded flash video (not html5 embedded) has to be the app. i tried earlier versions and went from missing plug in to it would show the video but doesn't play. Bogs the whole system down. The most recent plays but is choppy. For some reason full screen solves it.

Sent from my DROID4 using Tapatalk 2
 
not really i lowered the voltage lower than stock... use lux to lower screen brightness... the illuminater eats power.. if concerned about oc use the 1200lv script

yeah, I should have said that I'm running 1320oculv now. guess I'll try some of the 1200 scripts.
 
1) Noop

Inserts all the incoming I/O requests to a First In First Out queue and implements request merging. Best used with storage devices that does not depend on mechanical movement to access data (yes, like our flash drives). Advantage here is that flash drives does not require reordering of multiple I/O requests unlike in normal hard drives.

Advantages:
  • Serves I/O requests with least number of cpu cycles. (Battery friendly?)
  • Best for flash drives since there is no seeking penalty.
  • Good throughput on db systems.
Disadvantages:
  • Reduction in number of cpu cycles used is proportional to drop in performance.
...

from that list, it does sound like 'noop' would be best; why does speedscript set 'sio'? will setting 'noop' in setcpu override speedscript?
 
I have wiped it. Hey does anyone have a lap dock handy? If yes could ya go to Liveleak.com there is a video called, don't mess with elephants. View that video through the embedded player not in full screen and see if it is choppy. Thanks for the help!

Sent from my DROID4 using Tapatalk 2
 
I have wiped it. Hey does anyone have a lap dock handy? If yes could ya go to Liveleak.com there is a video called, don't mess with elephants. View that video through the embedded player not in full screen and see if it is choppy. Thanks for the help!

Sent from my DROID4 using Tapatalk 2
just did it works fine do you have mxplayer installed?
 
This may be a silly question. When I went from an earlier ICS leak to the final on the unsafe side it seems I've had flash problems since then. Is there anyway. To re-flash the stock from? Simply re-flashing. 217 over. 217? That might solve the issue. If not give me a fresh start to work from.

Sent from my DROID4 using Tapatalk 2
 
Back
Top