Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
Mammon88
Old
(Last edited by the_scotsman; 9th April 2011 at 01:59 AM.)
#1  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
Default [ROM]Bonsai4All EXT4/Clockworks 3.0.0.5 support V2.0.1 >02/03/2011<

BONSAI

Last Updated: 02/03/2011
Type: Froyo



Bonsai Rom Team:
  • Developers : Mammon88 And Randy_T
PLEASE NOTE: We not responsible for anything that happens to your device. This includes acts of God, your wife/girlfriend breaking it over your head for using it too much, or jealous iPhone owners!

*****OP is Under Construction*****

..::INCLUDED MAIN FEATURES::..
Quote:
  • Everything Working (Tested)
  • Based off Froyo DK28
  • Modified DK28 Kernel (Cooked initramfs)
  • Custom Boot Animation support
  • 404+ MB memory available after a clean installation
  • Fully Deodexed
  • BASH shell support
  • Automatically Zipaligns all apps after each boot (helps apps load faster)
  • Init.d script support added
  • GPS fixed
..::INDEX::..================================================== ========================

..::LASTEST NEWS::..
  • Pandora now working with Bluetooth enabled
  • Possible fix for Ford SYNC (not tested)
  • Animated GIFs in browser now work
  • SMS logging removed from phone logs
  • No-bubble MMS mod applied
  • Progress bar for installation should work
  • Enabled swap for phones that have a swap partition (swap is enabled but bonsai does not give support for swap)
  • Removed bootup sound on base ROM. Bootup sound will be part of theme
  • Removed all SamsungWidets, Facebook, YouTube, LiveWallpaper. These things are better managed by the end user so that they get restored after ROM upgrades.
  • Added new exit menu that provides an option to reboot the phone. Recovery coming in future update.
Quote:
RFS Filesystem is NOT SUPPORTED in V2.0
..::NEXT RELEASE NEWS::..
  • NO more RFS support
  • Installing process wil backup your apps and restore

..::TIPS::..
  • In Spare Parts, set window animation and transition animation to fast and watch it fly.
  • After installing all of your programs, do a reboot and let it Zipalign all of the programs.

**For installation instructions, please see the second post**

..::A Special Thanks::..
  • BIG THANKS TO RANDY_T
  • Thanks Beta testers
  • a45nova for battery % Mod[/B]
  • noobnl for helping repack the kernel, without him I would not have custom bootanimation.[/B]

    PLEASE NOTE: I am not responsible for anything that happens to your device. This includes acts of God, your wife/girlfriend breaking it over your head for using it too much, or jealous iPhone owners!


..::Issues::..
http://code.google.com/p/bonsai/issues/list

..::ROM::..

Bonsai4All_Leafless_v2.0.1
Bonsai4All_Leafless_V2.0.1

..::OLD ROM::..


Bonsai4All_Leafless_v1.1.4(aka None-themed version)
Bonsai4All_Leafless_v1.1.4

Bonsai4All_V1.1.4_Theme(This is just a theme, please flash over Bonsai4All_Leafless_v1.1.4)
Bonsai4All_V1.1.4_Theme


---------------------------------------------------------
Downloads can be found at

..::Screen Shots::..


..::Change Log::..
Change log will apply to all flavors of Bonsai4All


Code:
V1.0.1
  • Fixed PowerOn sound
  • Added New Martket 2.2.6
  • Fixed full bat popup
V1.0.2
  • Based on DK28 extracted by mammon(NOT based on ACS work)
  • Fixed power leak
  • Clockworkmod recovery redirector
  • Removed Sprint DRM spy service
v1.0.3
  • Updated BusyBox v1.17.3
  • Added more scripts
  • More tweaking
  • Fixed protacted apps (Thx ACS)
  • Added ADBlocking via host file
  • Using a new GPS fix (script provided by unknown but modded by mammon)
  • appwidgetpicker included
V1.0.3.1
  • Fixed back button issue
  • Build number fixed
v1.0.4
  • New scirpts for battery and performance
  • Fixed DRM service(thx Dameon87)
  • Fixed mounting issues
  • Fixed gps script
  • Fixed live wallpaper
V1.1.1
  • Using Dameon87 dual filesystem kernel
  • Added Hack Gmail (showing all pictures directly)
  • Gallery3D (Havily modded, using less battery then samsungs stock gallery3D
  • Increase ipv4 and ipv6 speeds
  • Added support for ext4
  • Rewrote update-script (preventing more errors)
  • Wrote a script to prevent heavy batterydrain and gallery problems
  • I900 Froyo fingerprint added for market to show all protected apps
  • Added 3D GIngerbread Launcher
V1.1.3
  • Added support for clockworks mod 3.0.0.5
  • Tweak Network settings
  • Tweak mount points
V1.1.4 All changes licensed under GPL (GNU Public Licenses)
  • Fixed initialization problems in the tuning and startup scripts
  • Added recompiled libdvm.so from xjman
  • Modded Sqlite (no more syncing)
  • Added Bash binary
  • Added discard flag to mount options to enable wear leveling
  • Switched to deadline scheduler
  • Standardized loging for init scripts
  • Additional kernel tuning parameters
  • GPS initialization fixed
  • Zipalign now working on boot
v2.0.1
  • Pandora now working with Bluetooth enabled
  • Possible fix for Ford SYNC (not tested)
  • Animated GIFs in browser now work
  • SMS logging removed from phone logs
  • No-bubble MMS mod applied
  • Progress bar for installation should work
  • Enabled swap for phones that have a swap partition
  • Removed bootup sound on base ROM. Bootup sound will be part of theme
  • Removed all SamsungWidets, Facebook, YouTube, LiveWallpaper. These things are better managed by the end user so that they get restored after ROM upgrades.
  • Added new exit menu that provides an option to reboot the phone. Recovery coming in future update.
Thanks to all the donators:
The Following 123 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
Mammon88
Old
(Last edited by Mammon88; 4th February 2011 at 10:56 PM.)
#2  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
---------------------------------------------------------------------------------------------------------------------------
..::Start-Up script Explanation::..
# Remount all partitions with noatime
atime is a setting where the filesystem updates the access time of a file. This creates a write-after-every-read which slows things down. By default all partitions are mounted with relatime, which is an optimized version of atime. noatime is the fastest, and afaik we don't need atime.

# Tweak cfq io scheduler
Tweaked settings of the disk io scheduler more for flash memory. Defaults are optimized for spinning harddisks. Lowered the idle wait, re-enable the low latency mode of cfq, removed the penalty for back-seeks and explicitly tell the kernel the storage is not a spinning disk.

# Tweak kernel VM management
Set tendency of kernel to swap to minimum, since we don't use swap anyway.
Lower the amount of unwritten write cache to reduce lags when a huge write is required.
Increase tendency of kernel to keep block-cache to help with slower RFS filesystem.
Increase minimum free memory, in theory this should make the kernel less likely to suddenly run out of memory.

# Tweak kernel scheduler
Make the task scheduler more 'fair' when multiple tasks are running. This has a huge effect on UI and App responsiveness. These values (less aggressive settings) are 20% of the Linux defaults, and about half of the Android defaults.
The Following 36 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
Mammon88
Old
(Last edited by Whosdaman; 12th January 2011 at 05:21 AM.)
#3  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
Given to Mammon by WDM
The Following 10 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
Mammon88
Old
(Last edited by Whosdaman; 12th January 2011 at 05:22 AM.)
#4  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
Given to Mammon by WDM
The Following 8 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
Mammon88
Old
(Last edited by Mammon88; 11th December 2010 at 05:41 PM.)
#5  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
Quote:
Originally Posted by mattallica76 View Post
Does this have the Setup Wizard enabled on first boot?
No. But it can be done but i need more votes for it.
The Following 8 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
dmarden
Old
#6  
dmarden's Avatar
Senior Member
Thanks Meter 109
Posts: 1,104
Join Date: Oct 2008
Location: Philadelphia, PA
Hey Mammon, thanks!

I am downloading right now, but from notes I am assuming you didn't kill the battery full popup. Any chance of that happening. That is a huge peeve of mine.

Thanks in advance whether the answer is yes or no, lol.
 
Mammon88
Old
#7  
Senior Member - OP
Thanks Meter 394
Posts: 457
Join Date: Jul 2009
Location: frederick, md

 
DONATE TO ME
Quote:
Originally Posted by dmarden View Post
Hey Mammon, thanks!

I am downloading right now, but from notes I am assuming you didn't kill the battery full popup. Any chance of that happening. That is a huge peeve of mine.

Thanks in advance whether the answer is yes or no, lol.
Oh man forgot all about that ..I provide a non-wipe update tonight.
The Following 6 Users Say Thank You to Mammon88 For This Useful Post: [ Click to Expand ]
 
docchaos
Old
#8  
Junior Member
Thanks Meter 1
Posts: 11
Join Date: Aug 2008
Quote:
Originally Posted by Mammon88 View Post
Oh man forgot all about that ..I provide a non-wipe update tonight.
Thanks. I also, while not a deal breaker, feel that that pop up is annoying
 
Bobbywatts
Old
#9  
Senior Member
Thanks Meter 23
Posts: 509
Join Date: Nov 2009
Location: Cleveland
Can somebody post an mirror, been waiting for this ROM to drop

Sent from my SPH-D700 using XDA App
 
spf2722
Old
#10  
spf2722's Avatar
Senior Member
Thanks Meter 33
Posts: 384
Join Date: Nov 2009
Location: Indianapolis
Why it download straight to phone?

Sent from my SPH-D700 using XDA App
Sent from my classicnerd ICS Touch pad.

THREAD CLOSED
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...