SlickScript for LP/MM - G3 General

I have decided to release an all-in-one package to turn any LP/MM Rom into SlickROM (Fulmics/Blacksoul have done a great job with LP/MM and it's pointless to waste bandwith).
This package features:
Init.d Support
Debloat with slim replacements for essential apps
An init.d script with every tuned parameter I've used in SlickROM (governors, schedulers, deep level kernel parameters, etc.)
Other secret goodies
Uploading!
XDA:DevDB Information
SlickScript, Tool/Utility for the LG G3
Contributors
nygfan760, nygfan760
Version Information
Status: Testing
Created 2016-03-01
Last Updated 2016-02-29

Mine.

Maniakk said:
This is only stock rom?
μDryka Silva 1.1μ
Click to expand...
Click to collapse
Many of the scripts will work with any ROM/Kernel, I will label the packages specifically.

Look forward to testing it out.

nygfan760 said:
I have decided to release an all-in-one package to turn any LP/MM Rom into SlickROM (Fulmics/Blacksoul have done a great job with LP/MM and it's pointless to waste bandwith).
Uploading!
Click to expand...
Click to collapse
lol.. NO
Please do not post placeholders in Development.
Please let the forum moderators (for your section) know when you actually have a ROM to be posted in the Dev section:good:

Hey admin, just curious what is this slickscript and what does it do? Decided to check this out.

Related

[Dev Info] [Deathly Kernel] [AOSP] [Lollipop 5.1.1]

This thread will be about changes i have made to the device trees for the t700,t705,t800,t805 which should in the long run make maintaining the variants a lot easier the primary changes i have done are combine all 4 of the variants into 1 kernel source as well as make a common device tree so they can inherit everything that is the same across devices.
Kernel Changes:
The Base kernel from Cyanogenmod supports klimtwifi (T700) and klimtlte (T705) to add support for chagallwifi (T800) all that is needed is to add its defconfig which is this file
https://github.com/LiquidSmooth-Dev...arch/arm/configs/deathly_chagalllte_defconfig
To add support for the Chagallte (T805) it was a little more complicated for to do but very simple for you guys for a little background T805 is exactly the same chipset as the other Galaxy Tab S's except for whatever reason Samsung decided to put a different gpu (Midgard_wk04) everyone else uses a mali_t6xx.
The stuff developers actually need to support Chagalllte are the following:
Defconfig:
https://github.com/LiquidSmooth-Dev...arch/arm/configs/deathly_chagalllte_defconfig
The GPU addition commit:
https://github.com/LiquidSmooth-Dev...mmit/c8e96e86c902cbc2b13d34e7e7158623eacf5d84
Bam that was easy now any kernel can support all 4 main variants of the Tab S
Device tree and vendor repos
First part i want to place links to all of the stuff that's needed to make a rom for each device in one place.
(Disclaimer the trees will be LiquidSmooth but it is very easy to convert them to any rom)
Klimtwifi (T700):
https://github.com/LiquidSmooth-Devices/android_device_samsung_klimtwifi
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-12.1/klimtwifi
Klimtlte (T705)
https://github.com/LiquidSmooth-Devices/android_device_samsung_klimtlte
https://github.com/schwabe93/vendor_samsung_klimtlte
Chagallwifi (T800)
https://github.com/LiquidSmooth-Devices/android_device_samsung_chagallwifi
https://github.com/diego-cr/android_vendor_samsung_chagallwifi
Chagalllte (T805)
https://github.com/LiquidSmooth-Devices/android_device_samsung_chagalllte
https://github.com/Andrewt12/android_vendor_samsung_chagalllte
WIP Common Device Tree:
When bringing up support for LiquidSmooth for these devices i noticed that they are all pretty much copied each other (which makes sense) but because of it there was tons of duplicated code between the devices so i decided to make a common device tree so any future code changes could be placed in one place instead of over 4 device trees. This is still a WIP because i do not have all the devices so i can not test them all in my eyes they should all work fine. The common device tree will also hopefully will be rom independent so no changes would be needed on a per rom basis. I can for sure say klimtwifi and chagallwifi work with my common tree, Chagalllte and klimtlte need to be tested still.
Common Device tree repo:
https://github.com/LiquidSmooth-Devices/android_device_samsung_exynos5420-common
Common device tree migration commits
Klimtwifi:
https://github.com/LiquidSmooth-Dev...mmit/444b4fc08f82eeeabe8e0a533539fe0c2fadd723
https://github.com/LiquidSmooth-Dev...mmit/cdf5f06c8a29bb237b964d5ee602d151c6323677
Klimtlte:
https://github.com/LiquidSmooth-Dev...mmit/8570d466e2b5b88c316c7f1576bf8ea9051c5e2a
Chagallwifi:
https://github.com/LiquidSmooth-Dev...mmit/5be51eb30283355109c65513ea209dd1d6855ff2
Chagalllte:
https://github.com/LiquidSmooth-Dev...mmit/5ff21d73a9cad3f7f9cf7f79b29bdbab0d8b2b1e
One more improvement that myself and @diegocr made was finally made a pernament fix to Chagallwifi's (T800) wifi issue he made a custom release tool in the device tree to make it so you would not have to manually patch it every time. I then took that and fixed the root of the issue which was that the vendor repo was not putting the files in the right spot. (My orig commit also did egl but that was not needed) the commit that did it is this:
https://github.com/diego-cr/android...mmit/1fc5135eda985ddc159f8465ee114e67aa5dfcae
Now into the features of my Deathly kernel
XDA:DevDB Information
[Dev Info] [Deathly Kernel] [AOSP] [Lollipop 5.1.1], Kernel for the Samsung Galaxy Tab S
Contributors
deadman96385
Kernel Special Features:
Version Information
Status: Testing
Created 2015-06-22
Last Updated 2015-06-21
Deathly Kernel
I have had a deathly kernel on most devices i own the goal of it is to get as many options and features into a kernel but still be stable. For the Tab S i took the aosp cm base and have updated it against kernel.org from 3.4.105 too 3.4.108 along with pull in a bunch of features from other exynos 5420 devices
As you read above i have made a common tree which changes the ramdisk so i have to provide two zips one with the new format one with old format currently the only rom that i personally have built with the new version is the latest klimtwifi and chagawifi all other roms will boot loop with it so use the old version
Currently i only have flashable for Klimtwifi (T700) i will generate the others once i get back from my trip.
New Ramdisk option:
http://www.drdevs.com/devs/teamliquid/Kernels/klimtwifi/New_format/
Old Ramdisk option:
http://www.drdevs.com/devs/teamliquid/Kernels/klimtwifi/Old_format/
Features of the Deathly kernel:
Will support all 4 main tab s devices (will add support for the US carrier variants if aosp is brought up)
CPU Voltage Control
CPU OverClock/UnderClock
GPU Voltage Control
GPU OverClock/UnderClock
MIF/INT Voltage Control (I will not show how to configure this if you know how too then you can)
Wolfson Sound Control Thanks to oloendithas for fixing it for stereo out
UKSM instead of KSM
Added the following IO Schedulers: fifo, fiops, sioplus, tripndroid, vr, zen, bfq (Default)
Full f2fs support updated off the mainline (Stock cm kernel has limited support)
Modified Thermal Throttling temperatures for all devices so hopefully they won't get as hot (WIP)
Android Logger disabled by default can be enabled over sysfs
Exynos thermal exposed to sysfs
WQ power efficient workqueues (Still need to apply in more places)
Frandom Support
Readahead bumped to 256 from 128
Details how to configure all of the features i will add the rest once i come back
GPU Configuration:
To configure the max or min gpu frequency you would go to either of the following files in a root enabled file browser and change the value inside
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq_gpu
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq_gpu
The allowed values for the files are as followed:
667, 600, 533, 480, 420, 350, 266, 177, 100
T800 owners the default min gpu freq is 100 on all roms if that causes issues raise the min freq to 266 you will probably not notice a battery decreases if that still does not work let me know i'll take a look at the code.
Reserved
Reserved
Thanks, working great on CM12.
Thank you man.. Im glad someone finely separated the device tree... And specially Happy about a new kernel that I can use in my Project Roms.
With all Credits going to you of course.. thanks again.
Hey mate, thanks for this!
I'm a little unsure about the new and old ramdisk thingy.
Running aicp on my klmitwifi, new ramdisk is cool?
Will try anyway, but let me know please!
Edit :
just checked, didn't stupidly before, Looks like the kernel is baked in your AICP rom.
Thanks again for your hard work!
Edit edit:
tried the v02 on the rom mentioned, had to revert cause I was having many ui fc.
Used new ramdisk version, could be that or I should have done a clean flash maybe?
Thanks for this, hopefully if fixes the lag issue for me on CM12 with the T800.
Thanks for all the hard work, grid .1 and .2 both worked perfect on bliss rom
Thanks, I will use your kernel on my chagallwifi SlimLP builds
Wait, does the Deathly kernel already in CarbonROM for T700 have F2FS support already? Or is that for the New Version and not yet built for klimtwifi? Thanks
SkOrPn said:
Wait, does the Deathly kernel already in CarbonROM for T700 have F2FS support already? Or is that for the New Version and not yet built for klimtwifi? Thanks
Click to expand...
Click to collapse
The f2fs version in the carbon build is not updated like it is now so i can not guarantee it works the next build will work though
deadman96385 said:
The f2fs version in the carbon build is not updated like it is now so i can not guarantee it works the next build will work though
Click to expand...
Click to collapse
OK, thanks. Hope your enjoying your time off... :good:
I'm going to backup your kernel and try ashyx's new build released today. Its closer to stock but has F2FS support also. Then I will test yours once its updated. Loving this new tab of mine, almost forgot how much fun it was trying to find the sweet spot on a device, lol. My Nexus 7 found its sweet spot a long time ago and now its just a plain ole boring tablet. hehe
diegocr said:
Thanks, I will use your kernel on my chagallwifi SlimLP builds
Click to expand...
Click to collapse
...Slim LP, for t800 maybe, where to find it?
m.
meduza2 said:
...Slim LP, for t800 maybe, where to find it?
m.
Click to expand...
Click to collapse
In SlimRoms Builders Collective
diegocr said:
In SlimRoms Builders Collective
Click to expand...
Click to collapse
...nice Do you intend to make an own SLIM LP thread?
m.
meduza2 said:
...nice Do you intend to make an own SLIM LP thread?
m.
Click to expand...
Click to collapse
Great idea, but now I have no time to keep updated
diegocr said:
Great idea, but now I have no time to keep you updated
Click to expand...
Click to collapse
Would be really great!!
I would like to see SLIM LP on my tab s A platform to exchange user experience for our specific device would be very helpful for you and us
m.
meduza2 said:
Would be really great!!
I would like to see SLIM LP on my tab s A platform to exchange user experience for our specific device would be very helpful for you and us
m.
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-tab-s/development/rom-ezio84-slimlp-t3146025

[ROM][OFFICIAL][5.1.1] Metallium OS By Spike Lab - Cancro

Spike Laboratory - Metallium​
ABOUT Spike Laboratory - Metallium
Spike Laboratory - Metallium >>SPLM is an after market firmware based latest "Android Lolly-Pop 5.X.X. This firmware is designed By Spike Laboratory .This firmware suits specially for those people who like,Multitasking performance,optimum speed. In-addition to This the firmware has Inbuilt options and settings to make customization of your Device the way you like.
Features , changelogs and screenshots can be found on Spike Laboratory - WEB
SUPPORT FOR SPLM RELATED ISSUES :
We spend an astonishing amount of time developing this firmware.
We can't spend much time on XDA as a result, so if you need support, please try the following:
Ask a question in your device forum in XDA. Someone will no doubt try to help you.
Our device maintainers are going to help you so pm them.
Any bugs or any other issues report to the device maintainers.
If you want to contribute or join to the device maintainer team contact either team leaders or device maintainers.
We expect that users help each other, well xda is a ll about it.
OFFICIAL LINKS & INFORMATIONS :
Official Web-Page
SPLM ROM
Downloads For cancro
RECOMMENDED GAPPS
(Please do not mirror Download links or Mention Link in any of your posts )
INSTALLATION STEPS:
Minimum Requirements To Install SPLM:
Your Device Should be Rooted with Unlocked Boot-loader & Latest Custom recovery Installed.
Recommended Custom Recovery TWRP : Click Here to View TWRP Offical supported devices
Installation Procedure:
(A)If you are making a Fresh Installation(or coming from any other rom other than SPLM) :
(B)If you are already Running SPLM Rom But you want to update with latest version:
SOURCE:
SPLM ROM SOURCE
SPLM DEVICES SOURCE
CREDITS:
WHO ARE WE AND WHAT ARE WE DOING?:
TEAM SPIKE LABORATORY
Every donation you send to us goes right back into the active development. It's used for server costs, etc - all the things that help us make SPLM better with every release. If you've enjoyed SPLM Rom, please consider contributing or donating so we can achieve our goal.Please Don't hesitate to hit the THANKS button.Thank you, and we hope you continue to enjoy SPLM Roms!
http://forum.xda-developers.com/donatetome.php?u=4758315
​
Get the latest build here!
XDA:DevDB Information
Metallium OS, ROM for the Xiaomi Mi 3
Contributors
aniket.lamba
Source Code: https://github.com/Metallium-ROM
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: A custom recovery (TWRP preferrable),ROM and Gapps zip file,knowledge on how to flash zip files.
Based On: Paranoid Android
Version Information
Status: Stable
Created 2015-09-09
Last Updated 2015-12-28
Reserved
Reserved
Thanks for your work! I will try this rom
Thanks sir for new ROM.
CM12 or Layers?
Enviado desde mi MI 3W mediante Tapatalk
Armin_van_buuren said:
Thanks sir for new ROM.
CM12 or Layers?
Enviado desde mi MI 3W mediante Tapatalk
Click to expand...
Click to collapse
CM theme engine.
wow. NIce to see so many ROMs from you for MI3. Thanks a lot. shall try)
Excellent rom. No bugs. GPS works, camera works like in MIUI, including HDR.
Xpose works well. Does not have music apk. Not many bells&whistles, but very crisp and fast.
Too early for the battery, but looks OK.
4719 said:
Excellent rom. No bugs. GPS works, camera works like in MIUI, including HDR.
Xpose works well. Does not have music apk. Not many bells&whistles, but very crisp and fast.
Too early for the battery, but looks OK.
Click to expand...
Click to collapse
R you sure camera works like miui including HDR?
patelumangv said:
R you sure camera works like miui including HDR?
Click to expand...
Click to collapse
Nope, pictures are coming totally washed out with HDR...
rajib4 said:
Nope, pictures are coming totally washed out with HDR...
Click to expand...
Click to collapse
And can you review the rom please.
Checked again and HDR looks washed out. Sorry.
4719 said:
Excellent rom. No bugs. GPS works, camera works like in MIUI, including HDR.
Xpose works well. Does not have music apk. Not many bells&whistles, but very crisp and fast.
Too early for the battery, but looks OK.
Click to expand...
Click to collapse
What kind of launcher is in this ROM? Is it trebuchet? Can you/anybody post some screens of their UI? Thank you
downloading....let me check it...
sgcko7 said:
What kind of launcher is in this ROM? Is it trebuchet? Can you/anybody post some screens of their UI? Thank you
Click to expand...
Click to collapse
Trebuchet like aosp..
this rom has all aosp features with added cm theme engine.
Short review
First of all thanks to @aniket.lamba and Spike Lab Team for the wonderful ROM :highfive:
Here is the short review:
1. First things first, it is very stable... no issues at all.
2. All the sensors and basic stuffs are working as they should. Compass, GPS, accelerometer, etc, all fine.
3. It is quite smooth but I felt it could be little more smoother though. So to check, I installed Kernel Adiutor and found the default I/O is set to Deadline. Played around with all the available I/O options. Found the sweet spot with Noop. After changing it to Noop it feels very smooth. SIO is very near to it as well.
4. It seems to me a pure AOSP ROM, no bells and whistles... So people who are looking for tons of customizations may look elsewhere (you can use xposed though but I haven't used it yet so won't comment)... But for a person like me stability has a higher priority than customization, so I am all good here
5. NO HEATING ISSUES at all like in CM based ROMs. I never thought that I would add this point but the recent heating issues what I was faced in CM based ROMs was just too much (I used to feel my phone may explode anytime). The phone always stays cool with this ROM whether you play games, use apps or multitask.
** Downloaded and flashed the mini gapps from official Spike Lab website and you know what it is only 46.3MB in size :good: **
**Not attaching any SS as it is like any pure AOSP ROM. You may use CM themes though. **
Aniket, I have a query:
I have accidentally enabled 3 finger swipe to take screenshot. I want to disable it but couldn't find the setting for it. Could you please guide me...
Thanks
patelumangv said:
Trebuchet like aosp..
this rom has all aosp features with added cm theme engine.
Click to expand...
Click to collapse
more features will be added soon
@aniket.lamba Bro, today I faced the No SIM issue once when I rebooted my Mi3. Just got curious and checked the metallium devices github and found that the commit which audahadi did (which actually solved the No SIM bug) is not present in the rooque's proprietary_vendor_xiaomi directory from which metallium devices's proprietary_vendor_xiaomi directory is forked.
So, I flashed the nosimfix zip and all is fine now. But it will be great if you pick that commit from audahadi's proprietary_vendor_xiaomi directory and apply in metallium devices
Thanks for all your efforts :good:
rajib4 said:
@aniket.lamba Bro, today I faced the No SIM issue once when I rebooted my Mi3. Just got curious and checked the metallium devices github and found that the commit which audahadi did (which actually solved the No SIM bug) is not present in the rooque's proprietary_vendor_xiaomi directory from which metallium devices's proprietary_vendor_xiaomi directory is forked.
So, I flashed the nosimfix zip and all is fine now. But it will be great if you pick that commit from audahadi's proprietary_vendor_xiaomi directory and apply in metallium devices
Thanks for all your efforts :good:
Click to expand...
Click to collapse
volume button to wake is missing right ? so xposed works ? thanks for review:good:
marko94 said:
volume button to wake is missing right ? so xposed works ? thanks for review:good:
Click to expand...
Click to collapse
Yes, it is missing. Haven't used xposed with this ROM yet, so won't comment.
Cheers

[ROM]Find 5] "Metallium OS" Unofficial builds

Hello Guys,
These are my Unofficial builds of MetalliumOS for Find5​
Spike Laboratory - Metallium​
ABOUT Spike Laboratory - Metallium
Spike Laboratory - Metallium >>SPLM is an after market firmware based latest "Android Lolly-Pop 5.X.X. This firmware is designed By Spike Laboratory .This firmware suits specially for those people who like,Multitasking performance,optimum speed. In-addition to This the firmware has Inbuilt options and settings to make customization of your Device the way you like.
Features , changelogs and screenshots can be found on Spike Laboratory - WEB
SUPPORT FOR SPLM RELATED ISSUES :
We spend an astonishing amount of time developing this firmware.
We can't spend much time on XDA as a result, so if you need support, please try the following:
Ask a question in your device forum in XDA. Someone will no doubt try to help you.
Our device maintainers are going to help you so pm them.
Any bugs or any other issues report to the device maintainers.
If you want to contribute or join to the device maintainer team contact either team leaders or device maintainers.
We expect that users help each other, well xda is a ll about it.
OFFICIAL LINKS & INFORMATIONS :
Official Web-Page
SPLM ROMS
Recommanded gapps
DOWNLOADS
(Please do not mirror Download links or Mention Link in any of your posts )
INSTALLATION STEPS:
Minimum Requirements To Install SPLM:
Your Device Should be Rooted with Unlocked Boot-loader & Latest Custom recovery Installed.
Recommended Custom Recovery TWRP : Click Here to View TWRP Offical supported devices
Installation Procedure:
(A)If you are making a Fresh Installation(or coming from any other rom other than SPLM) :
Boot Into Recovery Mode
Wipe Data,System,Cache,Dalvik
Flash provide latest SPLM ROM Zip
Again Wipe Cache and Dalvik
Reboot To System
Now again Reboot into Recovery Mode
Flash latest G-Apps
Wipe Cache and Dalvik....and Reboot To System.
Have always this zip in your sd in case od sim unlock issue Find5 is exeperiencing since Lollipop, just flash it in recovery if needed.
Click to expand...
Click to collapse
(B)If you are already Running SPLM Rom But you want to update with latest version:
Boot Into Recovery Mode
Flash provided Updates of SPLM ROM(latest weekly)
Again Wipe Cache and Dalvik
Reboot To System.
Click to expand...
Click to collapse
SOURCE:
SPLM ROM SOURCE
SPLM DEVICES SOURCE
Kernel Sources
CREDITS:
ALL SPLM team
CM
AOSPA-L
SlimRom
CrDroid
DU
Omnirom
Click to expand...
Click to collapse
WHO ARE WE AND WHAT ARE WE DOING?:
TEAM SPIKE LABORATORY
​
XDAevDB Information
Metallium OS, ROM for the Oppo Find 7
Contributors
Schneiderle, a1krab
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2015-09-14
Created 2015-09-14
Last Updated 2015-09-15
reserved
reserved
New build
Hello Guys,
First release is available :
metallium_find5-1.0-20150914.zip
Download:
https://www.androidfilehost.com/?fid=24052804347815860
Next builds will have changelog.
Enjoy & Cheers
jejecule said:
Hello Guys,
First release is available :
metallium_find5-1.0-20150914.zip
Download:
https://www.androidfilehost.com/?fid=24052804347815860
Next builds will have changelog.
Enjoy & Cheers
Click to expand...
Click to collapse
Feedback are really appreciated
Sent from my Nexus 6 using XDA Free mobile app
New build Metallium
Hello new build is up: see op download link to basketbuild or normal way: https://www.androidfilehost.com/?fid=24052804347817647
Cheers
Here comes the feedback:
- Autorotation doesnt work. Maybe kernel related.
- Some lag and instability but this could very (most definitely) well be the bidji kernel. (Havent tested on stock kernel)
- Everything else works fine.
- Betterylife is fine, nothing crazy.
- Botton backlight works
Will test tomorrow with stock kernel a few minutes to confirm sone issues maybe. But I like the battery life of bidji kernel too much to not use it.
What does this rom do different compared to other cm like roms? I couldnt really find any major pros or cons. Just very cm like but not from cm I guess. I really hate that they have edited the default launcher with their own ugly app drawer icon and removed the launcher options. Luckily we have an appstore with other launchers. I will change rom to DU again probably because of the auto rotate (but button backlight doesnt work there if i recall correctly).
Still really loving all your builds to test compare and tinker with. And the new bidji kernel makes the tinkering and fiddling even more interesting . Hope this feedback helps.
Verstuurd vanaf mijn Find 5 met Tapatalk
boertjeg said:
Here comes the feedback:
- Autorotation doesnt work. Maybe kernel related.
- Some lag and instability but this could very (most definitely) well be the bidji kernel. (Havent tested on stock kernel)
- Everything else works fine.
- Betterylife is fine, nothing crazy.
- Botton backlight works
Will test tomorrow with stock kernel a few minutes to confirm sone issues maybe. But I like the battery life of bidji kernel too much to not use it.
What does this rom do different compared to other cm like roms? I couldnt really find any major pros or cons. Just very cm like but not from cm I guess. I really hate that they have edited the default launcher with their own ugly app drawer icon and removed the launcher options. Luckily we have an appstore with other launchers. I will change rom to DU again probably because of the auto rotate (but button backlight doesnt work there if i recall correctly).
Still really loving all your builds to test compare and tinker with. And the new bidji kernel makes the tinkering and fiddling even more interesting . Hope this feedback helps.
Verstuurd vanaf mijn Find 5 met Tapatalk
Click to expand...
Click to collapse
Ik dank je voor uw feedback!
Autorotation: well still a mistery only DU is working, kernel is the same, so frameworks must be the culprit.
For the rest, I just jump into this project cause I found it interesting and different from others but i'm slowly think I was wrong.
Anyway,yes it not cm but device trees are so, bugs will remain mainly the same .
To be honest, not sure I'll keep on long time with this one except if users are happy
At least om my AFH I have some 30 downloads, in their basketbuild, 0...
Een prettige end of weekend!
Jeje
Sent from my Nexus 6 using XDA Free mobile app
(I lolled a bit because of you typing Dutch )
Tested again on stock kernel, same issues as before with auto rotate. Something to add why this is different compared to other roms: it is not so much in options but everything that is there is done well. Like all icons and stuff are all good and done and there are no wierd looking menus. So it is a very slick experience IMHO (except the boot logo ugh).
Cheers
Hello Guys,
With Metallium team members, we decided to make those builds "unofficials". This won't change anything for you, builds with remain the same with same quality and improve progressively.
This is a good team and i'm proud to build for them, last post from my dutch mate proves it.
Reasons why this change: i prefer to keep my liberty, to build myself, to post my builds where i used to post it, and so on. Furthermore, i'm official member of crDroid team and it takes me lot of time, and i want to keep the same quality for them too.
So expect new Metallium build at least weekly.
I wish you a nice evening.
Cheers,
Any signs of lvm support on the ROM?
Sent from my X9076 using Tapatalk
New Find5 Metallium
piyush7243 said:
Any signs of lvm support on the ROM?
Sent from my X9076 using Tapatalk
Click to expand...
Click to collapse
Only one chinese mate is doing it without publishing his sources, so really difficult.
By the way: new build is up: metallium_find5-1.0-20150921.zip
Download: https://www.androidfilehost.com/?fid=24052804347820446
Cheers
jejecule said:
Only one chinese mate is doing it without publishing his sources, so really difficult.
By the way: new build is up: metallium_find5-1.0-20150921.zip
Download: https://www.androidfilehost.com/?fid=24052804347820446
Cheers
Click to expand...
Click to collapse
I think the sources are here
https://github.com/feelingfree-me/android_device_oppo_apq8064-common/tree/5.1.1-lvm
Sent from my X9076 using Tapatalk
piyush7243 said:
I think the sources are here
https://github.com/feelingfree-me/android_device_oppo_apq8064-common/tree/5.1.1-lvm
Sent from my X9076 using Tapatalk
Click to expand...
Click to collapse
i will check then guys!
I suppose some special twrp are required too?
Cheers
There you go. This is support LVM
https://www.androidfilehost.com/?fid=24052804347760547
piyush7243 said:
There you go. This is support LVM
https://www.androidfilehost.com/?fid=24052804347760547
Click to expand...
Click to collapse
Thanks mate, appreciated, i will try a build today, hope you'll test it, don't worry i'll test it first
Cheers
The TWRP works fine and can unify the storage. The CM build posted on the oppo forums seems to work no worse than any other CM-derived rom. An LVM aware build of Dirty Unicorns would be awesome. I'm happy to test things because my Find 5 isn't my primary device anymore so I don't rely on it.
jejecule said:
Thanks mate, appreciated, i will try a build today, hope you'll test it, don't worry i'll test it first
Cheers
Click to expand...
Click to collapse
I am already running a CM version having LVM and its good apart from Auto rotate which seems to be a bug in CM12.
But another ROM with proper support would be awesome and feel free to get back to me to test the same
P.S: enabling selinux enforce by default seems to be a but flaky
piyush7243 said:
I am already running a CM version having LVM and its good apart from Auto rotate which seems to be a bug in CM12.
But another ROM with proper support would be awesome and feel free to get back to me to test the same
P.S: enabling selinux enforce by default seems to be a but flaky
Click to expand...
Click to collapse
Unfortunately, CM12 has the autorotate issue in all my builds except DU. So what i propose is, first make a test on metallium to see if LVM works then try to adapt to DU, new DU version should come within one day or two.
Thanks for your support.
Cheers
Guys,
If you wanna test a lvm compatible build: go there: metallium_find5-1.0-20150923.zip
https://www.androidfilehost.com/?fid=24052804347821013
Cheers

[Github Organization] Xiaomi Hermes Devs

Hello devs, I think before to split some developers for own project to regroup all ppl want and can working on this device to one place.
The only requeriment are working with apache v2 license (much better gnu because is required to post credits) or any derivate.
For a moment I create this on github, I send the invite to the best developer in this moment (nofearnohappy) and when him give time to reply to me to loki, everyone want partecipate it's free to write here, I'm happy to add to this group for share our knowedge
I love the opensource and I want to share and respect the current copyright for every works.
Thanks for attenction
Ivan said he already posted his sourcecodes on Android6.0 at github, I think you can make it much better, and also thanks for supporting heremes ,thank you very much.
Sent from my Redmi Note 2 using XDA Free mobile app
Namaless said:
Hello devs, I think before to split some developers for own project to regroup all ppl want and can working on this device to one place.
The only requeriment are working with apache v2 license (much better gnu because is required to post credits) or any derivate.
....
Click to expand...
Click to collapse
I think you should first pay attention to a Chinese developer who work in Xiaomi, ivan19871002
here's his repo about Hermes : https://github.com/xiaomi-dev/android_device_xiaomi_hermes/tree/cm-12.1
You will notice branch is based on nofearnohappy's work, which is based on bule's.
and he was developed on any Xiaomi's device which use Qualcomm's SoC.
RN2 is his first trial, he only use a week to learn MTK and he already updated a most stable CM on github.
I think there's no body know this news(I'm from Taiwan, so I know all the latest information from China. If you wanna contract with Chinese developer like ivan and bule, you can ask me in PM. I have privately way to contact to nofearnohappy and bule )
By the way, ivan may keeps maintaining this device...
PS. Pay more attention to ivan's patch folder, you'll find all the solution in it.
I check the ivan repository but him fork the nofearnohappy repository only, no one changes...
Nice to know, if you can contact bule and ask him if wanna working on team is the best way
Namaless said:
I check the ivan repository but him fork the nofearnohappy repository only, no one changes...
Nice to know, if you can contact bule and ask him if wanna working on team is the best way
Click to expand...
Click to collapse
You have to switch to his branch which named "cm12.1" that is 22 commits ahead, but not "master" branch.
ivan and bule have team up already... but I'll ask him about this.
jwchen119 said:
You have to switch to his branch which named "cm12.1" that is 22 commits ahead, but not "master" branch.
ivan and bule have team up already... but I'll ask him about this.
Click to expand...
Click to collapse
if they have a team related to hermes we can switch to this if is not for personal choice
I mean to ivan not to xiaomi-dev, this I see the modifications thanks
Gogo guys ill can do the beta testing hehe
Hello Namaless,
I'm novice but I'm interesed in the integration of the ANT+ support currently in CM. If I can help you...
In this moment i follow the aicp ROM, this working fine for me, its useless have many projects without one complete.
When we have a source for aicp we can integrate

[Rom][Stable][Official] FrankenRom [Oreo 8.1][cedric]

code:
* I am not responsible for bricked devices, dead SD cards, or any problems that may arise from flashing this ROM.
* Please do some research on custom ROMS and learn what the potential implications are and how to recover from a soft brick.
* Please do not report errors/ bugs or anything negative unless you have clean flashed.
* Encrypted and decrypted devices are supported.
* Non trusted overlays have been allowed for substratum to work but Substratum system commits will never be added.
XDA:DevDB Information
[Rom][Stable][Official] FrankenRom [Oreo 8.1][cedric], ROM for the Moto G5
Download:https://www.androidfilehost.com/?fid=818070582850508963
Contributors
Ocampo78
Source Code: https://github.com/Ocampo-78/android_device_motorola_cedric
ROM OS Version: 8.1.x Oreo
Version Information
Status: Stable
Stable Release Date: 2018-04-21
Created 2018-04-22
Last Updated 2018-04-21
Glad the download is actually working now, though I suggest including a summary of the features it has for those who have not tried it and would like to know if it's worth a flash.
Another official ROM? Nice!
What I don't understand is why it's not in the roms development section...
Exanneon said:
What I don't understand is why it's not in the roms development section...
Click to expand...
Click to collapse
It was originally posted in the Q&A section with no links then moved here
Generally roms with no details other than source code will be moved here as its not really considered development but just a rom post
Also (I believe this is still the case but haven't checked) you need a certain amount of useful posts before you can create a dev thread
can you add more informations about your ROM and screenshots?
Hey!
VoLTE is not working after reboot
Kindly help.
Amazing ROM, keep your excellent work. Put more detailed description about Franken and add topic to ROMS section!
the camera does not record
sir_overthrow said:
the camera does not record
Click to expand...
Click to collapse
This is an issue on all oreo roms, use footej (on play store).
Lol
Why does this camera work?

Categories

Resources