[ROM]【6.0.1★MMB29S】【RRO LAYERS★VIPER 4】【MoRoM 2.2】11/02/16 - Nexus 9 Android Development

[ROM]【6.0.1★MMB29S】【RRO LAYERS★VIPER 4】【MoRoM 2.2】11/02/16
Hello friends
Based on the latest Android 6.0.1 factory image for volantis, pure vanilla Android at it's lightest offering stability and great battery life.
FEATURES
Code:
- Stock Optimized MMB29K 6.0.1 Factory.img
- Pre-rooted with SuperSU 2.65 @Chainfire
- Disabled forced encryption
- Disabled dm-verity
- SELinux enforcing. (works viper4)
- Busybox
- su.d support . ( zipalign,fstrim :log in data/MoRoM )
- build.prop tweaks
- Addon.d support .( 81-Xposed : [URL="http://forum.xda-developers.com/xposed/addon-d-script-xposed-to-survive-cm13-t3268520"]more details[/URL])
- Layers native support. (Marshmallow themes)
- SuperSU options integrated into Settings
- Layrs manager options integrated into Settings
- Mandatory Google /system apps updated to latest version
- Optional Google /system apps removed
- Removed googles SystemUpdate option
- Extended Power Menu (Without reboot menu)
- Additional battery saver steps (10%,20% 25%)
- Window animation scale 75x 25x
- NavigationBar 44 dpi
- Rom title to about tablet
- Enabled usb debugging by default
- Enabled unknown sources by default
- Enabled developer settings by default
- Enabled option to use multi-window mode
- Activated powercontrol_widget
- ViPER4Android @zhuhang
Installation instructions
Code:
1) update bootloader
2) Full wipe
3) Flash ROM
4) Reboot
update
1) Flash ROM
2) Wipe Cache/Dalvik
3) Reboot
[COLOR="Red"]Important: Do not swipe to install SuperSU in TWRP recovery when asked!
[/COLOR]
Credit
Code:
Chainfire - SuperSU
SuperR - Linux kitchen
sykopompos - zhuhang -franciscofranco - zeppelinrox - osm0sis- adlx.xda
---------------------------------------------------------------------------------
DOWNLOAD ( Flounder wifi )
MoRoM 2.2
***************************************
XDA: DevDB Information
MMB29K, ROM for the Nexus 9
Contributors
ROM OS Version: 6.0.x Marshmallow
ROM Firmware Required: 3.48.0.0135 Bootloader
Based On: Stock Google
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date:
Created 2016-1-1
Last Updated 2016-1-8

Change logs
Code:
[COLOR="Black"]01/08/2016 ( 2.0)[/COLOR]
- Updated : MMB29O 6.0.1 Factory Image based
- Updated : Supersu 2.66
- Changed : chrome google stock mmb29s
02/06/2016 (2.2)
- Built. With.SuperRs.Kitchen (v1.0.2.7 - 2/5/16)
- Updated : Based on MMB29R factory image
- Updated : SuperSU 2.67
- Updated : ViPER4Android 2.4.0.1
- Updated : Google keybord - WebWiew - Gmail
- Changed : log tweak to data/local
- Added : Layers Backup Scripet [user=3190122]@KreAch3R[/user]
- Added : MonthCalendarWidget Thanks OmniROM
---------------------------------------------------------------------------------
Optional Google /system apps removed :
Code:
[COLOR="Red"][COLOR="Black"]#[/COLOR]bloat_custom SuperR - Linux kitchen[/COLOR]
system/app/Books*
system/app/CalendarGooglePrebuilt*
system/app/CloudPrint2*
system/app/Drive*
system/app/EditorsDocs*
system/app/EditorsSheets*
system/app/EditorsSlides*
system/app/FitnessPrebuilt*
system/app/GoogleTTS*
system/app/GoogleEars*
system/app/GoogleHindiIME*
system/app/GoogleJapaneseInput*
system/app/GooglePinyinIME*
system/app/GoogleZhuyinIME*
system/app/Hangouts*
system/app/KoreanIME*
system/app/Maps*
system/app/Music2*
system/app/Newsstand*
system/app/Photos*
system/app/PlayGames*
system/app/PlusOne*
system/app/PrebuiltKeep*
system/app/PrebuiltNewsWeather*
system/app/Videos*
system/app/Wallet*
system/app/YouTube*
system/etc/recovery-resource.dat*
system/lib/libpatts_engine_jni_api.so*
system/lib/libspeexwrapper.so*
system/lib64/libpatts_engine_jni_api.so*
system/lib64/libspeexwrapper.so*
system/lib64/libchromium_android_linker*
system/priv-app/ConfigUpdater*
system/recovery-from-boot.p

So pleased to see this! I used your rom on my Nexus 7, recently traded up to a Nexus 9 and have been looking for a rooted stock 6.0.1 rom for a few weeks. Will flash later.

Woot. Use your ROM on my Nexus 7. This is great news.?
Sent from my Nexus 9 using Tapatalk

I miss Scrosler's N7 rooted stock-roms, so I will give yours a try. Sounds good

Thanks
Sent from my Nexus 9 using Tapatalk

Downloading, will try as soon as possible

Flawless rom. Thanx

Everything great so far. Much snappier then the other MM ROMS I've used for Nexus 9.
Sent from my LG-D855 using Tapatalk

Great rom. Thanks for the centre clock mod.
Can you make please a mod with navigation bar order reversed (recent - home - back) + centre clock ?

albsat said:
Great rom. Thanks for the centre clock mod.
Can you make please a mod with navigation bar order reversed (recent - home - back) + centre clock ?
Click to expand...
Click to collapse
no I am sorry
Try to do it but no changes
SystemUI\res\layout\navigation_bar.xml
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_recent" />
<View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_home" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:keyRepeat="false" />
<View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" />
Use of xposed and gravity

Is it possible to make this work with lte version

Great ROM! Thanks and happy new year, just flashed, lightweight and very snappy.
Thanks very much for sharing your talent.
Erik

mangomonkey00 said:
Is it possible to make this work with lte version
Click to expand...
Click to collapse
Unfortunately, I can not
Even if the time let
Internet speed is very low does not let me do it
Upload V4 Flo after 5 hours is not half
_____________
Thanks to all for the support I

Oh man, V4A is flawless in this ROM, the sound is incredible! thank you! everything works, Xposed with Gravity Box works perfect. You got a loyal customer here.
Erik

Hope you find time and bandwidth to build another version with the new security patch.

albsat said:
Hope you find time and bandwidth to build another version with the new security patch.
Click to expand...
Click to collapse
Tonight was uploaded

01/08/2016 ( 2.0)
- Updated : MMB29O 6.0.1 Factory Image based
- Updated : Supersu 2.66
- Changed : chrome google stock mmb29s
https://www.androidfilehost.com/?fid=24352994023708157
md5 : 308cfe2c25a6b98ecdcf73b2fc19a1f8
add.on
- center clock
- Ambient Display on Settings
https://www.androidfilehost.com/?w=files&flid=46843

Extremely snappy and pure. Downloading new build. Thank you so much

Got this error.

Related

{{DISCONTINUED}} ][ROM][ANDROID 5.0][I9505]Echoe GPE v6.1

The ECHOE TEAM PROUDLY PRESENTS:​
LOLLIPOP RELEASES:
EARLY CHRISTMAS PRESENT FOR THE ONE AND ONLY ECHOE FANS!!
{
"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"
}
(23 December 2014) S4 Echoe GPE v6.1 "Dark Lollipop Ed"
Changes:
- Updated to latest GoogyMax GPE Kernel (v1.2.4)
- Enabled all Mobile Networks (aka World Phone)
- Themed Lollipop Babyyyy!!
*** Darkened Settings, framework, systemui, dialer, contacts, keyboard (with 4 themes to choose from),
hangouts, playstore, youtube (the blackened gapps are courtesy of the blackout team!!) ***
NOTE: ALL The CREDITS for dark Dialer and Contacts go to @Kryten2k35
(http://ultimarom.com/)
Click to expand...
Click to collapse
SCREENSHOTS:
(20 December 2014) S4 GPE Echoe Rom v6
Changelog:
* Based on official Android 5.0 Lollopop I9505GUEUDNL3 (LRX21P.S012.141205)
Changelist: 2809293
Build Date: 05 Dec 2014
* Default Kernel: GoogyMax GPE Kernel
(Try to get a random reboot now lol)
* Re-introduced the Echoe Customization Center (It's in Settings/Personal)
(Your portal for OTA customizations as well as access to necessary tools
like Air Gestures, extended reboot, adaway, etc.)
* 3minit Battery mod (Choose over 1000 unique battery styles)
* Extended Power Menu available in the Echoe Customization Center
* Enabled Ambient Display (It's in Settings/Display)
* Added Viper4Android
* Enabled ALL languages by default
* Applied External SD Card Fix
Click to expand...
Click to collapse
(13 December 2014) Echoe GPE v5.0
Features:
- Based on official Android 5.0 Lollopop I9505GUEUDNL3 (LRX21P.S012.141205)
Changelist: 2809293
Build Date: 05 Dec 2014
- Prerooted with latest SuperSU 2.38
(it asks for the binary to be updated which you can easily do whenever you feel like it-
even if you dont update the binary you still have root access)
- Latest Stericson Busybox
- Archi Init.d (init.d support independent of kernel/0
- Stock Kernel
- This is the first build so no mods for now- just pure stock..
Installation:
1. Use a custom recovery
2. Make a CLEAN FLASH (wipe data/factory reset and wipe system)
3. Flash the Rom
4. Enjoy!
Bugs:
1. Front Camera FC's
Works PERFECTLY after updating it from Play Store :good:
CREDITS:
- SamuriHL for providing the image of the official Lollipop release :good:
http://forum.xda-developers.com/galaxy-s4/i9505g-develop/odin-5-0-0-i9505gueudnl3-restore-t2971638
- My amazing TEAM!!
Click to expand...
Click to collapse
ANDROID 4.4.3 RELEASES
(07/06/2014) Echoe GE Ed. v3 (OFFICIAL ANDROID 4.4.3)
FEATURES:
- Initial Android 4.4.3 Release 07 June 2014
- Based on official Android 4.4.3 Kit Kat I9505GUEUCNE3 (KTU84L.S003.140503)
- With AEL Kernel GE Ed. 4.4.3 Kit Kat Build 1
- Rooted with latest supersu v1.99 r3
- With newest busybox
- Odex
- Zipaligned
- With the Echoe Rom Additional Settings for access to the following features:
. Extended Power Menu
. OTA Updates
. Xposed framework menu with Gravity Box, Wanam Torch and others
. Exhoe Extra Apps including fully functional and compatible Viper4Android
- Added 1% Battery mod
- ART Compatible!!
NOTE: The 1st time you will boot into ART, it takes 2-3 minutes to boot and upgrade all apps.
Its not stuck!! Please be patient
Click to expand...
Click to collapse
AEL Kernel GE Ed. Features:
- Based on Android 4.4.3 Samsung Sources (I9505GUEUCNE3)
- Voltage Control
- Many Governors: pegasusq, intelliactive, conservativex, ondemandplus, wheatley
lionheart, conservative, asswax, dancedance, smartmax
- Many I/O Schedulers: Simple (SIO), Zen, VR, fiops, fifo
Click to expand...
Click to collapse
Note:
- If you have any random reboots the solution will be to try other kernels. Imo
any of the GE Kernels (i.e. ktoonsez's, faux's, googymax3, alucard, etc) will
work just fine
Click to expand...
Click to collapse
Installation Instructions:
- You need the latest Philz Recovery or TWRP recovery
- You have to make a CLEAN INSTALL for this ROM
- No need to update modem or flash anything stock before hand
- After making ALL THE WIPES just flash the Rom zip and enjoy :good:
Click to expand...
Click to collapse
DOWNLOAD
​
Features:
- Based on official Android 4.4.2 Kit Kat I9505GUEUCML4 (K0T49H.131209)
- With the latest KT-SGS4-KK4.4-TWGE-INTL-01.01.2014 Kernel (CREDITS and HUGE THANKS @ktoonsez , XDA THREAD
- The AMAZING Echoe Extra Settings for OTA updates, full customization of your phone and more (See Screen Shots)
- Echoe Extended 4-way Power Menu
- 1% Battery mod
- App Ops Enabled
- Center clock with a very clever feature
- Transparent Notification Panel
- Enabled H, H+ and 4G data icons
- Beautiful custom background
- With Viper4Android
- Enabled 4way rotation
- Enabled lockscreen rotation
- Added “The Mother of ALL AD-BLOCKING” (XDA THREAD: http://forum.xda-developers.com/showthread.php?t=1916098)
- Added Google Experience Launcher
- Navigation Bars
- Applied the AWESOME Echoe Build.prop tweaks for even more speed and fluidity
- Custom Echoe KitKat Boot Animation
Click to expand...
Click to collapse
​
1. CURRENT VERSION: (03 Jan 2014) Echoe Kit Kat v2.2
CHANGELOG:
- Release: 03 JAN 2014
- UPDATED TO LATEST KT-SGS4-KK4.4-TWGE-INTL-01.01.2014 KERNEL (Should fix Random Reboots for EVERYONE now!!)
- UPDATED GRAVITY BOX TO ITS LATEST VERSION (Screen Recording is one of the BEST FEATURES I have ever used!!)
- UPDATED ADBLOCKING HOSTS
- DEDICATED TO OUR SOLDIER: THE AMAZING @Mr.Yawnie
- NOTE: DO NOT WIPE DATA AFTER INSTALLATION AS MANY OF THE APPS ARE INSTALLED AS DATA APPS AND THEY WILL GET ERASED!!
Click to expand...
Click to collapse
2. DOWNLOAD LINKS (NO MIRRORS PLEASE!!!)
ECHOE DOWNLOAD CENTER​http://echoerom.com
3. INSTALLATION INSTRUCTIONS
1. Backup
2. Recommended Recovery: PhilZ Touch
3. You need to do a clean install!!! Wipe cache, wipe dalvik cache, Wipe data/factory reset and Wipe System (In Philz recovery use the Following Options: Wipe Data/ Factory Reset/ Clean to Install a New Rom) and then Install Zip (from either external or internal SD depending on where you chose to save the Rom)
4. The installation process takes between 3-5 minutes. Let it do its job Also the 1st boot also takes 3-5 minutes. I would also recommend that before the initial setup, you dont do anything to your phone for 5 minutes... Let it settle and then proceed with the initial setup... That's just my usual ritual with any Rom I flash
5. Reboot and Enjoy
4. CREDITS & THANKS
1. faux123 for his INCREDIBLE GE 4.4 Kernel!!
2 .yener90 for his so unbelievably clever fix for the various fc's:XDA THREAD
3. oldblue910 for providing the .zip file of the Kit Kat OTA: XDA THREAD
4. SamuriHL for releasing the restore image file of the 1st GE Kit Kat release: XDA THREAD
5.Of course Chainfire for providing us with root: XDA THREAD
6.My INCREDIBLE TEAM!!! Words cannot express what an amazing group of people im lucky to be surrounded by!! THANK YOU!!
7.EVERYONE HERE @Xda For accepting us so warm-heartedly!!!
5. ECHOE TEAM​
Echoe Roms Creator/ Chief Developer: @friedrich420
Developer/ Themer/ Modder/ ANDROID GURU: @viruslaura
Developer/Modder/Tech Support: @Mr.Yawnie
Developer/Modder/Tech Support: @smegg
Artistic Director: @chavxxx
Modder/ Tech Support: @Wuby986
Contributor/ Tech Support: @störte
Contributor/ Tech Support: @Fauert
Contributor/ Tech Support: @skeamznz
Chief Beta Tester/ Tech Support: @oluwaponmile
Chief Beta Tester/ Tech Support: @sjamajee
​
OFFICIAL ECHOE ROMS WEBSITE: www.echoerom.com
Follow us on Twitter: @EchoeRom
If you feel like supporting us:
​
I would be surprised if anyone browsing this thread doesn't realize that:
Flashing this Rom voids your warranty. And as with any custom Rom it comes with the usual dangers/ side effects such as, but not limited to, explosions, wars, spontaneous combustion, your pet forgetting all his/her tricks, retrograde and anterograde amnesia, interpersonal alienation, a number of psychosomatic, neurological, and metaphysical complaints, and in general an overall disturbance in the "order of things". Having said all that, WE ARE NOT RESPONSIBLE for anything happening to your phone as a result of you flashing this Rom...
6. SCREENSHOTS
XDA:DevDB Information
Echoe GPE ROM FOR THE I9505, ROM for the Samsung Galaxy S 4
Contributors
friedrich420
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: 6.1
Stable Release Date: 2014-12-23
Created 2013-12-04
Last Updated 2015-01-02
Changelogs
18 Dec 2013 Echoe Kit Kat v.2.1
- Release: 18 DEC 2013
1. Fixed Volume/Audio FC
2. Enabled App Ops!!! (Accessible via the Echoe Settings)
3. Added the BEAUTIFUL Holo 3D themed mms/sms app with quick reply enabled
(HUGE THANKS and CREDITS @hello00 . If I were you I would visit his XDA THREAD and flash a different sms/mms theme each day
4. Added Root Browser as Default File Manager (installed as data app so you can easily uninstall it)
Click to expand...
Click to collapse
16 Dec 2013 Echoe Kit Kat v.2
- Release: 16 DEC 2013
- Updated to Official Android 4.4.2 Kit Kat I9505GUEUCML4 (K0T49H.131209)
- Most Google Apps are again installed as data apps
- All the Extras, Mods and Add-Ons from previous versions
(i.e. Echoe Settings, Echoe Power Menu, 1% Battery Mod,
4G Data Icons enabled, etc.)
Click to expand...
Click to collapse
10 Dec 2013 Echoe Kit Kat v.1.2
1. Most system apps are now installed as data apps so that you can easily uninstall them
(also I thought this way of creating the Rom may minimize the RR's...)
2, Stock Framework..
3. Im not gonna comment on the Nav bars.... (Ok... No Nav Bars!!!)
4. Added the Nexus 5 4.4.2 Camera
5. Added themed sms with quick reply function enabled (CREDITS: hello00, XDA THREAD)
6. Added the new Echoe Settings
7. Modded Calendar to show text even in month view (instead of empty boxes) (CREDITS: shaftenberg, XDA THREAD)
8. Kept only the Stock Launcher and removed the Google Experience Launcher
9. Probably a couple more features i can't remember at the moment
Click to expand...
Click to collapse
06 Dec 2013 Echoe Kit Kat v.1.1
- Release: 06 DEC 2013
- Added the AMAZING Echoe Extra Settings for OTA updates, full customization of your phone and more
- Added the Echoe Extended Power Menu
- Added Navigation Bars
- Added Center Clock with a very clever feature
- Added Transparent Notification Panel
- Enabled H, H+ and 4G data icons
- Added a Beautiful Custom background
- Added Viper4Android
- Added more apps for customization and control
Click to expand...
Click to collapse
04 Dec 2013 Echoe Kit Kat v.1
- Initial Release 04 DEC 2013
- Based on official Android 4.4 Kit Kat I9505GUEUCMKG (KRT16S.S005.131116)
- With jgedlte-faux123-GE-KK44-014m_r2 (Credits and HUGE THANKS @faux123)
- Rooted with latest supersu v1.80
- Deodex
- Zipaligned
- Added 1% Battery mod
- Enabled 4way rotation
- Enabled lockscreen rotation
- Added “The Mother of ALL AD-BLOCKING” (XDA THREAD: http://forum.xda-developers.com/show....php?t=1916098)
- Added Google Experience Launcher
- Applied the AWESOME Echoe Build.prop tweaks for even more speed and fluidity
- SLIM Version (266mb's) also Available
Click to expand...
Click to collapse
USER BANNERS
Instructions: Just copy-paste the html code in your signature
HTML:
[IMG]https://scontent-b.xx.fbcdn.net/hphotos-ash4/1493263_10151974977194317_1633498856_n.jpg[/IMG]
HTML:
[IMG]https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-prn1/1535559_10151975050514317_1327943371_n.jpg[/IMG]
HTML:
[IMG]https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn1/1554399_10151974814309317_386207579_n.jpg[/IMG]
HTML:
[IMG]https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn1/1524806_10151974921699317_1080575915_n.jpg[/IMG]
HTML:
[IMG]https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/1521469_10151975006334317_573275272_n.jpg[/IMG]
Reserved
reserved for @Mr.Yawnie
One more won't hurt a thing
WE DID IT!! I like this kitkat
awesome job m8,cant wait to try it
tumb up
Bug ?
Great work Thanks
Sent from my GT-I9505 using XDA
OH MY GOD!!!! THANK YOU
Gesendet von meinem GT-I9505 mit Tapatalk 2
Thanks! . Does this rom have the awful random reboots too?
Gesendet von meinem SGH-M919 mit Tapatalk
iamnotkurtcobain said:
Thanks! . Does this rom have the awful random reboots too?
Gesendet von meinem SGH-M919 mit Tapatalk
Click to expand...
Click to collapse
hypeeeeeeeeeeeeeeeeeeee
Awesome.
Developer A & D and EchoeRom
iamnotkurtcobain said:
Thanks! . Does this rom have the awful random reboots too?
Gesendet von meinem SGH-M919 mit Tapatalk
Click to expand...
Click to collapse
Ive had it for more than 2 days and i got one...
One member of our team got none but another one got 3-4....
It doesnt play well with some mods (like "insane animation" for example) but its fine with gravity box...
Is this for I9505 or I9505G? The Thread title says I9505 but the screen picture says I9505G. If it is for G then this is not the right place to post the thread. There is a "I9505G Android Development" section in this forum.
Tomorrow, mods backgound setting change and courtains notifications, clock center/power, and more..........% battery.....
Developer A & D and EchoeRom
Waiting for the upload
fahadali2315 said:
Waiting for the upload
Click to expand...
Click to collapse
I added the mega link for now but by tomorrow we'll have afh and dev-host up
viruslaura said:
Tomorrow, mods backgound setting change and courtains notifications, clock center/power, and more..........% battery.....
Developer A & D and EchoeRom
Click to expand...
Click to collapse
:drool:
v2 is coming very soon :good:
jeancca said:
Is this for I9505 or I9505G? The Thread title says I9505 but the screen picture says I9505G. If it is for G then this is not the right place to post the thread. There is a "I9505G Android Development" section in this forum.
Click to expand...
Click to collapse
This rom is taken for i9505G and changed to work with i9505 Read before commenting lad
jeancca said:
Is this for I9505 or I9505G? The Thread title says I9505 but the screen picture says I9505G. If it is for G then this is not the right place to post the thread. There is a "I9505G Android Development" section in this forum.
Click to expand...
Click to collapse
it's for the I9505....
i dont have the strength or energy to explain the rest sorry

[EOL][ROM][STABLE][O][8.0][ERG2][31.08.18][SM-G930F/FD/K/L/S/W8] SuperMan-Rom V3.0.1

{
"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"
}
What does this rom feature? Well it is based off from the latest G935FXXU2ERG2 (Oreo) base, with all apps removed that can be downloaded threw the playstore, so it is debloated as well. I really like touchwiz as it is on 8.0, that's why I only mode some small modifications to samsungs firmware.
In the future I will add some mods as well, but at the moment I'm confident with the mods I got
You have a question and want to check if it already has been answered? Please check the Q&A Post!
Who should install this rom? All people who like samsungs stock interface with some modifications
Also I'd like to make the super fast experience of the s7 even faster, with even more batterylife, let's see if this can be true
Nobody is allowed to take stuff from my rom without asking me! Thank you.
IF YOU FOLLOW MY STEPS BELOW, YOU WILL MAY LOSE YOUR WARRANTY, KNOX WILL DISPLAY 0x1! I'M NOT RESPONSIBLE FOR ANY DAMAGED DEVICE!
Rom features of V3.0.1 Oreo:
- Based on latest G935FXXU2ERG2 Oreo base
- Latest Busybox installed (1.29.2)
- Aroma installer! with support up to 4GB zip files
- Full edge support features support
- Adblocker enabled or disabled (choose in aroma)
- Full rom control!! V2.1
- Zipaligned
- First fully deodexed rom without odex framework
- Rom informations and logo
- choose IOS or stock emojis in aroma
- DM-Verity disabled
- Force encrypt disabled
- ADB fully working
- Modded SystemUI with many tweaks in RomControl
- Applock feature supported
- Floating Message support
- Many csc tweaks!
- No sms to mms auto convertion
- Auto Call recording
- 3Minit Clock/battery in romcontrol
- Custom clock positions and customizations in romcontrol
- LED indicator in settings
- USB Plug/Unplug disable wake up
- Remove high volume warning for headphones
- Private mode fixed for all kernels
- Enable TouchKey light duration in RomControl
- Knox stuff is removed
- Stock ERH1 Kernel, SuperStock-Kernel or SuperKernel (choose in aroma)
- Based off from latest touchwiz source available at this moment
- Many apps are selectable in aroma debloat menu now
- Selinux permissive on custom kernels
- Sound Mod with lot improvements! (choose in aroma)
- Latest Xposed V90.2 beta 3
- July Security Patch
- Camera Mod included (choose in aroma)
- Many other features, please read changelog to see what changed over the time
Rom review (thanks to @shark jungle):
How to install the rom:
For guys who install roms all day:
1. Be sure you got latest TWRP installed, encryption disabled and OEM Unlock ticked
2. Bootloader and modem should be up to date (can also be updated within aroma installer)
3. Flash rom and don't chose magisk in aroma, it messes with the dalvik-cache build on startup
4. In case you want VoLTE and Wifi calling make sure you got your csc installed
For guys who already have some knowledge about android and Roms:
0. Make sure you have a not encrypted device and OEM unlock is enabled in developer settings!!
1. Download the LATESTTWRP recovery(from here: TWRP) and follow the instructions on the TWRP page to get a working recovery (this step is essential!)
2. Download the rom and put it on your external SD card
3. Backup all your things to your external SD card (apps with Titanium Backup for example)
4. It's recommend to update your bootloader to G930FXXU2ERG2 and modem to G930FXXU2ERG2. You can update manually via odin flashing the files from here or update the Bootloader and modem via the aroma installer (only F/FD models can update BL/CP during flashing progress!)
5. If you have to install the bootloader and modem, boot into download mode and flash the bootloader and modem with latest odin using CP and BL tab
6. After you successfully installed your new bootloader and modem, boot your phone to your TWRP recovery
7. Now wipe everything (in TWRP: wipe, format data (keyboard will pop up), type yes, reboot recovery
8. Install the rom and DON'T chose magisk! That is important as it messes up dalvik-cache build on first boot
9. Install your providers/carriers csc
10. Reboot and wait around 10 minute (deodexed roms need longer to boot the first time)
11. Don't interrupt the process of booting the phone, even when it restarts
12. After successfull boot, setup your phone with the initial screens
13. Reboot your phone into TWRP and flash magisk (find it here)
14. After setting up your account etc. go to romcontrol, grant it root access that my default Settings can be applied!
15. Enjoy the new rom version
For guys who are beginner on android:
1. Start your phone, go to settings, about device, software info and hit build.number around 10 times so developer options will show up
2. Open developer options and tick: OEM unlock
3. Shut your phone off
4. You now need a computer, download latest odin
5. You have two possibilites: 1. Update bootloader and modem during aroma installation of the rom (F/FD/W8 model only!). Or 2. Update bootloader and modem via Odin. To update manually via odin, please do following: Download this two files, BL is bootloader and CP is the modem: Choose your correct model version
6. Boot your phone into download mode by pressing: home+volume down+power on
7. Open the downloaded odin on your windows pc and click on BL tab and add the file that name begins with BL (bootloader), same for CP (modem) tab
8. After this, reboot to download mode again
9. Install TWRP (latest one is needed to support new BL's) will be next step, for this, follow all steps provided in this forum: TWRP Thread (booting into download mode: press home+volume down+power on, booting into recovery mode press: home+volume up+power on)
10. When you got TWRP working: We need to disable encryption, for this you should boot into recovery mode (as described above)
11. To get rid of encryption, go to "wipe", format data (keyboard will pop up) then type "yes" and format it, then reboot to recovery
12. After flashing this, hit wipe, full wipe (this will clean all internal memory and your data will be lost!!)
13. You can test if encryption is still enabled, if TWRP shows error about not mounting /data your phone is still encrypted
14. Now you can download the rom onto your PC and then transfer it via usb to your phone
15. It is rom installing time install the rom! One important thing to mention here: don't chose magisk as root. Why? It messes up dalvik-cache on first boot and that will result in a lagging device. We will setup magisk later on.
16. Install your desired CSC right after rom install! That's the best way. You find the link below.
17. After successfully installing the rom and csc hit reboot and you are good to go!
18. After successfull boot, setup your phone with the initial screens
19. After the initial setup, boot into twrp recovery and install the magisk zip. You can download it from here.
20. After flashing the magisk etc. go to romcontrol, grant it root access that my default Settings can be applied!
21. Enjoy the new rom version
22. If you want you can use my csc selection to get your desired csc, if you want that you can grab it here: CSC Selection V2.4.5
For guys who want to watch with a video (thanks to @aaj!):
Downloads for SM-G930F/FD/K/L/S/W8:
V3.0.1 on Androidfilehost
V3.0.1 via GrifoDev
SM-G935F/FD/K/L/S/W8 Bootloader and Modems
CSC Selection V2.5.0
Latest SuperMan MM release (V1.19.1)
Latest SuperMan N release (V2.9.0)
Useful links:
Question and Answer post
Question and Answer Thread for users under 10 posts
All Changelogs
General useful links and infos
DarkSide of N theme infos
Telegram/GrifoDev Links:
Our own new Forum on grifodev.ch
Telegram SuperMan Chat
Telegram Channel (latest infos)
Known Bugs:
- None
Sources:
- Rom Source
- SuperKernel Source
- SuperStock Source
- RomControl Source
Official XDA signatures made by @Quicksilver:
Credits:
- Samsung for the Source
- SuperR for the Kitchen
- Chainfire for the root access
- Sound mod V19 thanks to zubi182
- amarullz for aroma and nkk71 to make it compatible with bigger zip files
- wubydax and daxgirl for SuperMan control
- topjohnwu for systemless Magisk
- myellow for all the great animations!
- mwilky for his fingerprint after reboot mod and general help
- Asc1977 for all the help on latest N release!
- zeroprobe for his camera mod V8
- "Superman DC Universe Online" by "Fictional-Battle-Omniverse", available under CC BY-SA 3.0
- Credits for settings landscape: Designed by Freepik
- If I forgot someone, please send a private Message to me!
Please hit thanks if you like this work here or you may want to buy me a beer? You can donate down here clicking the image or the link
PayPal
SuperControl Pro on PlayStore​
XDA:DevDB Information
SuperMan-Rom for herolte, ROM for the Samsung Galaxy S7
Contributors
Tkkg1994
Source Code: https://gitlab.com/Tkkg1994/SuperMan-Rom
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: Custom Recovery
Based On: Stock Based
Version Information
Status: Stable
Current Stable Version: V3.0.1
Stable Release Date: 2018-08-31
Created 2016-04-11
Last Updated 2018-09-25
Changelog:
Old Marshmallow V1.X Changelogs:
SuperMan-Rom V1.10:
- Rebased on G935FXXS1APG5 firmware
- all mods remade by zero
- added potato clock into aroma options
- updated xposed to V86.2
- updated xposed application
- fixed s7 splash screen not centred
- fixed USSD codes not working for some users
- removed weather on lockscreen (could not find a good way for romcontrol)
- update OTA icon and romcontrol icon in settings (thanks to @myellow)
- added screenshot and screenrecorder buttons to reboot menu
- added settings and qs observer
- Added aroma option for stock or new message app
- some more things I may forgot
SuperMan-Rom V1.10.5:
- Added new RomControl V2.0
- LockScreen Timeout adjustable
- Updated battery bar to V2
- Updated traffic manager (network speed)
- added a button to statusbar (so reboot menu will appear)
- added data usage to statusbar
- added a switch in rom control for multi user avatar
- made a switch for heads up notifications
- added a switch for on ongoing charging and media connected
- enable gear device infos
- enabled carrier lable (color and custom can be set)
- Notification panel background can be set
- rounded or stock notifications can be set in romcontrol (also background of them)
- custom background for incall UI
- Added weather on lockscreen to rom control
- Next alarm will now only be displayed if a new alarm is set (and the icon will not be there if no alarm is set)
- Many more things I may forgot
SuperMan-Rom V1.11:
- Fully rebased to APGO firmware (not rebased to BPH6, reason: no kernel source, not rootable and no edge build...)
- fully remade all mods from scratch
- 3dot lag solved, finally!
- added torch to reboot menu (rom control entry)
- battery percentage is now colorable (rom control)
- added ram bar to recent (rom control)
- enabled lockscreen rotation (rom control)
- low battery warning is now adjustable (rom control)
- flashlight on camera can now be used on low battery too
- Updated SuperKernel to 1.6
- SuperStock updated to 1.2
- private mode now fully working, even after reboot
- fully customize the brightness slider in statusbar (rom control)
- network speed has now two separate colors for up and download
- magisk v3 with PHH's root added (this option needs a FULL WIPE)
- Xposed V86.4 added (only works with magisk)
- long press back key to kill application (rom control toggle)
- cleaned up rom control in general, was a bit messy
- added adaway and ota to settings (thank to @myellow for the icons!)
- added new modded camera thank to @zeroprobe
- updated CSC to APG1
- updated 3minit app
- added f2fs/ext4 selection to aroma. If you do not understand this, just keep default ext4 and change nothing, f2fs is applied to cache and data, system does result in a bootloop
- more things I may forgot
- I did not have time yet to fix the white on white background on notification, for this just change general background in rom control. same for the weather widget, will do this in next release!
SuperMan-Rom V1.12:
- Fully rebased and remodded on BPH6 source (flat users can use the new BL since we got a twrp update)
- removed colorable battery percentage (because of issues with white on white background)
- new gallery app included
- august security patches applied
- superkernel updated to V1.7 and superstock to V1.3
- Added a toggle to remove emergency mode from reboot menu
- Added rom control option to enable music skip
- Update notification background, it can now also be transparent (should fix white on white issue)
- Added carrier label is now colorable on lockscreen
- you can now change the size of the font in settings (so you can read it better when you got two sections)
- magisk updated to V6
- phh's root updated
- xposed updated to V86.5
- added magisk compatible supersu zip
- virtual lock buttons updated
- weather on lockscreen updated, thanks to @tamirda for his help!
- csc updated to ITV BPH1
SuperMan-Rom V1.13:
- Rebased on official BPHJ base
- all mods remade from scratch
- stock kernel updated (BPHJ), superkernel and superstock updated with latest ramdisk
- added autostart option to settings
- removed FOTA (since we don't get any official updates)
- updated supersu to V2.78
- added magisk busybox
- added magisk viper4android
- updated romcontrol to V2.1
- colorable wifi, LTE, airplane, roaming toggle
- added toast notification who are configurable (romcontrol)
- Superkernel has for this special version NO OC and UC (for testing) if it get's better with freezing
- fixed quicklaunch in recent not appearing
- Fix problem that incallui bg is the same as notification bg
- Camera mod to V5 updated
- September patches
SuperMan-Rom V1.13.1:
- fixed 2 times autostart
- fixed gallery crashing
- fixed gear vr crashing
SuperMan-Rom V1.14:
- Fully rebased and remodded on BPIF
- latest BPIF ZTO csc included
- updated supersu to SR1
- updated xposed installer application
- autocall recorder fixed
- Superstock updated to 1.4 (including BPIF ramdisk)
- SuperKernel updated to 1.8 (Prerelease on rom)
- Enabled launcher rotation
- colorable clear and notif buttons
- colorable user text on lockscreen
- hopefully fix applock
- add torch into settings
- last but best feature: use fingerprint after a reboot, biggest thanks to @mwilky for his awesome work he did there!
SuperMan-Rom V1.14.5:
- iOS 10 emojis added
- screenshots are colorable now in romcontrol
- reworked xposed/supersu selection in aroma
- added phh latest supersuser
- updated magisk to V7
- Updated xposed to V86.6
- Updated all magisk mods
- Added TW swipe to modded launcher
- Updated superkernel to 1.8.5
- Updated superstock 1.4.5
- Romcontrol default values adjusted
- zubis sound mod updated to V18
- Adblocker updated
- Phh's apk updated to latest beta (looks much nicer now)
- xposed apk updated
- magisk apk updated
- samsung music apk updated
SuperMan-Rom V1.15:
- Rebased on latest BPJ7
- Remodded and retweaked everything
- Fixed volume rocker problem
- Install supersu before magisk so magisk is compatible now with supersu
- Magisk updated to V8
- Magiskmanager updated
- Remade aroma installer, hopefully little bit clearer now
- UDS and Screencast toggle in statusbar
- InCallUI colorable
- Fixed superman control FC
- Updated both kernels with latest ramdisk base
- Fixed some synapse stuff (eg after clean flash no UCI support showed)
- October security patches included
- CSC updated to latest INS one
- Replaced potato clock with 3minit clock
- Many more things I already forgot again lol
SuperMan-Rom V1.15.5:
- Fixed toast message not working in romcontrol
- fixed contacts crash
- updated sms application (the patched one, should now support more lanuages)
- updated applock
- updated floating message
- added network powersaving
- updated all kernels (except stock) to fix the urgent security issue
- updated phh superuser apk
- changed to DBT csc as default, hopefully for those who had problem with volte it will work now
- changed debloat title, was confusing before
- remind users at the end of installation to flash csc
SuperMan-Rom V1.16:
- Update to base BPJG
- November security patches
- remodded from scratch
- busybox updated to 1.25
- busybox app updated
- launcher rotation disabled (no one seems to like it)
- magisk app updated
- magisk phh root updated to r266-2
- updated all kernels to BPJE source drop base
- Xposed apk updated
- new smali/baksmali method used for deodex
- hidesu phh root added (r266)
- OperaMax apk as debloat in aroma (and without any launcher icon now)
- UPSM apk as debloat app in aroma (to control apps on UPSM)
- added double tap to sleep on statusbar (credits to @tamirda)
- adaway enabled or disabled in aroma (because of 3minit battery)
- fixed AppLock fcs because of signature
- fixed sms patch apk scheduled settings
- added samsung nougat emojis
- added aroma selection for csc. Default would be ITV as it is the base for it. You can also chose to install no csc when you flash the csc selection right after rom install
- eventually some more things I don't remember
SuperMan-Rom V1.17:
- Based on BPKA firmware
- Remodded and retweaked from scratch
- Updated Magisk to V9
- Updated Magisk Manager to V2.5
- Updated SuperSU to SR4 (I know there is SR5 now but I don't want to reupload the rom just cause of this)
- Updated AdBlocker apk to latest official release
- Updated Host file
- Ask in aroma if you want to update modem, will be flashed if you like (BPJG is still latest), so Modem is now updatable in TWRP
- Added BL (bootloader) update to aroma (I added a warning, WHEN UPDATING BL, PHONE DOES AUTOREBOOT AFTER SUCCESSFUL INSTALLATION) Means you need to flash csc after first boot, so my suggestion is: flash rom without BL and flash it in odin. So you can set up your csc correctly
- All ramdisks updated to BPKA
- Changed CSC to AUT (since we never had issues with it)
- Updated baksmali/smali
- Added some files which will may help for wifi calling (please tell me if it worked)
- Changed operamax with official one from playstore (many of you thought it is a spam app)
- Updated Xposed Installer APK
- Updated Xposed Framework to V87
- some things I forgot
SuperMan-Rom V1.18:
- Rebased on latest BPL3 base
- December security patch
- Phh superuser updated to r275
- Many aroma script changes
- SuperKernel updated to 1.9.5
- SuperStock updated to 1.5.6
- host file updated
- Updated build-in bootloader and modem to BPL3 and BPKG
- Backup function! When you reflash V1.18 you now have to option to restore your configs from last time in aroma installer and jump directly to install screen!
- Added kernel adiutor to kernel selection
- No more model choose! Everything is done by my script
- If you have a K/L/S/W8 model, that will be changed in build.prop accordingly
- Added an option in aroma to install full stock settings apk
SuperMan-Rom V1.18.1:
- Updated SuperStock Kernel to V1.6
- Updated SuperKernel to V1.9.6
- Updated SuperSU to V2.79
- Added W8 bootloader and modems to aroma installation as well (auto update), that's why the zip got bigger again lol
- Updated viper4android magisk installation
- Added magisk viper4android apk file
- Added viper4arise sound mod (untested)
- Good lock SystemUI added in aroma
- Updated Xposed to 87.1 by topjohnwu (xposed will show 87.0 but magisk 87.1)
SuperMan-Rom V1.19:
- Fully rebased and remodded on BPLB base
- Probably the most annoying bug: fixed superman romcontrol not working from stock settings (due to package change)
- fixed not installing synapse and kernel adiutor
- added build.prop tweaks selectable in aroma
- Only display csc warning if you did not install default csc which comes with the rom
- Changed ARISE to deuterium which you guys reported working fine
- Updated samsung browser with fixed secret mode thanks to @mwilky
- Some other scripts cleanups
- Changed xposed 87.1 in xposed.prop as well (87.1 will now be display in xposed app )
- Updated phh superuser apk to latest beta 10 (material)
- Updated adblocker hostfile
- Added phone info app as user app
- Updated Samsung music app (and install as user app as well)
- Updated SuperSU to V2.79 SR1
- Another attempt to fix magisk viper4android.. (included a modded audioconfig file)
- Added TWRP recoveries to aroma. You can now choose if you want to update your recovery during aroma or not!
- Updated nougat emojis from latest samsung beta
- Updated BL's to BPLB (CP is still the same)
- Updated stockkernel to BPLB
- Updated Ramdisk of SuperKernel and SuperStock to BPLB (no source code yet)
- Added scrolling launcher background to romcontrol
- Updated Kernel adiutor
- Check rom info tab for little christmas easer egg by @myellow
SuperMan-Rom V1.19.1:
- Updated magisk to V10.2
- Updated Magisk apk to version from playstore
- Updated phh magisk to r2 version by topjohnwu
- Updated phh superuser apk to latest beta
- Updated SuperSU V2.79 SR2
- Readded normal logo in settings (christmas is over )
- Added an option in aroma to keep force encryption enabled
- Updated SuperStock Kernels to V1.6.5 with new base
- Updated SuperKernel to V1.9.7 with new base
- Updated sqlite binary
- Readded max build.prop tweak (removed a few critical, you tell me how they work)
- Added init.d script for sqlite and zipalign only (no more issues)
- Updated iOS emojis to latest update
- Some scripts clean up
Latest Nougat V2.X Changelogs:
SuperMan-Rom V2.0:
- Updated to DQAS (FULL REBASE TO ANDROID N 7.0)
- All kernels updated to DQAS (Stock, Super and SuperStock)
- Latest Busybox 1.26.2 included
- Latest SuperSU SR3 included
- Latest BL DQAS and CP DQA3 included
- Latest Magisk Manager APK included
- Latest TWRP 3.0.2-5 included
- Latest SuperUser Beta11 apk included
- Latest Sound Mod V19 included (updated for Nougat)
- Latest Camera Mod V7 included (updated for Nougat)
- Removed Xposed (not compatible with Nougat)
- Added many additional apps to bloat selection
- Added support to aroma to support 4GB zip files
- ARISE sound mod updated to V2.4
- DAP sound mod included
- Many Nougat CSC features included
- Floating message working
- AppLock working
- Private Mode working
- Aroma Theme reworked
- All SuperMan icons reworked
- Bootanimation reworked
- Splash screen reworked
- Multi User fully functional
- 3minit clock included (romcontrol option)
- Battery bar included
- Safe volume warning removed
- Weather on lockscreen enabled (can be a bit buggy, N just got released LOL)
- Hide or show lockscreen clock (inclusive seconds)
- Quick launch in recents
- Network speed indicator with tint
- Background colors for QS tiles colorable
- Statusbar icons colorable
- 3minit clock aroma choosable
- Virtual lock buttons
- Ambiente display
- Data usage in statusbar
- Dynamic statusbar
- Reboot to recovery, screenshot toggle, screencast toggle etc added
- Gear reboot on statusbar (romcontrol)
- Gear device info
- Latest adblocker included
- 0.25 animation speed in settings added
- Some more things I maybe forgot again
- For all credits please check my V2.0 release Post
SuperMan-Rom V2.1:
- Rebased and retweaked on latest DQB3 release
- Bootloader updated to DQB3 and modem to DQB1
- CSC updated to most recent BTU version as well
- Updated Magisk to V11.1 (removed phh's apk, root for Magisk is now INSIDE Magisk apk)
- Updated Magisk Manager to 4.1
- Fixed a busybox problem which didn't install it correctly
- Updated all kernels with latest ramdisk and source code (DQB3 isn't released yet)
- Updated adblockers hostfiles
- Removed ARISE sound mod, they have their own aroma installer and everything now, download it here
- Updated Camera Mod to V8
- Updated my own romcontrol a bit, changed colors and stuff hope you like it
- Removed knox entry from settings
- Added custom clock settings
- 3Minit clock can now be enabled and disabled inside RC (no need to choose in aroma)
- Clock can now be moved left, in the middle, right or disabled
- Clock can be colored
- Clock style can be choosen
- Date in statusbar can be choosen etc etc (just check the clock settings in RomControl)
- For lockscreen I've fixed the weather issue, however flat users may have some problems since the display is smaller than on edge phones. I got a S7 flat and I know what I'm talking about (let me know what you think)
- Fixed weather widget displaying time twice
- Added 18 different analog clocks in RomControl (to display on lockscreen)
- Added rambar back to romcontrol (it will be displayed at the top so you can't use it at the same time as recent quick launch)
- Volume skip added (skip tracks with volume control)
- Fixed ambient display not working
- Added auto call recording
- Updated pulldown statusbar colorizing
- Fixed alarm on lockscreen
- Added app shortcuts to romcontrol
- Added launcher gestures (all working fine except enabling flashlight)
- Added touchkey light duration in settings
- Added autostart manager in setting
- Added LED indicator in settings
- Updated all toggles in restart menu to match nougat design
- Updated shutdown animation (looks perfect now)
- Added many default superman wallpapers (will only appear after a clean wipe)
- Added the dark side of superman theme
- Someone requested me to add knox apps in aroma. So there you go, knox is in debloat menu but for sure I did not flash that onto my phone
- Added google assistant in aroma choice (debloat settings)
- Added brightness fix
- Updated all additional (none samsung & google) apps to most recent version
- Added CPU-Z and Tapatalk in debloat settings
- Removed amplify in debloat (sorry for confusion!)
- Disabled signature check for apps
- Probably some more things, but I can't remember sorry guys!
- Before someone ask, all credits can be found on V2.1 Release post!
SuperMan-Rom V2.2:
- Updated to latest DQB7 base with February security patch
- Full rebased and remodded since last base
- All mods have been updated
- Kernel are all updated to DQB7 ramdisk
- Kernels do now fake knox 0x0 on running system
- Added a much better selection of build.prop and init.d tweaks in aroma (you will see what I mean)
- Added new 3d boot animations by
- Moved themes into seperate aroma installer by Check this post here
- Added an aroma choice for ambient display (should fix lockscreen lag, please report back to me)
- Added another google assistant, this hopefully fixes the problems (you have to update the google app after installation in google playstore)
- Updated BL to DQB7 (modem is still the same)
- Added new toast animations in romcontrol
- Changed some default values in romcontrol
- reboot background menu is now colorable
- matrix in recents
- Move signal and wifi to the left in romcontrol
- added an option in romcontrol to change your carrier on lockscreen
- Camera mod updated to V8.1
- Possibly some other things I already forgot again sorry
SuperMan-Rom V2.3:
- Rebased on top of DQBO release
- Updated all kernel with latest ramdisk to version V2.2.1
- Added a note to aroma that busybox is needed for romcontrol/synapse
- Removed the cache init.d in aroma which caused bootloop
- Updated bootloader to DQBO
- Reworked SuperMan Settings app (will now show "free" in addition)
- Free means that this is the app with the rom and not the one on playstore, I will release a "pro" app (same functions) with translations and just to donate me
- Added Back to kill option
- Added Recent to kill option
- Fingerprint unlock without enabling display added (works only as long as fingerprint sensor doesn't go to deepsleep)
- New icons inside the SuperMan settings app
- Added blur effect on pulldown menu
- Added clock on lockscreen is now colorable to different colors (MM/H/SECS)
- Added notification colorable with notification text colorable
- Added search bar colorable and hidden switch
- Added fully working secure folder to the rom (will also be display in pulldown menu)
- Added Samsung Pay to Knox in debloat option (since it works together)
- Updated samsung pay and samsung pay framework with latest apps from sammobile, if that doesn NOT work well just uninstall the updates (those are not system files so you can easily uninstall them)
- Added custom icons for Signal/Alarm/Wifi in romcontrol
- Fixed left clock being displayed on lockscreen, is now hidden
- Added "clear all" and "notification settings" colorable
- Added colorable background the notification pulldown
- Basically everything is colorable now in pulldown
- Updated AdAway to most recent version
- Updated included adblocker files
- Updated included bloat apps (as instagram, snapchat, signal etc)
- Updated Magisk Manager to latest 4.2.6 (which fixed all fc's)
- Fixed OTA/Rom Control icon displaying a grey background
- Updated OTA app to match superman design
- Added new superman gifs in romcontrol (black/blue and red/yellow)
- Possibly more things to mod which I already forgot again (sorry )
SuperMan-Rom V2.4.1:
- Updated base to DQCG
- Reworked from scratch!
- March security update included
- Improved permissions in system/bin (rom should now work even better)
- Update stock kernel to DQC5
- Update SuperStock to V2.4.1 (with flicker free included)
- Update SuperKernel to V2.4.1 (with flicker free included)
- Updated Bootloader and Modem to DQCG / DQCG
- Added W8 BL/CP files to be flashed with the rom
- Added font apk (installs many fonts), it's choosable in debloat menu
- Moved romcontrol and OTA to debloat menu too (if you don't want them, don't install them)
- Removed framework selection, ambient is now called a different way
- Ambient is now also working without AOD (thanks to @mwilky)
- Updated Magisk to V11.6 (safetynet shall pass with usb debugging on now)
- Updated Magisk Manager to latest version
- Updated included bloatware apps
- Updated AirMessage and Applock app
- Updated TWRP to 3.1.0
- Added a switch in SuperMan settings to enable or disable RCS (cloud icon) (thanks to @MisterEvo)
- Added a switch in SuperMan setting to toggle 4G/LTE (thanks to @MisterEvo)
- Added a choice in aroma to include software keys
- If you choose knox, tima and knox will be enabled automatically, if not they will be disabled
- Aroma log will be saved at sdcard/SuperMan/aroma/
- Music and the Simcard notification of the FD variants should be colored too (let me know if it works!)
- Adjusted weather on lockscreen to match better, in next version there will be a big rework
- Fixed alarm icon being weird on theme ( @_alex74_)
- Added blur effect on pulldown colorable
- Added a switch to hide brightness slider on pulldown ( @mwilky)
- Added SystemUI tuner thanks to @lyapota (long press on settings icon in pulldown to activate it)
- Added option to color stock battery icon
- Added a switch to enable rounded notifications (aren't colorable for now)
- Added blur effect on recents
- Added many new items on pulldown menu
- Added back "Torch on Lockscreen", it's now in SuperMan settings under "misc systemui"
- Enabled lockscreen notification limit can be raised from 1-3
- Updated smali/baksmali for deodexing
- Updated all social media bloat apps (for example "signal" got secure video call feature)
SuperMan-Rom V2.5.0:
- Rebased on latest DQD3 release
- Remodded everything from scratch (this base had many changes compared to previous updates)
- April Security patch
- Updated Magisk to V12
- Updated Magisk Manager
- Updated phh superuser to r310
- Updated included adblocker host files
- Updated included BL/CP to DQD3/DQD2
- Fixed barometer displaying weird stuff on lockscreen
- Updated all bloat apps such as telegram/snapchat/titanium etc
- Updated Kernels to V2.5.1 version (new linux and new ramdisk)
- Updated included modded camera thanks to @djb77
- Added S8 camera to aroma, thanks to @_alex74_
- This update is mostly for stability and security!
SuperMan-Rom V2.6.0:
- Rebased on most recent DQG1 release
- Updated all included kernels to latest ramdisk/kernel source
- This update includes the July patch already!
- Updated Magisk to v13.3
- Updated SuperSU to 2.82 SR1
- Updated included bootloader to DQG1 and modem to DQF2 (still latest one)
- Updated included BTU csc
- Readded outdoor mode in settings app
- Removed OEM unlock switch with modded settings (so no one can accidentally turn it off)
- Added a switch in romcontrol for immersive mode
- Added support for calculator unit converter
- Added a switch to romcontrol to enable/disable transparent background
- Notification icons can now be colored too in rc
- SMusic app can also be fully colored thanks to @Thereassad
- Updated busybox installer
- Updated all included bloat apps (telegram, tapatalk etc.)
- Removed the "no csc" choice, since this only messes settings entries
- Removed S8 camera, we have a full port for this and the camera doesn't work perfectly on s7 base anyway
- Removed all needless build.prop and init.d tweaks, in my opinion this is the reason for heating and battery drain!!
- Fake system status to official (before was custom) @mwilky
- I simply didn't had the time to investigate into the SystemUI crashing while moving apps to SD with modded UI, I hope you can forgive me as I already promised it before...
- I hope that was all, maybe I forgot something
SuperMan-Rom V2.7.0:
- Based on latest DQIC release by Samsung (full rebase)
- Includes most recent August security patch (Samsung doesn't release the September patch to any device due to Blueborne fix)
- This base includes blueborne fix for bluetooth vulnerability
- Updated included modem and bootloader to DQIC for F/FD devices and BQH2 for W8 models
- Updated kernels to latest V2.9.0 versions build on DQIC source drop
- Updated Magisk to latest V14.2 beta
- Updated SuperSU to latest SR5 beta
- Updated sound mod with latest sound file, this should fix some issues with wifi calling
- Removed viper4android, due to the fact that it broke sound on s8 roms, you should flash ARISE or similar mods after the rom itself
- Updated busybox to latest 1.27.2
- Added some more apps to debloat selection, edge apps for example and some more voice files and for VR
- Removed OTA due to the fact that it wasn't working anymore, we will come up with a better solution in the future
- Added a switch in romcontrol to enable/disable high volume warning
- Added a new function to clear memory in pulldown menu
- Updated romcontrol application, changed name to SuperControl Free
- Updated included CSC
- Updated AppLock, ScreenRecorder and AirMessage
- Updated included bloat apps such as Telegram, Signal, Hike and Snapchat
- Included all fixes from last time, means Weather and alarm on lock screen works fine without any need to flash a file :good:
SuperMan-Rom V2.8.0:
- Based on latest DQK1 base released just a few days ago!
- Includes the latest November security patch
- This base includes Krack fix (if you want more informations about it, check it here: KRACK Attacks: Breaking WPA2)
- Updated included bootloader to DQK1 for F/FD models (modem is still the same)
- Updated kernels to latest V2.10.1 versions build on DQK1 source drop
- Updated Magisk to latest V14.4 beta
- Added Xposed V88.2 magisk (this xposed variant will only work if you select magisk at the same time!)
- Removed many 3rd party bloat apps, like this we save much space
- Added GBInstagram (modded instagram), GBWhatsapp (modded Whatsapp) and modded Youtube to allow background playing!
- Added listview animations to romcontrol
- Added colorable screenshot text to romcontrol
- Fixed long press on settings icon on pulldown not enabling SystemUI tuner + fc
- Fixed imsservice crash with the switchable RCS icon
- Updated the updater script binary
- Fixed notification panel custom image not sticking after a reboot
SuperMan-Rom V2.9.0:
- Rebased on latest DRAG base
- Includes the latest January security patch
- Updated included bootloader and modem to DRAG for F/FD models
- Updated kernels to latest V2.11.0 versions build on DRAG source drop
- Updated Magisk to latest V15.3 stable
- Updated Xposed to V89.2 magisk
- Install Xposed app as user app, before it got installed as system app
- Updated TWRP to latest 3.2.1-1 version
- Updated GBInstagram, GBWhatsApp and modded Youtube (to play background videos)
- Updated busybox
- Updated included csc
- Updated applock, airmessage, screenrecorder
- Updated zeroprobe camera mod
- Added quicktiles for VoLTE and Wificalling
Useful posts and links
App on PlayStore:
Find my own SuperMan app on PlayStore: SM Settings App
Odin:
Find all latest odin and samsung tools on this link: Samsung-Tools
In case you need help:
Try to take a look at my Q&A Thread where hopefully some general questions are already answered.
TWRP links:
TWRP S7 Thread
Official TWRP website for s7
Bootloader and Modems:
SM-G930F/FD/K/L/S/W8 BL and CP (all models in one folder!)
SM-G930F/FD BL and CP
SM-G930K BL and CP
SM-G930L BL and CP
SM-G930S BL and CP
SM-G930W8 BL and CP
Xposed Threads (MM ONLY):
Wanam Xposed V87
Systemless Magisk Xposed V86.6
Official Xposed V87 (DOES NOT WORK ON SAMSUNG DEVICES) visit this website only for changelogs and infos from rovo!
Material Xposed Installer
General Xposed Discussion
In case you want to use systemless xposed, but don't want to switch to magisk, install last magisk free Xposed V86.2. Download is here.
Magisk related Threads:
Magisk V13.3
Magisk Discussion
How-To create a Magisk module
Phh magiks superuser
Magisk module collection
Root related Threads:
Sound Mod V19
Camera Mod V8.1
How to encrypt on custom rom (MM ONLY)
Phh's superuser
Phh's hidesu
Phh's official apk
Phh's material APK
Stable SuperSU releases
Beta SuperSU releases
Chainfires suhide
Kernels Threads:
Kali Nethunter
TGP Kernel
SuperStock Kernel
Prometheus Kernel
SuperKernel
Voltaqe kernel
Roms made by me:
SuperMan-Rom which you are currently on its thread
HydraRom which is a full note 7 rom compatible with our s7.
SuperStock-Rom which is as close to stock as possible with some nice additions.
Samsung Links:
Sammobile Website
Latest samsung apks
Samsung Opensource Center
Live samsung updates
Fast firmware downloads
Good Lock:
Latest Good Lock APK can always be found on Apk Mirror.
Thread about CSC:
Download latest CSC from CSC Selection V2.4.0
All CSC's ever released
How to donate:
Donation via normal PayPal
Donate via PayPal.me
Batterylife with V1.16:
Geekbench 4 Results with V1.16:
Antutu Benchmark Results:
HERE WE GOOOOOOOOOOOO!!!!!!!!
Sent from my SM-G930F using Tapatalk
Questions and Answers
Basic Questions:
Q: How to get into Download Mode?
A: Power off your phone, than hold: home + volume down + power on button until you see the download mode.
Q: How to get into Recovery Mode?
A: Power off your phone, than hold: home + volume up + power on button until you see the recovery mode.
Q: My Phone is stuck at boot and doesn't start, what to do??
A: Update your bootloader and modem. Also make sure you have made a fresh install of the rom. Bootloader and Modem can be found in the OP. Another problem can be that you are didn't decrypt your phone. To fix this read below how to disable encryption.
Q: Do I need to update bootloader and modem after every update?
A: It's recommend to update your bootloader and modem everytime there is a new base yes. The developer will tell you if necessary on every rom changelog.
Q: I get verification failed at start up!?!? My phone is broken now?
A: Yes, you have to buy a new phone now. Just kidding You did not disable force encryption in TWRP (how to do so you will find below in how to decrypt your phone).
Q: I get verification FRP LOCK? WHYYYYYY???
A: Very simple answer, you did not enable OEM Unlock in developer options. Now you need to flash full rom with odin again and start from scratch. But don't forget to enable OEM Unlock this time!
Q: Which devices are supported at the moment?
A: Current supported devices are: SM-G930F/FD/K/L/S/W8. Snapdragons are NOT supported
Q: Is this rom working on Snapdragon 820 variants?
A: No, sadly not.
Q: I want to change something in my rom setup, how can I do that?
A: Simply reflash the same rom version without any wipe and than choose the correct things you want.
Q: Some features are not present in this rom, but they are on stock rom, so where are they?
A: In aroma installer you have the option to select bloat you want to install or not, you probably didn't select all package, this is why it's missing now.
Q: After a clean install my phone is overblated with many custom settings. What to do?
A: Open my romcontrol, grant it root permissions and then my default settings will be applied.
Q: Will you add X or Y feature?
A: You can kindly ask in the thread for that, if I like your suggestion I will think about adding it to the rom.
Q: You said you fixed SD card RW but Titanium Backup can't write to external SD card, why???
A: This is because of googles changes concerning SD card, to fix this open Titanium Backup, Menu, Preferences, Backup Folder Location, Storage provider and than hit DocumentProvider Storage and select your SD card. Problem solved
Q: I can't find X and Y mod. Please help
A: I've added many links and useful stuff to this post here. Hope that's what you have been looking for!
Q: I want to have my external storage like an internal as well. Google introduced it with android Marshmallow, but I can't see this option?
A: Just follow this Guide here and you can setup your SD card as normal storage
Q: I got a new strange icon appearing after nougat update. What's that?
A: This is a new advanced calling feature introduced in android nougat. Should make your call quality better or something like this. To hide it please visit following forum: Get rid of RCS icon
Q: I installed Viper or other sound mods, but they won't work, why?
A: You most likely missed to freeze sound alive, if you did this and it's still not working you it's due to the kernel. Stock kernel doesn't support these mods since we need a permissive kernel!
Questions concerning rom updates:
Q: Do I have to do a full wipe for the new version?
A: It is always the best option to make a clean install, otherwise please don't come and report bugs!
Q: But I don't want to make a full wipe when only small stuff changed!
A: For updates using the same bases you can install the rom with a dirty flash. BUT with a new base a clean install is highly recommend!
Q: What steps should I do to update to a new version with a full wipe but keep all data?
A: There are some different ways. One way is to make a backup with Titanium Backup, you can backup all Apps and Preferences there. Make sure to store this backup on external SD card (if you have one). Second way would be to save your data onto a google account or samsung cloud and restore it after a clean install.
Q: I miss an apk after rom update, how can I get it back?
A: Simply reflash rom and select "dirty flash" in aroma + select the app this time in aroma.
Q: My battery life is so bad and performance is very poor after an update!?!?
A: This comes actually not form the rom itself, dirty flash can cause problems even if only some small things have been changed. So simply install it clean again and it will solve your problem.
Q: Performance and battery is very poor even after clean install. What should I do now?
A: I assume you installed Xposed than, some modules can cause batterydrain and performance problems. So try to make a clean install of the rom WITHOUT xposed installed.
Questions about log and logcats:
Q: I got FC's and other Problems with the rom, what to do?
A: Take a logcat for me, developers use to say: without a log, it never happened . A logcat can be grabed with a PC and ADB installed, simply type: adb logcat > log.txt while your phone is connected and the error is happening. Same can be done if you have a terminal installed on your phone. Simply type adb logcat > log.txt and you will have the same output as on the PC.
Q: What kind of logs can I provide to help you?
A: Logcat: This one is for general infos about FC's
DMESG: this is for kernel related things
Last_Kmsg: this can be used after a random reboot
Q: How to get logs?
A: 1. Connect your phone to your pc
2. Make sure you got usb debugging enabled
3. Install Minimal ADB tool
4. After install open it and type: adb logcat > logcat.txt, adb shell dmesg > dmesg.log, adb shell cat proc/last_kmsg kmsg.log
5. Send me the file you got
You can also send me a log created by your phones terminal with the exact same commands!
Questions about RomControl:
Q: None of my romcontrol changes do anything, why are you such a bad dev!?!?
A: The problem is not on my end, you installed stock systemUI (which is STOCK and does not support one single mod). Use another one in aroma instead. The same thing can happen with good lock!
Q: Romcontrol gives FC's to me. HELP!
A: Very simple answer here: wipe data and cache from superman control application. Also make sure storage permissions are given to the romcontrol.
Q: Romcontrol still FC after cleaning data and cache!
A: Make sure you allow storage permission in main settings.
Q: I try to backup my current RomControl setup, but it won't work?
A: It works. Just make sure to enable storage permission in main samsung applicatoin settings. You will find it in internal sdcard under RomControl folder.
Q: I can't restore SuperMan control settings after a clean base update, why?
A: Backup for SuperMan control only works as long as you use the same version of the app, I mostly change very much things in new releases that's why it won't work there.
Q: SystemUI reboot doesn't work in SuperMan settings app, why?
A: Since Nougat update, you need to install busybox in order to get this button working. Without busybox the button will just do nothing.
Q: I enabled weather on lockscreen but I can't see anything...
A: You probably didn't setup or even installed samsungs weather widget. Without it weather on lockscreen won't work too. So reflash the rom with the widget installed this time and set it up.
How to go back to stock:
Q: I like to go back to stock rom, how is this possible?
A: I can provide you here all steps which are needed to go back to a full stock rom.
0. Make a backup and than wipe all partitions in TWRP
1. Go to Sammobile and choose your country
2. Download the file and the attached Odin on sammobile
3. After downloading, put your phone into download mode
4. Make sure drivers are installed and your pc can detect your phone in odin
5. If the box in odin turns blue, add the AP file to AP tab, BL file to BL tab, CP file to CP tab and CSC_HOME to CSC tab
6. Hit start and wait until it is finished.
7. Reboot and you have a stock rom again
Questions about Encryption:
Q: On TWRP there is an error about /data mount, what to do?
A: Your device is encrypted, follow the steps below to get rid of your encryption.
Q: Help, I never had a code and now after installing the rom my phone asks for a password??
A: Your device is still encrypted, on step 0 of my rom instructions it tells you to be sure you're not. So, what do you need to to in case you are still encrypted.
A: HOW TO DISABLE ENCRYPTION:
1. Boot into TWRP
2. Select Wipe
3. Select format data
4. Then you manually need to type "yes" with the keyboard
5. Confirm the wipe (this will remove the encryption)
6. Reboot your recovery
Q: Is there a way to get rid of encryption which is simpler?
A: Not really, you could also wipe data with stock recovery but this is quite a big hassle so above method works better.
Q: And if I want to use this rom with encryption?
A: Normally we can use the stock kernel to encrypt our device, but since the Android 7.0 Nougat update samsung makes a check kernel sides to block deodexed roms from booting. This means that even the stock kernel is build by me to disable knox and tima. So encryption won't work there and you have to encrypt your device after you set up your phone. After that go to settings, security, encrypt device. It may need some additional steps to work...
Questions about CSC/Signal:
Q: Where has the CSC selection gone?
A: To include all csc files, the rom get way to big, so it got it's own thread now, take a look here: CSC installer
Q: I have a weak cellular signal, what can I do against it?
A: Two things: first, install your providers CSC using CSC installer and flash in TWRP or flashing stock CSC with Odin. Second Thing: You can install the modem from your provider, also find your modem on Sammobile and install it with Odin in CP tab.
Q: I don't have all sHealth features, how come?
A: Not all CSCs include this feature. I recommend to use AUT or DBT as it has the best compatibility!
Q: Can I flash MM CSC on N and vis a verse?
A: No, this is clearly not recommend! You can and will face call fc's!
Questions about Xposed:
Q: Does Xposed work yet on Android N 7.0?
A: No it does not! You will end up in a bootloop when you flash it on android N
Q: I selected xposed but now I don't see an app for it?
A: Maybe there went something wrong with installing the app to /data/app from my installer script. But xposed is actually installed only the app is missing, so head over to the download page of xposed app: Material Xposed Thread
Q: I selected xposed but the app shows not active or something else with xposed is not working.
A: This can have 2 reasons:
1. You have installed latest xposed version without installing magisk, magisk is required for most recent xposed version!
2. You used 86.2 xposed (which does not need magisk) but you did not install supersu. Since 86.2 does not use magisk to be systemless it uses supersu instead!
Questions about Magisk:
Q: How can I pass safetynet?
A: 1. Make sure to fully uninstall SuperSU by chainfire
2. Flash most recent 2.4.3 SuperStock Kernel
3. Flash Magisk V12
4. install latest Magisk Manager from playstore
5. Open Magiks Manager, go to settings
6. Enable MagiskHide, systemless hosts and systemless busybox
7. Reboot the phone and check safetynet!
Q: I got out of date binary issue?
A: Since Magisk V11.1 there is no need for phh root anymore. Everything is handled inside the MagiskManager apk!
Q: Where can I configure the root settings in Magisk?
A: Since Magisk V11.1 Magisk uses MagiskSU, you can find it in latest Magisk Manager V4.1
Questions about Snapchat:
Q: Even when I did not use xposed during my setup in rom I can't login to snapchat anymore!
A: Snapchat got updated and now detects even root access on your phone!
Q: What to do to login to snapchat then?
A: Clean install the rom without root and xposed and login to your snapchat, save the app with titanium backup, flash back xposed and root. For the next update of the rom just restore snapchat backup in TB.
Q: Any other possibility?
A: You could enable MagiskHide and check Snapchat inside it so root will be hidden from Snapchat. You will be able to perfectly login without any issues.
Q: I want to discuss this problem a bit deeper. Should I do so?
A: Do that, but this has nothing to do with this rom, so please go ahead and post your experience here on this Snapchat Thread.
Questions about Kernels:
Q: I want to switch kernel, how?
A: Since we have systemless xposed and systemless supersu, we have patches in ramdisk of boot.img. This means you have to reflash Magisk and supersu (or any other zip that changes some stuff in ramdisk partition) after every change of kernel!
Q: Synapse shows no UCI support!
A: Most comon issue is that no busybox is installed. Download the one from here: Latest busybox and flash it in recovery.
Q: I got random reboots, heeelp!
A: This is most likely from a custom kernel, if you face random reboots please check if you have the latest kernel installed or switch back to the stock kernel included in the rom.
Q: My screen is kind of yellow/orange and the touchscreen doesn't work at all!
A: You have chosen the wrong kernel in aroma selection. Reflash the rom without any wipe selecting the right kernel version.
Questions about Root:
Q: I lost root after installing this rom. What to do?
A: All mods (like supersu, phh's root, xposed and magisk) are stored in ramdisk of kernel boot.img. So if you flash this rom, and after this another kernel, simply reflash your preferred root method and it will work again!
Q: I selected phh root but my phone tells me I am not rooted!!
A: There are two possibilities:
1. You have mixed supersu/phh with magisk.
2. You did not install phhs root app from playstore.
Q: I get a warning about binary out of date. Help!
A: That happens on latest Magisk V11.1. Reason: Root has fully moved into Magisk Manager, no additional app required. Uninstall phh or supersu apps and only use magisk!
Q: I want to use su hide on my phone, how to do so?
A: Both below variants are outdated, I recommend to use Magisk with its build in MagiskHide. Check the thread: Magisk Thread
Link to phh's hidesu: Phh's thread
Link to chainfires suhide: Chainfires thread
Tkkg1994 said:
Exactly Rom is now online and ready for using
Click to expand...
Click to collapse
God bless you man!!!!! Let's get this show on the road!!
Sent from my SM-G930F using Tapatalk
Hey mate is this rom faster then stock and have better battery and is it stable
broyza said:
Hey mate is this rom faster then stock and have better battery and is it stable
Click to expand...
Click to collapse
It's definitely stable as said in the title of the thread.
Sent from my SM-G930F using Tapatalk
barondebxl said:
God bless you man!!!!! Let's get this show on the road!!
Sent from my SM-G930F using Tapatalk
Click to expand...
Click to collapse
Finally a working S7 rom here on xda
broyza said:
Hey mate is this rom faster then stock and have better battery and is it stable
Click to expand...
Click to collapse
I think so, but I think that anyone can decide by himself. I would say: Try it mate
Stable for sure
Ok great will definitely try it now so do i have to flash bootloader and modem first them rom?
broyza said:
Ok great will definitely try it now so do i have to flash bootloader and modem first them rom?
Click to expand...
Click to collapse
I think the guide on the OP is very clear, or to which step do you have a question?
So i download that bootloader file first and flash through odlin then rom through twrp ? And will it work fine with my network?
---------- Post added at 02:47 AM ---------- Previous post was at 02:35 AM ----------
And the only problem i have is i dont have a sd card installed to move rom and stuff there ??
broyza said:
So i download that bootloader file first and flash through odlin then rom through twrp ? And will it work fine with my network?
---------- Post added at 02:47 AM ---------- Previous post was at 02:35 AM ----------
And the only problem i have is i dont have a sd card installed to move rom and stuff there ??
Click to expand...
Click to collapse
Than you put it on your phone and wipe everything except internal storage
Ok great thanks il try this now
Installed this rom and is working great no problems so far ? when you gonna make some more modern and make this even better ?
Thanks a lot for this rom. If I may suggest to add links to tweaks that are tested and working with the rom. Tweaks like dual speaker, viper, xposed and so on.
Skickat från min SM-G930F via Tapatalk
THX it's seams the rom's start to appear !
Thanks Sir
Great bloatet Rom, but Gear VR doesn't work correctly - representation does not fit.
Som few edge features would be great.
Can someone please help me?
After i installed twrp, the recovery cant mount data,
Please help
MrJiM said:
Thanks a lot for this rom. If I may suggest to add links to tweaks that are tested and working with the rom. Tweaks like dual speaker, viper, xposed and so on.
Skickat från min SM-G930F via Tapatalk
Click to expand...
Click to collapse
I will add some of those mods in my rom by default
AlphaAnimal said:
Great bloatet Rom, but Gear VR doesn't work correctly - representation does not fit.
Som few edge features would be great.
Click to expand...
Click to collapse
I will test this on my own gear vr, thanks.
weedeater84 said:
Can someone please help me?
After i installed twrp, the recovery cant mount data,
Please help
Click to expand...
Click to collapse
You have an encrypted device. You have to decrypt it first
Sent with my Nova powered SM-G901F

[THEME][XPERIA][LP,MM] : Xperian Material Dota2 Theme [Update-Oct3/2016]

Hello.........all Xperia users.
Here is my new Xperia theme, developed with Android Studio and simple and perfect. Included Icon Pack in my theme support three Home Launcher. I hope you will love it.
Please, test my theme and Plz, give me advice.
" Simpl and Perfect Material Dota2 Theme with included IconPack for Lollipop and Marshmallow "
Update Version :
• v3.0
Changelog : v1.0
• Initial release.
Changelog : v2.0
• Add 20 new icons.
• Change and replace any new Icon in current icons.
• Setting new Background Wallpaper.
Changelog : v3.0
• New Homescreen Clock Widget.
• New Lockscreen Clock Widget.
• Bugs fix.
Requirement :
• Android 5.0 and Up
• Root & No Root ( Any Devices may work )
Features :
• Material Homescreen Dota2 Wallpaper
• Material Lockscreen Dota2 Wallpaper
• Material Icon Pack
• Phone Contacts
• Messaging
• Phone InCall UI
• Navigation Key Icon
• Navigation Background Color ( White/Black )
• Themeable Homescreen Widget
• Themeable Lockscreen Widget
• Setting Background Image
• Setting Switch ( On/Off )
• Xperia Keyboard ThemeColor
• and More.
Download :
• Version 3.0
https://1drv.ms/u/s!Auo9bHWyf-rtiDqLhrDtcTkW2f__
If you like my theme, don't forget to thank me.
Thanks.
:good::good:
Screen Shot:
Version Update - v2.0
" UPDATE " :
Icon Pack Support 3 Home Launcher - Xperia Home, Nova and Adw.
PlayerZ_ZawZaw said:
" UPDATE " :
Icon Pack Support 3 Home Launcher - Xperia Home, Nova and Adw.
Click to expand...
Click to collapse
Hey bro , correct to uphold the black version, but nothing can be seen on a white background, all white text ! (
Thug_Style said:
Hey bro , correct to uphold the black version, but nothing can be seen on a white background, all white text ! (
Click to expand...
Click to collapse
How? I don't understand.
Please, sent me your Screen Shot.
PlayerZ_ZawZaw said:
How? I don't understand.
Please, sent me your Screen Shot.
Click to expand...
Click to collapse
existenz black firmware
Thug_Style said:
existenz black firmware
Click to expand...
Click to collapse
OK Bro,
I can try and fix
but I think depend on your Custom ROM ( eXistenZ )
Thank You Bro.
PlayerZ_ZawZaw said:
OK Bro,
I can try and fix
but I think depend on your Custom ROM ( eXistenZ )
Thank You Bro.
Click to expand...
Click to collapse
background need for the firmware you have is the same background under white and black under IOS, please fix if possible, my rom has nothing to do with any black firmware will this recitement, the first theme DotA your on it was not such a jamb, can screenshot to show, thank you for your attention
Thug_Style said:
background need for the firmware you have is the same background under white and black under IOS, please fix if possible, my rom has nothing to do with any black firmware will this recitement, the first theme DotA your on it was not such a jamb, can screenshot to show, thank you for your attention
Click to expand...
Click to collapse
ok bro
coming up next version and
thanks for your advice.
@PlayerZ_ZawZaw
just wants to help
maybe u need change value in folder android.apk or android_laf2.apk/res/drawable/somc_bg_dark.xml :
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/your_wallpaper" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
to
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/somc_bg_dark_tile <-- original file/name from framework" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
or
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="#xxxxxxxxx <-- your hex color what u want" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
in white system & media apps no issue,nice theme & icon :good:
Mirza_H said:
@PlayerZ_ZawZaw
just wants to help
maybe u need change value in folder android.apk or android_laf2.apk/res/drawable/somc_bg_dark.xml :
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/your_wallpaper" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
to
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/somc_bg_dark_tile <-- original file/name from framework" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
or
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="#xxxxxxxxx <-- your hex color what u want" android:tileMode="repeat"
xmlns:android="http://schemas.android.com/apk/res/android" />
in white system & media apps no issue,nice theme & icon :good:
Click to expand...
Click to collapse
OK,
Thanks You very much Bro :good:
PlayerZ_ZawZaw said:
OK,
Thanks You very much Bro :good:
Click to expand...
Click to collapse
Your welcome bro
Mirza_H said:
Your welcome bro
Click to expand...
Click to collapse
:good::good::laugh:
Coming soon update version v3.0......
Changelog - *** change clock widget and bugs fix ***
*** UPDATE ***
Version - v3.0
Changelog :
• new Homescreen Clockwidget.
• new Lockscreen Clockwidget.
• and bugs fix.
Screen Shots :
SS :
SS : Lockscreen

[EOL][ROM][STABLE][TW][N][7.0][DQJ1][27.10.17][SM-G930F/FD] SuperStock-Rom V2.11.0

This rom is tested and working on SM-G930F/FD/K/L/S/W8 variant only! Do not try this on other variants without any backup!​
{
"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"
}
Why I did another rom for you on XDA? Many people asked me to do a basic version with some nice adaption because they actually really like stock. So along with my SuperStock Kernel I decided to make the SuperStock-Rom for a very stock near feeling. It features Odex apps and framework for max battery and performance! If you want something more customizable I recommend you to go for SuperMan-Rom and if you really like the grace UX features of the N7 there is also my HydraRom. I hope one of this roms fits your needs!
Rom Features:
V1.2 Marhsmallow:
- BPLB base
- Latest BPLB kernel, superstock kernel or superkernel
- November security patch
- SuperSU V2.79, Phh superuser r275 or magisk phh r266-2
- Magisk v9
- Xposed v86.2 or v87.1
- Stock emojis, ios emojis or android n emojis
- Rom is full ODEX for better speed
- Fixed googles overlay issue
- Gear VR working
- OTA support
- Sound mod included in aroma
- Aroma installer
- Debloat menu in aroma
- sd card rw
- system mounted as rw
- dm-verity disabled
- init.d support
- wakelock fix for google services
- csc features included
- Applock supported
- Advanced wifi settings
- private mode working (with permissive kernel)
V2.11.0 Nougat:
- DQJ1 base Nougat
- Latest DQJ1 kernels
- October security patch
- SuperSU V2.82 SR5, Phh superuser or MagiskSU
- Magisk v14.3
- Rom is full ODEX for better speed
- Fixed googles overlay issue
- Gear VR working
- Aroma installer
- Debloat menu in aroma
- sd card ro
- system mounted as rw
- dm-verity disabled
- init.d support
- csc features included
- Advanced wifi settings
- Auto model choose in script to flash right files
- Auto update BL/CP for F/FD model in you choose in aroma
- iOS emojis
- Sound Mod V19
Bugs:
- You tell me
Rom review by @shark jungle:
HOW-TO Install the rom:
0. Make sure you have ticked OEM Unlock in Developer settings!
1. Download latest bootloader and modem from here:
Bootloader/Modem
2. Download latest odin
3. Flash BL in BL tab and CP in CP tab of odin. Then follow the steps on this side until you get a working custom recovery: TWRP
4. If you are done with bootloader, modem and recovery we can move on, boot into twrp holding power, home button and volume up while phone is powered off
5. This will delete all your personal data! Click on wipe, format data and type "yes"
6. Wait until it is finished then click reboot, reboot to recovery
7. Now connect your phone to PC and copy the rom file inside your internal or external sd card
8. Flash the rom and wait until it is finished
9. Reboot your phone and enjoy !
Downloads:
V2.11.0 available on AndroidFileHost
Thread on Grifo Development
V1.2 on Androidfilehost (latest MM version)
SM-G930F/FD Modem and Bootloader
SM-G930W8 Modem and Bootloader
CSC Selection V2.3.5
Telegram:
If you wish to ask me some questions, join my telegram chat about SuperStock-Rom. You can also join if you just want to have a quick chat with me anyway just click on this link: Telegram invite link
Saying thanks:
If you enjoy and appreciate my work, I would be very pleased if you hit thanks on this post here, then I'm a very happy guy! If you say you want to do more about it, you can donate me with paypal using this link:
PayPal​
I already say thanks to all of you! :highfive:​
Credits:
- SuperR for his great unpack kitchen
- of course samsung for their firmware and source
- topjohnwu for his magisk and xposed systemless
- rovo for xposed
- chainfire for his root
- topjohn for xposed
- phh for superuser
- amarullz for aroma installer
- and last but not least the great XDA community for making me better and greater each day!
XDA:DevDB Information
SuperStock-Rom for herolte, ROM for the Samsung Galaxy S7
Contributors
Tkkg1994
Source Code: https://gitlab.com/Tkkg1994/SuperStock-Rom
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
ROM Firmware Required: Custom Recovery
Based On: Stock Based
Version Information
Status: Stable
Current Stable Version: V2.11.0
Stable Release Date: 2017-10-27
Created 2016-11-08
Last Updated 2017-10-27
Changelog
Changelog for MM versions (1.X):
SuperStock-Rom V1.0:
- Initial release!
SuperStock-Rom V1.1:
- Rebased on BPJG release
- November security patch
- Kernels updated with BPJE source drop and BPJG ramdisk
- Magisk phh updated to r266
- Phh updated to r266
SuperStock-Rom V1.2:
- Rebased on latest BPLB release
- December security patch
- Updated magisk to V9
- Updated Magisk apk to V2.5
- Updated busybox to V1.25
- Updated busybox app
- Updated SuperSU to V2.79
- Updated phh superuser to r275
- Updated phh apk to latest beta 10 material
- Updated phh magisk to r266-2
- Updated Xposed to 87.1 version
- Updated Xposed app
- Updated host files
- Added ablocker app as user app
- Added Aroma choice about default adblocker enabled/disabled
- Updated StockKernel to BPLB
- CSC updated to XEF BPL2
- SuperKernel updated to 1.9.6
- SuperStock updated to 1.6
Changelog for Nougat versions (2.X):
SuperStock-Rom V2.0 Beta:
- Based on latest G935FXXU1ZPKK base
- Android Nougat 7.0 update!
- november security patch
- Full nougat stock kernels included
- magisk updated to V9
- phh magisk updated to r266-2
- supersu updated to SR4 helios (all credits to @lyapota)
- removed csc selection as there is only 1 csc for now
- updated adblocker app
- csc features included as on V1.1
- kept ODEX as previous V1.1 version
- Busybox updated with a new app
- Many new things due to android N in general
- I must remove some debloat option as aroma only supports zips till 2 GB
- Model is kept G935F so you can enjoy all edge panels and edge features!
- of course no force encryption
- multi user support
- modem will be auto updated during rom flash! (If you have a F/FD model)
SuperStock-Rom V2.1 Beta:
- Rebased on latest ZPL3 base
- December security patches
- SuperSU update to SR5
- Added option to enable or disable adaway in aroma
- Updated adaway hostfile
- Updated all kernels to ZPL3 base
- Updated the included modems
- Private mode now working fine
- Some more bloatware removed
SuperStock-Rom V2.2 Beta:
- Fully rebased to latest ZPLH release
- Both edge and flat kernel updated to ZPLH base
- Updated modem to ZPHL release
- New: included auto update bootloader on F/FD models as well to ZPLH release
- CSC updated to ZPLH release
- SuperSU updated to V2.79
- Samsung Music app updated
- Phh superuser apk updated
- adblocker hostfile updated
- No more version choose in aroma, everything will be flashed automatically (depending on which s7 version you got)
SuperStock-Rom V2.3 Beta:
- Rebased on latest ZPLN release
- Updated CSC to ZPLN
- Updated kernels to ZPLN
- Updated Modems to ZPLN
- Updated SuperSU to official SR1 update (should fix all issues we had with supersu before)
SuperStock-Rom V2.4:
- Now based on latest official DPLT release!
- Stock kernel updated to official DPLT
- CSC updated to DPLT
- Bootloader updated to DPLT (and now selectable in aroma as well)
- Modem updated to DPLT (also selectable via aroma)
- CSC countries are selectable (those available in BTU csc)
- SuperStock-Kernel V2.0 included
- SuperKernel V2.0 included (busybox needs to be at /sbin for synapse!)
- init.d tweaks added
- build.prop tweaks added
- Recovery is now included and can be updated via aroma
- ios emoji added
- Sound mod added (needs testing)
- Viper4android added, magisk viper4android as well
- ARISE sound mod added
- Magisk updated to V10.2 (if you choose stock kernel it will flash V9, otherwise it won't boot)
- Magisk app updated
- Phh magisk updated to R2
- Phh app updated
- host file updated
- SuperSU updated to V2.79 SR3
- Busybox updated to 1.26.2 (with magisk support now!)
- Secret tab working in sbrowser (credits @mwilky)
- Private mode working fine on both kernel
- Aroma is most likely same as SuperMan (no more model choose, all handled in scripts)
- Backup/restore of aroma selections added
- AppLock added for N (csc feature) credits to @Repulsa
- All variants have now the proper model number (SM-G930F/K/L/S/W8 etc)
- Some other things I may forgot
SuperStock-Rom V2.5:
- Rebased on DQB7
- February security patch
- Updated included BL to DQB7 and modem to DQB1
- BTU multi csc included (DQB3 version)
- Updated all kernels with ramdisk to DQB7
- Magisk updated to V11.1 (no need for superuser apk anymore)
- Updated MagiskManager to V4.1
- Busybox updated
- Adblocker updated
- Sound mod updated to V19
- Camera mod added (V8.1)
- Arise sound mod removed (they got their own aroma installer now)
- All previous features included
SuperStock-Rom V2.6:
- Based on DQCG
- March Security patch
- Magisk Manager updated
- Bootloader/Modem updated to DQCG
- W8 Bootloader/Modem added
- Additional fonts added in aroma
- Knox added to choose in aroma
- New build.prop tweaks added
- CSC updated
- All kernels updated to 2.4.2 version
- Magisk updated to V11.6
- Many bloat apps added to choose from (like on SuperMan)
- Aroma updated to latest mods (like Superman)
SuperStock-Rom V2.7:
- Based on latest DQD2 firmware
- April security patch
- BL/CP both updated to DQD2
- SuperKernel/SuperStock-Kernel and stock kernel updated to DQD2
- Magisk updated to V12
- Phh root updated to r310
- Magisk Manager updated
- All extra apps (such as snapchat, telegram etc) updated
SuperStock-Rom V2.8:
- Rebased on DQEF base
- includes latest bootloader and modem in aroma
- updated included TWRP to 3.1.1
- updated kernels to v2.6 (with new linux and source)
- May security patch
- OTA is now choosable in aroma too
SuperStock-Rom V2.9.0:
- Updated base of the rom to most recent DQFM
- Updated all kernels to DQFM including ramdisk and latest kernels from earlier today
- Updated Magisk to V13.1
- Updated SuperSU to 2.82 SR1
- Updated included BL/CP of F/FD/W8 to most recent versions
- Includes June security patch
SuperStock-Rom V2.10.0:
- Updated base to DQHY
- Updated all included kernels to latest DQH8 base
- Updated Magisk to V14.0
- Updated SuperSU to 2.82 SR3
- Updated included BL/CP of F/FD/W8
- Includes August security patch
- Updated Samsung Fonts app
- Removed OTA update, this wasn't working anymore
- Removed viper4android due to problems with sound, please use ARISE or similar mods
- Updated busybox to most recent v1.27.2 version
- Added a new busybox to the selection
- Added some more apps into debloat options
SuperStock-Rom V2.11.0 FINAL:
- Updated to latest DQJ1 base
- Includes latest October security patch
- Fixes blueborne
- Updated all kernels to DQJ1
- Updated SuperSU to SR5
- Updated Magisk to latest V14.3
- Added Magisk Xposed V88.1 into aroma selection
- Added Oreo emojis into aroma selection
- Updated modded camera
- Updated included bootloader/modems
- Updated the adblocker host file
- Updated modded fonts app
- Fake system state to official
Useful posts and links
Odin:
Find all latest odin and samsung tools on this link: Samsung-Tools
In case you need help:
Try to take a look at my Q&A Thread where hopefully some general questions are already answered.
TWRP links:
TWRP S7 Thread
Official TWRP website for s7
Bootloader and Modems:
SM-G930F/FD BL and CP
SM-G930K BL and CP
SM-G930L BL and CP
SM-G930S BL and CP
SM-G930W8 BL and CP
Xposed Threads:
Wanam Xposed V87
Systemless Magisk Xposed V86.6
Official Xposed V87 (DOES NOT WORK ON SAMSUNG DEVICES) visit this website only for changelogs and infos from rovo!
Material Xposed Installer
General Xposed Discussion
Magisk related Threads:
Magisk V9
Magisk Discussion
How-To create a Magisk module
PHH magiks superuser
Magisk module collection
Root related Threads:
Sound Mod V18
How to encrypt on custom rom
Phh's superuser
Phh's hidesu
Phh's official apk
Phh's material APK
Stable SuperSU releases
Beta SuperSU releases
Chainfires suhide
Kernels Threads:
Kali Nethunter
TGP Kernel
SuperStock Kernel
Prometheus Kernel
SuperKernel
Voltaqe kernel
Roms made by me:
SuperMan-Rom which you are currently on its thread
HydraRom which is a full note 7 rom compatible with our s7.
SuperStock-Rom which is as close to stock as possible with some nice additions. Android 7.0 Nougat Beta is available for it!
Samsung Links:
Sammobile Website
Latest samsung apks
Samsung Opensource Center
Live samsung updates
Fast firmware downloads
Good Lock:
Latest Good Lock APK can always be found on Apk Mirror.
Thread about CSC:
Download latest CSC from CSC Selection V1.9
All CSC's ever released
How to donate:
Donation via normal PayPal
Donate via PayPal.me
Best StockROM experience. Running smooth with superstock kernel. Best I tried so far!
Will try this the upcoming week.
Sounds very promissing ty as always
Thanks ! I will be test ! I love rom custom with stock, just little modification :3
abe2912 said:
Best StockROM experience. Running smooth with superstock kernel. Best I tried so far!
Click to expand...
Click to collapse
Thank you
roba93 said:
Will try this the upcoming week.
Sounds very promissing ty as always
Click to expand...
Click to collapse
No problem
Drice81 said:
Thanks ! I will be test ! I love rom custom with stock, just little modification :3
Click to expand...
Click to collapse
Yeah then this is exactly for you
This is super. Best battery life. Thanks
Inviato dal mio SM-G930F utilizzando Tapatalk
Security patch date?
Thanks a lot
Holy S.... Nice dude. I downloading and testing this thing. Big Thanks man. This is what i whant
PopaStefanx said:
This is super. Best battery life. Thanks
Inviato dal mio SM-G930F utilizzando Tapatalk
Click to expand...
Click to collapse
Nice and no problem!
amtomio2004 said:
Security patch date?
Thanks a lot
Click to expand...
Click to collapse
October
Jazz2000 said:
Holy S.... Nice dude. I downloading and testing this thing. Big Thanks man. This is what i whant
Click to expand...
Click to collapse
Enjoy!
Sent from my SuperMan powered SM-G930F
Installed,maybe it is space for more debloating
king118 said:
Installed,maybe it is space for more debloating
Click to expand...
Click to collapse
If you send me a list of additional removable apps without breaking any features I am waiting
Tkkg1994 said:
If you send me a list of additional removable apps without breaking any features I am waiting
Click to expand...
Click to collapse
Hmm Voice Wake/S voice ,Weather,Edge Panel(maybe a option to install or not in aroma).Now the question is how many people use the Gear Vr on S7 in order to remove or not.
king118 said:
Hmm Voice Wake/S voice ,Weather,Edge Panel(maybe a option to install or not in aroma).Now the question is how many people use the Gear Vr on S7 in order to remove or not.
Click to expand...
Click to collapse
Everything is in aroma except edge panel. svoice, weahter and gear vr as well
Thanks Tkkg1994 for another awesome work altough i have a doubt,why the Nougat folder on the BT/CP folder?
pbls said:
Thanks Tkkg1994 for another awesome work altough i have a doubt,why the Nougat folder on the BT/CP folder?
Click to expand...
Click to collapse
Because I uploaded nougat BL and CP
Sent from my SuperMan powered SM-G930F
SuperStock-Rom V1.1:
- Rebased on BPJG release
- November security patch
- Kernels updated with BPJE source drop and BPJG ramdisk
- Magisk phh updated to r266
- Phh updated to r266
Download V1.1 (or through OTA)
Does this rom have rom control?
bax-gold said:
Does this rom have rom control?
Click to expand...
Click to collapse
No...
Sent from my SuperMan powered SM-G930F

{ROM}{TRR}{J730X}TRR_PURE_EDITION

{
"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"
}
Welcome to T.R.R. Pure Edition​
"DONT KANG IT" or consequence will be bad...
And before that, i am not responsible for bricking device, dead sdcard, or even false alarm, YOU choose this modification, IF you point your finger to me to brick your device, i will laugh at you.
Click to expand...
Click to collapse
Compatibility:
J730x(Tested, stable)​
Features?
1. Smart Capture
2. Record Screen
3. Enabled some disabled feature on settings
4. GameHome
5. GameTools
6. Odex file on app and priv-app not touched
7. Multi user
8. LTE only option
9. Device security on device maintenance is disabled
10. Screenshot anywhere (COPYRIGHTED ITEMS WARNING!!!!)
11. Signature verification disabled
12. Device Update disabled
13. Smallest OneUI ROM
14. OneUI 1.5
14. Another extras ​
Wait, how to install it? I will give the instructions for ya:
0. Make sure you have TWRP installed.
1. Download the ROM
2. BACKUP YOUR PHONE!!!
3. Copy the files you downloaded to PC or OTG or whatever
4. Reboot your phone to recovery mode / TWRP
5. Wipe data, dalvik, and cache
6. Flash ROM
7. Reboot to system​
Wanna download it? Here, i leave the link for ya:​
MEGA​
Extras:​
Google Drive​
Older Extras:​
MEGA​
I just wanna say Thank you very much to:​1. Samsung (bcoz the rom based on OneUI)
2. Ananjaser1211 (For helping me to repatching the camera)
3. APK Mirror
4. ImbaWind (for the dolby & floating feature script)
6. Krilin for Testing
5. frap129 (for spectrum)
6. SuperR (for the amazing Kitchen!)
8. Krunggy (For the Heavy Gaming test)
9. son Goku (For OneUI 1.5 Guide)
10. And the others that i forgot​
Wanna see the changelog? Here:​
Code:
v1.0
- Now released at XDA
- Super stable ROM :p
v1.1
- GameStuff is intergrated
- Secure Folder is supported
- Now using KRAKEN kernel 1.1 with a modified Spectrum7870 by Soul Reaper
- Anti [B]KANGED ROM[/B] [Trap everywhere]
- Roundy UI Mod
- NightLight is Supported again :)
v1.2
- G611F Vendor McRegistry restored
- G611F Vendor RootPA restored
- RAM under 1 GB is Fixed
- OneUI Home process can be killed
- OEM Toggle disabled
- Kraken N with Special spectrum7870
- Brand-New SoundAlive_60
- Using S10 Sound Effect Driver
- Smart View is fully tested
- Using a different mixer-path.xml
- updater-script is updated
- MemorySaver_O_Refresh restored
- SecureStorage now fully disabled (I hope) cuz no knox problem on me :/
v2.0
- Base is reverted to old v3 lite because my members on Telegram say FAST BASE
- Old mixer-paths.xml is restored
- All tweaks re-added
- Too light (ROM is 1 GB only)
- Game Launcher is updated
- can't be dirty flashed except you are on TW oreo custom rom.
- Rear camera selfie is removed
- using 4G icon instead LTE to make the feels more like stock pie update
- Flickering is fixed
- Using KRAKENKernel 1.1 with my version of spectrum7870
v2.1
- Fix Secure Folder notification can't be clicked
- OneUI 2 app folder style
- More animation speed on Settings
- More emoji slot on keyboard
- SIM Panel is disabled (For Dual SIM user)
- Force roundy menu
- Kraken 1.1 with butterizer + Stabilized spectrum7870
v2.2
- Reverted back to SoundAlive_54
- CSC Changer 1.0
- VoLTE is fixed
- Potrait mode (Rear Camera) Not fixed for This device ( not with this version)
- Development options is fixed
- My Files from OneUI 2
- Now Using Helios 3.1 + butterizer + stabilized spectrum
Some tips for ya :​
Code:
- Flash magisk if u want root
- Flash Note9 Dolby = No Snapchat
[B]- FLASH MAGISK AFTER ROM BOOTED UP[/B]
If u like my work, donate if u want to ​Paypal​
If you want to take some parts from my ROM, contact me first at telegram:​songoku0210 aka neel0210​
Join the TEAM GALAXY Discussion!​TEAM GALAXY Discussion​
XDA:DevDB Information
TRR_Pure_Edition_2.2_J730, ROM for the Samsung Galaxy J7 (2017)
Contributors
neel0210, krillinsama, therealmodder
Source Code: https://github.com/ananjaser1211/Helios_7870
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: LATEST BOOTLOADER
Based On: ONEUI
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date: 2020-01-07
Created 2020-01-07
Last Updated 2020-01-08
Nice work Thank you ?
Sim card not work
No loudspeaker sound, but headset works.
chechemon said:
No loudspeaker sound, but headset works.
Click to expand...
Click to collapse
To fix the audio issue, pass this file through TWRP
https://drive.google.com/open?id=1ruCWNo0PD2ImgqCcb0R4xFCkETDXzrs1
---------- Post added at 05:53 AM ---------- Previous post was at 05:51 AM ----------
chichareal said:
Sim card not work
Click to expand...
Click to collapse
Works Fine here
Plz port android 10 to j7 pro
nfc don't work
autobrigthness don't work
big problem
neel0210 said:
Welcome to T.R.R. Pure Edition
Compatibility:
J730x(Tested, stable)
Features?
1. Smart Capture
2. Record Screen
3. Enabled some disabled feature on settings
4. GameHome
5. GameTools
6. Odex file on app and priv-app not touched
7. Multi user
8. LTE only option
9. Device security on device maintenance is disabled
10. Screenshot anywhere (COPYRIGHTED ITEMS WARNING!!!!)
11. Signature verification disabled
12. Device Update disabled
13. Smallest OneUI ROM
14. OneUI 1.5
14. Another extras
Wait, how to install it? I will give the instructions for ya:
0. Make sure you have TWRP installed.
1. Download the ROM
2. BACKUP YOUR PHONE!!!
3. Copy the files you downloaded to PC or OTG or whatever
4. Reboot your phone to recovery mode / TWRP
5. Wipe data, dalvik, and cache
6. Flash ROM
7. Reboot to system
Wanna download it? Here, i leave the link for ya:
MEGA
Extras:
Google Drive
Older Extras:
MEGA
I just wanna say Thank you very much to:
1. Samsung (bcoz the rom based on OneUI)
2. Ananjaser1211 (For helping me to repatching the camera)
3. APK Mirror
4. ImbaWind (for the dolby & floating feature script)
6. Krilin for Testing
5. frap129 (for spectrum)
6. SuperR (for the amazing Kitchen!)
8. Krunggy (For the Heavy Gaming test)
9. son Goku (For OneUI 1.5 Guide)
10. And the others that i forgot
Wanna see the changelog? Here:
Code:
v1.0
- Now released at XDA
- Super stable ROM :p
v1.1
- GameStuff is intergrated
- Secure Folder is supported
- Now using KRAKEN kernel 1.1 with a modified Spectrum7870 by Soul Reaper
- Anti [B]KANGED ROM[/B] [Trap everywhere]
- Roundy UI Mod
- NightLight is Supported again :)
v1.2
- G611F Vendor McRegistry restored
- G611F Vendor RootPA restored
- RAM under 1 GB is Fixed
- OneUI Home process can be killed
- OEM Toggle disabled
- Kraken N with Special spectrum7870
- Brand-New SoundAlive_60
- Using S10 Sound Effect Driver
- Smart View is fully tested
- Using a different mixer-path.xml
- updater-script is updated
- MemorySaver_O_Refresh restored
- SecureStorage now fully disabled (I hope) cuz no knox problem on me :/
v2.0
- Base is reverted to old v3 lite because my members on Telegram say FAST BASE
- Old mixer-paths.xml is restored
- All tweaks re-added
- Too light (ROM is 1 GB only)
- Game Launcher is updated
- can't be dirty flashed except you are on TW oreo custom rom.
- Rear camera selfie is removed
- using 4G icon instead LTE to make the feels more like stock pie update
- Flickering is fixed
- Using KRAKENKernel 1.1 with my version of spectrum7870
v2.1
- Fix Secure Folder notification can't be clicked
- OneUI 2 app folder style
- More animation speed on Settings
- More emoji slot on keyboard
- SIM Panel is disabled (For Dual SIM user)
- Force roundy menu
- Kraken 1.1 with butterizer + Stabilized spectrum7870
v2.2
- Reverted back to SoundAlive_54
- CSC Changer 1.0
- VoLTE is fixed
- Potrait mode (Rear Camera) Not fixed for This device ( not with this version)
- Development options is fixed
- My Files from OneUI 2
- Now Using Helios 3.1 + butterizer + stabilized spectrum
Some tips for ya :
Code:
- Flash magisk if u want root
- Flash Note9 Dolby = No Snapchat
[B]- FLASH MAGISK AFTER ROM BOOTED UP[/B]
If u like my work, donate if u want to
Paypal
If you want to take some parts from my ROM, contact me first at telegram:
songoku0210 aka neel0210
Join the TEAM GALAXY Discussion!
TEAM GALAXY Discussion​
XDA:DevDB Information
TRR_Pure_Edition_2.2_J730, ROM for the Samsung Galaxy J7 (2017)
Contributors
neel0210, krillinsama, therealmodder
Source Code: https://github.com/ananjaser1211/Helios_7870
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: LATEST BOOTLOADER
Based On: ONEUI
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date: 2020-01-07
Created 2020-01-07
Last Updated 2020-01-08
Click to expand...
Click to collapse
loudspeaker not working just earspeaker !
how to solve it. bro
Wislley Frauner said:
To fix the audio issue, pass this file through TWRP
https://drive.google.com/open?id=1ruCWNo0PD2ImgqCcb0R4xFCkETDXzrs1
---------- Post added at 05:53 AM ---------- Previous post was at 05:51 AM ----------
Works Fine here
Click to expand...
Click to collapse
louad speaker not working just earspeaker working...
please help
Project abandoned
same6630 said:
loudspeaker not working just earspeaker !
How to solve it. Bro
Click to expand...
Click to collapse
no more support for trr
Xxxnano said:
Plz port android 10 to j7 pro
Click to expand...
Click to collapse
Haha you think OneUI 2 will port to J7 Pro But this will come true because J6 2018 using Exynos 7870 same with J7 Pro so after Q3 OneUI 2 will come with J6 2018 and another developer will port this Rom for J7 Pro
---------- Post added at 22:29 ---------- Previous post was at 22:28 ----------
This Rom fully Aarch64 ???
Link on mega is crash, please fix the link bro
New link please, link can't download
Sent from my [device_name] using XDA-Developers Legacy app
New link please
LİNK ERROR
Up.
Suport 64 bit or 32 bit
neel0210 said:
Welcome to T.R.R. Pure Edition
Compatibility:
J730x(Tested, stable)
Features?
1. Smart Capture
2. Record Screen
3. Enabled some disabled feature on settings
4. GameHome
5. GameTools
6. Odex file on app and priv-app not touched
7. Multi user
8. LTE only option
9. Device security on device maintenance is disabled
10. Screenshot anywhere (COPYRIGHTED ITEMS WARNING!!!!)
11. Signature verification disabled
12. Device Update disabled
13. Smallest OneUI ROM
14. OneUI 1.5
14. Another extras
Wait, how to install it? I will give the instructions for ya:
0. Make sure you have TWRP installed.
1. Download the ROM
2. BACKUP YOUR PHONE!!!
3. Copy the files you downloaded to PC or OTG or whatever
4. Reboot your phone to recovery mode / TWRP
5. Wipe data, dalvik, and cache
6. Flash ROM
7. Reboot to system
Wanna download it? Here, i leave the link for ya:
MEGA
Extras:
Google Drive
Older Extras:
MEGA
I just wanna say Thank you very much to:
1. Samsung (bcoz the rom based on OneUI)
2. Ananjaser1211 (For helping me to repatching the camera)
3. APK Mirror
4. ImbaWind (for the dolby & floating feature script)
6. Krilin for Testing
5. frap129 (for spectrum)
6. SuperR (for the amazing Kitchen!)
8. Krunggy (For the Heavy Gaming test)
9. son Goku (For OneUI 1.5 Guide)
10. And the others that i forgot
Wanna see the changelog? Here:
Code:
v1.0
- Now released at XDA
- Super stable ROM :p
v1.1
- GameStuff is intergrated
- Secure Folder is supported
- Now using KRAKEN kernel 1.1 with a modified Spectrum7870 by Soul Reaper
- Anti [B]KANGED ROM[/B] [Trap everywhere]
- Roundy UI Mod
- NightLight is Supported again :)
v1.2
- G611F Vendor McRegistry restored
- G611F Vendor RootPA restored
- RAM under 1 GB is Fixed
- OneUI Home process can be killed
- OEM Toggle disabled
- Kraken N with Special spectrum7870
- Brand-New SoundAlive_60
- Using S10 Sound Effect Driver
- Smart View is fully tested
- Using a different mixer-path.xml
- updater-script is updated
- MemorySaver_O_Refresh restored
- SecureStorage now fully disabled (I hope) cuz no knox problem on me :/
v2.0
- Base is reverted to old v3 lite because my members on Telegram say FAST BASE
- Old mixer-paths.xml is restored
- All tweaks re-added
- Too light (ROM is 1 GB only)
- Game Launcher is updated
- can't be dirty flashed except you are on TW oreo custom rom.
- Rear camera selfie is removed
- using 4G icon instead LTE to make the feels more like stock pie update
- Flickering is fixed
- Using KRAKENKernel 1.1 with my version of spectrum7870
v2.1
- Fix Secure Folder notification can't be clicked
- OneUI 2 app folder style
- More animation speed on Settings
- More emoji slot on keyboard
- SIM Panel is disabled (For Dual SIM user)
- Force roundy menu
- Kraken 1.1 with butterizer + Stabilized spectrum7870
v2.2
- Reverted back to SoundAlive_54
- CSC Changer 1.0
- VoLTE is fixed
- Potrait mode (Rear Camera) Not fixed for This device ( not with this version)
- Development options is fixed
- My Files from OneUI 2
- Now Using Helios 3.1 + butterizer + stabilized spectrum
Some tips for ya :
Code:
- Flash magisk if u want root
- Flash Note9 Dolby = No Snapchat
[B]- FLASH MAGISK AFTER ROM BOOTED UP[/B]
If u like my work, donate if u want to
Paypal
If you want to take some parts from my ROM, contact me first at telegram:
songoku0210 aka neel0210
Join the TEAM GALAXY Discussion!
TEAM GALAXY Discussion​
XDA:DevDB Information
TRR_Pure_Edition_2.2_J730, ROM for the Samsung Galaxy J7 (2017)
Contributors
neel0210, krillinsama, therealmodder
Source Code: https://github.com/ananjaser1211/Helios_7870
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: LATEST BOOTLOADER
Based On: ONEUI
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date: 2020-01-07
Created 2020-01-07
Last Updated 2020-01-08
Click to expand...
Click to collapse
Are this rom can use secure folder & have face unlock?

Categories

Resources