• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][5.1.1_r13]Team-Radium 1.3[OFFICIAL][taoshan]

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka





Logo by @Jaskirat_Panjrath

Disclaimer:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.

Team-Radium is an aftermarket software derived from CyanogenMod and added features from various ROM's. This ROM aims for optimizations and a lot of features which are constantly being added throughout. We use a variety of toolchains and gcc flags for best optimization and aim on user experience rather than just blindly adding anything. This is developed by a team of small, but young developers :p

Features:

Radium Isotopes:
  • Status Bar tweaks
  • Interface Settings
  • Recents panel settings
  • Lock Screen settings and shortcuts
  • Animation Settings
  • Wakelock Blocker

Status Bar settings:
  • Status Bar greeting
  • Clock style
  • Battery status style
  • Battery percentage modifiers
  • Network traffic options in statusbar
  • Carrier label options

Interface Settings:
  • Gesture Anywhere
  • App Circle Sidebar

Lock Screen Settings:
  • Lock Screen shortcuts
  • Double tap to sleep anywhere
  • Clock widget settings

Animation Settings
  • Custom AOKP system animations
  • Toast Animations
  • ListView Animations
  • ListView Interpolator

Recents Panel Settings:
  • Enable/Disable Recents Floating Action Button
  • Show membar in recents
  • Show search bar in recents
  • Modify recents clear all location

Sound Settings:
  • Volume step modifier

Button Settings:
  • NavBar dimensions customizations and navbar tint.
  • Double tap navbar to sleep
  • Pie controls

WakeLock Blocker:
  • Enable/Disable system wakelocks

Ota Updater:
  • Get over-the-air update notification automatically
  • Delta update service

Optimizations included:
  • Kernel code compiled with UBERTC 6.0
  • -Ofast flags to kernel
  • Full -O3 in ROM
  • Many memory leaks and fixes not found in cm

Downloads:
Poised-Radium-1.3
Banks GApps(Use any one of your choice)

Installation Instructions(Flashing first time):
- Download latest weekly of team-radium
- Copy that zip to your phone
- Reboot to recovery
- Backup your current ROM, in case something goes wrong
- Factory reset your phone
- Flash Team-Radium zip and the GApps of your choice
- Reboot, now it will boot

Installing from previous build of team-radium:
- You will get a notification of a new update through ota updater or manually download it from the aforementioned download link. Old users can download delta updates to only flash necessary things.
- Copy the zip to your phone, if you haven't already done it.
- Reboot to recovery.
- Flash the delta update without wiping anything.
- Reboot, now it will boot

Links to:
Team-Radium G+ community

Team-Radium Github Source Code

Devices supported by Team-Radium

Team-Radium Website

The idealists behind this project:
[MENTION]##W4TCH0UT##[/MENTION] - Lead Developer/Founder
[MENTION]akhilnarang[/MENTION] - Lead Developer/Co-Founder
[MENTION]Anik_khan[/MENTION] - Device maintainer/Co-Founder
@Jaskirat_Panjrath - Head of graphics and logos
[MENTION]A_Bunny[/MENTION] - Website Designer

Credits:
Google
CyanogenMod
AICP
AOKP
SlimRoms
UBERTC team
Chet Kener and OptiPop
JustArchi
temasek and arter97


Screenshots:


Changelogs on post #2


XDA:DevDB Information
Team-Radium, ROM for the Sony Xperia L

Contributors
Anik_khan, akhilnarang, ##W4TCH0UT##
Source Code: https://github.com/Team-Radium

ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x

Version Information
Status: Beta

Created 2015-07-31
Last Updated 2015-08-26
 

SdtBarbarossa

Elite Member
Dec 15, 2014
2,405
2,130
0
Will work on kernel soon :)
May you include these performance tweaks from Michal Štefan in your next build?

you just need to add these lines into /system/build.prop file and few lines into etc/init.qcom.post_boot.sh script

add into build.prop:
windowsmgr.max_events_per_sec=118
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu

add into etc/init.qcom.postboot.sh:
echo 20 > /proc/sys/vm/dirty_background_ratio
echo 10 > /proc/sys/fs/lease-break-time
echo 500 > /proc/sys/vm/dirty_expire_centisecs
echo 80 > /proc/sys/vm/dirty_ratio
echo 8 > /proc/sys/vm/page-cluster
echo 4096 > /proc/sys/vm/min_free_kbytes
echo 64000 > /proc/sys/kernel/msgmax
echo 4096 > /proc/sys/kernel/msgmni
echo 40 > /proc/sys/vm/swappiness
echo 80 > /proc/sys/vm/overcommit_ratio
echo "1024,2048,4096,8192,12288,16384" > /sys/module/lowmemorykiller/parameters/minfree
echo 512 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/179:32/read_ahead_kb
echo 0 > /sys/block/mmcblk0/queue/iostats
echo 0 > /sys/block/mmcblk1/queue/iostats
echo 2 > /sys/block/mmcblk0/queue/rq_affinity
echo 2 > /sys/block/mmcblk1/queue/rq_affinity



It makes games running smoother than ever before on LP!

In source build.prop is "default.prop"

Have team radium a gerrit server for pushing commits? If yes i would really like to support you!

Sent from my Xperia T using XDA Free mobile app
 
Last edited:

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka
May you include these performance tweaks from Michal Štefan in your next build?

you just need to add these lines into /system/build.prop file and few lines into etc/init.qcom.post_boot.sh script

add into build.prop:
windowsmgr.max_events_per_sec=118
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu

add into etc/init.qcom.postboot.sh:
echo 20 > /proc/sys/vm/dirty_background_ratio
echo 10 > /proc/sys/fs/lease-break-time
echo 500 > /proc/sys/vm/dirty_expire_centisecs
echo 80 > /proc/sys/vm/dirty_ratio
echo 8 > /proc/sys/vm/page-cluster
echo 4096 > /proc/sys/vm/min_free_kbytes
echo 64000 > /proc/sys/kernel/msgmax
echo 4096 > /proc/sys/kernel/msgmni
echo 40 > /proc/sys/vm/swappiness
echo 80 > /proc/sys/vm/overcommit_ratio
echo "1024,2048,4096,8192,12288,16384" > /sys/module/lowmemorykiller/parameters/minfree
echo 512 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/179:32/read_ahead_kb
echo 0 > /sys/block/mmcblk0/queue/iostats
echo 0 > /sys/block/mmcblk1/queue/iostats
echo 2 > /sys/block/mmcblk0/queue/rq_affinity
echo 2 > /sys/block/mmcblk1/queue/rq_affinity



It makes games running smoother than ever before on LP!

In source build.prop is "default.prop"

Have team radium a gerrit server for pushing commits? If yes i would really like to support you!

Sent from my Xperia T using XDA Free mobile app
No gerrit yet
And i will try my best to implement these tweaks
or i will made a flashable zip for tweaks :)
 

ZeroDs111

Senior Member
Apr 30, 2014
174
24
0
27
If you will build a Kernel, can you add the optio to Improve charge in USB mode like TZ and Smartmax Governnor please? Thanks so much and sorry about all my questions
 

Lorenz15

Senior Member
Apr 5, 2015
742
337
0
Germany
The rom looks really nice! Some features i havent known yet are also included! Thanks:) PS: Sorry for my bad english...

Sent from my C2105 using XDA Free mobile app