Disclaimer
Code:
[COLOR="gray"]
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired [B]because the alarm app failed[/B].
* Please do some research if you have any concerns about features included
* in the products you find here before flashing it!
* YOU are choosing to make these modifications.
*/
[/COLOR]
Rules
- Please search the thread before asking questions
- Please try to stay on topic, I know it's not always possible
Reporting Bugs
- Please report bugs here
- Report only one issue per bug report
- When reporting bugs please post a logcat and/or dmesg containing pertinent information regarding the issue...
- Explain the issue as clearly as possible
- Explain the steps required to reproduce the issue if necessary.
Prerequisites for Installation
- Must have an unlocked bootloader
- Update TWRP to Android-7.1 builds located here. Please make sure to use the recovery image which is appropriate for your device (Thor or Apollo).
Project Status
BETA TESTING -- QUALITY IS GETTING BETTER BUT TAKE A LOOK AT THE FUNCTIONALITY GRID IN POST #2
KNOWN ISSUES
- Thor/Apollo: Some apps may rotate to landscape the wrong way leaving the screen upside down. Many times you can re-rotate the device to fix.
- Thor/Apollo: Sometimes after an extended period of time Wifi will stop working. Toggling airplaine mode fixes it.
- Thor/Apollo: Bluetooth pairing issues - bluetooth function is still WIP.
Fresh Installation
- Backup your existing ROM first
- Wipe the /data partition (but you can keep the media storage)
- Flash the ROM File
- Flash Open Gapps: use an ARM 7.1 version smaller than the "full" size to make sure it fits
- Reboot
- Enjoy!
LineageOS Developer Builds / Downloads
LineageOS Builds for Thor
LineageOS Builds for Apollo
Gapps
- Open Gapps (use a size smaller than "Full" to make sure it fits)
NOTE: Here's what I do to solve the "Play Games" side load issue... Anytime I update my GApps zip file:
- I download the "full" and "mini" versions of GApps
- Extract the "GApps/playgames-arm.tar.lz" file from the "full" file and add it to the "GApps" folder of the "mini" file.
- Open the installer.sh script in the "mini" file and move the "playgames" line from the full_gapps_list= section into the mini_gapps_list= section
- I use this modified "mini" .zip when flashing CM-14.1 ROMs so that my Play Games install always works.
Source Code (branch: cm-14.1)
- Kernel Source
- Common Device Tree
- Thor Device Tree
- Apollo Device Tree
Credits
- LineageOS Team
- Cyanogenmod Team
- CodeAurora
- ggow
- Cpasjuste
- dpeddi
XDA:DevDB Information
LineageOS for Kindle HDX 3rd Gen, ROM for the Amazon Kindle Fire HDX 7" & 8.9"
Contributors
Hashcode, ggow
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Beta
Beta Release Date: 2016-12-16
Created 2016-12-11
Last Updated 2020-07-05
Reserved
SEE ATTACHED ROM FEATURE STATUS GRID
CHANGE LOG
20161208: Initial build released
20161214:
[CM Base] merge changes for Android-7.1.1_r4
[CM Base] merge changes for Android-7.1.1_r6
[KERNEL] Updated for 38 CVEs
[TEMP] Turned off SElinux Enforcing due to Android-7.1.1 changes
[SELINUX] Initial fixes for Android-7.1.1 merge
[CAMERA] Fixed camera snapshot bug by enabling libs with text relocations (KitKat libs have them)
[BUTTONS] Fixed overlay to remove hard key settings for buttons that don't exist
20161215:
[BLUETOOTH] Updated bluetooth vendor library to latest CAF branch for Marshmallow (previously KitKat) -- seems to fix many pairing issues, though this needs testing.
[SCREENCAST] Updated audio policy to support Screencast (from Settings -> Display -> Cast). NOTE: A warning box is displayed on Thor saying size is not optimized. Still debugging that.
[SELinux] Turned on Enforcing mode again
(All local changes have been pushed back into CM codebase)
20161216: Nightlies for CM 14.1 started
20161230: First Thor build of LineageOS (was CyanogenMod's -- now forked for community development)
SElinux back to Permissive mode -- let's see if this makes functions like bluetooth and camera better
Future work task list:
- [Apollo] Debug rotation / wifi issues that certain users are experiencing
- Pull in more Google kernel/common changes for better compatibility
- [IN PROGRESS] Orientation and gryo sensor changes to correct odd rotation selections by apps
- Full device encryption support (requires working amazon keystore HAL)
- Audio FAST mode during low power can cause audio skipping (headphone use case w/ screen off)
- More bluetooth stack testing (may need to compile static version of BlueZ to run some tests)
- Look into changes for allowing Viper4Android integration w/o needing SU or breaking SELinux
- Re-enable thermal protection for the audio HAL. NOTE: when setting prop persist.speaker.prot.enable=true it kills all sound. Needs debugging.
- Research adding kernel commits to support double touch to wake support
- [FIXED 2016-12-22] Add volume button configuration settings back into CM
- Possibly write a bootloader firmware ID script which can be run to determine user's bootloader version
- Look into audio HAL changes which would increase volume while keeping clarity (similar to Viper4Android)
- Continue work on camera HAL from source [LONG TERM PROJECT]
OFMG. It's possible. Thank you so much. [emoji106]
Sent from my LG-D855 using XDA-Developers mobile app
First thing to testing is WIFI. I made some changes to the WIFI configuration which differs from CM-13.0.
So if you've previously experienced difficulty in this area and are willing to help test, please let me know what your experience is like.
- Hash
Sent from my Nexus 6P using Tapatalk
when i complete install and use Super Su v2.78 via flash. Wifi cannot turn on.
Hashcode said:
First thing to testing is WIFI. I made some changes to the WIFI configuration which differs from CM-13.0.
So if you've previously experienced difficulty in this area and are willing to help test, please let me know what your experience is like.
- Hash
Click to expand...
Click to collapse
WiFi seems to work fine for me. I did not flash any root. I am using the default one that comes with CM
---------- Post added at 03:00 AM ---------- Previous post was at 02:41 AM ----------
Camera does not work (fc)
NeverSmile said:
when i complete install and use Super Su v2.78 via flash. Wifi cannot turn on.
Click to expand...
Click to collapse
I had a string of annoying issues with SuperSU v2.78 including reoccurring loss of root on CM 12.1. Drove me half nuts! Downgrading to v2.76 (terminal build by ChainFire) solved all problems. I realize 2.76 doesn't directly support Android 7 but v2.78 seems to have bigger issues. Might stick with integrated CM 14.1 privacy/root manager for now.
Davey126 said:
I had a string of annoying issues with SuperSU v2.78 including reoccurring loss of root on CM 12.1. Drove me half nuts! Downgrading to v2.76 (terminal build by ChainFire) solved all problems. I realize 2.76 doesn't directly support Android 7 but v2.78 seems to have bigger issues. Might stick with integrated CM 14.1 privacy/root manager for now.
Click to expand...
Click to collapse
Agreed. Specifically: I have not tested external root at all.
tvd0405 said:
WiFi seems to work fine for me. I did not flash any root. I am using the default one that comes with CM
---------- Post added at 03:00 AM ---------- Previous post was at 02:41 AM ----------
Camera does not work (fc)
Click to expand...
Click to collapse
I tested Thor front cam with "YouCam Perfect" found here:
https://play.google.com/store/apps/details?id=com.cyberlink.youperfect
Can you check that as well?
- Hash
Hashcode said:
I tested Thor front cam with "YouCam Perfect" found here:
https://play.google.com/store/apps/details?id=com.cyberlink.youperfect
Can you check that as well?
- Hash
Click to expand...
Click to collapse
I got "camera error" with this app when trying to take a picture.
tvd0405 said:
I got "camera error" with this app when trying to take a picture.
Click to expand...
Click to collapse
Hmm. Sounds like I may need to do some debugging. Thank you for testing.
I can confirm the problem the camera. Tried a few different apps. Some are able to show the preview but none can actually take/save a picture. (Still more useful than FireOS..)
Apollo version
Hashcode said:
I realize that I flashed these CM-14.1 builds with an updated build of TWRP 3.0.2.x build from Android-7.1 sources. I'm not sure if this is required, but if needed I can upload a prebuilt version of TWRP.
ALSO: This ROM is still very work in progress. Some of the changes located in these first few builds are NOT pushed out to public repositories.
Lastly: Give feedback. Be clear and as detailed as you can when presenting bugs. Try to see if the bug can be reproduced consistently, etc.
Click to expand...
Click to collapse
Yes, we will need to release the new recovery. The TWRP version that I released (3.0.2-0) had issues that have since been fixed in the omnirom_bootable_recovery tree.
---------- Post added at 10:54 ---------- Previous post was at 10:36 ----------
I have built the Apollo version, will post it if all is good later this evening.
WOOOO!
EDIT: when will the recovery be released?
---------- Post added at 12:17 PM ---------- Previous post was at 12:14 PM ----------
@ggow, when will the new recovery be released? And should it be flashed before or after cm-14.1?
GameExpertNetwork said:
WOOOO!
EDIT: when will the recovery be released?
---------- Post added at 12:17 PM ---------- Previous post was at 12:14 PM ----------
@ggow, when will the new recovery be released? And should it be flashed before or after cm-14.1?
Click to expand...
Click to collapse
I'll build TWRP for Apollo and check it. I'm guessing @Hashcode will release it for Thor.
You should use the new recovery ASAP so flash and use on the next ROM upgrade.
Crap... so I have to wait?
GameExpertNetwork said:
Crap... so I have to wait?
Click to expand...
Click to collapse
No you can flash it now, with the existing Thor recovery. When the new TWRP is released upgrade when it suits you.
ggow said:
No you can flash it now, with the existing Thor recovery. When the new TWRP is released upgrade when it suits you.
Click to expand...
Click to collapse
Ok, thanks!
---------- Post added at 02:57 PM ---------- Previous post was at 02:52 PM ----------
also, may I suggest providing md5 files?
---------- Post added at 02:58 PM ---------- Previous post was at 02:57 PM ----------
Errr.... Problems with installing cm 14.1 on thor w/ TWRP:
E1001: Failed to update system image.
E:unknown command [log]
E:unknown command [log]
---------- Post added at 03:00 PM ---------- Previous post was at 02:58 PM ----------
oops, the error was my fault, forgot to restart recovery after wiping data
---------- Post added at 03:21 PM ---------- Previous post was at 03:00 PM ----------
boot animation seems to be taking a long time
---------- Post added at 03:40 PM ---------- Previous post was at 03:21 PM ----------
{
"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"
}
GameExpertNetwork said:
Ok, thanks!
---------- Post added at 02:57 PM ---------- Previous post was at 02:52 PM ----------
also, may I suggest providing md5 files?
---------- Post added at 02:58 PM ---------- Previous post was at 02:57 PM ----------
Errr.... Problems with installing cm 14.1 on thor w/ TWRP:
E1001: Failed to update system image.
E:unknown command [log]
E:unknown command [log]
---------- Post added at 03:00 PM ---------- Previous post was at 02:58 PM ----------
oops, the error was my fault, forgot to restart recovery after wiping data
---------- Post added at 03:21 PM ---------- Previous post was at 03:00 PM ----------
boot animation seems to be taking a long time
---------- Post added at 03:40 PM ---------- Previous post was at 03:21 PM ----------
Click to expand...
Click to collapse
I had the same error as you, but the ROM seems to work fine. Could you elaborate on this restart issue? (Never heard about this before) Not sure now if I should reflash or just leave it.
Related
{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
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, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
REMEMBER TO MAKE A NANDROID BACKUP OF YOUR WORKING PHONE.
REMEMBER THAT THIS IS A TESTING VERSION.
Instructions For Flashing First time
Reboot to recovery.
Factory Reset. (wipe data,cache and dalvik cache)
You should also wipe system.
Flash the zip and reboot.
Instructions For Upgrading from Previous Nightly/RC/Stable/Milestone
Reboot to recovery.
wipe cache and dalvik cache only .
Flash the zip and reboot.
Current work process
We are working with @percy_g2 in order to bring CM12.1 up.
I'm working on the XT1524 and the following status as only been tested on this device.
Percy_g2 is working on the xt1521
This build works on XT1521, XT1523, XT1524, XT1526, XT1527
CAUTION Flashing build from 20150503 Seems to cause problem on the CDMA version
This thread is a copy from Scritch007 cm12 thread.
This thread will focus on the CDMA issues. All other ROM related issues should be posted to the main thread.
Status
Working
* Speaker OK
* RIL (voice OK, sms OK, Data workish no LTE) On Rom Build 04/29 and up.. Calls,Messages,and Data Dont Work
* Camera (front OK, back OK)
* Video Recorder OK both
* Playing video recorded with the camera OK
* Auto rotation OK
* Airplane mode
* Bluetooth (detected another phone, but not tested completely)
* Wifi
* GPS
* FM
* Led notifications (Only when plugged)
Not working
* Skype issue
* Some issue in WiFi with DHCP but it depends of unknown (yet) parameters
* SEPolicy set to permissive
* Probably other stuffs
Reporting Bugs
Tell which version you are on
Tell which phone you are on
Provide logcat
Provide DMESG
Provide a way to reproduce the issue
Binaries
Roms can be found here
Sources
https://github.com/Motorola-CyanogenMod/android_device_motorola_surnia
https://github.com/Motorola-CyanogenMod/android_kernel_motorola_surnia
https://github.com/Motorola-CyanogenMod/android_vendor_motorola_surnia
Credits
CyanogenMod
cybojenix
Motorola
percy_g2
android_device_yu_tomato guys
JoshTheAndroidUser for testing the XT1526
XDA:DevDB Information
CM12.1 for moto E 2015, ROM for the Moto E 2015
Contributors
JoshTheAndroidUser, scritch007, percy_g2, jelixis
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP Recovery
Based On: CyanogenMod
Version Information
Status: Alpha
Created 2015-04-18
Last Updated 2015-05-13
Since this is surnia based their shouldn't be an issue with the Verizon model correct?
No lte but other than that ROM is pretty solid. Thank s for all your hard work. U developers are amazing
Love!!
bzo22 said:
No lte but other than that ROM is pretty solid. Thank s for all your hard work. U developers are amazing
Click to expand...
Click to collapse
Thanks Really Mean Alot
Lots of bugs
Apeleon said:
Since this is surnia based their shouldn't be an issue with the Verizon model correct?
Click to expand...
Click to collapse
Yes There will be no problem just alot of Bugs right now
So great work here. I am debating flashing this. You say LTE isn't working yet. Everything else is currently working? Should I feel comfortable flashing this for daily use?
---------- Post added at 06:05 PM ---------- Previous post was at 06:04 PM ----------
Or should I hold off for further development before making it my daily?
Not Just yet
crazynapkinman said:
So great work here. I am debating flashing this. You say LTE isn't working yet. Everything else is currently working? Should I feel comfortable flashing this for daily use?
---------- Post added at 06:05 PM ---------- Previous post was at 06:04 PM ----------
Or should I hold off for further development before making it my daily?
Click to expand...
Click to collapse
I Would Say This If Your Gonna Wanna Use This As A Daily Driver I Wouldn't Flash Just.
But Dont worry We Will Get Lte working
Changelog
cm-12.1-20150506-UNOFFICIAL-surnia.zip
BoardConfig cleanup
Added some parameters to the DHCP for the wifi (let's hope it will work for everybody) at least it fixed my broken version from the 0503
Removed the CDMA stuff I added on the 0429 because it seems it was broken starting from this version
FIxed skype microphone issue
Fixed SEPolicy it seems ok now.
cm-12.1-20150503-UNOFFICIAL-surnia.zip
Added OMX libraries. This fixes video recording on long(more then a few seconds) videos
XT1523 is a multiple sim product so set correctly information
Added properties for XT1521 factorized with the XT1523
XT1526 remove the default_sub value and added new properties... (Not tested)
Added missing Sepolicy domains
cm-12.1-20150430-UNOFFICIAL-surnia.zip
Enable FM. There is a message saying that radio is off, but it goes off after a while
Added Boost Mobile specific config in the ramdisk for CDMA
cm-12.1-20150429-UNOFFICIAL-surnia.zip
Add xt1523 initial support
Add ambient display
Add led notification when charger is plugged
Renable Sepolicy but set to permissive for NOW.
4 Cpu enabled after boot
Added some changes for CDMA but don't know the result.
Updated blobs to xt1521 version
cm-12.1-20150425-UNOFFICIAL-surnia.zip
CM12.1 bringup
Fixed GPS Installing Gapps fixes the meteo application behavior
XT1521 support started, not tested for now.
cm-12-20150418-UNOFFICIAL-surnia.zip
Updated system.prop (This fixes installing Chrome)
cm-12-20150417-UNOFFICIAL-surnia.zip
Fixed RIL Data
Small code rework
Added CDMA entries for XT1526 in the init._surnia.c still probably have to add some more things to make it work
cm-12-20150414-UNOFFICIAL-surnia.zip
Removed some error messages in the dmesg
Wifi fixed
cm-12-20150413-UNOFFICIAL-surnia.zip
Initial Version
JoshTheAndroidUser said:
cm-12-20150418-UNOFFICIAL-surnia.zip
Updated system.prop (This fixes installing Chrome)
cm-12-20150417-UNOFFICIAL-surnia.zip
Fixed RIL Data
Small code rework
Added CDMA entries for XT1526 in the init._surnia.c still probably have to add some more things to make it work
cm-12-20150414-UNOFFICIAL-surnia.zip
Removed some error messages in the dmesg
Wifi fixed
cm-12-20150413-UNOFFICIAL-surnia.zip
Initial Version
Click to expand...
Click to collapse
Does this mean 4g LTE is working? Can anyone confirm? I do have backup so I can test if no one else has yet.
Not yet
crazynapkinman said:
Does this mean 4g LTE is working? Can anyone confirm? I do have backup so I can test if no one else has yet.
Click to expand...
Click to collapse
No Lte isnt working Just yet
Okay. Tyty. I will wait to flash. Much love to all you developers and the hard work you are putting in!
crazynapkinman said:
So great work here. I am debating flashing this. You say LTE isn't working yet. Everything else is currently working? Should I feel comfortable flashing this for daily use?
---------- Post added at 06:05 PM ---------- Previous post was at 06:04 PM ----------
Or should I hold off for further development before making it my daily?
Click to expand...
Click to collapse
Been my daily driver for a while other than random reboot every now and then its butter smooth
Waiting for 4g LTE to work. After that I will definitely flash.
---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------
bzo22 said:
Been my daily driver for a while other than random reboot every now and then its butter smooth
Click to expand...
Click to collapse
Any idea why the random reboot?
crazynapkinman said:
Waiting for 4g LTE to work. After that I will definitely flash.
---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------
Any idea why the random reboot?[/
No Not really but its only happens once or twice a day
Click to expand...
Click to collapse
crazynapkinman said:
Waiting for 4g LTE to work. After that I will definitely flash.
---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------
Any idea why the random reboot?
Click to expand...
Click to collapse
No but thanks for letting us know
rendom reboots
I flash it and connects and disconnects from network, and besides have this random reboots
how can i install cm12 on my moto e 2015 model no :XT1521
Anmolh said:
how can i install cm12 on my moto e 2015 model no :XT1521
Click to expand...
Click to collapse
RIL won't be working for now on the indian Dual sim version.
This is the CDMA thread, post in the Original Android Development forum.
For everybody, we stopped cm12 support and we are porting the cm12.1, tomorrow's build should be as good as the cm12 version + GPS fixed.
Woohoo! That's what I'm talking about. Love you devs! Great work! (LTE??? )
scritch007 said:
For everybody, we stopped cm12 support and we are porting the cm12.1, tomorrow's build should be as good as the cm12 version + GPS fixed.
Click to expand...
Click to collapse
I was sure,even that i was not expecting too quickly.Thanks a lot to all devs.
TeamIO presents Infinitive-OS
{
"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"
}
Infinitive-OS is based on AOSP and SlimROM dedicated to providing users with a ROM thats stable and loaded with features .
RRO Layers
Custimizable QS Tiles
SlimRecents
SlimPie
Screenrecorder settings
Custom Hardware Buttons Options
Navigation Buttons Options
Cutom Recents Panel Options
SuperSU
ETC
V1.0 - Initial Release
V1.3 - Update
-Read Everything Carefully
-Download Rom And GAPPS.
-Boot Into Recovery
-Perform A Full Wipe (you dont have to wipe your internal SD)
-Flash Rom & GAPPS.
-Have Fun!!!
Infinitive-OS Official Downloads Folder
NOTE - DONT MIRROR OUR DOWNLOADS
(check the folder cherry)
GAPPS - You can use any GAPPS, but Love these GAPPS
@Rohan Purohit
@jackeagle
@nightwalkerkg
@Saatvik Shukla
@k2wl
@kirmaniarslan
@Thecrazyskull
@Vatsal Koradia
@TechExhibeo
FOLLOW US !
SlimROMS
AOSP
CyanogenMOD
@dianlujitao and @surdu_petru
@blefish
Others I may have forgotten (please tell me if you feel left out)
XDA:DevDB Information
ROM for Huawei Honor 4, ROM for all devices (see above for details)
Contributors
nightwalkerkg
Source Code: https://github.com/InfinitiveOS-Devices/android_kernel_huawei_msm8916
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked Bootloader, Custom Recovery
Version Information
Status: Stable
Current Stable Version: v1.3.1
Created 2015-09-08
Last Updated 2016-03-31
Reserved
Issues :
-Notification lights not working properly.
-There may be others.
Updates :
1.3
-Updated with the latestfixes from @dianlujitao and @surdu_petru .
-Updated to IOS v1.3
1.3.1
-Fixed crashes in Settings
-Added rom optimizations
Reserved
Baseband requirement:
Your must install a compatible baseband before Infinitive-OS can be installed, or you won't be able to disconnect a call.
Just flash via recovery, you only need to perform the action once.
Che1_L04
Che1_CL10
Che1_CL20
C8817D
G620S_UL00
G620S_L01
Awesome work buddy!
Congrats
#Potato
Morphine1 said:
Can someone explain the trolling made towards this thread and why everyone is Indian?
Lmao.
Major bug detected, lol. MultiTasking doesn't work.
Click to expand...
Click to collapse
It's my team. [emoji14]
You need to assign a key for it in Settings > Buttons > Enable custom actions, and then give some button the value of Recents.
But I discovered that there is a green overlay in camera app, that will be fixed today.
Sent from my G620S-L01 using Tapatalk
nightwalkerkg said:
It's my team. [emoji14]
You need to assign a key for it in Settings > Buttons > Enable custom actions, and then give some button the value of Recents.
But I discovered that there is a green overlay in camera app, that will be fixed today.
Sent from my G620S-L01 using Tapatalk
Click to expand...
Click to collapse
Is audio still choppy?
Sh0m1 said:
Is audio still choppy?
Click to expand...
Click to collapse
I did some tests, but since i don't have music on my sd, i use Deezer and Youtube. There are still some chopps from time to time, but they happen quite rare now.
It would be great if you could test to confirm this so i know that some settings/modifications i did did not influence this.
nightwalkerkg said:
I did some tests, but since i don't have music on my sd, i use Deezer and Youtube. There are still some chopps from time to time, but they happen quite rare now.
It would be great if you could test to confirm this so i know that some settings/modifications i did did not influence this.
Click to expand...
Click to collapse
Sure, but I use spotify more than local music
Sent from my G620S-L01 using Tapatalk
---------- Post added at 09:14 PM ---------- Previous post was at 08:25 PM ----------
Seems to be working fine with local music. I will test Spotify and report . Also it seems that RAM management is better than on 4.4. BTW can I use some file from xenon hd to have blue LED blinking?
Sent from my G620S-L01 using Tapatalk
---------- Post added at 09:16 PM ---------- Previous post was at 09:14 PM ----------
Sh0m1 said:
Sure, but I use spotify more than local music
Sent from my G620S-L01 using Tapatalk
---------- Post added at 09:14 PM ---------- Previous post was at 08:25 PM ----------
Seems to be working fine with local music. I will test Spotify and report . Also it seems that RAM management is better than on 4.4. BTW can I use some file from xenon hd to have blue LED blinking?
Sent from my G620S-L01 using Tapatalk
Click to expand...
Click to collapse
Auto rotate is not working.
Sent from my G620S-L01 using Tapatalk
Sh0m1 said:
Sure, but I use spotify more than local music
Sent from my G620S-L01 using Tapatalk
---------- Post added at 09:14 PM ---------- Previous post was at 08:25 PM ----------
Seems to be working fine with local music. I will test Spotify and report . Also it seems that RAM management is better than on 4.4. BTW can I use some file from xenon hd to have blue LED blinking?
Sent from my G620S-L01 using Tapatalk
---------- Post added at 09:16 PM ---------- Previous post was at 09:14 PM ----------
Auto rotate is not working.
Sent from my G620S-L01 using Tapatalk
Click to expand...
Click to collapse
I am working on a fix for the LEDs, but i am not sure about the Xenon HD, you can try with lights.msm8916.so, but i am not sure if it's going to work.
Yeah, auto-rotate seems to be the problem on all new builds. Will look into it.
Thanks for reporting.
nightwalkerkg said:
I am working on a fix for the LEDs, but i am not sure about the Xenon HD, you can try with lights.msm8916.so, but i am not sure if it's going to work.
Yeah, auto-rotate seems to be the problem on all new builds. Will look into it.
Thanks for reporting.
Click to expand...
Click to collapse
Thanks.
CPU seems to be stuck on 1.2ghz
Here's a screenshot.
Sent from my G620S-L01 using Tapatalk
You should use my new kernel source, because this one has so many problems
dianlujitao said:
You should use my new kernel source, because this one has so many problems
Click to expand...
Click to collapse
I am using your cm-12.1 branch with Surdus defconfing and CPU freq commits. Should I use the mdss-rebase branch ?
Sent from my G620S-L01 using Tapatalk
nightwalkerkg said:
I am using your cm-12.1 branch with Surdus defconfing and CPU freq commits. Should I use the mdss-rebase branch ?
Sent from my G620S-L01 using Tapatalk
Click to expand...
Click to collapse
You're using my old cm-12.1 branch, please check the new one
dianlujitao said:
You're using my old cm-12.1 branch, please check the new one
Click to expand...
Click to collapse
I am using the kernel from your github, not mine.
https://github.com/dianlujitao/android_kernel_huawei_msm8916
Branch cm-12.1
Kernel version :
3.10.49
But i noticed this in the logcat :
http://hastebin.com/ezifosorov.coffee
Dmesg :
http://hastebin.com/nisuwaweci.xml
Too much messing up with kernels and cpu frequencies.
I am not testing a uber buggy lollipop-wannabe rom anymore, till Huawei releases a proper lollipop for the G7 model, which is our twin.
My device has been dead twice for testing these type of roms, fortunately I managed to run fastboot and save the phone..
Watch out people, all these wannabe lollipop roms like cm12 and stuff can fu.ck up, overheat, and brick your phone. Be sure what you're doing as it is everyones business.
Morphine1 said:
Too much messing up with kernels and cpu frequencies.
I am not testing a uber buggy lollipop-wannabe rom anymore, till Huawei releases a proper lollipop for the G7 model, which is our twin.
My device has been dead twice for testing these type of roms, fortunately I managed to run fastboot and save the phone..
Watch out people, all these wannabe lollipop roms like cm12 and stuff can fu.ck up, overheat, and brick your phone. Be sure what you're doing as it is everyones business.
Click to expand...
Click to collapse
Hello and thanks for posting.
Imagine what is it like for developers, you need to setup Linux and configure it for building, download the source of the ROM that is about 15-30GB in size (depending on the rom), then you need to (if you don't have one) create a device and vendor configuration files. Then build it until you get it booting and fix the errors in the mean time. Then you need to fix everything that comes after and update it all the time. You end up flashing 10-15 builds a day.
It's fine if you don't want to use it, it's your phone and it's ok to share your opinion. But please respect what we are doing.
All of us do this in the free time, sometimes spending all day just fixing things.
Guys, please keep the thread Infinitive-OS related!
Updated the thread with the new version!
Test and report back!
Version 1.3.1 released :
-Fixed crashes in Settings
-Added rom optimizations
anyone post screenshots please
Sent from my Che1-L04 using XDA Free mobile app
{
"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"
}
" #DroidOnTime "
Code:
[SIZE="4"]
/*
*
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
*
*/[/SIZE]
"This is a user friendly thread, all your suggestions are important to us and will be taken into consideration.."
dotOS is an Android Rom which focuses on performance and stability. Our aim is to enable a user to extract as much juice as possible and get most out of his/her device.
Initially started by Mohan CM and later joined by Ganesh, Sam, Kuber, Iacob and Hari. Together we stand strong.
NOT WORKINGYou tell me
WORKINGeverything
Stability and Performance
Lagfree with High Performance Results
Clutterless UI
Perfect Interface for every User
Enhanced default apps
Redesigned settings and QS panel
Full OMS support
Colour Engine Support
DotExtras !!
STATUSBAR
* Clock Customisation
* Battery Customisation
Quick Settings
* Quick Pulldown
* QS Tiles Customisation
* Advanced Quick Setting Easy Toggles
Buttons
* Volume Key Cursor Control
Display
* Wake on Plug
* Pocket Detection
* Accidental Touch
Lockscreen
* Fingerprint Tweaks
* Powermenu Tweaks
* Double tap 2 sleep anywhere
* Lockscreen Media Customisation
* Blur Screen Lockscreen
Recents
* Clear all Button
* Immersive Recents
* Show Memory Bar
Navigation Bar
* On screen navigation Bar tweaks
* Home Button tweaks
* Menu Button tweaks
* Back Button tweaks
* Power Button tweaks
* Volume Buttons tweaks
Misc
* Advanced Reboot
* Disable Force Close
* ScreenShot Tweaks
* Camera Shutter Sound
CLEAN FLASH :
Download the latest build and GApps
Reboot to recovery
Make NAndroid backup (Not Necessary)
Wipe System, Data, Cache , Dalvik
Flash the latest build and GApps
Reboot
DIRTY FLASH :
Download the latest build
Reboot to recovery
Flash the latest build
Wipe Cache
Reboot
dotOS team
LineageOS team
ResurrectionRemix team
AospExtended
crDroid team
AICP team
And all other open source Devs/Teams.
Mohan CM - dotOS Founder/Lead Dev./Contributor
Ganesh Varma - Lead Dev./Contributor/Maintainer
Kuber Sharma - Contributor/Designer/Analyst
Sam Grande - Contributor/Designer/Maintainer
Iacob Ionut - Contributor/Designer/Maintainer
Hari Ambadi - Contributor/Core GFX/ Lead Designer
dotOS source
Device Specific Sources
Official Device specific sources:
https://github.com/dotOS-Devices
Unofficial Device specific sources:
https://github.com/LineageOS/android_device_motorola_condor
Reference Links
Google Plus Community
DotOS Group
dotOSChannel
Website
Liked The ROm? Want to Help Us? Then gift us some credits
REPORTING BUGS!
As soon as the problem occurs, take a logcat!
READ MORE
What is a LogCat?
A "LogCat" is for debugging applications / Android system. When applications / Android crash the output the "explanation" for the crash, the Exception Stacktrace, to a Log. This log can be saved and help developers to fix the crash.
What is it supposed to do?
It will help to solve your questions, if your asked for a LogCat it is always useful.
How can I get a LogCat?
Prerequisites:
Code:
Linux, Windows or Mac
USB cable for your device
Android Device
Instructions:
Code:
Install your device driver for using adb. Everything you need will you find here
Download adb executable for your OS (Download: Windows | Linux | Mac). Paste it somewhere.
Connect your android device.
Verify if "Settings > Developer options > USB debugging" is checked, if not, simply check it.
Open a command prompt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
Type in your cmd/terminal: adb devices to verify your device is properly connected.
If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
Reproduce your error (or whatever) on your device.
Right after, paste the whole cmd / terminal window into a paste-service like [url]http://pastebin.com/[/url] and send it to us.
XDA:DevDB Information
Dot OS CONDOR, ROM for the Moto E
Contributors
utkarsh914, squid2, LuK1337
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: unlocked bootloader, TWRP recovery installed
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date: 2017-12-04
Current Beta Version: 1
Beta Release Date: 2017-12-04
Created 2017-12-03
Last Updated 2017-12-04
Find all ROM builds here : LINK
Googe Apps(Nano or Pico): LINK
** DEVICE SPECIFIC CHANGELOG **
DOT-N-v1.1-20171208
* Updated Sources
DOT-N-v1.1-20171204
* White QS panel fixed
DOT-N-v1.1-20171203
* Initial Release
could you make it official...?
Quick setting is only showing icons not anything else, and color engine is not working
sherindroid said:
could you make it official...?
Click to expand...
Click to collapse
maybe no! because I might not be having enough time to support it continuously
sushant_ said:
Quick setting is only showing icons not anything else, and color engine is not working
Click to expand...
Click to collapse
Can you provide screenshot. Also check for other broken features or bugs & report here
utkarsh914 said:
maybe no! because I might not be having enough time to support it continuously
Can you provide screenshot. Also check for other broken features or bugs & report here
Click to expand...
Click to collapse
I have attached the image, also the edit qs button is not visible.
And there are two launchers launcher and dot os launcher.
The equalizer stops when playing music. The force stop error occurs when changing each track.
The rom lags a bit.
All Is working fine for me
The only bug are the white QS
And this :silly:
sushant_ said:
I have attached the image, also the edit qs button is not visible.
And there are two launchers launcher and dot os launcher.
The equalizer stops when playing music. The force stop error occurs when changing each track.
The rom lags a bit.
Click to expand...
Click to collapse
White QS problem is due to addition of it in default Dot Pixel Theme in Dot OS sources. To revert it, I'll need to edit hundreds of values in the source which is very time consuming :silly: . So better use any substratum theme. It may help
If I have sufficient time, I'll try to correct that.
And for equalizer force stop, make sure you've clean flashed this ROM without any mods or custom kernel. Provide logcat if still you face this issue .
Luis Infante said:
All Is working fine for me
The only bug are the white QS
Click to expand...
Click to collapse
Luis Infante said:
And this :silly:
Click to expand...
Click to collapse
There is still white qs problem
---------- Post added at 10:22 PM ---------- Previous post was at 10:13 PM ----------
I tried applying the swift black theme, but after the installation of theme, there was a persistent system UI stopped error popping.
---------- Post added at 10:37 PM ---------- Previous post was at 10:22 PM ----------
Sorry, it's fixed now , thanks
white QS Is still not working
(Sd issue is not for the ROM is my phone sorry)
Robust rom!! its the best nougat rom ever.. uI and animations are somewhat similar to oxygen os. i wanted something like this
Great performance and smooth ui and user experience.. i have tested almost every roms available for condor but this one gave the pleasure.. The Final Verdict
even in this 2nd build its a lot stable & optimised. may be more upgrade in future updates.
Thanks a lot for this great rom!!!!!!!
:angel::angel::angel:
Hello bro, thanks for port this awesome ROM to our device
But Im having a problem
When I boot for the first time, i ve got a message "setup wizard has stopped"
Can someone help me? Thx again
---------- Post added at 08:49 PM ---------- Previous post was at 08:04 PM ----------
sushant_ said:
There is still white qs problem
---------- Post added at 10:22 PM ---------- Previous post was at 10:13 PM ----------
I tried applying the swift black theme, but after the installation of theme, there was a persistent system UI stopped error popping.
---------- Post added at 10:37 PM ---------- Previous post was at 10:22 PM ----------
Sorry, it's fixed now , thanks
Click to expand...
Click to collapse
How did u fix it?
MattDG said:
Hello bro, thanks for port this awesome ROM to our device
But Im having a problem
When I boot for the first time, i ve got a message "setup wizard has stopped"
Can someone help me? Thx again
---------- Post added at 08:49 PM ---------- Previous post was at 08:04 PM ----------
How did u fix it?
Click to expand...
Click to collapse
Settings - Display - Theme - Change it to Dark, Pixel Blue by clicking on the top right corner.
Post updated
New build is out! For those who are facing white QS problems in previous builds, give it a shot
* White QS prob fixed
* Updated sources
* Added Paranoid Android Camera
https://drive.google.com/open?id=1HIE5yJxXCDB3u7JNjl6BMp9eYGo6o78N
utkarsh914 said:
New build is out! For those who are facing problems in previous builds, give it a shot
https://drive.google.com/open?id=1HIE5yJxXCDB3u7JNjl6BMp9eYGo6o78N
Click to expand...
Click to collapse
What's new?
sushant_ said:
What's new?
Click to expand...
Click to collapse
White QS problem fixed
sushant_ said:
can i dirty flash new build over the old one?
Click to expand...
Click to collapse
Yes! but clean flash always recommended
can i dirty flash new build over the old one?
---------- Post added at 02:39 PM ---------- Previous post was at 02:08 PM ----------
utkarsh914 said:
White QS problem fixed
Yes! but clean flash always recommended
Click to expand...
Click to collapse
Yes, It's fixed now. Thnaks
utkarsh914 said:
New build is out! For those who are facing white QS problems in previous builds, give it a shot
* White QS prob fixed
* Updated sources
* Added Paranoid Android Camera
https://drive.google.com/open?id=1HIE5yJxXCDB3u7JNjl6BMp9eYGo6o78N
Click to expand...
Click to collapse
Fc in PA camera
{
"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"
}
Resurrection Remix P
Code:
[SIZE="4"]/*
* 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.
*/[/SIZE]
Resurrection Remix the ROM has been based on LineageOS, SlimRoms, Omni and original Remix ROM builds, this creates an awesome
combination of performance, customization, power and the most new features, brought directly to your Device.
Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!
Special thanks to the LineageOS team, Omni team, SlimRoms and of course to all the supporters.
Make sure you have a custom recovery installed(TWRP is the preferred recovery)
Download the latest Resurrection Remix Rom & the latest GApps package
Boot into recovery
Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution
Flash ResurrectionRemix Rom
Flash Google Apps package(Optional)
- If you are having issues flashing Google Apps (e.g Error 70) it means your system parition is too small and you'll need to flash the reparition tool below in TWRP to fix.
Repartition - Nexus 7 (2013) for FLO/DEB (16/32GB)
Flash Magisk Root(Optional)
First boot may take up to 10 minutes.
ROM Download (flo)
ROM Download (deb)
GApps
Resurrection Remix Source
Device Source (flo)
Device Source (deb)
Kernel Source
Vendor Source
XDA Developers
LineageOs Team
Omni Team
followmsi for trees
And Of Course To All The Supporters, Donators And Users
Same as the bugs in LineageOS 16.0
If you have a major bug to report that has not been reported already, please take the following steps to report it to us. It will save you, Team Resurrection Remix and me quite some time.
Download the MatLog app from the Play Store.
After downloading the MatLog app, go to the app settings, and change the log level to Debug.
Clear all previous logs and take the exact steps to produce the error you are receiving. As soon as you receive the error (probably a force close), go straight into MatLog and stop the log recording.
Copy and paste the entire log either to Hastebin or Pastebin
Save the log, and copy and paste the link into the thread with a brief description of the error.
Thank you for another pie rom i cant wait to download and flash
---------- Post added at 05:48 AM ---------- Previous post was at 04:54 AM ----------
just flashed the rom and unfortunately rr tools force closes when in animation section in rr tools in settings app so i wont be using this rom unfortunately but other than that its butter smooth
Any fix for this?
Wow! Now we have a lot of choice! RR is the must for roms!
JT1510365 said:
Thank you for another pie rom i cant wait to download and flash
---------- Post added at 05:48 AM ---------- Previous post was at 04:54 AM ----------
just flashed the rom and unfortunately rr tools force closes when in animation section in rr tools in settings app so i wont be using this rom unfortunately but other than that its butter smooth
Any fix for this?
Click to expand...
Click to collapse
Could you send a full log of when this happens, seems like second device I've heard this happens on, for now, you can try to switch layouts using the arrows on the top right
turbolukex5 said:
Could you send a full log of when this happens, seems like second device I've heard this happens on, for now, you can try to switch layouts using the arrows on the top right
Click to expand...
Click to collapse
This is a bug .. happens on all devices without flashlight.
RR-Team still needs to get informed to fix it properly.
As workaround - just edit this file ..
https://github.com/ResurrectionRemi...lob/pie/src/com/android/settings/rr/Misc.java
Remove 2 lines ..
https://github.com/ResurrectionRemi...pie/src/com/android/settings/rr/Misc.java#L69
https://github.com/ResurrectionRemi...pie/src/com/android/settings/rr/Misc.java#L70
Code:
diff --git a/src/com/android/settings/rr/Misc.java b/src/com/android/settings/rr/Misc.java
index 381592a..06853f9 100644
--- a/src/com/android/settings/rr/Misc.java
+++ b/src/com/android/settings/rr/Misc.java
@@ -66,8 +66,6 @@ public class Misc extends SettingsPreferenceFragment implements
ContentResolver resolver = getActivity().getContentResolver();
mFlashlightOnCall = (ListPreference) findPreference(FLASHLIGHT_ON_CALL);
- if (!RRUtils.deviceSupportsFlashLight(mContext))
- prefScreen.removePreference(mFlashlightOnCall);
}
Thanks for taking care of RR !
Cheers
followmsi said:
This is a bug .. happens on all devices without flashlight.
RR-Team still needs to get informed to fix it properly.
As workaround - just edit this file ..
https://github.com/ResurrectionRemi...lob/pie/src/com/android/settings/rr/Misc.java
Remove 2 lines ..
https://github.com/ResurrectionRemi...pie/src/com/android/settings/rr/Misc.java#L69
https://github.com/ResurrectionRemi...pie/src/com/android/settings/rr/Misc.java#L70
Thanks for taking care of RR !
Cheers
Click to expand...
Click to collapse
Thank you very much @followmsi
Updated 1st March build:-
- Used workaround which should fix RR tools from crashing.
wow wow wow. I can't believe that flo has so many pie.
turbolukex5 said:
Updated 1st March build:-
- Used workaround which should fix RR tools from crashing.
Click to expand...
Click to collapse
Wow! That was so fast that we got a fix
Downloading now and going to test and i will report back regardless if i find any issues or not and many thanks for your hard work
Also huge thank you for still developing and supporting for our device that is 5-6 years old at this point
New build released, now on the Official channel
Just installed on Nexus 7 (2013) LTE -- works as a charm, thanks a lot to the developers!
Edit: I tried to encrypt the phone but that didn't go well (bootloop, then twrp was failing to decrypt it even with the correct pattern) so I formatted data, wiped it all and did a clean RR7 install (back to unencrypted).
I've read on some threads that I should encrypt the phone from the stock version before flashing RR7. Would that work?
Edit 2: Nope, still doesn't work. Encryption worked (I'm with stock with encryption enabled) but twrp-3.2.3-1_UA is unable to decrypt it (Pattern failed, please try again!) so I can't flash RR7.
Looks like we can't have an encrypted RR7. Back to the full process again without encryption...
Auto rotate and weather customizations don't work
pacman00700 said:
Auto rotate and weather customizations don't work
Click to expand...
Click to collapse
Auto rotate and weather is working perfectly for me while using this rom so its not an issue. You should look up on youtube on how to fix the cable in your tablet to get auto rotate to work again you have a hardware issue
---------- Post added at 10:07 AM ---------- Previous post was at 10:06 AM ----------
$p00ky said:
Just installed on Nexus 7 (2013) LTE -- works as a charm, thanks a lot to the developers!
Edit: I tried to encrypt the phone but that didn't go well (bootloop, then twrp was failing to decrypt it even with the correct pattern) so I formatted data, wiped it all and did a clean RR7 install (back to unencrypted).
I've read on some threads that I should encrypt the phone from the stock version before flashing RR7. Would that work?
Edit 2: Nope, still doesn't work. Encryption worked (I'm with stock with encryption enabled) but twrp-3.2.3-1_UA is unable to decrypt it (Pattern failed, please try again!) so I can't flash RR7.
Looks like we can't have an encrypted RR7. Back to the full process again without encryption...
Click to expand...
Click to collapse
last time i checked this device is a tablet not a phone lol
pacman00700 said:
Auto rotate and weather customizations don't work
Click to expand...
Click to collapse
Make sure you enable weather service in miscellaneous
JT1510365 said:
Auto rotate and weather is working perfectly for me while using this rom so its not an issue. You should look up on youtube on how to fix the cable in your tablet to get auto rotate to work again you have a hardware issue
---------- Post added at 10:07 AM ---------- Previous post was at 10:06 AM ----------
Click to expand...
Click to collapse
turbolukex5 said:
Make sure you enable weather service in miscellaneous
Click to expand...
Click to collapse
Weather works for me after enabling the service in the settings, but not auto rotate (still need to use the Rotation Control app).
JT1510365 said:
last time i checked this device is a tablet not a phone lol
Click to expand...
Click to collapse
Well, it has a SIM card (so can make calls) and the same size as a Galaxy Note so nowadays that definition is debatable
$p00ky said:
Weather works for me after enabling the service in the settings, but not auto rotate (still need to use the Rotation Control app).
Well, it has a SIM card (so can make calls) and the same size as a Galaxy Note so nowadays that definition is debatable
Click to expand...
Click to collapse
rotation worked perfectly for me last time i used the rom i switched back to aicp 13.1 though but i do fully remember that auto rotate was not an issue with rr remix 7.0 when i tested it
---------- Post added at 11:40 PM ---------- Previous post was at 11:36 PM ----------
turbolukex5 said:
New build released, now on the Official channel
Click to expand...
Click to collapse
New build works like a charm. and the only bug i noticed besides the obvious ones like nfc and compass is lockscreen music visualizer does not show up in lock screen when the setting is turned on and music is playing. Other than that the rom is great
Thank you so much for this awesome rom i look forward to future updates
---------- Post added at 11:44 PM ---------- Previous post was at 11:40 PM ----------
dealpapa1 said:
wow wow wow. I can't believe that flo has so many pie.
Click to expand...
Click to collapse
i can't believe it either! Sometimes i think its just a dream but then i realize its reality! This device is 5-6 years old at this point in time and it amazes me that this tablet still gets development from time to time
I would love to have either crdroid pie on flo or havoc os pie on flo too we will have to wait and see if one day we will get those roms but i am grateful for the roms we have already
Great! Now we have official pie rom qwq
But the flashlight switch issue still exist
奶骑永不倒 said:
Great! Now we have official pie rom qwq
But the flashlight switch issue still exist
Click to expand...
Click to collapse
Nexus 7 2013 has LED that can be used as a flashlight ? I think this toggle can be removed
Sent from my whyred using XDA Labs
Very nice Rom is it possible to use otg and charge at same time? like timurs kernel
spartan117701 said:
Very nice Rom is it possible to use otg and charge at same time? like timurs kernel
Click to expand...
Click to collapse
Same kernel that lineage 16.0 uses.
{
"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"
}
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices,
* 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's working :
Everything that worked in last OFFICIAL build.
Instructions :
Download build and copy it to Internal Memory
Reboot to TWRP recovery
Create TWRP Backup (Recommended)
Flash the latest build (Clean Flash if coming from any other build)
Flash Magisk/LineageSU zip (Optional)
Flash GApps/MicroG (Optional)
Reboot
Downloads :
Build: lineage-14.1-20230514-UNOFFICIAL-n7100.zip
MD5: cc8cc8c838fc71e7ce6941d0ee5e490e
TWRP: n7100 TWRP Link
Root Method:
Magisk: here
LineageOS su: here
Addon (GApps/MicroG):
GApps: BiTGApps (arm 7.1.2)
MicroG (Built via FriendlyNeighborhoodShane repo): MinMicroG.zip
Source Code: https://github.com/LineageOS
Device Tree: ComicoTeam/android_device_samsung_n7100 (Thanks @ComicoX for maintaining separate device tree)
Proprietary Files: TheMuppets
Kernel Source: Here
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 3.0.101
Security Patch: May 2023
Created 2020-11-08
Last Updated 2023-05-14
Older Release :
Downloads :
AFH - Samsung Galaxy Note 2 Root Folder (Builds older than July 2022)
SourceForge - n7100
Reserved 1
GOOD!
BUT why 14.1 in this time?
14.1 is good enough than other version?
higger said:
GOOD!
BUT why 14.1 in this time?
14.1 is good enough than other version?
Click to expand...
Click to collapse
Why not ?
May I ask why do you need latest Android as Nougat is still receiving latest security patches?
It depends from person to person. I am using it as a backup device. I don't want latest android, just wanted latest security patch so that in case my daily driver fails, I still have this.
You are free not to use this
You are right~ You are right~ So far Android 7 seems to be the most suitable system for note2~ Maybe I never know the meaning of Android security~ This is my problem
thank you for the rom .
is their away for the option kill app by holding the back button in this rom
because i couldn't find it in he buttons or the developers sections
hello, I have a n7100 with the stock rom. I tried to install this rom via twrp 3.4.0.0 t03g but when flashing it gives me error 7. What did I do wrong?
Thanks.
patria o muerte said:
hello, I have a n7100 with the stock rom. I tried to install this rom via twrp 3.4.0.0 t03g but when flashing it gives me error 7. What did I do wrong?
Thanks.
Click to expand...
Click to collapse
outdated bootloader
Thank you for this ROM. For me it worls perfectly ...
THANKS ....
November 2020 Security Patch
Updated link to ROM with November Security Patches in first post
Build: lineage-14.1-20201119-UNOFFICIAL-n7100.zip
MD5: 84fe673a1a28cddeb3c93b26a9da0d26
Clean or dirty flash ?
---------- Post added at 07:47 PM ---------- Previous post was at 07:29 PM ----------
Yesterday I installed the version from November 6th, 2020 with TWRP 4.0. Worked without errors. Today I wanted the version from November 19th. install dirty. Aborted with error code 7. Any idea ...
---------- Post added at 07:48 PM ---------- Previous post was at 07:47 PM ----------
AbdAbd10 said:
thank you for the rom .
is their away for the option kill app by holding the back button in this rom
because i couldn't find it in he buttons or the developers sections
Click to expand...
Click to collapse
Scroll down to the end of Developer Options. You will find the option there.
Option Enabled in Developer Options
App Killed
hasekev99 said:
Clean or dirty flash ?
---------- Post added at 07:47 PM ---------- Previous post was at 07:29 PM ----------
Yesterday I installed the version from November 6th, 2020 with TWRP 4.0. Worked without errors. Today I wanted the version from November 19th. install dirty. Aborted with error code 7. Any idea ...
---------- Post added at 07:48 PM ---------- Previous post was at 07:47 PM ----------
Click to expand...
Click to collapse
I clean flashed without any issues (Check Attached Screenshot in first post)
Anyone tried a dirty flash ?
patria o muerte said:
hello, I have a n7100 with the stock rom. I tried to install this rom via twrp 3.4.0.0 t03g but when flashing it gives me error 7. What did I do wrong?
Thanks.
Click to expand...
Click to collapse
in v 3.4.0.0 after wiping your phone u have to reboot the phone again to the recovery than install the rom or you will get this error
---------- Post added at 12:59 PM ---------- Previous post was at 12:30 PM ----------
M4Master96 said:
Scroll down to the end of Developer Options. You will find the option there.
Option Enabled in Developer Options
App Killed
I clean flashed without any issues (Check Attached Screenshot in first post)
Click to expand...
Click to collapse
thank you
i reinstall the rom but i guess now i couldn't find the Developer Options but i google it than i fond that i have to click 7 times on the build number for it to appear than i fond the option
thank you again and sorry if i bothered you with my question
Today I flashed the version from 19.11 dirty over the version from 06.11 and it worked. First booted into recovery then cache and dalvik cache deleted then rebooted into recovery and then flashed .... works...
is it just me or .. any apps that have videos in it cant show let say like youtube app or the browsers like firefox or any app with videos the videos cant show or work
and i tried everything give permissions . nothing work
AbdAbd10 said:
is it just me or .. any apps that have videos in it cant show let say like youtube app or the browsers like firefox or any app with videos the videos cant show or work
and i tried everything give permissions . nothing work
Click to expand...
Click to collapse
I have the same issue with video ... I also couldn't figure out why Sorry to here I'm not the only one with this issue. If somebody has an idea how to solve it, i would appreciate it.
A friend who installed it mentioned that this ROM has several bugs. Sensors aren't working. No GPS, No Proximity, No light sensors. The only working sensor is acceleration. As others have reported, videos don't play in apps like youtube. Works only on chrome. Quite a buggy ROM even for a backup phone. Hopefully the dev looks into it in the next release (if any).
konzi said:
I have the same issue with video ... I also couldn't figure out why Sorry to here I'm not the only one with this issue. If somebody has an idea how to solve it, i would appreciate it.
Click to expand...
Click to collapse
Now I have the video working. I did a clean flash instead of a dirty one and restored some apps from backup (oandbackup/titanium backup).
GPS works for me fine with the old and the new security patches.
Thanks for sharing the ROM with use M4Master96 and that you put the work into it just for a backup phone.