• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Boost Mobile] [ROM] HaloBean 9 FINAL (SkinnyHALO Included)

New Name?


  • Total voters
    60
Thanks for all the help guys, I'm sorry for making y'all flash so much. I got my non-chewed usb to work, but I can't move it even a lilbit to plug it into my laptop and test all this myself >_< that and lately my phone does a double-reboot on its own after flashing anything... I need a new Warp :/
 
Only issue found:
System settings\More...\Mobile networks => FC

This has happened to me on both CTmod and Halo when it first came out... I'm still on 1.9, I got another USB I found laying around and adb pushed settings.apk from RCII and it works fine... there's something strange going on with this, its not settings.apk because I can enable and disable it without any issues on the version I'm running right now (I'll update tomorrow afternoon, too late to back up everything right now...). Until then, quickpanel and power widget to work around it. Sorry guys, gonna research this and see wassup. Thanks for all the testing! Gonna make a special thanks section with your names at the top! :)

Until then, goodnight! :D
:goodnight:
 
This has happened to me on both CTmod and Halo when it first came out... I'm still on 1.9, I got another USB I found laying around and adb pushed settings.apk from RCII and it works fine... there's something strange going on with this, its not settings.apk because I can enable and disable it without any issues on the version I'm running right now (I'll update tomorrow afternoon, too late to back up everything right now...). Until then, quickpanel and power widget to work around it. Sorry guys, gonna research this and see wassup. Thanks for all the testing! Gonna make a special thanks section with your names at the top! :)

Until then, goodnight! :D
:goodnight:

Buuu I missed all the fun :( ....

Great work, rest well
 
Only issue found:
System settings\More...\Mobile networks => FC

This is on every rom that removes boost connection optimizer as it is considered bloat. Most of us just leave it be because in order to fix it (get rid of it) you have to remove strings from strings.xml and also get rid of any string references in public xml. It's a pain in the ass because then you have a gap in the order of hex strings and there are several hundred of them to sort through (16 base numbers are a pain to sort) in order to close the gap in public.xml.

Just pretend it doesn't exist.
 
This is on every rom that removes boost connection optimizer as it is considered bloat. Most of us just leave it be because in order to fix it (get rid of it) you have to remove strings from strings.xml and also get rid of any string references in public xml. It's a pain in the ass because then you have a gap in the order of hex strings and there are several hundred of them to sort through (16 base numbers are a pain to sort) in order to close the gap in public.xml.

Just pretend it doesn't exist.

Perhaps it could be hidden from setting?
 
Rom looks smashing! You are quite productive and got everything added that I was planning on adding before my phone crapped plus way more. Awesome job skinny. I knew I handed the project over to the right person :)

Thanks! I had to do alot of reading to get the wifi tether and cpu controls in the settings menu, but I'm learning at least:D
 
Perhaps it could be hidden from setting?

That is what I just explained. It's a pain in the ass to hide . If you don't deal with the public xml which takes forever for the stated reasons, it won't compile. You'll get errors in vts and any other program. It well say the public reference had not been defined in the logs.

Three reson being that you can't just simply erase the reference in the settings layout or settingsxml to hide it. It's just a reference to the string and publicxml and intent. It could also be referenced in the manifest as well (which I'm still not grasping). You could try it. I did and those where the issues I ran into. It's not a bug. It's just an empty reference.
 
That is what I just explained. It's a pain in the ass to hide . If you don't deal with the public xml which takes forever for the stated reasons, it won't compile. You'll get errors in its and any other program. It well say the public reference had not been defined.

Now that I think about it, if you got rid of connections optimizer before I got my hands on this rom, then why is mobile networks working on my phone which is on 1.9? I think it may have something to do with the throttling service perhaps? I removed throttling in the latest RC, when I get back home in the afternoon I'll add it back into RCIII and see if it works.
 
If you make changes in "CPU Settings", mark "Apply on boot" and "Apply", then "No-frills" execute at every boot, that's OK, but you have "/system/etc/init.d/S91voltctrl" that execute before, so replacing "VoltageControl" with "No-frills" have pros and cons, because VC just changes the script properly without execute itself at boot.
This is not a compliant :D
 
If you make changes in "CPU Settings", mark "Apply on boot" and "Apply", then "No-frills" execute at every boot, that's OK, but you have "/system/etc/init.d/S91voltctrl" that execute before, so replacing "VoltageControl" with "No-frills" have pros and cons, because VC just changes the script properly without execute itself at boot.
This is not a compliant :D

I didn't wanna make the change, but Voltage wouldn't allow me to launch the activity from the settings menu, plus no frills has more features. I'll look into it in RCIII
 
Back
Top Bottom