[OmniROM-4.4]Multi-Window patch 20 (2014/1/23) - Android Software/Hacking General [Developers Only]

OmniROM: Aim to be perfect, idea beyond perfect, implementation approaching perfect!
This is what I feel!
Don't want to mess up the Omni forum so I post here.
Edit: Patches need to keep up with the platfrom. Will try to upate every 2 weeks.
Multi-Window is a preliminary feature of OmniROM. The official builds haven't included yet.
I did the cherry pick it in my OmniROM Homemake build for GT-7.7. Then I pack the necessary files to a patch.
It works for my Nexus 7 and Nexus 4 too!
{
"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"
}
The commit message from the owner Guillaume Lesniak :good:
[WIP] Multi-window
This is a big work in progress, which currently has some bugs, but begins to look okay.
You can already multitask a little bit, by using the app switcher and long-pressing an icon,
then select "Add to Split View". Last window touched gets the key focus.
Code is very ugly, I know. Don't merge it, don't use it for now. Unless you want to make your code ugly.
Enjoy
Click to expand...
Click to collapse
Even though it is in the early stage, it is not that ugly and worth trying.
How to patch?
Before you want to try, I suggest you do a bakcup.
Then prepare a revert file first:
1. Make a copy of the attached zip file
2. rename it to say "revert-Multiwindow.zip"
3. open the renamed file and your OmniROM zip side by side with 7z
4. Copy the corresponding file from the ROM zip to the revert zip (in system/framework and system/priv-app folders)
5. Now you have a revert zip which can restore to original.
Flash the attached zip in recovery and enjoy! It work for OmniROM 4.4.2. Flash the revert zip if you don't want it.
I hope it works for your device too! Please report if you have a success or failure. Cheers!
Download links:
2014/1/23 (patch 20)
AndroidFileHost, goo.im, Mega
2013/12/12 (patch 16)
AndroidFileHost, goo.im, Mega
2013/12/22 (patch 14)
AndroidFileHost, goo.im, Mega
Working devices:
GalaxyTab 7.7
GalaxyTab Plus
Nexus 7 (tilapia) with Official build
Nexus 4 with Official build
Nexus 5
jfltexx (i9500, S4)
Galaxy S2
i9300

daniel_hk said:
OmniROM: Aim to be perfect, idea beyond perfect, implementation appraching perfect!
This is what I feel!
Don't want to mess up the Omni forum so I post here.
Multi-Window is a preliminary feature of OmniROM. The official builds haven't included yet.
I did the cherry pick it in my OmniROM Homemake build for GT-7.7. Then I pack the necessary files to a patch.
It works for my Nexus 7 and Nexus 4 too!
View attachment 2451898 View attachment 2451899
The commit message from the owner Guillaume Lesniak :good:
Even though it is in the early stage, it is not that ugly and worth trying.
How to patch?
Before you want to try, I suggest you do a bakcup.
Then prepare a revert file first:
1. Make a copy of the attached zip file
2. rename it to say "revert-Multiwindow.zip"
3. open the renamed file and your OmniROM zip side by side with 7z
4. Copy the corresponding file from the ROM zip to the revert zip (in system/framework and system/priv-app folders)
5. Now you have a revert zip which can restore to original.
Flash the attached zip in recovery and enjoy! It work for both OmniROM 4.4.1 and 4.4.2. Flash the revert zip if you don't want it.
I hope it works for your device too! Please report if you have a success or failure. Cheers!
Download links:
AndroidFileHost, goo.im, Mega
Working devices:
GalaxyTab 7.7
GalaxyTab Plus
Nexus 7 (tilapia) with Official build
Nexus 4 with Official build
Click to expand...
Click to collapse
Just to let you know this will break HALO if your rom is not using halo it's okay then

phoenixita said:
Just to let you know this will break HALO if your rom is not using halo it's okay then
Click to expand...
Click to collapse
I don't know Omni has HALO?
Can I have the link for HALO on Omni?
Send from my Nexus 7 on OmniROM 4.4.2

daniel_hk said:
I don't Omni has HALO?
Can I have the link for HALO on Omni?
Send from my Nexus 7 on OmniROM 4.4.2
Click to expand...
Click to collapse
Don't know where to find it! maybe in Paranoid-android github but you can get it using XposedInstaller.

Are there anyway to remove soft keys. I have tested SGS3 Omni ROM. It work fine, but no option to remove soft key.
Sent from my GT-I9300 using Tapatalk

Thanks for the mod..sure will try and report u
Sent from my GT-I9100 using Tapatalk

Hello bro, can u tell me which files are required to get multiwindow feature like omnirom in CyanogenMod?
Or can you please mod for me if I upload the required files?
Thank you.

dsvictor said:
Hello bro, can u tell me which files are required to get multiwindow feature like omnirom in CyanogenMod?
Or can you please mod for me if I upload the required files?
Thank you.
Click to expand...
Click to collapse
It is build from source.
The Commit for Multi-Window. https://gerrit.omnirom.org/#/c/1510/
You may cherry pick the latest in OmniROM source.
Although It is for OmniROM (AOSP), porting to CM should not be difficult (quite a lot of changes though).
I might give a try for CM when the code is a bit mature.
Good luck!

deleted...

Hmm, doesn't work on my Nexus 7 2012 Grouper. On latest Omni nightly. I've opened several apps and 'Add to Splitview' is not available. :/
Sent from my Nexus 7 using Tapatalk

does it work on s3 ? i am on temasek cm11

dsvictor said:
Hello bro, can u tell me which files are required to get multiwindow feature like omnirom in CyanogenMod?
Or can you please mod for me if I upload the required files?
Thank you.
Click to expand...
Click to collapse
daniel_hk said:
It is build from source.
The Commit for Multi-Window. https://gerrit.omnirom.org/#/c/1510/
You may cherry pick the latest in OmniROM source.
Although It is for OmniROM (AOSP), porting to CM should not be difficult (quite a lot of changes though).
I might give a try for CM when the code is a bit mature.
Good luck!
Click to expand...
Click to collapse
They already ported: http://goo.gl/K2VMw0

It works on jfltexx!!!
If you want to try I'll leave a link to my own build (you still have to flash the file on te OP): https://www.mediafire.com/folder/e1nz326bqazw9/Rom
daniel_hk said:
Download links:
AndroidFileHost, goo.im, Mega
Click to expand...
Click to collapse
This has various cherry-pick stuff
Code:
#[WIP] Multi-window
#fw/base: update volume control to white to match 4.4 icons
#[1/2] Base: add more Power Menu actions
#[1/2] Security settings: add option to hide power menu when screen is locked
#[2/2] Framework: add option to hide power menu when screen is locked
#[1/3] base: added offscreen gesture support
#[2/2] OmniGears: Add more Power Menu Options
#OmniGears: volume key music control
#Settings: better IT translation
Enjoy

shady225 said:
does it work on s3 ? i am on temasek cm11
Click to expand...
Click to collapse
Nope , it doesn't
You will get bootloop.

SkullHunter said:
Nope , it doesn't
You will get bootloop.
Click to expand...
Click to collapse
Guess we will see it on temaseks rom in a while, you can also try the archidroid or onmirom, both roms have the feature.
Still, I'm gonna try to implement it in my temasek rom, and shall make a guide of I'm successful doing it.
Sent from heaven

TheMorpheus said:
It works on jfltexx!!!
If you want to try I'll leave a link to my own build (you still have to flash the file on te OP): https://www.mediafire.com/folder/e1nz326bqazw9/Rom
This has various cherry-pick stuff
Code:
#[WIP] Multi-window
#fw/base: update volume control to white to match 4.4 icons
#[1/2] Base: add more Power Menu actions
#[1/2] Security settings: add option to hide power menu when screen is locked
#[2/2] Framework: add option to hide power menu when screen is locked
#[1/3] base: added offscreen gesture support
#[2/2] OmniGears: Add more Power Menu Options
#OmniGears: volume key music control
#Settings: better IT translation
Enjoy
Click to expand...
Click to collapse
Thanks for your effort. Working great on my jfltexx
Can we expect more Homebuilds?
I do like the cherry picks and the change of the network settings. No more FCs

Hi, I created a topic for your mod on the Nexus 5 forum
I tested on Nexus 5 OmniRom Nightlies and it works well
I made a video too
Here is the link to the topic: http://forum.xda-developers.com/showthread.php?t=2581134

will multi window work on stock rooted android? and I think xposed framework can take this to the next level

NiXiNiX said:
Thanks for your effort. Working great on my jfltexx
Can we expect more Homebuilds?
I do like the cherry picks and the change of the network settings. No more FCs
Click to expand...
Click to collapse
I build 3/4 times a day, but I don't know where to post it.
I suggest you to follow me on G+ for daily news!
I've discovered that in my build we don't need the patch of this thread...So I'll leave it alone

On Galaxy Nexus with OmniMetal (an OmniROM porting unofficial) works fine, on Nexus 7 2012 WiFi "grouper" bootloop .
Thanks.
Bye!
! !

Related

[ROM] [4.3] un-OFFICIAL Illusion v2.6 BETA-PREVIEW Oct. 7,2013

{
"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"
}
Quote:
Illusion is BACK!!! We'd like to give HUGE credits to SLIM Roms for an incredible base! We'd also like to give credit to AOKP, Paranoid Android, TeamBaked, CyanogenMod. These people helped make what you guys are using (about to use) what it is today .
Illusion Wallpaper made by Kevin Palma - available on the IllusionProject G+ page
FEATURES:
Dark UI
Permissions Management
LCD Density Settings
Illusion Settings & ROM Control:
Per-App Permissions Manager
Dual Pane
Low Battery Warning
cLock
Custom Hardware Keys
Widgets Viewpager
Notification Drawer Options
Power sound on plug-in/plug-out
Custom Lockscreen Sliders & Shortcuts
Navbar Customizations
PIE Controls
Power Menu Controls
Power Widget Settings
Custom QuickSettings
Custom Statusbar Options
Custom Sounds Settings
Custom Phone Settings
Custom MMS Settings
Integrated Superuser
Nova Launcher
Per-App DPI
......Much more in detail
G+ IllusionProject page
Built from source @https://github.com/IllusionRoms
Kernel Source from CyanogenMod https://github.com/CyanogenMod
Thanks to:
@itsmikeramsay - He's the code maintainer for Illusion
The Rookie Thread - For putting up with my questions
SlimRoms - The base of this Rom
CyanogenMod - For the kernel of this rom
@Cl3kener - Devil Kernel -- Source: github.com/Cl3kener/HERC-KERNELS
Team Chopsticks - the maintainers of the device trees that are used in each Rom for us
@droidmaster92 - helping me with the source
XDA:DevDB Information
Illusion v2.6 BETA-preview, a ROM for the AT&T Samsung Galaxy S II Skyrocket SGH-I727
Contributors
Kiltnar, itsmikeramsay, driodmaster92
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.0.x
ROM Firmware Required: Must be using one of the newer Recoveries. Either newest TWRP or CWM.
Based On: Slim, CM, and Illusion Special Sauce
Version Information
Status: Beta
Current Beta Version: 2.6
Beta Release Date: 2013-10-07
Created 2013-09-18
Last Updated 2013-10-14
Reserved
Reserved
Secondary Download Source:
Illusion 2.6 BETA-Preview Rom
Illusion 2.6 BETA-Preview .MD5
Source is undergoing changes working toward a more finishd Rom. WIll update when the source gets finished being updated.
1. reboot into recovery and make a backup
2. wipe cachce & dalvik-cache
3. if coming from another rom format system & data
4. Install, reboot, and enjoy.
4.3 Gapps package
Older Downloads:
Illusion v2.5 ALPHA Download
MD5 Verification File
First. Awesome, I have been waiting for the 4.3 version. Good work bro!
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
What a pleasant surprise!
SGH-I727 Peace
I'll be all over this when I get off work! Can't wait! Thanks
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Did anyone use the new Dev DB to download? I've yet to use it and was curious how well it worked. Thanks.
Found a bug. Settings + hardware keys fc. Love the rounded corners.
SGH-I727 Peace
Glad to see you got 4.3 up and running
berniesteven said:
Found a bug. Settings + hardware keys fc. Love the rounded corners.
SGH-I727 Peace
Click to expand...
Click to collapse
If you get tired of the rounded corners you can turn it off Settings --> General options --> RoundR
What buttons were you pressing? What part of Settings?
Kiltnar said:
If you get tired of the rounded corners you can turn it off Settings --> General options --> RoundR
What buttons were you pressing? What part of Settings?
Click to expand...
Click to collapse
Settings + navigation + hardware keys.
SGH-I727 Peace
berniesteven said:
Settings + navigation + hardware keys.
SGH-I727 Peace
Click to expand...
Click to collapse
Confirmed .. Added to OP. Thanks Bernie.
How do we use the md5sum file? sorry, probably a damn question but I don't know how to use it.
x61tab said:
How do we use the md5sum file? sorry, probably a damn question but I don't know how to use it.
Click to expand...
Click to collapse
Get a md5 check program and compare the sums. It ensures the file you have downloaded is complete and matches the original file created by the dev.
Sent from my HTC One using Tapatalk 4
xcrazydx said:
Get a md5 check program and compare the sums. It ensures the file you have downloaded is complete and matches the original file created by the dev.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Thanks. I installed the ROM without looking in md5 now my rooted device is saying it is not rooted. Does that have anything to do with the md5? How do I resolve this?
UPDATE:
I downloaded SuperSU-0.93-Busyboxxxx.zip and flashed it but when I tried to use applications requiring roots it takes forever. When I tried to use SuperSU it says
There is no SU bianary installed, and SuperSU cannot install it. This is a problems!
Click to expand...
Click to collapse
x61tab said:
Thanks. I installed the ROM without looking in md5 now my rooted device is saying it is not rooted. Does that have anything to do with the md5? How do I resolve this?
UPDATE:
I downloaded SuperSU-0.93-Busyboxxxx.zip and flashed it but when I tried to use applications requiring roots it takes forever. When I tried to use SuperSU it says
Click to expand...
Click to collapse
Do you have a custom recovery installed? And are you using the latest TWRP to install? You need to have either the latest TWRP or the CWM recovery that is listed in the 1Stop by vincom. The Rom is prerooted so you shouldn't have to install any root fixes. The MD5 file is for use by TWRP or CWM recovery to check the file before it's installed. It ensures the Rom is exactly the correct size it needs to be.
How often does the source get synced with CM? And is it just the kernel or more than that?
rpr69 said:
How often does the source get synced with CM? And is it just the kernel or more than that?
Click to expand...
Click to collapse
This is built from Slim Source, which is based off of CM source. (Correct me if I'm wrong on that.) This is just kind of a preview for now .. They're making changes to the source almost daily. The kernel source comes only from CM and I always sync before i build. Made it most of the way thru last night and had an error. The guys who took over the project for Mike Ramsay, are working hard at getting it right. So you can expect a few builds before it gets anywhere close to final.
Kiltnar said:
Do you have a custom recovery installed? And are you using the latest TWRP to install? You need to have either the latest TWRP or the CWM recovery that is listed in the 1Stop by vincom. The Rom is prerooted so you shouldn't have to install any root fixes. The MD5 file is for use by TWRP or CWM recovery to check the file before it's installed. It ensures the Rom is exactly the correct size it needs to be.
Click to expand...
Click to collapse
Thanks very much.
1. Yes, I do have custom recovery installed. The one I am currently using is TWRP V2.6.1.0 which I used to flashed CM 10.2.
2. Regarding the md5 file, what do I do with it? Do I need to flash it or just put it on the phone? I had it placed in the same folder as the rom itself.
Thanks.
x61tab said:
Thanks very much.
1. Yes, I do have custom recovery installed. The one I am currently using is TWRP V2.6.1.0 which I used to flashed CM 10.2.
2. Regarding the md5 file, what do I do with it? Do I need to flash it or just put it on the phone? I had it placed in the same folder as the rom itself.
Thanks.
Click to expand...
Click to collapse
That's all you have to do. Unless you've changed the options it should look for the MD5 file automatically. There is a new TWRP 2.6.3.0 out on Goo now. It has some of the bugs out of it. They have a thread and the title has been updated to reflect this. No problem.

[PATCH][T311]CM/CM based N7100 ROM patcher

{
"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"
}
CM 10.2 SM-T311 repo:
Kernel: https://github.com/kumajaya/android_kernel_samsung_lt01
Vendor blobs: https://github.com/kumajaya/proprietary_vendor_samsung
Device: https://github.com/kumajaya/android_device_samsung_lt01-common and https://github.com/kumajaya/android_device_samsung_lt013g
Patcher package: http://www.mediafire.com/download/nkjdcri7wrorixw/aosp-n7100-to-t311-patcher.zip
Compatible ROM:
cm-10.2-20131125-NIGHTLY-n7100: http://download.cyanogenmod.org/?device=n7100
Slim-n7100-4.3.build.2-OFFICIAL-1325: http://slimroms.net/index.php/downl...100/6361-slim-n7100-4-3-build-2-official-1325
Gapps:
CM 10.2: http://goo.im/gapps/gapps-jb-20130813-signed.zip
Slim minimal: http://slimroms.net/index.php/downl...83-addons/6371-slim-minimal-gapps-4-3-build-2
KNOWN PROBLEMS:
Buggy camera
In-call microphone sometime not working, the workaround: make an outgoing call immediatelly after a reboot
Bluetooth named as N7100
Torch shortcut in Quick Setting panel, you can remove it in Settings - Interface - Quick Settings panel - Tiles and layout
Different button backlight behavior, you can disable button backlight setting in Settings - Buttons - Backlight
Thanks:
CyanogenMod Team, N7100 and N5100 device maintainer
SlimBean Team, N7100 device maintainer
@gokhanmoral, @amarullz, @Phil3759
Please learn how this patcher works and then you can use it to create your own N7100 based ROM for T311, proper credits must be given! I recommend to install it as a second ROM using blackhawk's NEXT kernel. Flash it at your own risk!
Lazy to patch CM 10.2 yourself? Download already patched CM-10.2 20131125 nightly: http://www.mediafire.com/download/fai1oxcduw7um4u/cm-10.2-20131125-UNOFFICIAL-REPACK-t311.zip
How to install:
Based on Dual Boot FAQs from http://forum.xda-developers.com/showthread.php?t=2522091:
Prerequisites:
a) Flash blackhawk-next-kernel-0.2-t311.zip
b) Flash philz_touch_5.15.0-t311-blackhawk-next.zip
c) Atleast 90% battery left
d) 3 GB free on internal SD
e) Some spare time
Setup CM 10.2 as secondary ROM:
i) Reboot into recovery
ii) Flash blackhawk-next-tool-0.1-t31x.zip, create system.img for CM/CM based ROM and then close it
iii) Reboot into secondary recovery (with red on screen navigation buttons)
iv) Flash cm-10.2-20131125-UNOFFICIAL-REPACK-t311.zip (NEXT kernel included inside) as 2nd ROM
v) No need to flash blackhawk's NEXT kernel again
vi) Flash gapps-jb-20130813-signed.zip
Reboot your fresh new 2nd ROM Don't look at my nice AROMA based boot menu too long, it had a 10s timeout :laugh:
Full hardware accelerated video:
Battery life:
CM/CM based N7100 ROM patcher
Patcher package: http://www.mediafire.com/download/nk...11-patcher.zip
Click to expand...
Click to collapse
On T-310 will run your patch and blackhawk's NEXT kernel?
I want to make a T-310
Slim-n7100-4.3.build.2-OFFICIAL-1325: http://slimroms.net/index.php/downlo...-official-1325
Click to expand...
Click to collapse
Tell the how to patch this firmware, please.:angel:
marincax said:
On T-310 will run your patch and blackhawk's NEXT kernel?
I want to make a T-310
Tell the how to patch this firmware, please.:angel:
Click to expand...
Click to collapse
Be patient, I will create T310 compatible kernel. I will try making a unified kernel for all T31x variant.
ketut.kumajaya said:
Be patient, I will create T310 compatible kernel. I will try making a unified kernel for all T31x variant.
Click to expand...
Click to collapse
Thank you. Will wait for the T-310.:fingers-crossed:
No one dared to confirm this patched ROM work? Introducing dual boot and CM at the same time may be somewhat confusing :laugh:
ketut.kumajaya said:
No one dared to confirm this patched ROM work? Introducing dual boot and CM at the same time may be somewhat confusing :laugh:
Click to expand...
Click to collapse
wow very nice...:good::good: waiting cm11 for samsung galaxy tab3 8.0 I hope :laugh:
Just read there's now a OmniROM version available for the Galaxy Note II (N7100), it's based on KitKat, could this potentially work with it?
Source - http://www.androidpolice.com/2013/1...or-15-count-em-15-android-phones-and-tablets/
Looks goood sadly that this will not work on the Tab 3 7 inch
ketut.kumajaya said:
No one dared to confirm this patched ROM work? Introducing dual boot and CM at the same time may be somewhat confusing :laugh:
Click to expand...
Click to collapse
safariking said:
Looks goood sadly that this will not work on the Tab 3 7 inch
Click to expand...
Click to collapse
Even T311 owner too scary to try this patched ROM so far I confirm this patched ROM so stable, no single force close, my patch fix a lot of things including rotation, geomagnetic, GPS, button backlight, camera (still not perfect), sound config (still not perfect), slow graphic issue, remove Torch and NFC stuff, etc. A lot of fix in kernel level and user space :good:
EDIT: Damn, I got 4 Thanks only for this work? Without any positive feedback, I will remove all links and mark this as abondoned project :laugh:
ketut.kumajaya said:
Even T311 owner too scary to try this patched ROM so far I confirm this patched ROM so stable, no single force close, my patch fix a lot of things including rotation, geomagnetic, GPS, button backlight, camera (still not perfect), sound config (still not perfect), slow graphic issue, remove Torch and NFC stuff, etc. A lot of fix in kernel level and user space :good:
EDIT: Damn, I got 4 Thanks only for this work? Without any positive feedback, I will remove all links and mark this as abondoned project :laugh:
Click to expand...
Click to collapse
If you could do the same for the tab 3 7inch (T210) I will be your tester no problem
Sent from my SM-T210 using Tapatalk
ketut.kumajaya said:
Even T311 owner too scary to try this patched ROM so far I confirm this patched ROM so stable, no single force close, my patch fix a lot of things including rotation, geomagnetic, GPS, button backlight, camera (still not perfect), sound config (still not perfect), slow graphic issue, remove Torch and NFC stuff, etc. A lot of fix in kernel level and user space :good:
EDIT: Damn, I got 4 Thanks only for this work? Without any positive feedback, I will remove all links and mark this as abondoned project :laugh:
Click to expand...
Click to collapse
Make a for T-310
Touchwized unofficial Slim Bean repack
Click to expand...
Click to collapse
, I immediately put. Check for errors and will write here.
Without Touchwiz can not, was used to it. :laugh:
it works perfectly....tried CM ..... thx for your hard work..... does PAC work whith this MOD? i just love PAC ROM ......thx again
Sent from my GT-I9505 using Tapatalk 4
I've got a T310 so don't think I can test or I would, try not to give up :good:
Found a problem ... Bluetooth not working ...it doesn't find other devices. ...on CM
Sent from my SM-T311 using Tapatalk
stumpyalin said:
Found a problem ... Bluetooth not working ...it doesn't find other devices. ...on CM
Sent from my SM-T311 using Tapatalk
Click to expand...
Click to collapse
Just found a way to fix it I will create a flashable fix, thanks for your report :good:
stumpyalin said:
it works perfectly....tried CM ..... thx for your hard work..... does PAC work whith this MOD? i just love PAC ROM ......thx again
Sent from my GT-I9505 using Tapatalk 4
Click to expand...
Click to collapse
I am sure my kernel compatible to every CM 10.2 based ROM, I'll try. Or you could try by yourself :good:
Hey Ketut. Thanks a lot! I usually read the forums with Tapatalk which does not work with the thanks button, so I don't often thank when I should. Please keep up the good work. We need devs like you!
ketut.kumajaya said:
I am sure my kernel compatible to every CM 10.2 based ROM, I'll try. Or you could try by yourself :good:
Click to expand...
Click to collapse
i want to try by myself but i am a noob how do i patch the PAC rom ? thx
Read instructions in post #2 carefully! Perform a backup is always better.
For T310 owner: Update your recovery by flashing philz_touch_5.15.0-t310-blackhawk-next.zip. You can flash cm-10.2-20131125-UNOFFICIAL-REPACK-t311.zip as a 2nd ROM and then directly flash blackhawk-next-kernel-0.3-t310.zip afterwards.

FINAL-[ROM][4.4.4r2]p6200/p6210/t869](30Dec2014)Omni4.4.4-HOMEMAKE

With a few requests from tab-plus owners, I started building ROMs for tab-plus. I don't want to ignor anyone so built for all models.
I can't reply all post because I don't have the tab to test. However, I tried to answer all PMs as detail as possible. Once a while in these few months, I received a few hostile PMs, calling me names, etc. I might have asked too many questions. I don't have the ability to guess what model or which ROM if they are not mentioned. I don't know why asking for a screen shot, a video or details would be too much for someone.
Anyway, I over estimated myself to support a device I don't have. I have spent too much resource and I don't think I can do this any more. Bye.
*** As a closure, I include all model in this final build. See my 7.7 thread for details ***
{
"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"
}
This is a homemake(omni's term) build of the open ROM Omni4.4.2 for the Samsung GalaxyTab Plus.
Although some features proposed(eg. Multiwindow) are not yet implement, it is worth trying and we are very lucky to follow this main stream!
Release notes:
2014/7/22
Omni 4.4.4 still use the 4.4.4r1 tree. I worked on the kernel again to improve performance. GPU is boost to 400Mhz which increase Antutu score by 2k+. zRAM support and KSM upgrade are also included.
2014/6/7
Omni is the first few release 4.4.3r1.1. Customer IR driver is added. You can enjoy all the IR remote apps now. Major update from Bluez also included. No much progress but 4.4.3r1.1 is definitely a hit. Cheers!
 History
2014/5/4
Trying a few settings in Linaro, including O3 optimization. No apparent different... May be the blobs are bottlenecks. Switch back to original toolchain. In this build, charging animation is fixed, Lockscreen rotation is fixed and bluetooth update from Bluez. I haven't encounter DSP manager crash. Don't know if it is fixed.:laugh:
2014/4/12
This build included all the fixes in my cm11 and so as the only minor issue...I built this with the Linaro toolchain 4.7.4 for both kernel and platform. Tested it for a few hours and no observable bug with Linaro. I'll let you guys to see if there are any performance difference and issues with Linaro.
2014/3/30
No progress on the rotation issue. Tracing through the kernel, driver and frameworks. Lots of changes since 4.4... :cyclops:
There are some major updates in Omni and it's been too long for an update. Wifi-tethering is working now. Some patch to the wifi driver. Hoping to make it more stable. Top mic is enabled in the driver now. Hoping better quality during calls.
AFH might need longer to upload, try goo first.
2014/3/10
It's been too long for an Omni update. There are some cool Quick Settings features which are unique to Omni. In the last two builds, I had to disable some of them to avoid SystemUI from crash. I finally pull everything together this weekend. We are now having full features of Omni.
Recent menu and screenshots are free from glitches now. Rotation glitches are still there... Some fixes in bluetooth. Hoping it is more stable.
For some unknow reason, pa_gapp-micro crash some system app. eg. SystemUI.
Don't flash pa_gapps-micro to this Omni. Others pa_gapps are OK.
2014/2/9
It was a productive week. I finally port bluez5 to Android 4.4! Although only pairing and file transfer is working, it is a hugh step for us. bluez.org team is working on other services now. Very happy that we are the first device having bluetooth working without bluedroid! Cheers! :highfive:
It's sad that CM11 needs extra care so it's Omni again. In this build, GPS is fixed. Multi-window will be an option from now. Omni can merge su to settings menu now so default superuser is removed. One step closer to Official Omni.
** The mirror on Mega is discontinued. **
2014/1/24
Finally back to the roms after a busy week! Everything seems quite smooth. Mange to make the new multi-window to work. I also fixed a bug in the wifi driver. Hoping no more ON/OFF now. OmniTorch is fixed and quick fixes on Camera for video recording.
As BeanStalk had make wifi tethering working, it motivated me to take a look. It was not that hard as I thought. Wifi tethering and wifi direct is working now. Two less items in the do list. Bluetooth would be the final large piece of pizzle. Cheers!
2014/1/18 -- Seems the multi-window patch casue some systemUI crash. Please wait for a while.
Just return from a trip. Omni is now Android 4.4.2. Sim card will take a while to be recognized after reboot (upto a few min.). I don't have problem in WiFi since the last release but I change a few things in WiFi. Factory reset is essential. In case of repeated ON/OFF, you may try turning off the Wifi optimization in the advace menu. If not working, only a factory reset can help. Don't know why yet.
GPS has conflict with telephony. Lock GPS at air-plane mode first if you have trouble with it.
Multi-Window cherry pick not working in new source. Not quite sure why... Don't have much spare time lately but I'll try to keep it up.
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
The commit message from the owner Guillaume Lesniak:
[WIP] Multi-window
This is a big work in progress, which currently has some bugs, but begins to look okay.
You can already multitask a little bit, by using the app switcher and long-pressing an icon,
then select "Add to Split View". Last window touched gets the key focus.
Code is very ugly, I know. Don't merge it, don't use it for now. Unless you want to make your code ugly.
Enjoy
Click to expand...
Click to collapse
2013/12/11
After a trial build for 7.7, seems it is quite interesting to have Omni. I'm willing to serve the minorities. Even though only few of you guys find it useful. If I have the resource, I will continue.
For Change Log and Known Issues, please visit my thread for 7.7:
http://forum.xda-developers.com/showthread.php?t=2535734
Cheers!:victory:
Downloads: :highfive:
AFH: http://www.androidfilehost.com/?a=show&w=files&flid=10304
goo.im: http://goo.im/devs/daniel_hk/rom/omnirom
mirror: http://pan.baidu.com/s/1cicXd#dir/path=/omnirom
kernel: http://goo.im/devs/daniel_hk/rom/kernel
Use latest 4.4.4 gapps: http://d-h.st/users/TKruzze
Or http://forum.xda-developers.com/showthread.php?t=2012857
Recovery requirement
** CWM6, TWRP 2.3.1 or above is OK.
Most of the 4.4 Roms require the latest reovery with file_contexts and set_metadata support.I have patch the update-binary to work with old recoveries.
** See my thread to patch any gapps or ROMs with set_metadata fail **
Source:
kernel & device trees -will update the new kernel soon after testing
github: https://github.com/danielhk?tab=repositories
Credits: :good:
** The OmniROM team who have such a good idea and their hardworks
** All those who donate to me. Giving me the resources to upgrade my PC and accessories!
** Thanks koush for the opensource superuser and widget
** All those who help our cool tab's developments!
TIPS :http://forum.xda-developers.com/showpost.php?p=47668044&postcount=2
Donations:
This is Great!!
Thank you for all your great work, it is running smooth on my tab. And camera is working now for me on this 4.4 build. It more than enough for a daily, again thank you so much for keeping my tab alive!
+1 for still developing this beast :cyclops: :good:
I downloaded the multi-window zip but in recovery it stated it was a p6800 zip and was not installed...
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
I got wifi issue on my P6200. It alway loop turn-on and turn-off wifi not work for me. However I think you can fix it soon. Cheers:good:
TheHypebeast said:
I downloaded the multi-window zip but in recovery it stated it was a p6800 zip and was not installed...
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
Click to expand...
Click to collapse
Sorry, didn't think of that, will fix it and re-upload in an hour!
Files are replaced, but goo.im may take longer to upload. Try AFH and mirrors first.
mrgill said:
I got wifi issue on my P6200. It alway loop turn-on and turn-off wifi not work for me. However I think you can fix it soon. Cheers:good:
Click to expand...
Click to collapse
See the Tips (#2 post) in my 7.7 thread. For some router, turn OFF the Wi-Fi optimization will fix that.
Good luck!
daniel_hk said:
Sorry, didn't think of that, will fix it and re-upload in an hour!
See the Tips (#2 post) in my 7.7 thread. For some router, turn OFF the Wi-Fi optimization will fix that.
Good luck!
Click to expand...
Click to collapse
Broked link. Can you edit plz.
mrgill said:
Broked link. Can you edit plz.
Click to expand...
Click to collapse
Which link is broken? Please provide details next time.
I already have a few mirrors. Most likely you would get what you want.
Good luck!
Edit: You probably meant the link to my 7.7 thread. I have updated it. Enjoy!
Sent from my Nexus 7 on OmniROM4.4.1
daniel_hk said:
Which link is broken? Please provide details next time.
I already have a few mirrors. Most likely you would get what you want.
Good luck!
Edit: You probably meant the link to my 7.7 thread. I have updated it. Enjoy!
Sent from my Nexus 7 on OmniROM4.4.1
Click to expand...
Click to collapse
I try follow your tip for fix wifi on omni 4.4.1 but it still loop turn-on and turn-off.:crying:
mrgill said:
I try follow your tip for fix wifi on omni 4.4.1 but it still loop turn-on and turn-off.:crying:
Click to expand...
Click to collapse
Don't know why didn't work for you. Do a clean flash (a factory reset in recovery) if you are not.
Sent from my Nexus 7 using xda app-developers app
daniel_hk said:
Don't know why didn't work for you. Do a clean flash (a factory reset in recovery) if you are not.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Sure I try factory reset yet. One issue not same old wifi issue is when screen rotate it not smooth it happen long dot line (sorry for my eng) like death pixel everytime when screen rotate.
Daniel, sending you a donation for your work on the GT+. I'm still on PA 3.68 but looking to get up to 4.3 and eventually 4.4. Can I go right to this rom from PA 3.68? Maybe I'll switch from PA.
Donation confirmation # 7KH50631CF6144401,
wtherrell said:
Daniel, sending you a donation for your work on the GT+. I'm still on PA 3.68 but looking to get up to 4.3 and eventually 4.4. Can I go right to this rom from PA 3.68? Maybe I'll switch from PA.
Donation confirmation # 7KH50631CF6144401,
Click to expand...
Click to collapse
Thanks for your generosity!
Since don't have enough resource, I'll drop 4.3 and concentrate on 4.4.
There are features like bluetooth and mobiledate not working in 4.4 yet. It may not be suitable for everyone's daily driver. Make a backup in recovery first if you want to test it.
Good luck!
great work
Ahh great now I can run omni on this unused tablet. Great work Daniel. Too bad we don't have custom kernels for this
Sent from my GT-N7100 using Tapatalk
once it supports data, i'm ON!
keep up the best work
Sent from my GT-P6200 using xda app-developers app
Does anyone now how to get the multi window to work? I flashed the zip but don't know how to get it to work.
Sent from my GT-P6210 using Tapatalk 4
2ndaccord said:
Does anyone now how to get the multi window to work? I flashed the zip but don't know how to get it to work.
Sent from my GT-P6210 using Tapatalk 4
Click to expand...
Click to collapse
Says right in the original post that multiwindow is NOT implemented in this ROM
DigitalMD said:
Says right in the original post that multiwindow is NOT implemented in this ROM
Click to expand...
Click to collapse
I thought that what the flashable zip patch was for. There is a patch.zip and a revert.zip?
Sent from my One using Tapatalk
DigitalMD said:
Says right in the original post that multiwindow is NOT implemented in this ROM
Click to expand...
Click to collapse
ur wrong there is path to flash mw lol
to Daniel:
How to enable this mod ?

[GUIDE] Change CyanogenMod 12 (CM12) Lock Screen Wallpaper

THIS GUIDE IS TESTED WORKING ON CYANOGENMOD 12 WITH THEME ENGINE ONLY.
Please do not post that this isn't working for you unless you have a ROM which has the CyanogenMod 12 theme engine installed.
It should theoretically work on all ROMs based off CM12 like CyanogenMod 12, GearCM12, AICP, Vanir, BlissPop, CyanideL, Candy5, Euphoria, Temasek, Resurrection Remix, Screw'd, Validus, Team UB, Dirty Unicorns and more!
Thanks to @eagleeyetom for the feature on 28th January, 2015!
{
"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"
}
NEWS! A DEV HAS CREATED AN APP FOR THIS WITH ADDED FUNCTIONALITY! READ ON FOR MORE INFO!
​
I noticed a lot of posts on the threads of almost all ROMs based off of CyanogenMod 12 asking about how to change the lockscreen wallpaper without using an apk or anything in the theme engine. So I did some experimentation and have found a way to do it, and I'm gonna share it with you.
Please follow this carefully step by step or this may not work for you. If you ARE on a ROM based off of CyanogenMod 12, and you did these steps correctly and it still didn't work (I don't see why it wouldn't), post your device information and ROM details and I'll look into it.
Let's get started.
Things you'll need:
1. A ROM based off of CM12 (duh)
2. Root access.
3. A root file explorer.
I would recommend reading the F.A.Q. before you do this!​
Here's a video tutorial I made to make things easier to understand:
Here are the steps:
Download/place the wallpaper you need in your internal/external storage and remember it's location.
Download, install and open a root file browser. (ES File Explorer recommended)
Grant the file explorer root access.
Go into the root directory and then go to data/system/users/0.
Here, rename the "keyguard_wallpaper" to "keyguard_wallpaperOLD" to keep it as a backup.
Now navigate to where you saved your new wallpaper, and rename it to "keyguard_wallpaper" REMEMBER TO REMOVE THE FILE EXTENSION.
Now move this file to the location mentioned above (data/system/users/0/).
Change permissions to -rwx------ Different ROMs might require different permissions. See Q6 of the F.A.Q.!
Lock the phone now, and enjoy your new wallpaper.
UPDATE
A fellow XDA Member, @Miniprepumen, has created a simple and amazing app built to do what this guide says!
He's also added some features like built-in resizing, and more features are on the way. So if you want to do this the easy way, head on over to his thread, check out the app and leave a thanks! And if you can, donate to him for his efforts to motivate him further. Click HERE to go there!​
F.A.Q.
Q1: How do I revert to the old wallpaper?
A: Simple. Just delete the new one, and rename the backed-up wallpaper.
Q2: Will this work on ROMs other than the ones based off of CM12?
A: I do not know. I've only tested this on Resurrection Remix 5.3.1 which is based off of CM12 on a S4 GT-i9500. Give it a shot, and if it worked, let me know so I can update the OP.
Q3: Will this cause any bricks or bootloops if I mis-rename the files?
A: Absolutely no. It shouldn't. Never bricked mine. It just displays the last known wallpaper I think.
Q4: What happens if I just rename the existing one and don't replace it with anything?
A: The default wallpaper (the one you use for your home screen) should be displayed. (This is based on user reports)
Q5: There is no "keyguard_wallpaper" in the directory you mentioned.
A: Just paste the new renamed file, set permissions, and it will work.
Q6: Did everything. Wallpaper doesn't change.
A: Please try other permissions. Some users reported that they had to grant permissions to the system to make it stick on reboot. Granting all the users all the permissions would be your last resort.
Q7: Still doesn't work!
A: Please make sure you did everything correctly. Watch the video for more help. If even after you've verified that you've set the permissions right, renamed it properly, removed the extensions, then try doing a reboot. If it still doesn't work, then it means your ROM just doesn't support it. Ask the dev for help.
Q8: Can I have a live wallpaper?
A: Yes and no. So far, I have not figured out a way to set a live wallpaper for lockscreen and the home screen separately. Only way it is currently possible to have a live wallpaper for your lockscreen (afaik), is to have it for both your locks creen and the home screen. If you're okay with that, then simply set the live wallpaper as your home screen wallpaper, and then delete the "keyguard_wallpaper" file. It's kinda like Q4.
Watch the video if the steps seem complicated to you. If you're gonna tell other people about this, please link back to this thread.
Enjoy your new CM12 lockscreen wallpaper. :good:
Works on temasek cm12 i9300:good:
Thanks. OP updated.
voorhees13 said:
Works on temasek cm12 i9300:good:
Click to expand...
Click to collapse
works on crDroid (cm-based, too). Thank you
Works with Note 2 i605 Liquid Smooth CM12
There is no "keyguard_wallpaper" in "data/system/users/0" on JustArchi's UNOFFICIALCyanogenMod 12 for i9300
Works on Temasek rom.
Naveed Abbas said:
There is no "keyguard_wallpaper" in "data/system/users/0" on JustArchi's UNOFFICIALCyanogenMod 12 for i9300
Click to expand...
Click to collapse
There is no such file in OPO CM12 too, but if you paste the image there, rename and set permissions, it will work.
Naveed Abbas said:
There is no "keyguard_wallpaper" in "data/system/users/0" on JustArchi's UNOFFICIALCyanogenMod 12 for i9300
Click to expand...
Click to collapse
+1 No file named "keyguard_wallpaper" on nightlies for Nexus 5
Works with LG G3 D855 CM12 , but also need to change own & group to "System" otherwise not work.
tobiascuypers said:
+1 No file named "keyguard_wallpaper" on nightlies for Nexus 5
Click to expand...
Click to collapse
gasparzim said:
There is no such file in OPO CM12 too, but if you paste the image there, rename and set permissions, it will work.
Click to expand...
Click to collapse
Naveed Abbas said:
There is no "keyguard_wallpaper" in "data/system/users/0" on JustArchi's UNOFFICIALCyanogenMod 12 for i9300
Click to expand...
Click to collapse
Did you guys even set a separate lockscreen wallpaper from the Themes app?
I just rename keyguard_wallpaper to "keyguard_wallpaperOLD and nothing else and finally i have my own wallpaper
gasparzim said:
There is no such file in OPO CM12 too, but if you paste the image there, rename and set permissions, it will work.
Click to expand...
Click to collapse
Yes Renamed "keyguard_wallpaper" and pasted in "data/system/users/0" on JustArchi's UNOFFICIALCyanogenMod 12 for i9300
and it works fine.........confirmed.......:good:
Awesome. Hopefully this is implemented into the ROM soon.
gasparzim said:
There is no such file in OPO CM12 too, but if you paste the image there, rename and set permissions, it will work.
Click to expand...
Click to collapse
Are these the right permissions?
as it's not working on my CM12 ROM
Worked great
roel1976 said:
Are these the right permissions?
as it's not working on my CM12 ROM
Click to expand...
Click to collapse
These permissions you have to set...!!!
Another reason why I don't upgrade to CM12 yet... You need special workarounds even to change the lockscreen wallpaper. How basic is that?
I wouldn't expect further customisation options anytime soon, and disappointment is big enough.
Grand Duos GT I9082
Thanks for your Help Friend :good:
Works on Grand Duos GT I9082
Not to seem off topic, but why isn't this feature put into the ROM?

[ROM][6.0.1]Slim6 - 1.3[n7100][UNOFFICIAL][09-19]

{
"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"
}
First of all, I want to thanks Haxynos TEAM for the help to fix bugs and for the hard work in the sources. Now, Im not a dev so maybe we will get to a point that I cant fix something. I make a big effort and lost a lot of time to make this rom. Slim6 its like a pure AOSP rom right now, they will bring all the options in some time, I use xposed and gravitybox module to get what I want.
SlimROM is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam works together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and Gerrit.
#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, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Click to expand...
Click to collapse
WHAT WILL BE INCLUDED:
Android Marshmallow
Slim Center
Slim Launcher
Slim File Manager
Slim Heads Up
The Real Dark Slim User Interface
SlimPIE (inspired by ParanoidAndroid's PIE with a light touch of Slim)
Smart Card Service
Adaptive Backlight
Adaptive Brightness
Smart Lock
Privacy Guard
Sounds Tweaks(Audio FX and Music FX)
Status Bar Tweaks
Battery Saver Mode
Removed Bloatwares
Notification Reminder/Snoozer
Drawer Shortcuts
Lockscreen Shortcuts
Custom Quick Settings Tiles
Improved Performance
Camera - True View
Camera - Smart Capture
and Much More!
WHAT'S WORKING:
Everything...I think...let me know
WHAT'S BROKEN:
Wifi tethering, GPS need an app to fix it for the first time. see post 2
Instructions:
If you need them, this ROM probably isn't for you. However, here they are.
You should disable the sim pin usage before or you will need your puk code everytime after a reboot. (if you are not using PIN code....just follow the instructions)
-> Make sure you have a compatible recovery. TWRP-3.0.0-0
-> Wipe data/Factory reset.
-> Flash ROM, and then GApps.
-> Reboot.
Changelogs
https://slimroms.org/
N7100 changes
-SlimFile manager
-Snap Camera
Known Bugs:
- Most layers themes for frameworks-res will cause systemui fc
DOWNLOADS:
Slim6 - Stable 1.3 (mediafire folder)
SlimGapps (I use the last MINI zip)
Sources:
This ROM is based off Haxynos's sources for our device.
Device
Kernel
Show your support by pressing the Thanks! button
Contributors
cocolopes
Source Code: https://github.com/slimroms
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Haxynos kernel
Based On: AOSP
Version Information
Status: Stable
ScreenShoots:
How to get GPS working
-Download this app GPSFIX
-Press start fix....and wait.....take a lot of time.
-You will get something like this:
-To test it I disconect from all networks (wifi and 3g) activate the gps and use an app to test like this:
App for the test.
Thanks.
Sent from my SM-N910C using Tapatalk
shujanster said:
Thanks.
Sent from my SM-N910C using Tapatalk
Click to expand...
Click to collapse
You are wellcome, ley me know if you ser something wrong
Enviado desde mi GT-N7100 mediante Tapatalk
Nice! Thanks
Slim ROMs stoped the development of this device long ago. I think the last stable build was KitKat back in 2014.
andrewKode said:
Nice! Thanks
Slim ROMs stoped the development of this device long ago. I think the last stable build was KitKat back in 2014.
Click to expand...
Click to collapse
Well this is an alpha so...I cant say that will be stable as kitkat but the battery life is great. I never get this battery life in any cm13 based rom.
:good:
Cocolopes said:
Well this is an alpha so...I cant say that will be stable as kitkat but the battery life is great. I never get this battery life in any cm13 based rom.
View attachment 3759288
:good:
Click to expand...
Click to collapse
Yeah,one of the reasons why I'm not using KitKat is because of the video tearing. I've tried all kind of KitKat ROMs and that problem keeps persisting.
Latest CM 11 builds have that problem too and a lot of FCs.
KitKat TouchWiz doesn't have that problem.
Better battery life. I am sold.
Will try this for sure. Thanks.
---------- Post added at 12:23 ---------- Previous post was at 12:16 ----------
Instructions:
If you need them, this ROM probably isn't for you. However, here they are.
LOL. This was funny. :silly: :laugh:
hey nice rom.I always wanted slim murshmallow rom on my phone. i just installed it and only thing for now I noticed that with just regular use not games not even much apps are installed here its kind of warm on back. i think under the camera.I dont know whats the reason.may be you will be abble to find out and fix it.let me now if I can somehow fix it myself.i now its not possible but anyways
JamesTSK said:
hey nice rom.I always wanted slim murshmallow rom on my phone. i just installed it and only thing for now I noticed that with just regular use not games not even much apps are installed here its kind of warm on back. i think under the camera.I dont know whats the reason.may be you will be abble to find out and fix it.let me now if I can somehow fix it myself.i now its not possible but anyways
Click to expand...
Click to collapse
I dont have that, I test this rom for a week and never have that. Maybe you can try some app to change governors I use No-frills CPU Control and set it in On demand. Can you tell me your instalation metod?
I dont know if any care about this...but this rom its Layers compatible, so you can download layer manager from play store and use the layers to get some custom taste...
some more battery life screenshots
Thanks @Cocolopes :good:
For a long time I wanted to try Slim MM and Layers and guess what..... got both
Will download and test.
silentvisitor said:
Thanks @Cocolopes :good:
For a long time I wanted to try Slim MM and Layers and guess what..... got both
Will download and test.
Click to expand...
Click to collapse
Tell me how it is!
ahaha
silentvisitor said:
Thanks @Cocolopes :good:
For a long time I wanted to try Slim MM and Layers and guess what..... got both
Will download and test.
Click to expand...
Click to collapse
You are wellcome....[emoji4].... Remember that its like aosp...slim team is working to get all the options here. Im using xposed framework and its working perfect. The best battery life I can get in my n7100 is with this rom. When you flash this with TWRP, flash the gapps at the same time....
And please...tell us how you feel with slim6.
silentvisitor said:
Thanks @Cocolopes :good:
For a long time I wanted to try Slim MM and Layers and guess what..... got both
Will download and test.
Click to expand...
Click to collapse
You are wellcome....[emoji4].... Remember that its like aosp...slim team is working to get all the options here. Im using xposed framework and its working perfect. The best battery life I can get in my n7100 is with this rom. When you flash this with TWRP, flash the gapps at the same time....
And please...tell us how you feel with slim6
Link is broken
Can you plz upload it on AndroidFileHost or Basketbuild or Mediafire ?
Thank you ! @Cocolopes
silentvisitor said:
Link is broken
Can you plz upload it on AndroidFileHost or Basketbuild or Mediafire ?
Thank you ! @Cocolopes
Click to expand...
Click to collapse
That mega link from OP is working fine here. Just tried downloading from it and it worked.
roopeshbhardwaj said:
That mega link from OP is working fine here. Just tried downloading from it and it worked.
Click to expand...
Click to collapse
Don't know what's problem on my side then
Post your review plz
silentvisitor said:
Don't know what's problem on my side then
Post your review plz
Click to expand...
Click to collapse
If you are unable to download either from mega.nz or mega.co.nz
Download "ultrasurf" executable file and open it and then you'll be able to browse as well download any blocked site by ISP.
http://ultrasurf.us/
https://www.youtube.com/watch?v=ssJu5h6Gfa4
javvadi said:
If you are unable to download either from mega.nz or mega.co.nz
Download "ultrasurf" executable file and open it and then you'll be able to browse as well download any blocked site by ISP.
http://ultrasurf.us/
Click to expand...
Click to collapse
No PC bro'
Only phone and WiFi.

Categories

Resources