[28 OCT][MOD][ROM] Mik'o'Void (Kezvoid) Beta 1 [Android 2.3.7, .32 Kernel]

G

GuestK0065

Guest
I never used void before. What are the differences between this and CM7?

Sent from my LG-P500 using XDA App
#void is basically a really empty ROM, with only the basic stuff (like phone app and sms, ect.) that you can customize as much as you want.

when i go to the market i can't uninstall the adw launcher. where it's supposed to say you can open or uninstall the app (or update if it hasn't been updated since the most recent update) it's just blank.
I usually un-install stuff using Titanium, so I haven't run into that issue.

Warning:

I have just found out (the hard way) that GPS and 3G don't seem to be working. I'll be working on that today and tomorrow. Can someone confirm, or is my phone just being a *****?

Screenshots are coming in a few minutes, my car broke down and **** so I've been very busy.
 

MaKTaiL

Senior Member
Oct 17, 2011
2,855
1,196
0
Brasília
#void is basically a really empty ROM, with only the basic stuff (like phone app and sms, ect.) that you can customize as much as you want.



I usually un-install stuff using Titanium, so I haven't run into that issue.

Warning:

I have just found out (the hard way) that GPS and 3G don't seem to be working. I'll be working on that today and tomorrow. Can someone confirm, or is my phone just being a *****?

Screenshots are coming in a few minutes, my car broke down and **** so I've been very busy.
Oh, now I got why it's called "void", hahahaha. Thank you for answering. I heard that void is usually famous by it's great performance and battery life. I love mik's ROM, never tried any other ROM before. Should I change to void?

Sent from my LG-P500 using XDA App
 
Last edited:
G

GuestK0065

Guest
Oh, now I got why it's called "void", hahahaha. Thank you for answering. I heard that void is usually famous by it's great performance and battery life. I love mik's ROM, never tried any other ROM before. Should I change to void?

Sent from my LG-P500 using XDA App
If you want a ROM that is empty and customizable to your likings and is up to date with Mik's wait for me to finish this one, if you couldn't care less about that and have Mik's, I'd say you're good to go xD
 

DarkKnight62

Senior Member
Mar 10, 2011
151
8
0
New Jersey
Warning:

I have just found out (the hard way) that GPS and 3G don't seem to be working. I'll be working on that today and tomorrow. Can someone confirm, or is my phone just being a *****?

Screenshots are coming in a few minutes, my car broke down and **** so I've been very busy.
GPS doesn't work for me either. i'm not sure about 3G since i don't have my SIM card in the phone but i assume it doesn't work either since GPS isn't working.
 
G

GuestK0065

Guest
GPS doesn't work for me either. i'm not sure about 3G since i don't have my SIM card in the phone but i assume it doesn't work either since GPS isn't working.
Thanks, I'll fix that tomorrow. :p Screenshots uploaded. Hopefully tomorrow I'll also be able to change the launcher.
 

deniso177

Senior Member
Aug 27, 2011
558
145
0
Did #void come with the FM radio? I'm pretty sure it was an addon, as I'm planning to make it.

When it comes to a more detailed description, I would have to say that the core framework is from Mik's CM7, but I initially crossed over the app folder from #void-forever to obtain a light ROM that is highly customizable. That's the advantage of crossing them over, you can have Mik's CM7, but then you build it to be as you want it to be (as you did with #void roms). I wouldn't say that it's Mik's CM7 that wins from the exchange, but rather #void, since this is built to be more #void-like, kind of an update to #void removing the bugs that it had from CM7 at the time and updating it to GB 2.3.7.

Really don't know what else to say, that's pretty much all that it is xD

I was planning to work on it a little more today, but unfortunately I'm having issues with my usual Linux distro of choice (Ubuntu) so I need to choose an alternative -.-

Regards
cool sounds good, one thing about miks is that i had to delete a lot of system apps after installaion,
And yes fm was an addon, so wondering if you put it into this rom if not, post the links that void has on its thread.
Also did u include all the tweaks and all from void, that made it top benchmarking rom =)?

link to addons just in case.
http://forum.xda-developers.com/showpost.php?p=14772906&postcount=97
http://forum.xda-developers.com/showpost.php?p=14787113&postcount=155
 
Last edited:

deetailed

Senior Member
Aug 6, 2011
293
42
0
Will be keeping an eye on this, since I like void but switched to get newer features like native screenshot, transparent statusbar and the rings lockscreen.

What file system in sdcard second partition do you recommend with this? Ext2 like void or can I use ext4?
 

aspee

Senior Member
Aug 7, 2011
806
1,057
0
25
mumbai
www.aspeeration.tk
add this knzo script to your rom
#!/system/bin/sh
#

# Move dalvik-cache to /cache first if the cache size is large enough.

CACHESIZE=$(df -k /cache | tail -n1 | tr -s ' ' | cut -d ' ' -f2)
if [ $CACHESIZE -gt 80000 ]
then
echo "Large cache detected, moving dalvik-cache to /cache"
if [ ! -d /cache/dalvik-cache ]
then
busybox rm -rf /cache/dalvik-cache /data/dalvik-cache
mkdir /cache/dalvik-cache /data/dalvik-cache
fi

busybox chown 1000:1000 /cache/dalvik-cache
busybox chmod 0771 /cache/dalvik-cache

# bind mount dalvik-cache so we can still boot without the sdcard
busybox mount -o bind /cache/dalvik-cache /data/dalvik-cache
busybox chown 1000:1000 /data/dalvik-cache
busybox chmod 0771 /data/dalvik-cache
else
echo "Small cache detected, dalvik-cache will remain on /data"
fi
 
  • Like
Reactions: logo_32

holymolys

Senior Member
May 3, 2011
58
4
0
wow I just did this 2 days ago too hahaha, miks rom is great but there's too many useless apps/other stuff in there, I took them all out and replaced adw with zeam, it's working great, especially since it fixed my broken zoom on void

Sent from my LG-P500 using XDA App
 
G

GuestK0065

Guest
Will be keeping an eye on this, since I like void but switched to get newer features like native screenshot, transparent statusbar and the rings lockscreen.

What file system in sdcard second partition do you recommend with this? Ext2 like void or can I use ext4?
I personally use ext4 and haven't had any problems.

add this knzo script to your rom
I will think about it, I need to make this work 100% before that.

Also will it screw with Link2SD, or can they survive alonside each other?

Both 3G and GPS work fine on my phone.
p/s: This is the ROM that I've always wanted.
i just wanted to make sure so i put my sim card in and both GPS and 3G work for me.
Weird they do? Need to do more testing then.

Just came back from my day, going to get to work now.
 
Last edited: