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!

Droid X2 Tester

Zepp, the update 2 is what I have been running a couple days now without issues

Check build.prop to see if entried got added to the bottom...

Wifi works?

Also, which kernel script did you run?
The update 2 is the one that caused bootloops

You can check if noop is being used by putting this in terminal:

cat /sys/block/*/queue/scheduler

If noop is used, you'd see lines with [noop] and the other things like cfq are unused but available io schedulers

I Got Bootloops Zep, But I Think We Already Talked About That Over At XDA.
Yep... I linked to where we left off.. LOL



Sent from my DROID X2 using DroidForums

When checking that file for the additions they are there but when I use the command to check the noop or whatever then the only thing in brackets is cfq

Sent from my DROID X2 using DroidForums
 
delete both of them or just that one and try it?
and i went into um system/etc./init.d/ and ran those at boot sorry to ask but am i supposed to or not?
 
I did and it boot loops
grrr...
Ok... so you deleted that noop section...
delete:

for i in /sys/block/*;
do
echo "0" > \$i/queue/rotational;
done;

apply script and reboot...

Zepp, the update 2 is what I have been running a couple days now without issues

That's so weird... same phone... yours is ok... what rom you on?

I am on the rooted gingerbread also with the sd speed increase and supercharged v8 option 9

Sent from my DROID X2 using DroidForums
 
delete both of them or just that one and try it?
and i went into um system/etc./init.d/ and ran those at boot sorry to ask but am i supposed to or not?
Oh yeah, you have to run 98kickasskernel at boot/as root with script manager... I forgot that it's not automatic lol
I thought you deleted the noop section before and got a boot loop?
 
No its good just making sure, I had it running at boot from start so no worries
And I did I just wanted to make sure you wanted me to keep it deleted AND delete this too, brb
 
Can you possibly tell me what all this tweak changes and what are the desired outcomes? I assume it makes it faster but how exactly?
 
android is configured with unoptimized io schedulers (noop or deadline are faster) and thinks that it has a hard drive with moving parts.
Unfortunately, neither fix is working for most DX2's it seems.

Of course, the main kernel tweaks are working so that's good.

Trying sort out the wifi not connecting as well...

I know it has to be one of these lines... you can delete them one at a time from build.prop until it works :p

ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=9
 
Wifi works Zep, yes you can breath now lol
But im not real use to these kinds of things so instructions on how to check its working would be good
Do you still want me to delete the build props?
 
well you got the phone booted only after deleting both the noop and rotational sections, right?

You leave the build.prop edits in if you like... they should increase your 3g speeds after all :)
 
Haha no problem! My only request: $1,000
No really though just give me more stuff to try I like testing! So get busy Zep!

DX2T
 
And the minefree? Values for dx2 gingerbread are like 12,x,x,85,92,98 or something like that. It seems interesting.. test some new values? ;)

DX2T
 
Back
Top