One problem is that just about any setup for it will get hosed if the use wipes data and/or cache in recovery (if they wipe data, it wipes the link or bind mount, if they wipe cache, the link or bind will not point to anything when the phone boots) resulting in boot loops and other nasties.
Boot loop problems
wipe and installed several times
Wow, I removed a couple of lib*.so files accidentally, so the wipe/install process gets hosed resulting in the boot loops. Updating from a working install of Bumblebee works fine. I'll edit the first post so that people know this is good for an update only, until I get the fixed zip uploaded. I want to test it to make sure, so it will be tomorrow morning (my time), say in about 9 hours or so from this post.
Just flashed the new ROM on top of the old version. The internal memory is down to 24MB from 95MB before the install. Most of the apps are still linked to SD using Link2SD. I don't know what's eating up the memory.
Do I need to do a full clean and reinstall to regain the space?
A note on your kernel. I can't get any data2ext script to work consistently with it. It will either randomly work from boot to boot, or it will appear to work but not permanently/correctly write any of the changes to the ext partition. When I try the other kernels with the exact same rom/system it works. I have yet to try this rom yet, but has anyone gotten data2ext to work with the Bumblebee rom+kernel combo?
BTW, does this rom currently look stock or have you tweaked it? A few pics would be nice in the description.
Just flashed the new ROM on top of the old version. The internal memory is down to 24MB from 95MB before the install. Most of the apps are still linked to SD using Link2SD. I don't know what's eating up the memory.
Do I need to do a full clean and reinstall to regain the space?
I Just went into Link2SD and realized that i had to Re-Link all the dalvik cache files.. all my free space is back![]()
Reboot and Recovery are now options in the power button dialog.
Thank you for the follow-up, obijohn. I'm looking forward to trying out your ROM because of the purported 50% TWS fix. Is there a thread where I can read how the fix was implemented, and what the bug was in the first place?
public void notePhoneStateLocked(int state) {
int bin = mPhoneSignalStrengthBin;
<...snip...>
// If we're back in service or continuing in service, restart the old timer.
if (state == ServiceState.STATE_IN_SERVICE) {
if (bin == -1) bin = SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
if (!mPhoneSignalStrengthsTimer[bin].isRunningLocked()) {
mPhoneSignalStrengthsTimer[bin].startRunningLocked(this);
}
<...snip...>
if (bin == -1) bin = SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
if (bin == -1) bin = mPhoneSignalStrengthBin = SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
^^ Did that bug ever actually affect battery life or was it just a visual bug?
Version 1.18, is not working with data2ext. I did verify permissions on the script (chmod'ed it to 755). Once data2ext is enabled, the rom will not finish booting up. It freezes at the Android loading screen.
Running 'data2ext --disable" via adb lets the rom finish booting (this disables data2ext). Any fixes?
Edit #1: Links2SD works fine.
Edit #2: Scratch that, Links gives a error when creating some links, not all.
![]()