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] Zero Blur! Zero Lag! rubiX Focused 1.0

So i just installed this ROM. I've been at the rubix boot screen for about 10 minutes. I know that it takes a bit for the first boot. But I'm starting to think I'm screwed.

So now, how do I fix??

Best suggestion to try:

Pull the battery. When you put the battery back in, hold the HOME button on your phone. Keep holding the home button, until you see the M logo. It should take you to a logo with a little droid, and a triangle with an "!" in it.
When you see that, hit the search button on your phone.

From the menu, choose to wipe data and cache, then reboot (volume up/down, and menu button to select (ok)).

Any luck?
 
Regarding the wireless tether: It only shows up as Ad-Hoc, but I am ableto connect with my D2, which means it must be working in AP, yes?

Im still a bit fuzzy on the connection details of Android, but I thought I recalled reading that Android handsets would not connect via Ad-Hoc. Both my D2 and my laptop connect, although I didn't have any luck connecting both at the same time.... Only tried briefly between classes tho, but can verify working internet on D2 and laptop.

This one SHOULD let you use AP tethering. Anything else, I'm not sure about, and a different workaround will still be worked on unless this satisfies everyones tethering needs
 
I also want to know what this does. Running scripts as root on my phone is not something I do lightly.

they're tweaks that were meant to run at boot, but I can't get the permissions correct. they're optional for you now. if you'd like to see what they do, open up the files :) one of them has a typo in it anyways, so it has an adverse affect (not negative or positive, just not what i wanted, it reads 4200 instead of 42000)

I want to make these tweaks but would like some help as i have never done this before. Do I open up terminal emulator and then type the above in as written? Is that it? Do I have to save it in any way?
Thanks for the help.

Im sorry for reposting this. if someone could give me some help on the actual how to part I would much appreciate it!
Thanks
 
I've never heard of anyone having this problem on Rubix 1.0 yet.


Make note that Verizon/Motorola just came out and said they were aware of a REBOOT problem on some Droid X phones.


Reboots are also a sign of too little voltage, too much voltage and/or too high of an overclock. Just because your OC may appear stable on one ROM does not mean it will remain stable on another ROM.


Do you know of any fix for it or where to go to read up more on it? I have been playin with the OC and sometimes my phone holds up longer but still happens here and there. But def better.
 
they're tweaks that were meant to run at boot, but I can't get the permissions correct. they're optional for you now. if you'd like to see what they do, open up the files :) one of them has a typo in it anyways, so it has an adverse affect (not negative or positive, just not what i wanted, it reads 4200 instead of 42000)

I want to make these tweaks but would like some help as i have never done this before. Do I open up terminal emulator and then type the above in as written? Is that it? Do I have to save it in any way?
Thanks for the help.

Im sorry for reposting this. if someone could give me some help on the actual how to part I would much appreciate it!
Thanks

Sorry I didn't see this

Yes, you can do that or type those commands in an adb shell
 
As far as jumping from the Fission rom to this one whats the cleanest way. I loaded Fission as the first rom ever loaded on my DX.

Sent from my DROIDX using DroidForums App
 
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d

So I finally ran that on my phone. Holy crap. Random things are so much faster. When using LauncherPro, pressing the home button brings up that cool preview of all the screens. The first time I did that normally, it took a short time to show that. Now, it comes up instantly. I can't even imagine what this command will do when drod fixes his "typo".
 
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d

So I finally ran that on my phone. Holy crap. Random things are so much faster. When using LauncherPro, pressing the home button brings up that cool preview of all the screens. The first time I did that normally, it took a short time to show that. Now, it comes up instantly. I can't even imagine what this command will do when drod fixes his "typo".


I went in and manually fixed the typo. Just open the file up in text editor and add the extra "0" in yourself so it reads "42000" instead of "4200". I then saved the file and reran all the commands and restarted. BINGO! :)

I feel like my phone is OC'ed to like 1.5ghz + or something :icon_ banana:
 
Last edited:
I had to set my 01cpuod to 777 in order to edit it in Astro, but I edited the value and changed it to 42000.

When I run the busybox command, I see the vm values, but I don't think I see anything from the cpuod file? What are other people seeing?

Code:
vm.swappiness = 0
vm.min_free_kbytes = 2048
vm.dirty_ratio = 40
vm.dirty_background_ratio = 3
vm.vfs_cache_pressure = 10
 
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d
So I finally ran that on my phone. Holy crap. Random things are so much faster. When using LauncherPro, pressing the home button brings up that cool preview of all the screens. The first time I did that normally, it took a short time to show that. Now, it comes up instantly. I can't even imagine what this command will do when drod fixes his "typo".


And what does those command really do?
 
Can anyone help me on how to install this, it's my first time and I know there's always the 2.2 Flash to fall back on but I'd like to do it right the first time. I downloaded the rom and the patch, now what apps do I need? I did download the clockwork one for free online but haven't installed it, then I need rom manager.. what do I do from there? Also, is installing the camera patch any different? Thanks!
 
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d

So I finally ran that on my phone. Holy crap. Random things are so much faster. When using LauncherPro, pressing the home button brings up that cool preview of all the screens. The first time I did that normally, it took a short time to show that. Now, it comes up instantly. I can't even imagine what this command will do when drod fixes his "typo".


I went in and manually fixed the typo. Just open the file up in text editor and add the extra "0" in yourself so it reads "42000" instead of "4200". I then saved the file and reran all the commands and restarted. BINGO! :)

I feel like my phone is OC'ed to like 1.5ghz + or something :icon_ banana:
Alright. So where is this typo at? Do I fix the typo before or after I run
 
Last edited:
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d

So I finally ran that on my phone. Holy crap. Random things are so much faster. When using LauncherPro, pressing the home button brings up that cool preview of all the screens. The first time I did that normally, it took a short time to show that. Now, it comes up instantly. I can't even imagine what this command will do when drod fixes his "typo".


I went in and manually fixed the typo. Just open the file up in text editor and add the extra "0" in yourself so it reads "42000" instead of "4200". I then saved the file and reran all the commands and restarted. BINGO! :)

I feel like my phone is OC'ed to like 1.5ghz + or something :icon_ banana:
Alright. So where is this typo at? Do I fix the typo before or after I run
Code:
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d

I have to request su first no?

Correct the type-o first. Then run.
To find the type-o, use root explorer and navigate to...

system
etc
init.d

look for the file 01cpuod.
long press.
edit file in text editor (something like that).
correct the above mentioned type-o
menu button
save and exit

then use you terminal emulator or ADB (I prefer ADB and a real physical keyboard)

Code:
adb shell [COLOR="Red"](if you are in adb)[/COLOR]
#su
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# chmod 755 /system/etc/init.d/01cpuod
# chmod 755 /system/etc/init.d/02vm
# busybox run-parts /system/etc/init.d
[COLOR="Red"](you should leave the system read only- but I don't remember the command as I have a script for it[/COLOR]
#exit
#exit

I am no expert- but I think that is it.
 
Back
Top