[WIP] AOSP 7.0 (Nougat) - Nexus 7 (2013) Android Development

What's up guys, even though this community isn't as big as the Nexus 5 one, it still doesn't mean that we can't get ourselves some Nougat treatment
Please see this thread for updated builds as I won't be updating this one anymore:
http://forum.xda-developers.com/nexus-7-2013/orig-development/p-aosp-n-7-0-google-shame-t3448008
Sources:
Device tree: https://github.com/zaclimon/android_device_asus_flo
Kernel source: https://github.com/zaclimon/android_kernel_google_msm

Nice! I'll see if I can get it running on my N7 soon.

zaclimon said:
What's up guys, even though this community isn't as big as the Nexus 5 one, it still doesn't mean that we can't get ourselves some Nougat treatment
Note: This isn't by ANY means, a daily driver. Flash at your own risk!! Also, expect crashes because you will see a "ton" of them.
Working:
- Wi-Fi
- Bluetooth
Semi-Working:
- GApps (Google Play Services always crashing due to some missing location permission from what I see)
Not Working:
- Camera
- Audio
How to Flash:
1. Download Zip
2. Flash zip
3. Flash GApps
4. Flash SuperSU (Optionnal)
5. Profit
Note: You will see Fc's all along the setup, just skip them if shown.
Download:
AOSP 7.0 V1 (25/08/16)
GApps:
http://opengapps.org/
Sources:
Device tree: https://github.com/zaclimon/android_device_asus_flo
Kernel source: https://github.com/zaclimon/android_kernel_google_msm
Click to expand...
Click to collapse
You are the best. Bring on the bugs its Worth it. Thanks for sharing

Thanks for sharing!!
나의 SM-G900K 에서 보냄

What about gps and video play back? Also games that use the gpu? Anyways great work and many thanks!
It would be amazing if someone made a tool to repartition our Nexus 7 and actually use the new update system ?
Sent from my Nexus 7 using Tapatalk

It's a pity...flashing fails on multirom as a second rom....
Gesendet von meinem Nexus 7 mit Tapatalk

I may be able to help with this
PS : Make a mirror since Basketbuild seems to be going on and offline at any given point as of late (think they're still working out some transferring)

@zaclimon -- Appreciate you sharing your work with the device tree and kernel. I'm working on getting AOSP 7.0 running on the flo as well.
Can I ask what you are using for proprietary files? Just a standard set from Marshmallow, or did you need to make any substitutions? What about other repos, would it be possible to have a list of the QC stuff you used for the build, or even a look at your build manifest?
My efforts are going to progress a lot slower than yours, but once I get a build running on the device, I will look at the audio issue as well (if that is still current at that point).

Can someone provide a different download link? Basketbuild is down once again...

Also interested in helping, I'm not at all an expert, but way back when I did get location working on the N7 '13 the night the KK source dropped, I think first, not that I care. Now that there's a real, "we're never getting an official release" situation, I'd like to try my hand at making it work. (I'm literally just rebooting to try and setup building. Stupid Deus Ex release the day the source came out. Have a building M tree from 2 weeks ago to start with though)

It's great to see that our old N7 is still reciving support from devs. Thanks a lot! Can't wait to try it!

I see that basketbuild is closed for now. If someone want test 7.0 here is my build http://forum.xda-developers.com/showpost.php?p=68356872&postcount=17

DevSwift1 said:
I see that basketbuild is closed for now. If someone want test 7.0 here is my build http://forum.xda-developers.com/showpost.php?p=68356872&postcount=17
Click to expand...
Click to collapse
What's the decryption key?
Sent from my Nexus 7 using Tapatalk

Wannabedeveloper said:
What's the decryption key?
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Oh.. here is link with key https://mega.nz/#!vEcjUA6B!qOOaKU61nVdBNHEPz3NzTpAykU_amubI51xC_i50jbM

jisoo said:
@zaclimon -- Appreciate you sharing your work with the device tree and kernel. I'm working on getting AOSP 7.0 running on the flo as well.
Can I ask what you are using for proprietary files? Just a standard set from Marshmallow, or did you need to make any substitutions? What about other repos, would it be possible to have a list of the QC stuff you used for the build, or even a look at your build manifest?
My efforts are going to progress a lot slower than yours, but once I get a build running on the device, I will look at the audio issue as well (if that is still current at that point).
Click to expand...
Click to collapse
I only used standard marshmallow vendor files and it worked (took krexus as it was updated up to July I believe) everything else is mostly stock except for some qcom/media stuff I had to modify to make mako compile.
DevSwift1 said:
I see that basketbuild is closed for now. If someone want test 7.0 here is my build http://forum.xda-developers.com/showpost.php?p=68356872&postcount=17
Click to expand...
Click to collapse
Hmm, should probably have uploaded it to quantaworks instead... Thanks for the build/mirror.
Envoyé de mon Nexus 7 en utilisant Tapatalk

zaclimon said:
I only used standard marshmallow vendor files and it worked (took krexus as it was updated up to July I believe) everything else is mostly stock except for some qcom/media stuff I had to modify to make mako compile.
Hmm, should probably have uploaded it to quantaworks instead... Thanks for the build/mirror.
Envoyé de mon Nexus 7 en utilisant Tapatalk
Click to expand...
Click to collapse
I think we should focus now on audio, I builded audio with BOARD_USES_LEGACY_ALSA_AUDIO:= true flag but i think we should compile with BOARD_USES_ALSA_AUDIO:= true

DevSwift1 said:
I think we should focus now on audio, I builded audio with BOARD_USES_LEGACY_ALSA_AUDIO:= true flag but i think we should compile with BOARD_USES_ALSA_AUDIO:= true
Click to expand...
Click to collapse
Do you mean to build only with alsa current and not legacy?
Also, there could be some selinux stuff that doesn't let the audio work.
Envoyé de mon Nexus 7 en utilisant Tapatalk

DevSwift1 said:
I think we should focus now on audio, I builded audio with BOARD_USES_LEGACY_ALSA_AUDIO:= true flag but i think we should compile with BOARD_USES_ALSA_AUDIO:= true
Click to expand...
Click to collapse
OK, I just tested your build and it boots fine, here is a list of things that don't seem to work:
Audio
Camera
Bluetooth
video streaming (a youtube video plays for a few seconds and then stops)
GPS
What seems to work fine:
WiFi
Brightness control
GAPPS
GPU
Great work so far though!

noahvt said:
OK, I just tested your build and it boots fine, here is a list of things that don't seem to work:
Audio
Camera
Bluetooth
video streaming (a youtube video plays for a few seconds and then stops)
GPS
What seems to work fine:
WiFi
Brightness control
GAPPS
GPU
Great work so far though!
Click to expand...
Click to collapse
which gapps you flashed?
---------- Post added at 01:06 PM ---------- Previous post was at 01:01 PM ----------
zaclimon said:
Do you mean to build only with alsa current and not legacy?
Also, there could be some selinux stuff that doesn't let the audio work.
Envoyé de mon Nexus 7 en utilisant Tapatalk
Click to expand...
Click to collapse
here is logcat
http://pastebin.com/zd22Yhab

DevSwift1 said:
which gapps you flashed?
---------- Post added at 01:06 PM ---------- Previous post was at 01:01 PM ----------
here is logcat
http://pastebin.com/zd22Yhab
Click to expand...
Click to collapse
I flashed opengapps micro for 7.0, GP Services kept force closing on me but that was easily fixed by going to Settings>Apps>Google play services>Permissions and granting it all permissions

Related

Purenexus 7.0 [beta][unofficial]

Disclaimer:
We are not responsible for anything that may happen to your tablet as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
"This is a user friendly thread. All feature requests will be heard and considered. I am not against anything that doesn't stray too far away from the original idea of the ROM! Helping one another is also encouraged! Please be respectful and you will always be treated the same way, we are all here for a good experience."
About:
The Pure Nexus Project aims to bring stability and features to your Nexus device, while keeping Google's vision in line and not straying too far away from that. If you are looking for a stable ROM with true tested features and minimal bugs, then this is the place to be.
What works:
Audio
Brightness
GPU Acclereration
Bluetooth
Wifi
GPS
NFC
Location services
Camera and video recording
Video playback
MTP
Sensors
Bugs:
- very poor 1080p video recording quality
XDA:DevDB Information
PURENEXUS, ROM for the Nexus 7 (2013)
Contributors
simplyme2908, DevSwift1, zaclimon
Source Code: https://github.com/aosp-msm8960
ROM OS Version: 7.x Nougat
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: V1.0
Beta Release Date: 2016-09-15
Created 2016-09-15
Last Updated 2016-10-17
Downloads
https://drive.google.com/file/d/0BwiZcEcv1AOwSU5rNzE4S3IxR2M/view?usp=sharing
Gaaps
opengapps.org
Reserved.
Flash this for cam and launcher to work
https://www.dropbox.com/s/2o7pzuqlgdh0m4k/launcher&cam.zip?dl=0
pss34 said:
Kewl. It would be great to have N-based PN.
:x!
Click to expand...
Click to collapse
Isn't this N-based?!
great work. i love it its really snappy but the google play store permissions dont work. but easy fix well done keep bashing out great builds
swiftyste said:
great work. i love it its really snappy but the google play store permissions dont work. but easy fix well done keep bashing out great builds
Click to expand...
Click to collapse
Hi, the permissions issue can be sorted by using a newer gaaps package.
simplyme2908 said:
Hi, the permissions issue can be sorted by using a newer gaaps package.
Click to expand...
Click to collapse
still happens i just flashed with the latest 15 september 2016 on gapps website
Great to see another build that supports flo on N...
Very much appreciated...very...
Thanks.
swiftyste said:
still happens i just flashed with the latest 15 september 2016 on gapps website
Click to expand...
Click to collapse
That's strange I flashed pico and it worked fine.
MT2-User said:
Isn't this N-based?!
Click to expand...
Click to collapse
Yes it is. Why don't you flash and see.
pss34 said:
Kewl. It would be great to have N-based PN.
:x!
Click to expand...
Click to collapse
MT2-User said:
Isn't this N-based?!
Click to expand...
Click to collapse
simplyme2908 said:
Yes it is. Why don't you flash and see.
Click to expand...
Click to collapse
I knew it's N. Thanks. I wasn't asking the question.
Those this include substratum and all other pure nexus features or is it just pure AOSP?
simplyme2908 said:
That's strange I flashed pico and it worked fine.
Click to expand...
Click to collapse
can you upload your gapps package or let us know the date of your gapps package. I'm having same force close issues related to permissions.
simplyme2908 said:
Reserved.
Looks like the build left out launcher and camera, flash this to fix.
https://www.dropbox.com/s/2o7pzuqlgdh0m4k/launcher&cam.zip?dl=0
Click to expand...
Click to collapse
This link isn't working for me.. can you mirror it or has the issue been fixed?
Tried flashing open gaaps micro and pico from different dates and setting permissions to no avail, playstore acts crazy!
Xmaster24 said:
Those this include substratum and all other pure nexus features or is it just pure AOSP?
Click to expand...
Click to collapse
Hi,
Currently most of the features haven't been added yet. This only an initial build. I'll update once there is a change upstream. But everything works as it should so that's good.
imritechere said:
Tried flashing open gaaps micro and pico from different dates and setting permissions to no avail, playstore acts crazy!
Click to expand...
Click to collapse
That seems to be a gaaps issue with nougat in general. If you have any issues with the ROM do let me know.
simplyme2908 said:
That's strange I flashed pico and it worked fine.
Click to expand...
Click to collapse
It sure is. I will flash with my gf tablet and report back
Might just be a one time thing but great work
I'm using another N build, and nano og works fine....
Cheers.
drt054 said:
This link isn't working for me.. can you mirror it or has the issue been fixed?
Click to expand...
Click to collapse
http://bit.ly/2cWbbFv
here is a direct link from one drive.
simplyme2908 said:
Hi,
Currently most of the features haven't been added yet. This only an initial build. I'll update once there is a change upstream. But everything works as it should so that's good.
Click to expand...
Click to collapse
Thanks for the reply, the main feature I'm looking for is substratum seeing as a lot of Nougat builds on other devices already have this but not this device so far, also how much those this differ from @DevSwift1 s builds currently if at all?

[MOD] Launch any app with the screen off gestures

Introduction
LaunchAnyApp is a mod to create the option to choose which app launches when you draw one of the screen off gestures.
I made this because I never used the gestures and thought it was more useful if it launched another app. Don't think you can't use the normal action anymore, you can choose the default action.
Features:
* Choose the app or shortcut you want to launch
* Choose to enable haptic feedback per gesture
* Easy to understand
* Every gesture can launch something you want
Download
CM-14.1 prototype:
https://www.androidfilehost.com/?w=files&flid=126640
CM-13.0:
https://www.androidfilehost.com/?w=files&flid=128231
Installation
Flash the zip with your favorite custom recovery
I am not responsible for bricked or dead devices.
Read and proceed with caution before flashing anything.
Always make a backup! Something always can go wrong.
Source
CM:
https://github.com/Thomson2412/android_device_oppo_common
XDA:DevDB Information
LaunchAnyApp, Tool/Utility for the OnePlus 3
Contributors
Thomson2412
Version Information
Status: Testing
Created 2016-11-04
Last Updated 2016-11-25
Reserved
Changelog:
CM-14.1 20161027:
* Initail release
expected bugs:
* After reboot gestures are turend off by default
* Gesture screen title is wrong​
Reserved
This is a mod I originally created for the oneplus one. People requested it for other oneplus devices so here it is.
As I have no oneplus 3 to test it on I will rely on you guys for feedback and bug reports.
Hope you guys enjoy this mod and have a good day
This is brilliant it was high time we needed this. Does it really have to be CM14.1 or does it work for CM13 roms as well like BJRR?
Is this working only with CM rom? Is it working with official rom too? Currently I'm using rooted stock 3.27 rom..
Sent from my ONEPLUS A3003 using Tapatalk
DrunkenDragon said:
This is brilliant it was high time we needed this. Does it really have to be CM14.1 or does it work for CM13 roms as well like BJRR?
Click to expand...
Click to collapse
OP updated with cm-13.0 version.
Could you test if it works?
blu3angel said:
Is this working only with CM rom? Is it working with official rom too? Currently I'm using rooted stock 3.27 rom..
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
99.9% sure it will not, but I won't keep you from trying
It can work on cm based custom roms tho
Thomson2412 said:
OP updated with cm-13.0 version.
Could you test if it works?
Click to expand...
Click to collapse
I tried but it did not work, flashing did not show up any error but i see files did not change. Although i did not try manual copy of files. Keyhandler framework which is in rom is of 447kb and the one you've provided is 181kb.
Sent from my ONEPLUS A3003 using Tapatalk
DrunkenDragon said:
I tried but it did not work, flashing did not show up any error but i see files did not change. Although i did not try manual copy of files. Keyhandler framework which is in rom is of 447kb and the one you've provided is 181kb.
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
Thanks for the quick feed back! Will take a look at it
What rom are you using?
Thomson2412 said:
Thanks for the quick feed back! Will take a look at it
What rom are you using?
Click to expand...
Click to collapse
I am on BJRR 18'oct build.
Sent from my ONEPLUS A3003 using Tapatalk
That's a brilliant idea, I'm running oos on my OnePlus x, do you think it would work on it if I flash cm 13 or 14 ?
I know the best way is to try but if you say it won't, I'll save some time hehe.
J0kker said:
That's a brilliant idea, I'm running oos on my OnePlus x, do you think it would work on it if I flash cm 13 or 14 ?
I know the best way is to try but if you say it won't, I'll save some time hehe.
Click to expand...
Click to collapse
I have posted a version for the opx in my original thread of the opo.
I don't remember anyone trying it or at least nobody said something about it but I think it should work.
Maybe you can install multirom or something to make and test it on a second rom to make your life easier?
opx version is attached
Owh its for cm1-3.0 btw
DrunkenDragon said:
I am on BJRR 18'oct build.
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
In wich folder did you find the KeyHandler?
Do you have a link to the thread? I'm not sure what you are using
After trying the one for oneplus x I can confirm it works on cm13, didn't on dirty unicorn and didn't try on oos yet, but that's an awesome project, but I guess the changes are device/rom specifics?
It would be to good to have this working on any rom or device, and too much work to make one for each, I would love to help with oneplus x but this must need some dev knowledge I don't have
Anyway, thanks for this, that's awesome (I'll probably stick with cm 13 because of you lol)
Thomson2412 said:
In wich folder did you find the KeyHandler?
Do you have a link to the thread? I'm not sure what you are using
Click to expand...
Click to collapse
This is the thread of the rom
http://forum.xda-developers.com/oneplus-3/development/rom-resurrection-remix-m-t3399960
The KeyHandler was in system/framework
Sent from my ONEPLUS A3003 using Tapatalk
DrunkenDragon said:
This is the thread of the rom
http://forum.xda-developers.com/oneplus-3/development/rom-resurrection-remix-m-t3399960
The KeyHandler was in system/framework
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
I'm sorry I don't know why there is a difference in the KeyHandler, it looks like the rom uses the same base repo, but idk
Thomson2412 said:
I'm sorry I don't know why there is a difference in the KeyHandler, it looks like the rom uses the same base repo, but idk
Click to expand...
Click to collapse
Same here, even am baffled. It should work logically though
Sent from my ONEPLUS A3003 using Tapatalk
Any developments in progress?
Sent from my ONEPLUS A3003 using Tapatalk
DrunkenDragon said:
Any developments in progress?
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
Soon, kinda busy right now and probably only bug fixes unless you want a new feature (that is not adding more gestures)
New CM-14.1 build: https://www.androidfilehost.com/?fid=529152257862684287
* After reboot gestures on/off settings are kept
* Gesture screen title is correct
Enjoy

[ROM][UNOFFICIAL][THEA][6.0.1] LineageOS 13.0 - Security Patch Level: 2018.01.01

LineageOS is a free, community built, aftermarket firmware distribution of Android 6.0.1 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
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.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Code:
#include <std/disclaimer.h>
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or the current
* economic crisis caused by you following these directions. YOU are choosing to make these
* modificiations, and if you point your finger at me for messing up your device, I will
* laugh at you.
*/
IMPORTANT NOTE:
I'm not a developer in the actual sense. I'm just compiling this ROM according to T H I S manual. I'm not able - due to time constrains - to actually alter code or provide bugfixes. This is done by the active developers or by you!
Furthermore, I try to build on a daily basis but I can not promise daily builds. Nevertheless, I hope you enjoy the effort I put into this and are able to benefit from it.
This project is designed to stop, once there are official builds for our device available H E R E.
What's working:
Boots
RIL (Calls, SMS, Data)
Wifi
Camera (Photos)
Audio (Playback)
Sensors
SuperSu
Magisk
XposedFramework
Not tested:
Bluetooth
Video Playback
Audio (Record)
Instructions:
Download build and gapps (if wanted)
Reboot to recovery (TWRP recommended)
Flash build (and gapps, SuperSu, XposedFramework, etc.)
Reboot
Downloads:
ROM
OpenGapps
Credits:
@LuK1337
@luca020400
Created: 2017-01-30
XDA:DevDB Information
[ROM][UNOFFICIAL][THEA][6.0.1] LineageOS 13.0, ROM for the Moto G 2014 LTE
Contributors
gothicVI
Source Code: https://github.com/LineageOS
ROM OS Version: 6.0.x Marshmallow
Based On: LineageOS
Version Information
Status: Snapshot
Created 2017-08-16
Last Updated 2018-01-21
gothicVI said:
This project is designed to stop, once there are official builds for our device available H E R E.
Click to expand...
Click to collapse
Buddy if they keep going like cm was mantained, i don't think ineage13 official will see any builds.
You can build UNOFFICIALs whit integrated su.
export WITH_SU=true
It will build the zip whit the new supersu addon from lineage team, or at least it should, don't know if this work on lineage13 too.
Xposed addicted i suppose ?
dr.nic said:
Buddy if they keep going like cm was mantained, i don't think ineage13 official will see any builds.
[...]
Xposed addicted i suppose ?
Click to expand...
Click to collapse
Then I'll have to build it myself, until nougat XposedFramework is out
dr.nic said:
You can build UNOFFICIALs whit integrated su.
export WITH_SU=true
It will build the zip whit the new supersu addon from lineage team, or at least it should, don't know if this work on lineage13 too.
Click to expand...
Click to collapse
I know about that. But as far as I know, this su solution is quite similar to the cm-su one. However, I don't like that su solution at all and prefer SuperSu by @Chainfire.
Im curious, is there a difference if lineage would compile these builds and you do? I mean, its the same sourse, why would there be any bugs? Also, have you thought about contacting Lineage to make your builds official instead?
Arcline said:
Im curious, is there a difference if lineage would compile these builds and you do? I mean, its the same sourse, why would there be any bugs?
Also, have you thought about contacting Lineage to make your builds official instead?
Click to expand...
Click to collapse
I also don't see any difference.
I haven't contacted them and I also don't plan to do so. I guess the solution of distribution via androidfilehost is totally sufficient.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Tried the rom today, Its great! No bugs, smooth, great work!
Arcline said:
Tried the rom today, Its great! No bugs, smooth, great work!
Click to expand...
Click to collapse
That's great to hear! Thanks!
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Hey, the rom is great, fast and with good battery life.
I just wanted to ask you: what's there in the updates?
Marianopela said:
Hey, the rom is great, fast and with good battery life.
I just wanted to ask you: what's there in the updates?
Click to expand...
Click to collapse
Please take a look at the changelog linked in the op.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
gothicVI said:
Please take a look at the changelog linked in the op.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Click to expand...
Click to collapse
Ok, so changes are all of the ones listed on the “general” changelog, aren't they?
Marianopela said:
Ok, so changes are all of the ones listed on the “general” changelog, aren't they?
Click to expand...
Click to collapse
In principle yes, however not all of them are thea specific. There are a lot of device specific commits due to the fact that other devices have active maintainers. This is not the case for thea and thus only the general lineage code changes affect the builds.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Truth be told there is no need for Thea specific changes, since it was stable enough as CM13. Think of updates as security related or some minor corrections. Lineage already ditched MM support going for Nougat instead, just look at the changelog in cmxlog. Pretty small for a few months.
Arcline said:
Truth be told there is no need for Thea specific changes, since it was stable enough as CM13. Think of updates as security related or some minor corrections. Lineage already ditched MM support going for Nougat instead, just look at the changelog in cmxlog. Pretty small for a few months.
Click to expand...
Click to collapse
That is completely true. Actually I'm still waiting for the May security patches to be merged...
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Finally the Mai security patches have been merged! You can download the latest build directly from here.
Screener app creating problem... Else fine... Thanks for the ROM... I would request you to update security patches when available/possible...
Krishanu007 said:
Screener app creating problem... Else fine... Thanks for the ROM... I would request you to update security patches when available/possible...
Click to expand...
Click to collapse
What exactly is the problem? Are you sure it's ROM related?
I'm checking daily for new commits and upload new builds whenever there are new ones. Sadly it takes quite some time recently until the security patches are available (see, e.g, my post directly above yours).
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Hey,
Thanks for your ROM, works nicely !
Only little problem is the camera; a bit laggy in some apps (Snapchat, ..)
Keep up this great work !
Finally the June security patches have been merged!
Khwaja7 said:
Hey,
Thanks for your ROM, works nicely !
Only little problem is the camera; a bit laggy in some apps (Snapchat, ..)
Keep up this great work !
Click to expand...
Click to collapse
Try the new build - eventually perform a fresh install including wiping data.
gothicVI said:
Try the new build - eventually perform a fresh install including wiping data.
Click to expand...
Click to collapse
Just installed it, seems to be a bit faster.
I'll perform a fresh install tonight.
gothicVI said:
What exactly is the problem? Are you sure it's ROM related?
I'm checking daily for new commits and upload new builds whenever there are new ones. Sadly it takes quite some time recently until the security patches are available (see, e.g, my post directly above yours).
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Click to expand...
Click to collapse
When it's installed, settings, launcher getting stopped... Then need to format data, to use...
---------- Post added at 07:39 AM ---------- Previous post was at 07:38 AM ----------
gothicVI said:
Finally the June security patches have been merged!
Try the new build - eventually perform a fresh install including wiping data.
Click to expand...
Click to collapse
Thanks for updating security patches...:good::good::good:

[ROM] [FLO] Stock Pure Official Unrooted/Unmodified 6.0 MRA58V Flashable

Hello everyone this is a purely stock flashable official marshmallow ROM for the nexus 7 2013 Flo version! It is based on the official stock 6.0 RAZOR MRA58V build, ROM and image for our nexus 7 2013 edition with nothing modified or removed in the ROM. I was trying to look for something like this but could not find it so i decided to make it myself. This ROM is always compatible with multirom also! The ROM base is not mine it belongs to Google and ASUS those are the people who made the ROM and the device. Hopefully this ROM can benefit you in some way so i hope you enjoy
Link to nexus firmware here:
https://developers.google.com/android/images
If someone could link me to the rom and kernel sources that would be great thanks
ROM Details:
Completely Stock
Unrooted
Unmodified
Pure Official Stock 6.0 RAZOR MRA58V
Flashable through twrp or other recovery such as cwm or philz i hope
Of course you can flash latest supersu and xposed
Download build here: https://www.androidfilehost.com/?fid=962021903579487768
Please give thanks if you can
reserved
JT1510365 said:
reserved
Click to expand...
Click to collapse
Thanks I will give it a try
Sent from my OnePlus5 using XDA Labs. Are GApps included? I assume so since it is installed with ADB /fastboot
lollyjay said:
Thanks I will give it a try
Click to expand...
Click to collapse
Thanks let me know how it goes
lollyjay said:
Thanks I will give it a try
Click to expand...
Click to collapse
yes gapps is included not latest gapps in main rom but debloated version will have latest gapps built in and i will update the rom every once in a while when the stock apps get updated
im also working on a lollipop version as well as a 6.0.1 mm version
Would you be willing to do a version for deb?
Is there any way to incorporate a fix for the Krack vulnerability into this ROM?
blueberry.sky said:
Would you be willing to do a version for deb?
Click to expand...
Click to collapse
No sorry I don't have that device
flamingspartan3 said:
Is there any way to incorporate a fix for the Krack vulnerability into this ROM?
Click to expand...
Click to collapse
I have no idea what your talking about
JT1510365 said:
I have no idea what your talking about
Click to expand...
Click to collapse
Flamingspartan3 is referring to the massive WiFi protocol vulnerability affecting Windows, Mac, iOS, Linux, Android 6+. It's especially bad for Android. Allows wifi decryption within seconds with little effort.
Ars - How the KRACK attack destroys nearly all Wi-Fi security
xda-developers.com/wpa2-wifi-protocol-vulnerability-krack/
Patches can be grabbed from lineage
xda-developers.com/future-lineageos-14-1-builds-safe-krack/
blueberry.sky said:
The massive WiFi protocol vulnerability affecting Windows, Mac, iOS, Linux, Android 6+. It's especially bad for Android. Allows wifi decryption within seconds with little effort.
Ars - How the KRACK attack destroys nearly all Wi-Fi security
xda-developers.com/wpa2-wifi-protocol-vulnerability-krack/
Patches can be grabbed from lineage
xda-developers.com/future-lineageos-14-1-builds-safe-krack/
Click to expand...
Click to collapse
I wouldn't know how to implement it sorry
ignore
Still working on the debloated version?
Like this project, want to go back to the original
hheegg said:
Still working on the debloated version?
Like this project, want to go back to the original
Click to expand...
Click to collapse
Yeah thanks im glad you like this Rom i am still working on the debloated version as well as the 6.0.1 marshmallow build
Thanks for this! But isn't MOB30X the latest (and i'm assuming last) build?
gleggie said:
Thanks for this! But isn't MOB30X the latest (and i'm assuming last) build?
Click to expand...
Click to collapse
yeash im working on that build too i believe its based off of 6.0.1 i just wanted to get this one out of the way and i can only work on devices that i have so i cant do deb unfortanetly
i just have been so busy with my job at mcdonalds but i promise i will get to it pac rom unofficial lp build is also coming tonight by me
blueberry.sky said:
Flamingspartan3 is referring to the massive WiFi protocol vulnerability affecting Windows, Mac, iOS, Linux, Android 6+. It's especially bad for Android. Allows wifi decryption within seconds with little effort.
Ars - How the KRACK attack destroys nearly all Wi-Fi security
xda-developers.com/wpa2-wifi-protocol-vulnerability-krack/
Patches can be grabbed from lineage
xda-developers.com/future-lineageos-14-1-builds-safe-krack/
Click to expand...
Click to collapse
i will look into this maybe i can get in contact with someone who can tell me how to implement this thanks for letting me know
2013 Nexus 7 recovery
Is it possible to get more information on a 2013 Nexus 7 recovery process on a Mac? I started the process but am confused to how to complete the process.
---------- Post added at 11:29 AM ---------- Previous post was at 11:22 AM ----------
Is it possible to get more information on a 2013 Nexus 7 recovery process on a Mac? I started the process but am confused to how to complete the process.
Need help on wiped Nexus 7
Hi - I am new to Android ROMS . I have a Nexus 7 that was getting slow . So I installed TWRP and LineageOS 14.1 on it. Accidentally , I deleted the OS . Now I can get to only recovery mode. Will this ROM help me restore the orginal OS . If yes , how to go about it
Thanks in Advance

[ROM][9.0][UNOFFICIAL] LineageOS 16.0 [EOL]

Hello. i'm not developer just rom builder
i built this because i hate mokee os
i used https://github.com/xiaomi-sdm660 repos for build this
thanks for them
working
- boot
- touch
- wifi
- sound
- etc
- ril
- volte (maybe)
not working
- smart cover (cover wifh on/off func)
- bt sound output (maybe fixed?)
download lastest
https://www.androidfilehost.com/?w=files&flid=287272
have fun
credit / thanks for
- GuaiYiHu (maintainer of mokee)
- rcstar6696 (maintainer of carbonrom)
- PythonLimited (Kernel Dev)
download [12/26]
https://www.androidfilehost.com/?fid=11410963190603882587
download [12/17]
https://androidfilehost.com/?fid=11410963190603877106
download [12/15]
https://www.androidfilehost.com/?fid=11410963190603875461
download [12/12]
https://www.androidfilehost.com/?fid=11410963190603873206
download [12/09]
https://www.androidfilehost.com/?fid=11410963190603870402
download [12/04]
https://www.androidfilehost.com/?fid=11410963190603865830
delete
thx for good work
jpg3927 said:
Hello. i'm not developer just rom builder
i built this because i hate mokee os
i used https://github.com/xiaomi-sdm660 repos for build this
thanks for them
working
- boot
- touch
- wifi
- sound
- etc
not working
- smart cover (cover wifh on/off func)
- bt sound output
can't check
- ril
- volte
download
https://www.androidfilehost.com/?fid=11410963190603865830
have fun
Click to expand...
Click to collapse
Thanks bro!!!
Downloaded and now installing... Thanx for great work!
---------- Post added at 04:14 PM ---------- Previous post was at 03:16 PM ----------
works everything fine! (wifi only model) very good!!
jpg3927 said:
Hello. i'm not developer just rom builder
i built this because i hate mokee os
i used https://github.com/xiaomi-sdm660 repos for build this
thanks for them
working
- boot
- touch
- wifi
- sound
- etc
not working
- smart cover (cover wifh on/off func)
- bt sound output
can't check
- ril
- volte
download
https://www.androidfilehost.com/?fid=11410963190603865830
have fun
Click to expand...
Click to collapse
To my surprise, DT2W is working fine.
And WTF?You tell a lie! The magnet cover works normally!!!!!!!!!!!!!!!!!
leejaywon said:
Downloaded and now installing... Thanx for great work!
---------- Post added at 04:14 PM ---------- Previous post was at 03:16 PM ----------
works everything fine! (wifi only model) very good!!
Click to expand...
Click to collapse
How about mtp. My is disabled but my friend's works fine. Do you know how to deal with it?
KuroNoSeiHai said:
How about mtp. My is disabled but my friend's works fine. Do you know how to deal with it?
Click to expand...
Click to collapse
mine is working fine.... hmm....;;
leejaywon said:
mine is working fine.... hmm....;;
Click to expand...
Click to collapse
which MIUI version before you flash this?
KuroNoSeiHai said:
which MIUI version before you flash this?
Click to expand...
Click to collapse
ah, I was using MOKEE 8.1 nightly version. maybe that's the difference...
leejaywon said:
ah, I was using MOKEE 8.1 nightly version. maybe that's the difference...
Click to expand...
Click to collapse
I use my friend's pc,and works fine. Mine is working when turn on USB debugging. So I think it due to my PC.
jpg3927 said:
reserved
Click to expand...
Click to collapse
Test it. Volte is working and I can call anyone.
So, why should I make my mokee device tree and kernel source for mi pad 4 public?
You took my fixes without any appreciation, instead, blame our mokee as you hate that?
So rude and impolite are you that I, as the maintainer of mi pad 4 in mokee team, cannot tolerate any more.
Please remove your first line and make an APOLOGIZE sincerely for your rude behavior.
GuaiYiHU said:
So, why should I make my mokee device tree and kernel source for mi pad 4 public?
You took my fixes without any appreciation, instead, blame our mokee as you hate that?
So rude and impolite are you that I, as the maintainer of mi pad 4 in mokee team, cannot tolerate any more.
Please remove your first line and make an APOLOGIZE sincerely for your rude behavior.
Click to expand...
Click to collapse
Mod edit google translate:
Wow! Is it really big, will consider sending lineage os 16?
哇!是真虎大,会考虑发lineage os 16吗?
Would i be able to install this rom if my mipad is with MIUI Version 9.6.7.0?
pornaosp is here
anyone need pornaosp?
What pornaosp? BTW u indirectly offended mokee maintainer and also used his sources
xzr3b0rnzx said:
What pornaosp? BTW u indirectly offended mokee maintainer and also used his sources
Click to expand...
Click to collapse
yep. his source is opened on github
jpg3927 said:
yep. his source is opened on github
Click to expand...
Click to collapse
Are you actually serious? That's just asking for him to make them private. Without his work you wouldn't even be able to build a rom. At least pretend to show a tiny bit of respect.

Categories

Resources