{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am proud to present to you BeanStalk Builds put together by myself. This is a build composed off of the CM10.1 builds and i have added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers!
I plan on updating this and adding features on a pretty regular basis, so if you happen to like this, keep checking back.
Like what you see? Click the thanks button or Donate to scott.hart.bti by clicking HERE
Interested in Porting/Building BeanStalk on another device? Check out Post #3!
Feature List.... Its a long one and growing every day!
CM based
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
View attachment 1655019View attachment 1655020View attachment 1655021View attachment 1655022View attachment 1655027View attachment 1655028
View attachment 1655029View attachment 1655030View attachment 1655036View attachment 1655037View attachment 1655038View attachment 1679954
Trouble Alerts/Workarounds:
None
GAPPs:
GAPPs 20130301
Downloads:
BeanStalk1.225-20130529-mako.zip
***Please keep in mind that this is the initial release and bugs are to be expected. I am working on this myself and do not have a team that is helping me. Before reporting bugs, please make sure you verify everything on your end and make sure you do a full wipe and format first to make sure it is a legitimate issue. Im going to say this once and only once... I am doing this for fun. It is my CHOICE to share my work with everyone. If you decide that you do not like my work, good for you.. Move on and flash something else. I will not tolerate ungrateful people in my thread.***
Instructions
Install ROM
Install Gapps from link above
CWM/TWRP: Wipe Cache Partition
CWM/TWRP: Advanced/Wipe Dalvik Cache
Reboot
SlimROM source can be found HERE
DerTeufel's source can be found HERE
BeanStalk source can be found HERE
Change Log:
BeanStalk 1.225 - 5/29/2013 - MTD
* App sidebar option (When active, trigger is on left hand side) (Thanks CHAOS!)
* Custom progress dialog used for reboots, shutdowns, and upgrading boxes.
* Fix notification LED behaviour
* Change preload time for recents display
* Always show settings button option on notification drawer
* Gesture navigation options (Thanks Sbrady!)
* Option to force keyboard to show an enter key
* Option to set custom notification for individual contacts
* Donate option added to bottom of about phone layout... Just incase people are feeling generous...
So your interested in Building/Porting for another device?! Follow this guide! **Please make sure to give proper credits and Use the layout i have in the first post.** - If you need assistance, please send me a PM, do NOT post questions in this thread. I may open a general porting/building thread in another section depending on how this goes. You must have some general experience/knowledge in this area to complete this. Building from Linux platforms. In particular Ubuntu 10.04
Setup to build - This section can be skipped if youve ever built anything before. This is for first time build setup.
1. From your root terminal location, type the following: sudo apt-get install curl git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev sun-java6-jdk pngcrush schedtool g++-multilib lib32z1-dev lib32ncurses5-dev lib32readline5-dev gcc-4.3-multilib g++-4.3-multilib
2. Type: mkdir ~/bin
3. Type: PATH=~/bin:$PATH
4. Type: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
5. Type: chmod a+x ~/bin/repo
From terminal
1. type 'cd'. This will bring you to your root folder.
2. type 'mkdir beanstalk'. This will create a folder named beanstalk.
3. type 'cd beanstalk'. This will take you to the beanstalk directory created from previous step
4. type 'repo init -u git://github.com/scotthartbti/android.git -b cm-10.1'. This will setup the folders to be synced.
5. type 'repo sync'. This will sync the folders to your beanstalk directory. Note - This will take some time depending on internet connection. Be patient!
6. After the repo sync finally finishes, all you need to do is add your device, kernel, vendor specific files for the device you are building for. (You must know what these are, dont bother asking me if your not sure.)
7. Make sure all your device specific files are setup as if you were going to build for CM.
8. Outside of terminal, navigate to beanstalk/vendor/cm. Double click on the get-prebuilts file and select run in terminal. This will fetch necessary files needed to build and place them where they need to be.
9. Type '. build/envsetup.sh && brunch "device name"'
10. Previous step will start building beanstalk for your device. The process takes anywhere from 1 - 3 hours depending on your computer.
11. Once completed, it will say package complete and you will have a beanstalk named zip file in your out folder.
Sweet, another ROM!
Sent from my Nexus 4 using Tapatalk 2
The download link has an extra h, in the http part of the url O:
(leads to blank page)
1Nexus said:
The download link has an extra h, in the http part of the url O:
(leads to blank page)
Click to expand...
Click to collapse
Fixed, thanks for the heads up!
Nice to see an ASD here. I ran slim star when I had my S2.
Sent from my Nexus 4 using xda premium
born2gethard said:
Nice to see an ASD here. I ran slim star when I had my S2.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
That's what got me started and now I build from source and tweak as I see fit lol.
Sent from my Nexus 4 using xda premium
Scott is the only reason I still have my infuse 4g and the thought of running beanstalk on my nexus 4 is just amazing!
Thank you so much for porting this
Sent from my Nexus 4 using XDA Premium HD app
born2gethard said:
Nice to see an ASD here. I ran slim star when I had my S2.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I'm also another ASD here .
Sent from my Nexus 4 using Tapatalk 2
android88 said:
I'm also another ASD here .
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
You don't count sir. I know you be creepin'
Sent from my Nexus 4 using xda premium
Been running since last night and i love it so far. GREAT WORK!
born2gethard said:
You don't count sir. I know you be creepin'
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
em2drvr03 said:
Been running since last night and i love it so far. GREAT WORK!
Click to expand...
Click to collapse
I'm glad you are enjoy it!
Sent from my Nexus 4 using Tapatalk 2
look out for ASDK kernel for n4 :x
Everything's running beautifully so far. This + semaphore kernel is a winning combination. Great work. Reminds me a lot of E.L.E ROM, which is not a bad thing. :thumbup:
Sent from my Nexus 4 using xda premium
How come my nav bar won't stay transparent?
Sent from my Nexus 4 using xda premium
Maybe linaro will get more notice?
Sent from my Nexus 4 using xda premium
This rom is awesome great work op
Sent from my Nexus 4 using Xparent BlueTapatalk 2
http://d-h.st/5lH
sidebar thing is awesome....love it...and love how sweet it runs and how simple it is with few major tweaks that i need...not a fan of xposed as i do not see the point of it but hey all i do is just uninstall it...great work OP and hope this carries on
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
All credit for this source goes to @scott.hart.bti for bringing us BeanStalk. Please thank him for his work. This is a build that I have lightened up to my liking and I figured I'd share it.
____________________________________________________________________________________________________________________________________________________________________________________________________________________
For a full version of BeanStalk please see here:
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Features:
CM based
HALO
Dark UI
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Slider Shortcuts
Lockscreen button actions
LCD Density
Default App grip option
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
AOKP animations
option to disable/enable vibrate on expand for notifications alerts
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options
Enable/disable wake on charge
Superuser fully embedded
CM Performance options and features
edits/tweaks/fixes to make this build absolutely fly
fully themable MMS packages.
You tell me
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Special Thanks to @matthew0776 for his awesome work, he has been a major support and contributor to Harmony. Check ou his CAndyShop Here:
http://forum.xda-developers.com/showthread.php?t=2279807
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Sources:
-BeanStalk
https://github.com/scotthartbti/android
-Cyanogenmod
https://github.com/CyanogenMod/android
-SlimRoms
https://github.com/SlimRoms/platform_manifest
-TeamKang
http://aokp.co/learn/so-you-want-to-build-aokp-jb-ubuntu-1204
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Please follow the steps before posting any issues. Don't take that the wrong way, I am most certainly here to help but all I ask is a little effort in seeing if the issue has either been addressed, resolved or a work around has been figured out. I always try to keep a positive, fun-loving attitude with users and I intend to keep it that way
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Steps:
- download .zip
- place on root of your phones storage
- download latest full or minimal gapps (optional)
- reboot device into recovery
- perform a full wipe (advised) (ie system, dalvik, cache, factory data reset)
- install .zip as well as gapps if you are using it
- after install finishes, reboot your device
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Harmony Download Links:
ROM- http://www.androidfilehost.com/?fid=23308990704255206
Mirror- http://d-h.st/qO0
4.4 GApps- http://goo.im/devs/BaNkS/GApps/4.4.2/1-9_GApps_Standard_4.4.2_signed.zip
(Thanks to @BaNkS)
Fixes- DSPManager- http://www.androidfilehost.com/?fid=23311191640113686
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Changelog:
Code:
1/9
[COLOR="Grey"]* Couple of fixes to Active Display
* Added option to view rambar in GB instead of MB
* Added Misc features under lockscreen menu which include the following:
- Lockscreen blur
- Lockscreen blur radius
- Lockscreen transparency
- Lockscreen rotation
* Option to set signal icon to either LTE or 4g
* Forward ported notification drawer brightness slider
* Added Gesture navigation
* Added longclick switchbutton
* Sleep Screen shortcut
* Option to set the phone to 2g while screen is locked to save battery
* Hidden 'android animation' planted somewhere secretely in the build
* Forward ported sound settings
* Forward ported power connect/disconnect
* Added Stylus gesture features
* Tons of UI fixes and improvements to better suite the 4.4 theme
* Tons of misc fixes and imrpovements throughout.[/COLOR]
12/31
[COLOR="Grey"]* Removed CM performance settings and implemented omni rom performance settings
* Added CPU info option (developer settings)
* Fast Torch option (controlled by holding power button when screen is off)
* Added IME features (languages and input settings)
* Made clear recents button configurable
* Ported circle memory meter for recents
* SlimROM chamber of secrets option (developer options)
* Quick sound record title
* Updated TRDS with newer drawables
* Updated brightness status bar slider code
* New screen record built in app with customizable options from beanstalk display options
* Screen record option can also record audio
* Made the power menu profile switcher optional and fixed the implementation which allows it to follow current power menu style layouts that the user defines. (disabled by default)
* Added screen recorder power menu option (disabled by default)
* Double tap to sleep gesture
* Expanded TRDS to numerous system apps
* MMS bubbles from slimrom
* NUMEROUS fixes and improvements throughout.[/COLOR]
12/19
[COLOR="Grey"]* Fixed variable lock pattern issue. Works as it should now.
* Add lockscreen rotation as an optional rotation setting
* Forward ported power widgets - located in quicksettings and notification drawer menu.
* Ported fixes and additional power widgets
* Option to set active/inactive colors for power widgets
* Option to set headset to launch voice commands
* Allow to disable quicksettings completely
* fix for screenshot animation glitch in portrait
* new boot animation from @skyliner
* Quicksettings fliptile when clicking a tile
* AudioEffect: Add a stereo widener effect
* AudioFX: Add center frequency param to bassboost
* update icons and remove cm specific icons.
* allow disabling call end sound
* QS: make dynamic tiles configurable
* Custom lockscreen handle
* Beanstalk shortcut options (this is all slims work, just renamed to harmony)
* Custom carrier label
* Added brightness slider (swipe status bar to control brightness when enabled)
* Updated density changer to set density on the fly. No longer requires a reboot!
* Wake on connect/disconnect option
* Numerous fixes and improvements throughout the build[/COLOR]
12/9
[COLOR="Grey"]* Merged AOSP 4.4.1
*Reverted app sidebar for now.
*Revamped quiet hours logic
*Reverted CM quicksettings.
*Ported Slim Quicksettings. Fully customizable.
*Lockscreen colors and lock images from slim
*Master switch added for HALO by popular demand
*More additions for Active Display and a couple fixes.
*Fix keyguard layout for sw320dp devices
*Development shortcut in statusbar and notification area to wipe data and force close an application
*Added stand alone file manager from Omni
*Fixed enable/disable of notification while screen is on option
*Numerous fixes/improvements throughout the build
[/COLOR]
____________________________________________________________________________________________________________________________________________________________________________________________________________________
Sent from my Nexus 5 using Tapatalk
Reserved ( thanks @NeverSeparate for reminding me )
Sent from my Nexus 4 using xda premium
+1
Candy Painted
matthew0776 said:
+1
Candy Painted
Click to expand...
Click to collapse
There it is proud of you Mar keep up the good work bro... You are awesome!!!
Much love my friend!!!
Sincerely, sk8
"keep it oldschool"
Cm10.1.1 sources?
Can i downooad with goo.im?
Inviato dal mio Nexus 4 con Tapatalk 2
GEKTHEBOSS said:
Cm10.1.1 sources?
Can i downooad with goo.im?
Inviato dal mio Nexus 4 con Tapatalk 2
Click to expand...
Click to collapse
Edited
Sent from my Nexus 4 using xda premium
Please consider beanstalk base mate. Lol. And congrats with new thread!
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
schukje said:
Please consider beanstalk base mate. Lol. And congrats with new thread!
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
Click to expand...
Click to collapse
I'm looking into it. From what I see most bases are cm. Then devs modify the source and make it their own so I will for sure look into beanstalk
Sent from my Nexus 4 using xda premium
schukje said:
Please consider beanstalk base mate. Lol. And congrats with new thread!
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
Click to expand...
Click to collapse
I believe beanstalk is cm based actually. It just has a lot of features other cm based roms don't.
From high upon the Beanstalk
NeverSeparate said:
I believe beanstalk is cm based actually. It just has a lot of features other cm based roms don't.
From high upon the Beanstalk
Click to expand...
Click to collapse
Thats why i love it so much lol
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
ROM is running pretty smoothly no complaints there...my question is in regards to LTE functionality. i followed the same steps i take on AOSP roms to activate the LTE feature, most things appear but I cannot actually get an LTE signal to lock on. Have you tested this with the latest LTE settings?
I enabled LTE via build.prop, created LTE APN, changed network provider, and a few other steps just to verify. Still nothing seems to trigger the LTE.
Any suggestions or comments?
Thanks
Stroid01 said:
ROM is running pretty smoothly no complaints there...my question is in regards to LTE functionality. i followed the same steps i take on AOSP roms to activate the LTE feature, most things appear but I cannot actually get an LTE signal to lock on. Have you tested this with the latest LTE settings?
I enabled LTE via build.prop, created LTE APN, changed network provider, and a few other steps just to verify. Still nothing seems to trigger the LTE.
Any suggestions or comments?
Thanks
Click to expand...
Click to collapse
In all honesty I don't have LTE in my area unfortunately so I can't test it myself. I do know that cm 10 source comes with the LTE apns so I am looking to get them working on this AOKP build. If anyone else that is near an LTE area with coverage can test this and report back their results would be much appreciated
Sent from my Nexus 4 using xda premium
mar5hal said:
In all honesty I don't have LTE in my area unfortunately so I can't test it myself. I do know that cm 10 source comes with the LTE apns so I am looking to get them working on this AOKP build. If anyone else that is near an LTE area with coverage can test this and report back their results would be much appreciated
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thanks mar5hal I would be glad to test anything for you as I am in Atlanta, with good LTE signal here. I will attempt to reconfigure the LTE once again for testing, maybe I missed a step the first go round. I to look forward to seeing other peoples results with using LTE on this rom.
Thanks
schukje said:
Thats why i love it so much lol
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
Click to expand...
Click to collapse
I agree. But my point is you asked to base it off beanstalk instead of cm, but beanstalk is a cm base. I don't believe mar5hal is going to make another beanstalk rom. But he may pull some stuff from it. Between beanstalk, carbon, and many others, he has plenty of options to pull. It will be good either way.
From high upon the Beanstalk
NeverSeparate said:
I agree. But my point is you asked to base it off beanstalk instead of cm, but beanstalk is a cm base. I don't believe mar5hal is going to make another beanstalk rom. But he may pull some stuff from it. Between beanstalk, carbon, and many others, he has plenty of options to pull. It will be good either way.
From high upon the Beanstalk
Click to expand...
Click to collapse
Well said. Cheers :beer:
Sent from my Nexus 4 using xda premium
For LTE fix look here!!!
Remember to read before you flash anything since this is not on OP or included in the RoM it is up to the user to use discretion as always!!!
Sincerely, sk8
http://forum.xda-developers.com/showthread.php?p=43463403
Sent from my Nexus 4 using xda premium
sk8oldschool74 said:
For LTE fix look here!!!
Remember to read before you flash anything since this is not on OP or included in the RoM it is up to the user to use discretion as always!!!
Sincerely, sk8
http://forum.xda-developers.com/showthread.php?p=43463403
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I don't have LTE so can't test but also remember to have a nandroid backup too for safety.
see Y'all on the (Kick)Flip side
Sorry for that slow moving process everyone. I am still new to a lot of this and its been a tedious adventure. I am planning on having an updated build in the near future including sources from paranoid android, cm as well as slim ROMs. Stay tuned and thanks for stopping by
Sent from my [AOKFP] Nexus 4
Take your time and get it right mate, we don't need an updated ROM as often as some other ROMs are. By having this period of no updates our phones and ROM bond and get to function in harmony.
see Y'all on the (Kick)Flip side
Dont rush the updates mate! Better a good one then an update every day!
grtz from the crazy basterd from holland. powered by kickflip/axiom and askp kernel
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am proud to present to you BeanStalk Builds put together by myself. This is a build composed off of the CM10.1 builds and i have added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers!
I plan on updating this and adding features on a pretty regular basis, so if you happen to like this, keep checking back.
Like what you see? Click the thanks button or Donate to scott.hart.bti by clicking HERE
Interested in Porting/Building BeanStalk on another device? Check out Post #3!
If you have building/development concerns or issues, Please visit the BeanStalk Development Thread to avoid cluttering this thread.
CM based
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
None
Please download the latest 4.3 android gapps from http://goo.im/gapps
***For a complete listing of all supported BeanStalk devices and downloads, please visit www.goo.im/devs/beanstalk.***
BeanStalk Build 4.3.1009 - MTD - Android 4.3 - 10/16/2013
***Please keep in mind that this is the initial release and bugs are to be expected. I am working on this myself and do not have a team that is helping me. Before reporting bugs, please make sure you verify everything on your end and make sure you do a full wipe and format first to make sure it is a legitimate issue. Im going to say this once and only once... I am doing this for fun. It is my CHOICE to share my work with everyone. If you decide that you do not like my work, good for you.. Move on and flash something else. I will not tolerate ungrateful people in my thread.***
CWM: Wipe Cache / Factory Reset Note: You should be fine without this step, but it is HIGHLY recommended as it makes certain all bugs are wiped clean.
Install ROM
Install Gapps from link above
CWM: Wipe Cache Partition
CWM: Advanced/Wipe Dalvik Cache
Reboot
SlimROM source can be found HERE
DerTeufel's source can be found HERE
My source can be found HERE
Donate to scott.hart.bti by clicking HERE
Not another one
Sent from my Atrix HD using Tapatalk 4 Beta
---------- Post added at 08:12 PM ---------- Previous post was at 08:12 PM ----------
Lol you a beast
Sent from my Atrix HD using Tapatalk 4 Beta
Let's see those screen shots!
Sent from my MB886 using xda premium
timpohladthomas, Will you be supporting these roms with updates whenever the official one is updated or is your work done here? Thanks!
Sweet another rom to play with!
>.> Well, looks like I've got quite a bit to flash tonight...
BTW to everyone else, screenies are on the page with the features... Just in case you didn't know...
All this new goodness too bad we don't have multirom
Sent from my Atrix HD using Tapatalk 4 Beta
I love this ROM...so far so good...attached are some screenshots.
Sent from my MB886 using xda premium
Early adopters:
GPS? Bluetooth? Any FCs?
Signal display doesn't appear to work on this rom either as it's jump from 4 bars to zero.Does anyone know how to fix this or point me in the right direction so I can work on it myself..
---------- Post added at 01:41 AM ---------- Previous post was at 01:40 AM ----------
Mister_Simon said:
Early adopters:
GPS? Bluetooth? Any FCs?
Click to expand...
Click to collapse
Working fine.
Rick1488 said:
Signal display doesn't appear to work on this rom either as it's jump from 4 bars to zero.Does anyone know how to fix this or point me in the right direction so I can work on it myself..
---------- Post added at 01:41 AM ---------- Previous post was at 01:40 AM ----------
Working fine.
Click to expand...
Click to collapse
No idea where to begin, but I do notice on a lot of roms, if you make a call, the bars turn blue.
tried this rom some far everything is good.
Sent from my MB886 using xda premium
GPS is working. I don't use BT. No fc's either. Great rom!
Sent from my MB886 using xda premium
helldogg75 said:
GPS is working. I don't use BT. No fc's either. Great rom!
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
My Bluetooth is working fine.
Sent from my MB886 using xda premium
OP Updated
Download newest version right now.
Sent from my Atrix HD using xda premium
Silentwidow said:
No idea where to begin, but I do notice on a lot of roms, if you make a call, the bars turn blue.
Click to expand...
Click to collapse
That's because its detecting a different radio signal when in call. Just disable 4g/LTE (make a quick settings toggle) and you'll be able to see your actual signal. Depending on how ya look at it, can be a good thing cause it forces us to disable the power hungry 4g radio in order to see the signal strength.
skeevydude said:
That's because its detecting a different radio signal when in call. Just disable 4g/LTE (make a quick settings toggle) and you'll be able to see your actual signal. Depending on how ya look at it, can be a good thing cause it forces us to disable the power hungry 4g radio in order to see the signal strength.
Click to expand...
Click to collapse
GREAT to see so many different ROMs available for our little humble phones. Just think how different things were a couple months ago...
Youngunn2008 said:
GREAT to see so many different ROMs available for our little humble phones. Just think how different things were a couple months ago...
Click to expand...
Click to collapse
And how everyone *****ed and said "This phone sucks -- no roms, bad battery, no development". I"d say "Wait three months, then complain."
3 months later we have tons of roms and the only big bugs left are 4G/LTE signal, bluetooth sometimes, and battery drain. As far as bluetooth is concerned, none of our devs have bluetooth audio devices -- can't fix what ya don't have .
//And I gotta ask, do all these roms being labeled as [PORT] bug you as much as it bugs me? If they actually were ports, I'd say nothing, but they're Unofficial Kangs from source....The XDA definition of a kang is --
Kang: Someone writes a code,someone else modifies the code to make their own release, its considered a kang release.
-- which is exactly what these are...
//Since I couldn't find it, the definition of a Port --
Port: Someone releases rom 1 for device A. Someone else takes rom 2 from device B and combines the two roms until rom 1 works on device B.
///These being labeled as [PORT] bugs me just as much as @noobsaibot replying above the quote instead of below.....
////Really, is it that hard to post below the quote so everything flows in a logical order?
/////Not to mention he screws up half the time and the quote boxes are all out of wack
/// @noobsaibot, I'm just teasing ya, don't take it too personally
//We need the Off-Topic Thread back, I miss it
skeevydude said:
And how everyone *****ed and said "This phone sucks -- no roms, bad battery, no development". I"d say "Wait three months, then complain."
3 months later we have tons of roms and the only big bugs left are 4G/LTE signal, bluetooth sometimes, and battery drain. As far as bluetooth is concerned, none of our devs have bluetooth audio devices -- can't fix what ya don't have .
//And I gotta ask, do all these roms being labeled as [PORT] bug you as much as it bugs me? If they actually were ports, I'd say nothing, but they're Unofficial Kangs from source....The XDA definition of a kang is --
Kang: Someone writes a code,someone else modifies the code to make their own release, its considered a kang release.
-- which is exactly what these are...
//Since I couldn't find it, the definition of a Port --
Port: Someone releases rom 1 for device A. Someone else takes rom 2 from device B and combines the two roms until rom 1 works on device B.
///These being labeled as [PORT] bugs me just as much as @noobsaibot replying above the quote instead of below.....
////Really, is it that hard to post below the quote so everything flows in a logical order?
/////Not to mention he screws up half the time and the quote boxes are all out of wack
/// @noobsaibot, I'm just teasing ya, don't take it too personally
//We need the Off-Topic Thread back, I miss it
Click to expand...
Click to collapse
Amen ...
And yeah the port definition doesn't seem to apply to these Roms but he seems to want to call them that, so more power to him right? Lol
Sent from my Atrix HD using Tapatalk 4 Beta
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am proud to present to you BeanStalk. This is a build composed off of the CM builds and has a lot of added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers!
CM based
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
*Titanium backup lag like most G2 kitkat roms
*Not a bug just don't want it mentioned - No cm cLock, for some reason that app on this phone can do a battery drain in 3 hours
Download 4.4.2 GAPPS from here
Downloads
DOWNLOAD MAIN ROM AND FLASH YOUR VARIANTS DEVICE PATCH DIRECTLY AFTER
BeanStalk 4.4.247 - 2/11/2014
Added PIE - All credit to slimrom devs
Added BS Platlogo (thanks skyliner for drawables)
Port SmoothProgressBar: User Custom ProgressBar Setting - thanks hany
Cleaned up display settings
Large recents
recents background color
Fixed tablet menus
Improve apps ops detail screen
Added chameleon Gesture anywhere (thanks hany for the port job)
Added back xposed app
Add option to access xposed from settings - Thanks Hany
* Fixed settings app languages issues
* Day and week on data cycle option
* Super advanced custom toggle
* Navbar and dpi improvements
* Audio Themes! (Please visit the omni audio themes page for instructions and sound packs!)
* Custom notification header
* Breathing icons (mms, missed call, voicemail)
* Lockscreen Notifications!
* Multi window! (Still a WIP, but much improved from 4.3 implementation. If you open an app in multi window mode, you need to either close out of the app or remove it from recents history or it will keep the multi window form. Also, Multi window option is disabled when HALO is active to avoid issues with HALO layout)
* dont disable lockscreen widgets on low memory devices
* Made HALO window moveable and scaleable
* Add Dialer suggestions and reverse lookup
* lights: Add music light support
* Numerous improvements throughout the build
* I know there are a ton of additions and features i forgot to mention
Make sure you are rooted with a custom recovery
Download both the BeanStalk build and the latest GAPPs package.
Boot into recovery
Perform a FULL factory wipe and wipe /system and dalvik cache as a precaution
Flash BeanStalk build
Flash GAPPs package
Reboot
After installation go to Settings - Performance - Memory Management - Tick " Allow purging of assets " and reboot.
This is only necessary until I get a memory leak bug figured out. Fixed
Beanstalk source can be found HERE
Kernel Source
Thanks to @scott.hart.bti who created beanstalk rom
Need feedback on Bluetooth audio/call streaming
Also need Verizon Sprint tester PM if interested :good:
First..
Very nice will try this.. Thanks.
Great work .. If you need a sprint tester I'm here
Loved beanstalk on my gnex, has this rom knock on and of working ?
grtz from crazy bastard from Holland on my G2
nfl46 said:
I'm still playing around with it but I get force closes when I click on:
Beanstalk.init.d scripts
Lockscreen > Clock Widgets
Both of them say: unfortunately settings has stopped
Sent from my LG-d800 using Tapatalk
Click to expand...
Click to collapse
The cyanogen lock clock was disabled for the moment because it was causing a huge battery drain issue, which is probably why that one crashes
Next build the init.d section of the rom will be fixed:good:
schukje said:
Loved beanstalk on my gnex, has this rom knock on and of working ?
grtz from crazy bastard from Holland on my G2
Click to expand...
Click to collapse
Knock on works, I thought knock off was a custom launcher feature
dr87 said:
Knock on works, I thought knock off was a custom launcher feature
Click to expand...
Click to collapse
Gonna test it, slim had knock of in statusbar
grtz from crazy bastard from Holland on my G2
thanks gonna try tonight................... i was waiting for this........ excellent......:highfive:
I'll test for Verizon/vs980 was a big fan of beanstalk from the gnex days so can't wait to try it again! The knock off on status bar is a recently added kernel feature by CM that was also custom picked by Houstonn for the PA builds
Can't wait for vs
Sent from my LG-VS980 using Tapatalk
Is echo bug present in T-mobile version?
Sent from my LG-D801 using XDA Premium 4 mobile app
dr87 said:
Need feedback on Bluetooth
Also need 1 Verizon + Sprint tester PM if interested :good:
Click to expand...
Click to collapse
I confirm that Bloetooth is working. I paired with another phone and recieve a file without a problem.
Sweet!!!!!!! Thanks brother!!
Sent from my LG-D802 using XDA Premium 4 mobile app
Cant get root on d802, did clean install, TB doesnt get acces
Sent from my GT-P3110 using Tapatalk
schukje said:
Cant get root on d802, did clean install, TB doesnt get acces
Sent from my GT-P3110 using Tapatalk
Click to expand...
Click to collapse
TB and root working perfectly here
Sent with LG D802
Will there be a build for the D803?
Sent from my LG-G2 using Tapatalk
This rom have halo and immersive mode?
Sent from my LG-G2 using XDA Premium 4 mobile app
Awesome another ROM for my ls980!! Can't wait for it to go live.
Sent from my LG-G2 using Tapatalk
Update binary fails in twrp 2.6.3.4 on d800. Can't install. Downloaded twice.
Sent from my LG-D802 using XDA Premium 4 mobile app
Official Builds of LiquidSmooth
DISCLAMER
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Click to expand...
Click to collapse
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Liquid Members:
Liquid0624
Deadman96385
jsnweitzel
Somber73
TheBr0ken
Cdub50
Features:
Code:
Linaro 4.8 GCC Toolchain
O3 Strict-Aliasing & ISO C++11 Mode
ARM Optimized String Handling Routines
Linaro and Code Aurora Optimaztions
Slims DPI on the fly
Custom animation controls
TRDS 3.0 (Liquid Blackout in settings)
Active Display
Slims QuickSettings
Ram Bar
T-Mobile Theme Engine
Privacy Guard
Built in SuperUser
Working WiFi Tethering
Cell Broadcasts
Slims Configurable Power Menu
Slims Configurable Nav Bar
Gamma Configuration support
Custom animation controls (Listview)
LockScreen Notifications
And way more than this...
Build Change Log:
Code:
**4/4**
Battery Saver
Fast Charge Tile added (May need tweaking we will see)
Audio theme's from Omnirom added
Shutdown speed increased from cm/slim
Upstream changes
**3/31**
Switched to IllusionRoms kernel (Omni base)
Switched to SaberMod 4.7 Toolchain for the kernel
Removed AOSB Recents
Stock Recents are default now (option of Slim's or OmniSwitch)
Removed Color Statusbar and App Side Bar as they were buggy
**3/17**
Status Bar Colors (Settings > Interface > AppBar)
Keyboard Animation's (Settings > Display > IME Animations)
Custom Scrolling Values (Settings > Display > Scrolling Modifiers)
Battery Bar (Settings > StatusBar > Battery Icon)
App Side Bar (Settings > Interface > AppBar)
Performance Control Replaced with Kernel Tweaker
Starting with 3/8 builds there will be limited CWM support you can flash updates using it as long as you do do use the wipe data action in the app thanks Steve Spencer
When a notification was clicked in active display on some device SystemUI would FC, fixed by Jason Weitzel
Gesture Anywhere (Details later in the post)
Active Display cleaned up and features merged in from Omni (Details here http://goo.gl/9eNhQ8)
Internal Memory QS Tile
Bug Fixes:
App Settings do not launch twice on long press in slim recents
3rd Party app support added to trigger recents
Keyboard does not close when recents is opened
SlimRecents Multiuser Compatible
Add Long press menu to SlimRecents, it includes app info, Playstore link, Amazon appstore.
FC on Pinch fixed
Make Slim Recents follow Google Design standards
Smooth none holo-spinners
Smart Pulldown added to LiquidActions
Recents added to LiquidActions
Source Code:
Code:
[url="http://github.com/LiquidSmooth"]LiquidSmooth Github[/URL]
[url="https://github.com/IllusionRom/android_kernel_lge_msm8974"]IllusionRom's Kernel[/URL]
Downloads:
Code:
[url=" http://goo.gl/mt8MtO "]ROM Download[/URL]
[url=" http://forum.xda-developers.com/google-nexus-5/themes-apps/gapps-t2012857 "]BaNkS GApps Download[/URL]
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please Support Liquid by Donating HERE
Know Issues - please do not post about bugs that you see on this list:
- Kernel Over Volt of +25-50 (may cause your device to run hot)
- Font Size picker does not work
- LCD Density force closes settings once you change the density and click the home or back buttons.
- Slim Pie needs a reboot before the trigger areas work
- There is no way to activate multi-window
- There is no way to disable Nav bar and pie currently
- OTA App is still in the testing phase, so it will be buggy so do not use it.
- Settings force close when setting custom icons for lockscreen slider shortcuts
If you see something not in this list, let me know below. :cyclops:
New Features:
Custom Progress Bar.
LG apps known to work:
RieGo's LG QuickRemote v7
My personal settings:
System DPI at 400
Navigation Height at 36
Action Launcher Pro
Kernel settings:
TCP Congestion Control: westwood
I/O Scheduler: noop
CPU Governor: ondemand
MPU Voltages: -25 to all
CPU Frequency: Max 2265600
Saving two.
Sweet! Thank you for this!
Sent from my LG-VS980 using XDA Premium 4 mobile app
Been running these builds for a few days now.
Very solid and very smooth!
Thanks for building!
I'm not having any luck being able to flash this... Anyone else having issues?
problems here as well. "some symlinks failed" "error executing updater binary...."
joewaz said:
I'm not having any luck being able to flash this... Anyone else having issues?
Click to expand...
Click to collapse
I have noticed in TWRP that if you have wiped system (which I always do) you have to go to Mount and un-tick the box next to system and it should flash for you.
Reginald476 said:
I have noticed in TWRP that if you have wiped system (which I always do) you have to go to Mount and un-tick the box next to system and it should flash for you.
Click to expand...
Click to collapse
OK lol.. So you have to unmount the system?
joewaz said:
OK lol.. So you have to unmount the system?
Click to expand...
Click to collapse
Yes, at least that has been my experience.
Reginald476 said:
I have noticed in TWRP that if you have wiped system (which I always do) you have to go to Mount and un-tick the box next to system and it should flash for you.
Click to expand...
Click to collapse
this did the trick! gonna give this a whirl. thank you! :good:
philsfan said:
this did the trick! gonna give this a whirl. thank you! :good:
Click to expand...
Click to collapse
Thanks for letting me know I will work on this in the next build so hopefully we won't have to take those couple of extra steps.
Reginald476 said:
Yes, at least that has been my experience.
Click to expand...
Click to collapse
I'm loving this ROM.. It has every feature possible and its organized perfectly.. Seems stable so far.. But what's up with the over volting lol
Ran this for a few day a week or two ago. Was already really complete.
Also currently using this on my old ass xt912 glad to see you guys toss up a thread here. Awesome work.
Edit: didn't see this was unofficial haha my bad.
Regardless, awesome to see more options
Sent from my Vs980
joewaz said:
I'm loving this ROM.. It has every feature possible and its organized perfectly.. Seems stable so far.. But what's up with the over volting lol
Click to expand...
Click to collapse
Hmm, I didn't notice that, in my previous builds it was running lower, this would come from dr87 as these are his defaults. I will look into it.
Lawlrus said:
Ran this for a few day a week or two ago. Was already really complete.
Also currently using this on my old ass xt912 glad to see you guys toss up a thread here. Awesome work.
Edit: didn't see this was unofficial haha my bad.
Regardless, awesome to see more options
Sent from my Vs980
Click to expand...
Click to collapse
I am trying to help them out as the devs are working on all of the others they build for. As soon as I can get a few more things fixed I think they will put up an Official post.
Seems to be running warm. But loving this ROM so far
Sent from my LG-VS980 using Tapatalk
OP is updated with a build that doesn't need you to unmount system.
In looking at the OV issue, I found one of the "features" that dr87 added to v3 of his kernel
- Update CPU voltages to one stock table - this could be no change, +25 or +50 depending on what your chip is binned. This may help sod's and reboots on AOSP.
Click to expand...
Click to collapse
Sent from my LG-VS980 using Tapatalk
This was my favorite ROM on the Galaxy Nexus! Will be trying it.
datsyuk said:
This was my favorite ROM on the Galaxy Nexus! Will be trying it.
Click to expand...
Click to collapse
Same here, that's why I was so excited to see they were working on it and that I was able to get it build.
Sent from my LG-VS980 using Tapatalk
Holy crap you can change DPI on the fly without going through like 5 steps? This ROM is freaking FANTASTIC
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am proud to present to you BeanStalk Builds put together by myself. This is a build composed off of the CM11.0 builds and i have added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM And a2441918 guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers! Also Tons of Thanks to @scott.hart.bti personally from me and Sonic-Developers.
I plan on updating this and adding features on a pretty regular basis, so if you happen to like this, keep checking back.
CM based
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
Nothing found to my Egal Eyes
Use SensonicHD ultra slim Gapps
/BeanStalk-4.4.270-20140323-P31XX.zip
RECOVERY TWRP: Wipe Cache / Factory Reset
Install ROM(P311x users look Special instructions
Install Gapps
Wipe Cache Partition
Wipe Dalvik Cache
Reboot
Special instructions for wifi models: DO This Before Flashing ROM
Download rom And also download meta info zip attached here
Open rom zip with 7zip archive manager
extract meta info folder
replace meta info folder of rom by meta info folder which you extracted
close the 7zip archiver than flash the rom
if you are not doing this means you will get status7 error while installing rom
SOURCE
Donate to scott.hart.bti by clicking HERE
DONATE TO AUDIO GOD
Initial Relese
Credits
@a2441918 For Helping me in building
scott.hart.bti For Source and giving pernmission to play with bs source
Mr.Elie For Supporting me with resources
Mohamod For helping and supporting me
My Team Sonic-Developers for everything unseen & Untold
screen shots
Looks very promising, downloading now and will give you the feedback soon.
Great work BDW.
Edit:
Tested it and found no issues.
Lot of features, great work like always..
Some one who downloaded confirm the integrity of zip this fees back is very important to me
Sent from my GT-N7100 using Tapatalk
Does not flash on p3110, comes up with error message saying it doesn't work on expressowifi unfortunately
@Audio God
Welcome back buddy.. Thanks once again for supporting us.. Downloading nw.. Great work as always.. Will give u feedback as soon I flash it..
Sent from my GT-P3100 using Tapatalk
Wow ... It's great ... Thank bro ...
Downloaded and installed fine. Setting it up & playing around a bit. So far so good. Thanks for sharing.
First impression...
Boot Animation: Nice...I like it.
Re-Boot Animation: Also Nice :good:
When choosing Battery Icon as Percentage, there is no animation that show it is charging...it's like SlimKat.
I'll take a look again later...I'll be back with update...
Btw, thanks for new ROM :highfive:
UPDATE: so far so good.. @Audio God, What is the function of option "@2131298381" in Settings->Display->Rotation?
anonymous724 said:
Does not flash on p3110, comes up with error message saying it doesn't work on expressowifi unfortunately
Click to expand...
Click to collapse
Just waked now.....
I will upload scripts for p311x user after my breakfast....is it ok?
Edit:link and instructions added in post 1 for WiFi models
Sent from my GT-N7100 using Tapatalk
Audio god is back .nice man will try it?
Welcome Audio God!
I will try this ROM for sure and give u a feedback!!
I wonder why didn't you port DTS audio to this ROM??
If I helped you, just press thanks!
sawantaaradhya726555 said:
Welcome Audio God!
I will try this ROM for sure and give u a feedback!!
I wonder why didn't you port DTS audio to this ROM??
If I helped you, just press thanks!
Click to expand...
Click to collapse
Its original un tweaked copy of bs
Which I compiled using bs source
Since bs is not supporting our device officially I kept it clean in case if they want to use my work for releasing official versions for tab2.....
That's why all my own mods and tweaks are not added here......
You guys will get one more rom called SOKP from my side and it will be my last rom for tab2 community......
It will have all stuffs like sungsonic ....even more than that......
Sent from my GT-N7100 using Tapatalk
Audio God said:
Its original un tweaked copy of bs
Which I compiled using bs source
Since bs is not supporting our device officially I kept it clean in case if they want to use my work for releasing official versions for tab2.....
That's why all my own mods and tweaks are not added here......
You guys will get one more rom called SOKP from my side and it will be my last rom for tab2 community......
It will have all stuffs like sungsonic ....even more than that......
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Out on a journey, will download it soon as i reach back home..
Well, thanks for the great comeback gone through the op and looks really great..
SOKP may complete the core of your roms and thats DTS Audio..
sure will try once i am out of roaming coverage and will give a feedback..
:good:
@Audio God, What is the function of option "@2131298381" in Settings->Display->Rotation?
stingjoel said:
@Audio God, What is the function of option "@2131298381" in Settings->Display->Rotation?
Click to expand...
Click to collapse
Is it there
Let me check.....
Sent from my GT-N7100 using Tapatalk
Any error or feed back....
I won't be looking threads from tomorrow..coz I will be busy with sokp
And as like in other ROMs I will not announce each updates in thread ....
It will directly upload to my site after building so keep checking download page and change log page in my web to track updates....
Hope all will understood and co operate.....just think am making ROMs for 8 devices.......
Regards to all
Audio God
Sent from my GT-N7100 using Tapatalk
Audio God said:
Any error or feed back....
I won't be looking threads from tomorrow..coz I will be busy with sokp
And as like in other ROMs I will not announce each updates in thread ....
It will directly upload to my site after building so keep checking download page and change log page in my web to track updates....
Hope all will understood and co operate.....just think am making ROMs for 8 devices.......
Regards to all
Audio God
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Adi really nice to see you and your rom back but why are you discontinuing please continue we will wait and give feedback every time! please dont leave!
http://sonic-developers.com/ says Samsung tan 2 in downloads it should be changed to tab 2
iamashwin said:
Adi really nice to see you and your rom back but why are you discontinuing please continue we will wait and give feedback every time! please dont leave!
http://sonic-developers.com/ says Samsung tan 2 in downloads it should be changed to tab 2
Click to expand...
Click to collapse
He is not leave... Now, he is busy preparing SOKP ...one of them will be for our gtab2
Sent from my GT-P3100 using Tapatalk
iamashwin said:
Adi really nice to see you and your rom back but why are you discontinuing please continue we will wait and give feedback every time! please dont leave!
http://sonic-developers.com/ says Samsung tan 2 in downloads it should be changed to tab 2
Click to expand...
Click to collapse
oops..I will edit it....
Ya when I get time I will visit the thread....hope fully I will reply at least some of the points raises by users.....
Sent from my GT-N7100 using Tapatalk