[ROM][6.0.1][v6.25][Beanstalk][OFFICIAL][Great Experience][DU-Features][07.09.2016]

flo071

Senior Member
Jan 3, 2015
493
1,038
133
21
Vienna
flo071.com
So Guys, finally the new Update is here! :)
Sorry for long time no Update, was busy the last month.

Download
https://www.androidfilehost.com/?fid=24694152805484921

Changelog
====================
09-08-2016
====================


* packages/apps/AudioFX/
5d47be9 Automatic translation import

* packages/apps/CMFileManager/
c6fab43 Automatic translation import

* packages/apps/DeskClock/
db80c46 Automatic translation import

* packages/apps/Gello/
5148683 Automatic translation import

* packages/apps/Messaging/
d0145f1 Automatic translation import

* packages/apps/Profiles/
ecadba2 Automatic translation import

* packages/apps/Screencast/
b2142fc Automatic translation import

* packages/apps/SetupWizard/
1fc92a0 Automatic translation import

* packages/apps/Snap/
54b3320 Automatic translation import

* packages/apps/SoundRecorder/
2a7a6ad Automatic translation import

* packages/apps/Trebuchet/
e37cfee Automatic translation import

* packages/apps/TvSettings/
f2e84e8 Automatic translation import

* packages/providers/DataUsageProvider/
2473a6a Automatic translation import

* packages/services/CMAudioService/
6e6b71a Automatic translation import

* packages/services/LiveLockScreenService/
b58a3cc Automatic translation import

* packages/wallpapers/Galaxy4/
a630c40 Automatic translation import

====================
09-07-2016
====================


* device/samsung/jf-common/
d049853 jf: init: Remove qcom_oncrpc group

====================
09-06-2016
====================


* device/samsung/jf-common/
d9d51fc jf: Enable native time service

* frameworks/base/
70a1678 Remove system update setting
0236862 connectivity-service: fix/improve unique hostname
664d642 Ensure DHCP requests have nonempty hostnames

* hardware/qcom/audio-caf/msm8916/
255a26d policy_hal: Invert standard build flags
7b2112b Revert "policy_hal: Fix build with Clang"

* hardware/qcom/media-caf/msm8916/
7c1a7af Fix duplicated OMX.qcom.audio.decoder.aac entry

* packages/apps/Settings/
4185c38 remove unused system update code from deviceinfosettings
15ac5da Remove bugreport entry from powermenu

* system/core/
e8869c0 Merge branch 'cm-13.0' of github.com:CyanogenMod/android_system_core into bs6

* vendor/beanstalk/
85c82b0 Bump to BeanStalk 6.25 - **** FINAL VERSION ****
a22446b Update kerneladiutor
01d0dbc cm: charger: Center capacity and vertical offset

* vendor/cmsdk/
5552513 cmsdk: fix visible check in hasChanged

* vendor/samsung/
ad0fb17 Merge pull request #825 from zwliew/cm-13.0

====================
09-05-2016
====================


* kernel/samsung/klte/
25aae62 fscrypto: no support for v3.4
28eb875 f2fs: adjust other changes
675197b f2fs: get victim segment again after new cp
8b6ce88 f2fs: handle error case with f2fs_bug_on
3fcf741 f2fs: avoid data race when deciding checkpoin in f2fs_sync_file
0938b98 f2fs: fix to report error number of f2fs_find_entry
1156182 f2fs: avoid memory allocation failure due to a long length
e8d24d5 f2fs: reset default idle interval value
38af5d6 f2fs: use blk_plug in all the possible paths
eea7adf f2fs: fix to avoid data update racing between GC and DIO
f17c3b8 f2fs: add maximum prefree segments
34937cc f2fs: disable extent_cache for fcollapse/finsert inodes
fc610d6 f2fs: refactor __exchange_data_block for speed up
edb34bb f2fs: fix ERR_PTR returned by bio
2a56e61 f2fs: avoid mark_inode_dirty
bf3c858 f2fs: move i_size_write in f2fs_write_end
2390129 f2fs: fix to avoid redundant discard during fstrim
f1e2221 f2fs: avoid mismatching block range for discard
3f092f2 f2fs: fix incorrect f_bfree calculation in ->statfs
97e2f7b f2fs: skip to check the block address of node page
b116dd3 f2fs: shrink critical region in spin_lock
909a822 f2fs: call SetPageUptodate if needed
4826927 f2fs: introduce f2fs_set_page_dirty_nobuffer
f4a2ea0 f2fs: remove unnecessary goto statement
778a9c3 f2fs: add nodiscard mount option
e100d26 f2fs: fix to redirty page if fail to gc data page
10dce50 f2fs: fix to detect truncation prior rather than EIO during read
4338dca f2fs: fix to avoid reading out encrypted data in page cache
b02c48f f2fs: avoid latency-critical readahead of node pages
895d6e2 f2fs: avoid writing node/metapages during writes
59aad02 f2fs: produce more nids and reduce readahead nats
1354420 f2fs: detect host-managed SMR by feature flag
cc17d37 f2fs: call update_inode_page for orphan inodes
99431b8 f2fs: report error for f2fs_parent_dir
76435d9 f2fs: find parent dentry correctly
66618bf f2fs: fix deadlock in add_link failure
ee5baad f2fs: introduce mode=lfs mount option
97d2c48 f2fs: skip clean segment for gc
a7c6cbe f2fs: drop any block plugging
c7884db f2fs: avoid reverse IO order for NODE and DATA
aa421aa f2fs: set mapping error for EIO
008b830 f2fs: control not to exceed # of cached nat entries
6ff86d2 f2fs: fix wrong percentage
b1985cc f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
48589c3 f2fs: remove obsolete parameter in f2fs_truncate
27e479f f2fs: avoid wrong count on dirty inodes
c8eab2a f2fs: remove deprecated parameter
47bdc70 f2fs: handle writepage correctly
a4b27af f2fs: return error of f2fs_lookup
644b32a f2fs: return the errno to the caller to avoid using a wrong page
34db3e7 f2fs: remove two steps to flush dirty data pages
c3799cb f2fs: do not skip writing data pages
fc46cc2 f2fs: inject to produce some orphan inodes
0b018ac f2fs: propagate error given by f2fs_find_entry
5f96110 f2fs: remove writepages lock
9f40156 f2fs: set flush_merge by default
7777ae6 f2fs: detect congestion of flush command issues
6bed177 f2fs: avoid unnecessary updating inode during fsync
9b81a4b f2fs: remove syncing inode page in all the cases
d618cdd f2fs: flush inode metadata when checkpoint is doing
61ee42c f2fs: call mark_inode_dirty_sync for i_field changes
475320c f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
a2f95d1 f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
338b923 f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
83eea89 f2fs: use inode pointer for {set, clear}_inode_flag
9ad1435 Revert "f2fs: no need inc dirty pages under inode lock"

* packages/apps/AudioFX/
d4ff380 AudioFX: Resync with AOSP translations

====================
09-04-2016
====================


* packages/apps/Gallery2/
0304394 Gallery2: Fix no android.permission.INTERACT_ACROSS_USERS in guest mode.
 

Scolaro

Senior Member
May 8, 2011
111
29
58
Thank you, flo071, for the new update! I just downloaded it and ran a squeaky clean flash, but unfortunately the sim is still not detected.
 

amolsonthalia

Senior Member
Nov 28, 2012
70
32
0
delhi
Sim Not detecting

Thank you, flo071, for the new update! I just downloaded it and ran a squeaky clean flash, but unfortunately the sim is still not detected.
Rom is unstable.sim not detecting,everything is crashing,please don't hurry in updates.I know you guys do it for free and involve lots of hard work but please first check the build and then only upload.
 

adecostres

Senior Member
Nov 22, 2010
68
12
0
I also had problems. I tried installing this rom three times (every time downloading new file - just to be sure; wiping everything etc.) and every time I had bootloops.
 

TheMrUnnamed

Member
Mar 28, 2016
43
6
0
Hi, when I install this rom I get a message that there is no sim card in the phone and I can only do emergency calls. There is a wifi working but there is no mobile network. I made a clean flash. Can anyone help me with the issue?
 

jer194

Senior Member
Feb 23, 2014
983
710
113
Hi, when I install this rom I get a message that there is no sim card in the phone and I can only do emergency calls. There is a wifi working but there is no mobile network. I made a clean flash. Can anyone help me with the issue?
Use version 6.18, or a different ROM (and read some posts before, it has been mentioned several times that SIM is not working in recent versions of this ROM).
 

niko3132

Senior Member
Sep 13, 2016
126
17
0
Surigao City , Philippines
just registered on XDA just to give a comment on this ROM. I've got to say i'm disappointed.
1. Boot loop. Loops atleast 3 times.
2. Wifi NOT working or weak in receiving signal.
3. SIM NOT WORKING!! how can I use a phone that has a non functioning SIM card?

but...yes it was smooth as butter. FIX NEEDED
 
Last edited:

f870103

Senior Member
Jun 17, 2016
53
12
0
Taipei
Bootloop

I just flashed v6.25 but during my first boot, it will auto restart at "Preparing Google Service Framework", and it bootloop.
My GApps zip file is "open_gapps-arm-6.0-nano-20160914.zip"
 

Suresh KM

Senior Member
Aug 28, 2016
123
12
18
Dubai
Right now I am using Resurrection remix 5.7.3 Rom which is CM13 plus many features. (for my N7100)

Is this Beanstalk rom better than RR5.7.3? How do I know this before trying this rom?
 

silentvisitor

Senior Member
Mar 15, 2012
4,520
2,651
0
Right now I am using Resurrection remix 5.7.3 Rom which is CM13 plus many features. (for my N7100)

Is this Beanstalk rom better than RR5.7.3? How do I know this before trying this rom?
'Almost all' ROMs have nearly same bugs so there's nothing better.

Every ROM has its own features set, priorities, etc and you can choose whichever suits your taste. Some people like to stick to as close to Stock Android as possible and some want truck load of features and some in-between. So one or the other ROM will satisfy everyone's taste.

Moreover every ROM comes after many hours of work by Devs so do you think calling some better than other justified dear friend ? :)
 

jer194

Senior Member
Feb 23, 2014
983
710
113
Right now I am using Resurrection remix 5.7.3 Rom which is CM13 plus many features. (for my N7100)

Is this Beanstalk rom better than RR5.7.3? How do I know this before trying this rom?
It is a matter of taste (like silentvisitor said).
This is a CM ROM, like RR.
Beanstalk v6.19 for Note2 is good, all later versions don't detect the SIM.
Maintainers don't seem to have the Note2 to test, before uploading.

If you want more frequent updates (like weekly), and/or good support, go somewhere else.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone