[rom] pf-cm [28/6/15] - G 2014 Android Development

{
"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"
}
Code:
/*
* 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.
*/
~ pf-cm is cm with a performance driven patchset
~ off-topic is loved here!
- Based on CM12.1
- Lots of optimizations for superb performance and unparalleled 60fps animations!
- CM12.1 base
- Compiled using JustArchi's TC's
- Optimized for speed yet more all instructions - ARM and THUMB (-O3)
- Optimized for speed also parts which are compiled with Clang (-O3)
- Turned off all debugging code (lack of -g)
- Eliminated redundant loads that come after stores to the same memory location, both partial and full redundancies (-fgcse-las)
- Ran a store motion pass after global common subexpression elimination. This pass attempts to move stores out of loops (-fgcse-sm)
- Performed interprocedural pointer analysis and interprocedural modification and reference analysis (-fipa-pta)
- Performed induction variable optimizations (strength reduction, induction variable merging and induction variable elimination) on trees (-fivopts)
- Didn't keep the frame pointer in a register for functions that don't need one. This avoids the instructions to save, set up and restore frame pointers; it also makes an extra register available in many functions (-fomit-frame-pointer)
- Attempted to avoid false dependencies in scheduled code by making use of registers left over after register allocation. This optimization most benefits processors with lots of registers (-frename-registers)
- Tried to reduce the number of symbolic address calculations by using shared “anchor” symbols to address nearby objects. This transformation can help to reduce the number of GOT entries and GOT accesses on some targets (-fsection-anchors)
- Performed tail duplication to enlarge superblock size. This transformation simplifies the control flow of the function allowing other optimizations to do a better job (-ftracer)
- Performed loop invariant motion on trees. It also moved operands of conditions that are invariant out of the loop, so that we can use just trivial invariantness analysis in loop unswitching. The pass also includes store motion (-ftree-loop-im)
- Created a canonical counter for number of iterations in loops for which determining number of iterations requires complicated analysis. Later optimizations then may determine the number easily (-ftree-loop-ivcanon)
- Assumed that loop indices do not overflow, and that loops with nontrivial exit condition are not infinite. This enables a wider range of loop optimizations even if the loop optimizer itself cannot prove that these assumptions are valid (-funsafe-loop-optimizations)
- Moved branches with loop invariant conditions out of the loop (-funswitch-loops)
- Constructed webs as commonly used for register allocation purposes and assigned each web individual pseudo register. This allows the register allocation pass to operate on pseudos directly, but also strengthens several other optimization passes, such as CSE, loop optimizer and trivial dead code remover (-fweb)
- Sorted the common symbols by alignment in descending order. This is to prevent gaps between symbols due to alignment constraints (-Wl,--sort-common)
ROM: http://imgur.com/a/z5Qvn
Banners: http://imgur.com/a/527h8#cB8wET4
- Reboot to recovery
- Make a TWRP backup
- Copy ROM.zip to sdcard
- Wipe: system, data, cache & dalvik-cache
- Flash ROM + GApps
- Reboot
http://www.cmxlog.com/12.1/titan/
ROM: https://basketbuild.com/devs/DiamondBond/Roms/PF-CM
GApps: https://basketbuild.com/devs/TKruzze/5.1.x GApps Packages/MODULAR - Pico GApps
Manifest: https://github.com/DiamondBond/Roomservice
Kernel: https://github.com/CyanogenMod/android_kernel_motorola_msm8226/tree/cm-12.1
Build: https://github.com/ArchiDroid/android_build
CyanogenMod, Linaro, Luk1337, luca020400, JustArchi, hkjareda
Tech Support:
Admin Phone: +44 7730041145​

Q: What is o3/linaro/sabermod/opticharging/<insert-fancy-word-here>?
A: documented index
Q: Dirty or Clean flash?
A: Clean if coming from cm or any other ROM, dirty if upgrading from previous pf-cm build
Q: Diamond you liar , cm zips are ~250mb and pf-cm zips are 260mb = you changed something!, omg, lel, u fgt, i will ddos you m8, come at me!!
A: o3 makes code slightly larger you would know if you read the 1st Q/A above...
Q: Can i OTA?
A: Nope, ignore the CM OTA updates, if you update via CM OTA you will loose this ROM's optimizations, now why would you do that? lol
Q: My WiFi is broken completely... wtf i h8 you!?
A: fix

DiamondBond said:
pf-cm is cm with a performance driven patch
Click to expand...
Click to collapse
How close is this build to official CM12.1? Would a dirty flash work? I read the instructions about wiping data but I am wondering if it is a replica of CM12.1 with regard to components included, it might worth attempting a dirty flash, wiping dalvik/cache of course.
Sent from my NotePRO 12.2 LTE using Tapatalk.

thdervenis said:
How close is this build to official CM12.1? Would a dirty flash work? I read the instructions about wiping data but I am wondering if it is a replica of CM12.1 with regard to components included, it might worth attempting a dirty flash, wiping dalvik/cache of course.
Sent from my NotePRO 12.2 LTE using Tapatalk.
Click to expand...
Click to collapse
this is as close as it gets to offical cm12.1, i just sync and build, not 1 change to cm's code
i was just about to add this to faq, but ill leave this post here with yours:
o3 code is faster and larger than o2 and oS so everything is a byte or even more different than cm's when compiled therefore to actually have the performance gain this rom offers, it recommended to clean flash, but if you dont , you probably will face issues and wont see the performance gain. If however you are already on pf-cm and you dirty flash, it is fine,
tl;dr
if old rom = cm then clean flash
if old rom = pf-cm then dirty flash

upload done, enjoy!

DiamondBond said:
upload done, enjoy!
Click to expand...
Click to collapse
Great to see another work from you DiamondBond (holding myself to not say Pizza hahaha).
Let's see if my downloads finish fine, I certainly will test it later, if you want I can give some feedback after some use.

luishr said:
Great to see another work from you DiamondBond (holding myself to not say Pizza hahaha).
Let's see if my downloads finish fine, I certainly will test it later, if you want I can give some feedback after some use.
Click to expand...
Click to collapse
thanks!, haha,
please do report back, id love some cm vs pf-cm stuff , im currently doing benchmarks!

Downloading now.. Man you are the best
Does it come with Kaizen Kernel?
Sent from my Moto G 2014 using XDA Free mobile app

Marco_nx said:
Downloading now.. Man you are the best
Does it come with Kaizen Kernel?
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
Haha thanks!
Um nope it does not, i actually want to test kaizen vs this kernel, since this kernel is fully 03, kaizen is not,

DiamondBond said:
Haha thanks!
Um nope it does not, i actually want to test kaizen vs this kernel, since this kernel is fully 03, kaizen is not,
Click to expand...
Click to collapse
Great to know.
My device has good battery life no matter which ROM I try, so it's time to focus on performance
Sent from my Moto G 2014 using XDA Free mobile app

Marco_nx said:
Great to know.
My device has good battery life no matter which ROM I try, so it's time to focus on performance
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
exactly, same here, o3 does not sacrifice on battery life though, so far everything feels smoother and there are less frame drops

It's always awesome to see another work by you, Pizz..Err... Diamond! lel
Gonna try it as soon as I can

mrnickel said:
It's always awesome to see another work by you, Pizz..Err... Diamond! lel
Gonna try it as soon as I can
Click to expand...
Click to collapse
lol
Thanks, please do report back

screenshots up, prettying boring, just cm12.1... + behind the scenes improvements (linaro, o3, graphite, strict aliasing, all the rest...)
http://imgur.com/a/z5Qvn

Awesome work bro
Make it MicroCM xD Just saying
Sent from my Moto G 2014 using XDA Free mobile app

koradiavatsal said:
Awesome work bro
Make it MicroCM xD Just saying
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
+1

Jargon
Tail duplication to enlarge superblock size was a much needed feature. Thanks! Downloading

koradiavatsal said:
Awesome work bro
Make it MicroCM xD Just saying[emoji14]
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks
Micro = apk compressed, this ROM isn't apk compressed (yet) , when it is I'll switch it over
nqkoidrug said:
+1
Click to expand...
Click to collapse
[emoji14]
n2droid said:
Tail duplication to enlarge superblock size was a much needed feature. Thanks! Downloading
Click to expand...
Click to collapse
Its all honestly thanks to justarchi, since most of those features were from his patchset
Sent from my Moto G 2014

can I use minimal gapps package 5.1.1?

Here's a Banner For The ROM, @DiamondBond
Hope you like it. Tell me if u want a landscape version or different bg color[emoji4]
Download

Related

[11 SEP] Barebone CM7 v2b

Code:
/*
* @brief: Standard Disclaimer
*
* 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.
*/
What is the difference between this and the nightly ?
All libraries and native code is compiled in ARM mode (except for libwebkit which is still in thumb mode due to it's excessive size) and compiler side optimization is turned on (again, exception being libwebkit using -Os and sqllite using -fno-fast-math).
Important function calls and syscalls are aligned for faster response time.
I re-implemented some of the cpu atomic functions based on what I've learned so far, swp is used for atomic swap instead of ldrex/strex, register swapping of old value is done at success so if a context switch does occur, the loop will be aligned at the same boundary as the function. On best case, there shouldn't be any difference but can improve execution time for worst case of context switches.
Java libraries and bionic libc are compiled with NDEBUG, and the debug variable for java is also set to false.
Most crap (stuff that "I" do not use, has been removed ie. VPN, live wallpaper support etc..)
Fixed a few memory leaks in bionic, dalvik and ppp (also tether).
I've removed most locales except en_US and en_GB, though android still seems to be compiling strings from other languages in the build, so they might work but i can't guarantee anything with locales other than en_(US|GB).
Reverted the patch which auto closed notification bar when all notifications are canceled/removed. It was irritating me..
more stuff i don't remember, if you care pm me and I'll send you a diff of my repo.
Bugs
USB tether (Use another kernel to fix this)
Wierd bootup logo
Auto brightness might get stuck, switch screen on and off to fix it
Poweramp crashes, Though confirmed, the cause itself is not known
Installation
Change partition sizes to as described above the rom link
Boot to recovery
Flash the magldr rom/zip/cwm
Flash clk zip if you're on clk
Reboot
Reboot to recovery and flash data2sd if needed. Must have 5M extra on /system
Tips
Use Quickpic for gallery
Replace ADW with one of your favourite launchers (ADW EX, LP, Zeam etc..). ADW is slow and buggy, I prefer FTL and fast drawer.
DON'T USE SUPERCHARGER V6.
SD Port
NativeSD Port
v2b
Partition Size
misc 1M
recovery 5M
boot 4M
system 68M
cache 2M
Changelog
Update Adreno libraries from latest desire RUU
Switch to release build, less logs and more compile time checks
Hosts included in the rom
Fix data for magldr (left old rmnet module, silly me) thanks Xylograph
Magldr Rom
Magldr to LK
Click to expand...
Click to collapse
v2
Partition Size
misc 1M
recovery 5M
boot 4M
system 67M
cache 2M
Changelog
Old market and trimmed fonts, thanks Xylograph
Updated Software 2D drawing code from jellybean.
Fixes Music creating bogus video app in app drawer
New memcpy routine from apple
Fixes a bug in atomic routines
Suppress/Remove verbose and debug logging.
Remove unnecessary strings from a few hardware libraries
Well if you cared to reach this point, send me a pm for the repo diff.
Magldr Rom
Magldr to LK
Click to expand...
Click to collapse
First release
Partition Size
misc 1M
recovery 5M
boot 4M
system 79M
cache 2M
Magldr Rom
Magldr to LK
Click to expand...
Click to collapse
data2sd (needs 5M extra in system)
Notes:
I compiled this rom for myself but figured sharing won't hurt, and hence I don't plan to provide much support though I'll see what i can if you find a bug. I've run the rom for quite some time now and the results were as expected. Good battery life, large amount of ram upon boot (though I can still notice some memory leaks, will have to look deeper). For now the kernel is tytungs-r1 ics kernel patched for gingerbread, though I will be patching/updating and working on the cmhtcleo kernel once i have the build known to be bug free after some time. Due to switch from arm+thumb mixed to pure ARM mode, i was expecting higher ram usage (alongside with better performance), however looks like I was wrong, this build eats less ram than a arm+thumb interworking build, now i am not really sure why but from what i know it could be because compiler doesn't have to generate arm->thumb and back jumpers for interworking between arm and thumb code.
{
"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"
}
Credits
cyanogenmod
cmhtcleo team (arif-ali, milaq, charansingh and all other cm developers) for device tree
tytung
Xylograph
devhost
This is my first and probably the last rom, thank you for your time.
pretty impressive trying in 3 2 1...
this seems to be nice!! ... downloading!!
another thing you might want to know,
I've removed logo.rle from ramdisk, both to save time and space. I don't fancy bootup logos, Currently it will show wierd patterns on boot if you switch off and power on or the last screen you had if you reboot. This requires a small fix in the kernel which I will release with my next version with the new kernel.
Rick_1995 said:
another thing you might want to know,
I've removed logo.rle from ramdisk, both to save time and space. I don't fancy bootup logos, Currently it will show wierd patterns on boot if you switch off and power on or the last screen you had if you reboot. This requires a small fix in the kernel which I will release with my next version with the new kernel.
Click to expand...
Click to collapse
can you also update the mmc part from my git, as I want to install your rom to my sdcard
Sent from my NexusHD2 using xda premium
Rick_1995 said:
Code:
This is my first and probably the last rom, thank you for your time.[/QUOTE]
no way to say that u just start and u will never stop tell u give up from us hahahahha ...i will test it but i have one qus. why cm7 ?? what about cm9 or jelly bean:p
Click to expand...
Click to collapse
seaman2k said:
no way to say that u just start and u will never stop tell u give up from us hahahahha ...i will test it but i have one qus. why cm7 ?? what about cm9 or jelly bean
Click to expand...
Click to collapse
I don't fancy compiling android, I'm more interested in the lower level work of bootloader and kernel. cm7 because it has most stuff working and is smooth, stable. This is the build i use whenever i go out like a man on a mission.
securecrt said:
can you also update the mmc part from my git, as I want to install your rom to my sdcard
Click to expand...
Click to collapse
Sorry, but i didn't get you what mmc part from your git should be updated ? or Do you want me to update the initrd for phoenix's method of system on sd-ext ?
Rick_1995 said:
I don't fancy compiling android, I'm more interested in the lower level work of bootloader and kernel. cm7 because it has most stuff working and is smooth, stable. This is the build i use whenever i go out like a man on a mission.
Sorry, but i didn't get you what mmc part from your git should be updated ? or Do you want me to update the initrd for phoenix's method of system on sd-ext ?
Click to expand...
Click to collapse
I mean, the mmc driver in the kernel,
I made the following changes from CAF.
81d9816
29e0f0d
08802ee
4eade39
2145485
I install your ROM with my own script to my SDCARD, it is different with DATA on SD-ext
Rick_1995 said:
This is my first and probably the last rom, thank you for your time.
Click to expand...
Click to collapse
Impressive stuff and as I can see a must have !
Going to try this asap m8 thanks for sharing
Arabic_support
here we go for arabic support u can flash this zip file i made it for this woundrfull light cm7 for rick (i hope he give us more)
http://www.multiupload.nl/5K1KOHWWOV
looking very impressive, system partition size is just 79mb awesome.
I have just ported this to SD using super Ram method This is very fast
i have download it , but i never flash this one becase we need ICS or JB
wis1152 said:
I have just ported this to SD using super Ram method This is very fast
Click to expand...
Click to collapse
pls post this link......this rom will always be the fallback....hv been keeping typhoon...now thats changed.
thanks rick...way to go man!
jully3881 said:
i have download it , but i never flash this one becase we need ICS or JB
Click to expand...
Click to collapse
Strange way of saying 'thank you' you have there...
good very lite rom, i like it
will report any bug i found
planing to buy a new phone so hd2 is just a toy for me now
and hope to not plug in sd card this rom is pretty good thanks a lot
gdsbalaji said:
pls post this link......this rom will always be the fallback....hv been keeping typhoon...now thats changed.
thanks rick...way to go man!
Click to expand...
Click to collapse
Uploading now, I will pm rick the link or is it better for me to post the port in SD thread. What's your thoughts rick?
Sent from my GT-I9100 using Tapatalk 2
wis1152 said:
Uploading now, I will pm rick the link or is it better for me to post the port in SD thread. What's your thoughts rick?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
As you wish, It's a work of community.
Thanks for this rick. Installed this in my eu and performance is amazing that's why I downloaded it! I drink San Miguel Lights, I smoke Marlboro Lights and my HD is light. :victory:
Rick_1995 said:
As you wish, It's a work of community.
Click to expand...
Click to collapse
Thanks for your work, can i use fikret kernel on your rom?if so how ?,would you help me

K860/i CM10.1 - Linaro - beta 1 -updated 19.10.'13

Versioning explained:
>>>>>>>>>|0.92*|>>>> alpha>>>>>>beta>>>>RC>>>>1.0>>>>>
*0.92 will be removed as an option once RC comes out
This ROM is a spin-off from Mr. Linscue's and CyanogenMod sources.
What makes it different is that it is built with Linaro toolchain, current 4.7., instead of Google supplied one.
It's a product of my curiosity, Mr. Linkscue's extensive patience with helping me to understand the whole picture and his work so far on our devices. This wouldn't be possible without him.
To be able to build with Linaro toolchain there is a lot of CM source editing and git cherry-picking to make code fit for Linaro's GCC so the final ROM can actually be compiled. Thanks to Open Source, Android, internet and XDA-devs, I have been able to make it real by collecting the info and conveying it to this ROM.
I have to remind you, this is my personal build, it was never intended to be released to the wide public, I'm not a programmer/coder and there is no warranty.
Few notes:
1
The build: This is a first functional build through Linaro for this phone. It's compiled with -O3 flag, so /system (ROM) side is 90% optimized. I' m continuing to find proper code snippets that will further improve the build.​
2
Battery life. Kernel used is prebuilt Lenovo, therefore battery life should be similar to official ROM, bar the specific LenovoPower settings, however if you are installing CM you are expected to know how to manage your phone. Without Lenovo's updated kernel sources, further optimizations are not possible, either for performance or extending battery life. If you are experiencing poor battery life, there are two things, 1. You have just I nstalled the ROM, give it a few days for system to settle in. There are few things going on during first day or two that might deteriorate your battery life 2. You have an app installed that is keeping your phone awake, preventing it to go to deep sleep. You can install BetterBatteryStats from here: http://forum.xda-developers.com/showthread.php?t=1179809 and find the offending app.​
3
If you like it, use it. We are fixing general bugs as we go, and we know what those are. You may report them here but don't expect them to be fixed. Any app addition request or AOKP/MIUI/whatever port will not be entertained. As I said in the beginning, this is my personal build and I'm just sharing it with you.​
4
Why name it SENNA: Ayrton Senna: “And so you touch this limit, something happens and you suddenly can go a little bit further. With your mind power, your determination, your instinct, and the experience as well, you can fly very high.​This rom was made possible thanks to:
1.
linkscue​
2.
zuncun​
3.
xda-dev usersDJLamontagneIII, @Dri94​
4.
OpenSource​
5.
Linaro​
Sharing is caring, so if you want to repost this ROM to other places, I don't care but I do ask you kindly to refer to http://bbs.lephone.cc/k860/t570716/
Since 99% of the work is by Mr. Linkscue,take your time and drop by his thread: http://bbs.lephone.cc/k860/t553805/1/ and give him some kudos.
That's all.
Two releases:
SENNA 0.92
Latest CM source
Reverted the codecs to official, now video is ok
Updated busybox binary
Special thanks to linkscue on his continued support
SENNA beta 1
Kernel is built from Lenovo old source and adapted for JB
Both kernel and ROM are built with Linaro at O3 optimization level
Samsung's gralloc, hwconverter, fimg and kernel mali drivers, readjusted memory use, replaced ion libs.
Bloetooth works.
Disable HW overlays to have video working in landscape mode
(Current result on Antutu is 21605) (I have to note here that I have noticed performance deterioration, the number you get varies and drops on subsequent tests)
SENNA beta 1
[bugfix] *Wireless hotspot - so far ONLY open network is supported
*replaced Bluedroid stack with Bluez - core to UI - BT works now,
****please report special use cases if there are bugs.****
[enh.] *Screen off animation
alpha6 / kernel 3.0.40
* corrected schedulers in cgroups (oops)
* Latest lowmemorykiller
* lowmemorykiller autodetect oom_adj values
* added CPU topology patch
* added compaction and migration
* CPU unaligned access path
* Patched CRC32
* Replaced TreeRCU > jRCU (Read/Copy/Update)
* Replaced SLUB > SLQB memory allocator
* WasActive page flag
* Makefile optimizations
* disable preemption in machine_shutdown
* synchronize_rcu_expedited instead of synchronize_rcu
* patched fimg
* completely updated kernel internals
* completely updated net and fs layer
* completely updated memory management
* [bugfix] long press on touchscreen during charging has been fixed
alpha5 / kernel 3.0.15
* Added SIO IO Scheduler
* Added BFQ IO Scheduler
* zram enabled (one zram device in use)
* KSM enabled in kernel, use menu to on/off its use
Beta 1: http://pan.baidu.com/s/1892bL
md5: af12fd4fc63542858cba978a8b7f6f51
0.92: http://pan.baidu.com/share/link?shareid=1733734082&uk=2184427820
md5: 25dffc77e3e269656497fa382a3897ba
Google stuff:
If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
Github is here:
https://github.com/jason013?tab=repositories
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
{
"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"
}
Sent from my Stuttgart using Tapatalk 2
finch.****break said:
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
Sent from my Stuttgart using Tapatalk 2
Click to expand...
Click to collapse
Thanks for liking it. I will keep it updated as much as possible. There are few bugs remaining on the platform and we are working on fixing them.
Definitely let me know if you have any problems with the ROM.
Good Job
This rom so good ! Waiting next update !
great room :victory:
waiting next update
finch.****break said:
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
Sent from my Stuttgart using Tapatalk 2
Click to expand...
Click to collapse
btw how about gmaps? its work? coz i try to cm 10.1 phone reboot after i open gmaps,
Thanks before :good:
Harmalah said:
btw how about gmaps? its work? coz i try to cm 10.1 phone reboot after i open gmaps,
Thanks before :good:
Click to expand...
Click to collapse
Maps work for some time now.
first to vote for 5 star YAY
easily a 5 star for me since i dont know any programming/coding and im too lazy to do so...almost no support on lenovo ROM side so this addition is very much welcome...please keep it updated and kudos/respect to you my sir :good::good:
my only request would be a transparent and small on screen button for more screen orientation (see attached of my current screen)
you can get the systemUI here http://bbs.lephone.cc/thread-556541-1-1.html thanks thanks
Wow cool...will try ASAP
Sent from my Lenovo K860 using xda premium
innocence07 said:
easily a 5 star for me since i dont know any programming/coding and im too lazy to do so...almost no support on lenovo ROM side so this addition is very much welcome...please keep it updated and kudos/respect to you my sir :good::good:
my only request would be a transparent and small on screen button for more screen orientation (see attached of my current screen)
you can get the systemUI here http://bbs.lephone.cc/thread-556541-1-1.html thanks thanks
Click to expand...
Click to collapse
I'm sorry, you are talking about transparent taskbar? That iis as much as I could understand from the pics you posted.
To put it bluntly, what is going on now is trying to build kernel from source to match 4.2.2 and then cleaning up of proprietary files. Any UI polishing/additions I might consider at later date. So far, it seems to be a very far date But hey, it is functioning so far and sorry, but no..
relevant_placeholder said:
I'm sorry, you are talking about transparent taskbar? That iis as much as I could understand from the pics you posted.
To put it bluntly, what is going on now is trying to build kernel from source to match 4.2.2 and then cleaning up of proprietary files. Any UI polishing/additions I might consider at later date. So far, it seems to be a very far date But hey, it is functioning so far and sorry, but no..
Click to expand...
Click to collapse
yes both the onscreen button and the taskbar...its ok your the boss here anyways...and again thank you for sharing
i have another question uhm can i use this gapps http://wiki.cyanogenmod.org/w/Gapps since your rom is missing google play and other such gapps TIA
innocence07 said:
yes both the onscreen button and the taskbar...its ok your the boss here anyways...and again thank you for sharing
i have another question uhm can i use this gapps http://wiki.cyanogenmod.org/w/Gapps since your rom is missing google play and other such gapps TIA
Click to expand...
Click to collapse
Ok, I had skipped few tips here. If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
relevant_placeholder said:
Maps work for some time now.
Click to expand...
Click to collapse
btw how to fix USSD and change animated while charging ?
1. i try ussd not working and i used rillibrary.rar to fix ussd its working but signal bar not fully detect (how to fix)
2. and i could not charge if handphone is trunoff (how to fix)
thanks berfore
Harmalah said:
btw how to fix USSD and change animated while charging ?
1. i try ussd not working and i used rillibrary.rar to fix ussd its working but signal bar not fully detect (how to fix)
2. and i could not charge if handphone is trunoff (how to fix)
thanks berfore
Click to expand...
Click to collapse
Phone board/bootloader recognizes several operating modes like off charge, on, off, test etc. Mr. Scue identified them and it is working, however there is a problem that when you boot the phone after charging it in off mode, screen will turn white around the edges sometimes. For safety of your devices this part of functionality is not included yet.
I'm not familiar with the USSD problem yet. Will have a look into it, but if it wasn't working in official release, it could take time to make it working here.
relevant_placeholder said:
Phone board/bootloader recognizes several operating modes like off charge, on, off, test etc. Mr. Scue identified them and it is working, however there is a problem that when you boot the phone after charging it in off mode, screen will turn white around the edges sometimes. For safety of your devices this part of functionality is not included yet.
I'm not familiar with the USSD problem yet. Will have a look into it, but if it wasn't working in official release, it could take time to make it working here.
Click to expand...
Click to collapse
:good: thanks for explain
relevant_placeholder said:
Ok, I had skipped few tips here. If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
Click to expand...
Click to collapse
ive done all there is to do but still youtube dont work...em i missing something or youtube doesn't really work ???
innocence07 said:
ive done all there is to do but still youtube dont work...em i missing something or youtube doesn't really work ???
Click to expand...
Click to collapse
Ok, this questions now are going out of topic but let's chase this rabbit down the hole.
I am not familiar with the workings of youtube app (I assume you have successfully installed Play store and had it installed from there) so I am not sure what video/audio codecs it uses.
I can tell you right now one thing, related to video playback and Samsung's OMX codecs (the ****ty opensource ones) hw accel. video on this ROM is currently broken. I will soon reissue the ROM with files from official ROM to have that part working again, until I sort out what gets broken on OSS ones.
Currently I'm hands deep in kernel, I managed to transplant updated mali drivers into the old source to make it run on 4.2.2 and did some ugly hack job on HAL layer to have CM working, I have it at system stable level now. I'm tired and sorry for not being of much help, please google yourself and see what exactly are youtube app dependencies to make the videos run. If it uses on board hw codecs, I already told you what is the problem.
EDIT: try to disable GPU rendering for a test, in Developer options. just to see.
I flash several times this rom and always the same 2 problems ! Wifi doesnt work ! Stays there it said "turning wifi on..." and the 2nd camera program ( i dont remember the name ) always force close !!! Thanks
Sent from my K860 using xda app-developers app
what a great rom !! i hope you can fix the youtube problem and others minor problem soon!! :good:
Yup tried with GPU rendering disabled, HW accel enabled disabled.. Not just with youtube, videos don't work on many video content apps like imdb etc..
---------- Post added at 01:15 PM ---------- Previous post was at 01:15 PM ----------
However, wifi and focal seems to be fine

[ROM][4.4.2][OFFICIAL] LiquidSmooth v3.0 Beta - Hlte

{
"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"
}
DISCLAMER
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.
Click to expand...
Click to collapse
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Liquid0624
Deadman96385
jsnweitzel
Somber73
TheBr0ken
Cdub50
Code:
Linaro 4.9 GCC Toolchain
O3 Strict-Aliasing & ISO C++11 Mode
ARM Optimized String Handling Routines
Linaro and Code Aurora Optimaztions
Slims DPI on the fly
Custom animation controls
TRDS 3.0 (Liquid Blackout in settings)
Active Display
Slims QuickSettings
Halo (Renamed to bubble in settings)
Ram Bar
T-Mobile Theme Engine
Privacy Guard
Built in SuperUser
Working wifi Tethering
Cell Broadcasts
Slims Configurable Power Menu
Slims Configurable Nav Bar
Gamma Configuration support
Custom animation controls (Listview)
LockScreen Notifications
And way more than this...
Code:
[url="http://goo.gl/Hkh7Kp"]LiquidSmooth v3.0 Full list of features[/URL]
Code:
[url="http://github.com/LiquidSmooth"]LiquidSmooth Github[/URL]
[url="https://github.com/LiquidSmooth/android_kernel_samsung_hlte"]Kernel Source[/URL]
Code:
[url="http://www.drdevs.com/devs/teamliquid/Nightly/"]ROM Download[/URL]
[url="http://forum.xda-developers.com/showthread.php?t=2397942"]Pa Gapps Download Thread[/URL]
Please Support Liquid by Donating HERE​
XDA:DevDB Information
LiquidSmooth, a ROM for the T-Mobile Samsung Galaxy Note 3
Contributors
deadman96385
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: hltetmo
Based On: AOSP, CyanogenMod, Paranoid Android, Slim Roms,
Version Information
Status: Testing
Current Beta Version: 3.0 beta
Beta Release Date: 2013-12-29
Created 2013-12-30
Last Updated 2014-02-11
Bug list will be updated soon
deadman96385 said:
This is a untested build still waiting for my tester to report back.
Flash at your own risk, its not my fault if you brick your phone.
Bugs that i expect it will have:
Click to expand...
Click to collapse
deadman96385 said:
This is a untested build still waiting for my tester to report back.You must use CWM to flash (needs confirmation)
Click to expand...
Click to collapse
Installs fine on twrp 2.6.3 (no errors), but it hangs at Samsung Note 3 screen for a while. Then eventually boots. It gets stuck at boot animation. I tried it once with Gapps and once without. CWM seems necessary.
deadman96385 said:
Phone can not hang up call (needs confirmation)
3g drops randomly (needs confirmation)
WiFi disconnects randomly (needs confirmation)
Click to expand...
Click to collapse
I am so happy to try this. I will let you know how it goes. I can test everything except the wifi. I love your roms!
First official android ROM! Nice! Glad to see LiquidSmooth on the Note 3! :good:
Won't flash this but I will be using this later on. Thanks for the official support.
Sent from my SM-N900T using XDA Premium 4 mobile app
I can't express the amount of love I have for you right now, will donate when stable and I get my check
Sent from my SM-N900T using Tapatalk
Well my tester got back to me and it doesn't boot so i have uploaded a older build that does boot, but has a little bit more bugs. for now that will do until i can fix the audio-caf errors i am getting.
If anyone would be willing to help that would be wonderful, we track are own audio-caf for a strict-aliasing fix, and merge in cm's changes the errors i am getting are these:
hltetmo: http://pastebin.com/AwDkTvYT
hltespr http://pastebin.com/iFR9mygR
repo is located here: https://github.com/LiquidSmooth/android_hardware_qcom_audio-caf
Looks like cm team committed some updates wonder what they fixed
Sent from my SM-N900T using xda app-developers app
Need cm to flash where do I get the clockmod to flash this
Sent from my SM-N900T using XDA Premium 4 mobile app
Oh boy !
i am so happy to see this ROM !!
I will flash as soon as i have a chance !!
And have the same question as @jpeps , where do i get CWM ? is there a thread for it yet ? if so, havent seen it...
I see the thread here and also in the 9005 forum.. For Canadians which would be better to flash?
Sent from my SM-N900W8 using Tapatalk
Tested today, flashed through CWM x2. First time with GAPPS and second w/o. The first time I was constantly getting dropped signals, sending SMS worked fine and WiFi also dropped continuously. The second time I was experiencing the same but it was happening less often.
Twrp works guys just make sure you have the newest one
Sent from my SM-N900T using Tapatalk
I second the TWRP post above. I have 2.6.3.8 and it installed fine for me. First boot took alittle while at the Samsung screen but after the first boot, boot times were rather fast. SMS, data, audio (albeit low volume), work fine. No calling (which we all know doesn't work), random reboots when changing settings from time to time. All options work great (i.e. Halo, Dark settings, Navbar, Themes, etc.). I installed PA Google apps and all seems to work fine. Will keep checking other things and post more as I run across them. Great work and thanks again for all the hard work and dedication. I'm sure I am speaking for many when I say it's nice to see this much progress for our N3..:good:
I'm confused...Do I flash the beta in the op or the one in the link a few posts down?
nickster1 said:
I'm confused...Do I flash the beta in the op or the one in the link a few posts down?
Click to expand...
Click to collapse
You can try both, but the one in the comments can boot successfully, the beta is a hit or miss. Don't take my word for it though, I'm not flashing until it's a tad more stable .
Sent from my SM-N900T using XDA Premium 4 mobile app
nickster1 said:
I'm confused...Do I flash the beta in the op or the one in the link a few posts down?
Click to expand...
Click to collapse
I flashed the beta in the OP. As far as I know they are one in the same. It takes you to a directory where there are three versions (Sprint, T-Mobile and the 9005 I think). Should be 3.0 beta from the 28th last I checked..
jpeps said:
Need cm to flash where do I get the clockmod to flash this
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2454079
I have to just say Wow! Super impressed with how well this rom works. I cannot believe how fast it is. Obviously it's not ready to be a daily driver & I didn't notice any bugs that haven't been reported. Keep up the good work guys & thank you very much for sharing this.
I flashed this on my Canadian SM-N900W8 Galaxy Note 3 and it looks to be working well!
Bugs :
- No camera
- No Calling
- 5 Signal bars are always empty
- Battery Charging Animation weird or make Sys.UI crash
- First Boot incredibly long (Might not be an issue though, but it is longer than Stock with Touchwiz)
- Status Bar in launcher is not well sized and is not transparent. (Same for bottom)
Otherwise it is INCREDIBLY FAST! Touchwiz to hell!
I am going to flash Touchwiz again because I need calling, but as soon as it gets fixed, I will be right back!

[ROM][5.1.1] OmniROM for GT-I8190 S3 Mini

{
"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"
}
OmniROM 5.1.1
for
Samsung Galaxy S3 Mini (GT-I8190)
​
This project is based upon the sources provided by the Omnirom Team, TeamCanjica and OliverG96, and has been gradually enhanced with additional fixes and features in a collaborative effort.
Latest 5.1.1 release: omni-5.1.1-20161003-golden
What's new:
Enable native encryption support (fixed data partition size)
Allow seperate password for device encryption*
Keep a simple lock screen PIN, but define a seperate stronger password for device encryption.
Defend against lockscreen PIN brute forcing*
Restart device upon five times wrong PIN entry to force encryption password entry
Native Apps2SD support
Applied July and August security patches (Patchlevel: 2016-08-05)
*Backported to 5.1.1 from CopperheadOS
What's in:
Merged upstream AOSP 5.1.1_r37 code (LMY49J)
Android Security Patch Level: 2016-08-05
RIL: Voice calls, SMS, Mobile Data: 2G, 3G up to HSDPA
Bluetooth (with A2DP and AVRCP support, In-Call Audio (SCO))
WiFi 802.11a/b/g/n, WiFi tethering ("WiFi Hotspot")
GPS
Theming support (RRO Layers)
Native Apps2SD support
Virtual keys haptic feedback
Custom button and LED button backlight settings
Multimedia: Audio, Video, Torch LED, Images Gallery, Voice Rec
Camera (pics), Video recording (camcorder)
Messaging: Email, SMS/MMS
Battery Saver Mode
Offline charging
CPU Deep Sleep support
Downloads
ROM: DOWNLOAD [androidfilehost.com]
[Builds up to 20150712 are still accessible here]
PA GAPPS: PA GAPPS 5.x
Note: Pico or Nano package is recommended. Download the zip file, flash it via TWRP and you're done.
Rooting: SuperSU 2.46
Since OmniROM does not come rooted out-of-the-box, you can use SuperSU (by Chainfire) to do that if needed.
Link to latest official stable system-included version 2.46 above. Flash it via TWRP and you're done.
Note: At least SuperSU 2.40 is required to successfully root!
Recovery: TWRP 2.8.7.0
Provided as recovery.img, needs to be flashed with Heimdall.
Sources
Device: https://github.com/golden-guy/android_device_samsung_golden/tree/android-5.1
Kernel: https://github.com/golden-guy/android_kernel_samsung_golden/tree/L-3.0.101
Vendor: https://github.com/golden-guy/android_vendor_samsung_golden/tree/android-5.0
Omnirom: https://github.com/omnirom/android/tree/android-5.1
Credits
Special thanks go to @Meticulus for his great support on the initial lollipop bring-up! :highfive:
@Unjustified Dev: Audio fixes
@OliverG96: Sources for S3 Mini device, kernel, vendor
@Rox (TeamCanjica): Omni OMX patched sources and support
@omnirom: Full OmniROM sources tree
@exothermic: Sources and support
@Android-Andi: Sources and support, also great new cherry-picks
@New Maclaw: OMX source patches
@AGONTUK: zRAM and LZ4 patches
Big THANKS to all of you (and everybody who has contributed to your branches) for your great work!
Last, but not least: Enjoy OmniROM!
PS:
Code:
#include
/*
* 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 at YOUR OWN RISK.
*/
NOTE: f2fs is not supported, so make sure you have formatted both /data and /cache partitions to ext4 before installing this ROM!
Reserved #2
Wonderful start bud:good:
Where is the voice calls ??? (
whitewalker said:
Where is the voice calls ??? (
Click to expand...
Click to collapse
Be patient everything will be fixed eventually
Sent from my GT-I8190 using XDA Free mobile app
whitewalker said:
Where is the voice calls ??? (
Click to expand...
Click to collapse
Have a look on the opening post, there you will find them :
golden-guy said:
What's not:
RIL Voice Calls
Click to expand...
Click to collapse
@golden-guy you are a monster
Send from OnePlus One using Tapatalk
iwogu said:
Have a look on the opening post, there you will find them :
Click to expand...
Click to collapse
Best joke i have ever heard
thanks
Android-Andi said:
@golden-guy you are a monster
Send from OnePlus One using Tapatalk
Click to expand...
Click to collapse
If it weren't for voice, it'd be a really decent kick-off release. Still, started to like it a lot even without. As always, time and good co-op will get it fixed.
golden-guy said:
If it weren't for voice, it'd be a really decent kick-off release. Still, started to like it a lot even without. As always, time and good co-op will get it fixed.
Click to expand...
Click to collapse
Great dude! Great! Downloading and testing! What about performance? Bad as cm12 or seems better??
Balino said:
Great dude! Great! Downloading and testing! What about performance? Bad as cm12 or seems better??
Click to expand...
Click to collapse
Pretty decent performance, mate
golden-guy said:
Pretty decent performance, mate
Click to expand...
Click to collapse
My download is very slow it goes 20 kb/s what should I do?
Sent from my IdeaTabA1000-F using XDA Free mobile app
Buy faster internet
Nice work, golden-guy! Keep on! Can´t wait for a realease where RIL is fully working!!
Maltonator said:
Buy faster internet
Nice work, golden-guy! Keep on! Can´t wait for a realease where RIL is fully working!!
Click to expand...
Click to collapse
VDSL 30Mbits/s not very fast but pretty good. I think it is a mediafire problem....
Sent from my IdeaTabA1000-F using XDA Free mobile app
Yes you´re right. Maybe a provider or Mediafire problem... Try again later i guess...
Maltonator said:
Yes you´re right. Maybe a provider or Mediafire problem... Try again later i guess...
Click to expand...
Click to collapse
I'm downloading it and will wait for it to complete there is no problem with just 3 hours left hahahahaha
Sent from my IdeaTabA1000-F using XDA Free mobile app
If you really want Android L thats what you have to do
golden-guy said:
Pretty decent performance, mate
Click to expand...
Click to collapse
Performance are really good!! Thank you for the release!! Just wondering if there is a way to root the rom...

[STOCK][AOSP] MARS V.FOUR - ROM Module

WELCOME TO
MARS
{
"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"
}
Miustones Android Restoration Software​
## MARS FEATURES
#### NOTE: FEATURES MAY DEPEND ON THE ROM!
* ENABLED BATTERY CALIBRATION AFTER EACH CHARGE
* ENABLES 4K HDR VIDEO PLAYBACK
* ENABLES ALL EXISTING PIXEL DEVICE FEATURES (AOSP)
* ENABLES ANDROID FOR WORK/ENTERPRISE FEATURES
* ENABLES ANDROID HEARING AID SUPPORT
* ENABLES ANDROID NIGHT LIGHT SUPPORT
* ENABLES ANDROID VIRTUAL REALITY FEATURES
* ENABLES DISPLAY ROTATION FOR THE WHOLE OS
* ENABLES DOLBY DTS:X 3D SURROUND SOUND
* ENABLES GBOARD SPECIAL OPTIMIZATIONS
* ENABLES HD VOLTE/VOWIFI + VIDEO CALLING
* ENABLES MANY HIDDEN ANDROID SERVICES & FUNCTIONALITIES
* ENABLES SETUP WIZARD EXTRA FUNCTIONS
* ENABLES OPTIMIZED STEREO SOUND ON LG STOCK
* ENABLES VARIOUS EXCLUSIVE FEATURES ON LG STOCK
* ENHANCED AUDIO OUTPUT CONFIGS, LIBS, FOR MAX. QUALITY
* ENHANCED AUDIO RECORDING NOISE SUPPRESSION AND RESPONSIVENESS
* ENHANCED DISPLAY SERVICE CONFIGS FOR SUPPORTED DEVICES
* ENHANCED GPU RENDERING CONFIGS FOR UI AND APPS
* ENHANCED OVERALL PERFORMANCE AND APP RESPONSIVENESS
* ENHANCED SECURITY SETTINGS STARTING ON THE SETUP WIZARD
* FULL SAFETYNET CHECK PASSING
* IMPROVED APP START-UP TIMES
* IMPROVED BOOT AND SHUTDOWN TIMES
* IMPROVED GAMING PERFORMANCE AND ENERGY CONSUMPTION
* IMPROVED OVERALL CONNECTION HANDLING (BT, WIFI, CELL, GPS)
* MAGISK STABLE INCLUDED
* OPEN GAPPS INCLUDED
* PORTED AND FORKED FLAGSHIP FIRMWARE FILES
* TIMER BASED FILESYSTEM TRIMMING
* TIMER BASED INTELLIGENT ZIPALIGNMENT
* TIMER BASED SQLITE3 DATABASE OPTIMIZATIONS
* UNIFYING DIFFERENT VARIANT FIRMWARES TO OPEN GLOBAL
* AND MUCH MORE THAT YOU WILL FACE AT THE RIGHT TIME!
## MARS REQUIREMENTS
* An Android Device running Android 9 or 10
* Your Device needs to have at least one of the following SoCs: Snapdragon 835 // 845 // 855
* Requires a minimum of 4GB of RAM based on the included Multi Tasking Configs
## MARS INSTALLATION
* Step 0: Install a Recovery Environment like TWRP and boot into it
* Step 1: Wipe Dalvik Cache, Cache, System, Data (Format Data if needed)
* Step 1.1: Reboot to TWRP
* Step 2: Install a LG Stock Firmware/ROM or AOSP 10
* Step 2.1: Reboot to TWRP
* Step 3: Install the MARS BASE
* Step 4: Reboot to System
* Step 5: Finish the Setup Wizard
* Step 6: Reboot to TWRP
* Step 7: Install the MARS PATCH
* Done!
## MARS DOWNLOAD
#### Homepage:
https://sites.google.com/view/miustone/MARS
#### GitHub:
https://github.com/Miustone/MARS
#### Discord:
https://discord.gg/dZyN7Qt
BUGS/FIX:
BUG:
-1. Bluetooth Audio isn't working atm.
-2. Always On Display does not work
-3. Setup Wizard hangs on the Internet Connection
FIX:
-1. Bluetooth Audio needs Config Fixes, ask Miustone if You want to Help
-2. Always On Display will be fixed in the next Release
-3. Setup Wizard can be passed by connecting twice to a Network of Your Choice. That will cause an Data Transfer Tool Force Close (FC). Open the App Details over the FC Window and De-Install the App. Connect again to a Network and You can continue as usual.
Running the uploading Version on My H930 with EU Pie...
(Don't select the M.A.R.S. Navigation yet in AROMA. You will end up without Navigation!)
Pixel Launcher and Xperia Launcher are crashing atm. this will be fixed but make sure You install a Launcher over the Play Store. Open Your Settings and go to Apps. Select One that can be Updated/Downloaded from the Play Store. Go to the App Details, scroll down and check the App Details in the Play Store. You can now install a Home Launcher from there. That's all i can say for now...
Reports are welcome!
Wow nice. Happy to you've already started with v30 development so quickly
Will try it whenever I flash stock pie.
Thanks!
PS: FYI there are a couple of bugs with h930 V30b EU pie:-
1. Notifications overlap
2. RAM managed is bad as ZRAM is disabled by default. (stock oreo has zram around 940 with swapiness 60).
Informing so you don't think your patch is at fault. Cheers!
Also the max frequency gets stuck at 2361 you could change that by:-
Pie vendor/etc/perf/targetconfig.xml delete 2361mhz
tech_infinity said:
Wow nice. Happy to you've already started with v30 development so quickly
Will try it whenever I flash stock pie.
Thanks!
PS: FYI there are a couple of bugs with h930 V30b EU pie:-
1. Notifications overlap
2. RAM managed is bad as ZRAM is disabled by default. (stock oreo has zram around 940 with swapiness 60).
Informing so you don't think your patch is at fault. Cheers!
Also the max frequency gets stuck at 2361 you could change that by:-
Pie vendor/etc/perf/targetconfig.xml delete 2361mhz
Click to expand...
Click to collapse
Thanks for letting Me know! I found just a bug with the actual Test1 that we don't have the Earpiece working on Calls. That's clearly based on editing the Mixer Paths to enable the usage of the Earpiece for Media Playback (Not like the existing Mod here in the Forums). Think i screwed it up in the last 8 Hours
What is this?
lưu zz said:
What is this?
Click to expand...
Click to collapse
Like the Thread Title tells: [ROM/PATCH]
Or like the Instructions suggest: Custom ROM Changes that are not coming together with a Firmware. You choose the Firmware and flash the Changes on top (In one Rush. No Dirty Flashs).
BR
lưu zz said:
What is this?
Click to expand...
Click to collapse
Basically a mod but on steroids
That's a lot of features. ?️
Really happy stock rom has been getting some attention lately. Will try this asap. Thanks!
NeonHD said:
Basically a mod but on steroids
Click to expand...
Click to collapse
That's why it's called Patch. Doing and evolved this over Years started back on the Nexus 6
Can you build a snowman??( Android10 or los17. Something like that??)
cascabel said:
That's a lot of features. ️
Really happy stock rom has been getting some attention lately. Will try this asap. Thanks!
Click to expand...
Click to collapse
Needed to start from Scratch with Bootloops, issues and all that. But I'm working many Hours every day to bring back the known Features and exclusives from Me. The first Upload is a Test like a Preview, and to demonstrate how everything evolves with the next Versions and added Stuff. The testing needs most of the time right now (Adding back stuff step by step). So stay tuned
EDIT: 54% Uploaded (Zip is around 850MB in total)
Miustone said:
Thanks for letting Me know! I found just a bug with the actual Test1 that we don't have the Earpiece working on Calls. That's clearly based on editing the Mixer Paths to enable the usage of the Earpiece for Media Playback (Not like the existing Mod here in the Forums). Think i screwed it up in the last 8 Hours
Click to expand...
Click to collapse
Ooh. You'll get it :fingers-crossed:
People are very excited about your patch
tech_infinity said:
Ooh. You'll get it :fingers-crossed:
People are very excited about your patch
Click to expand...
Click to collapse
+++
Waiting for the upload.
lưu zz said:
Can you build a snowman??( Android10 or los17. Something like that??)
Click to expand...
Click to collapse
No.
Also read the thread before asking questions like ' what is this'
cascabel said:
+++
Waiting for the upload.
Click to expand...
Click to collapse
Holding a Gun on the Router lol 58%...
tech_infinity said:
No.
Also read the thread before asking questions like ' what is this'
Click to expand...
Click to collapse
Think we have good People for this. I'll do something for the Stock Fans :highfive:
Miustone said:
Needed to start from Scratch with Bootloops, issues and all that. But I'm working many Hours every day to bring back the known Features and exclusives from Me. The first Upload is a Test like a Preview, and to demonstrate how everything evolves with the next Versions and added Stuff. The testing needs most of the time right now (Adding back stuff step by step). So stay tuned
EDIT: 54% Uploaded (Zip is around 850MB in total)
Click to expand...
Click to collapse
Nice
Btw you could also join V30 telegram group here : LG V30
https://t.me/LGEV30
We've 1000+ members there and it'll be easier for you to get feedback there as well as talk to other devs.
tech_infinity said:
Nice
Btw you could also join V30 telegram group here : LG V30
https://t.me/LGEV30
We've 1000+ members there and it'll be easier for you to get feedback there as well as talk to other devs.
Click to expand...
Click to collapse
Not a huge Telegram Fan here (I prefer Discord), but i'll join and take a look from time to time. Could be useful, thanks
(71% btw)
Uploaded... Enjoy the testing (And Remove the Mixer from /vendor/etc before flashing if You want to take calls).
BR
EDIT: Recommending this Firmware btw: https://forum.xda-developers.com/lg-v30/development/h930-lg-v30-european-market-t3951898
Thanks to @ChazzMatt and @seadersn for providing it! Glad i don't need a PC for flashing Stock anymore
Broke Bluetooth Audio but removed the Mixer Paths to allow Bugless Calls and made Xperia Home the default Home (No more FCs but the Recents Provider can't be switched on LG and the Wallpaper Picker does not work on the Home Screen (Long Press Settings)). Btw. if You choose the Pixel Device Transformation, just reconnect on the Setup Wizard till You get the "Data Transfer Tool" FC Message and go to App Details to Deinstall it. The Setup Wizard will work fine after that. Test 2 is uploading and I am done for now...
Good Night!

Categories

Resources