[WIP] AOSP 7.0 (Nougat)

Status
Not open for further replies.
Search This thread

zaclimon

Inactive Recognized Contributor
Aug 14, 2011
4,365
7,292
Montréal
Last edited:

swiftyste

Senior Member
Mar 10, 2015
104
11
31
Manchester - United Kingdom
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
You are the best. Bring on the bugs its Worth it. Thanks for sharing
 

Link_of_Hyrule

Senior Member
Oct 12, 2010
2,060
769
Ogden, Utah
www.ubermicrostudios.com
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
 

Nexus11

Senior Member
Jan 26, 2011
581
383
28
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)
 
Last edited:

jisoo

Senior Member
Jul 12, 2013
570
502
d-h.st
@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).
 

nbehary

Senior Member
Dec 8, 2010
304
775
Naperville, Il
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)
 

gdr_01

Senior Member
Jul 25, 2015
234
62
It's great to see that our old N7 is still reciving support from devs. Thanks a lot! Can't wait to try it! :)
 
  • Like
Reactions: Lukitron

zaclimon

Inactive Recognized Contributor
Aug 14, 2011
4,365
7,292
Montréal
@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).

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.
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
Hmm, should probably have uploaded it to quantaworks instead... Thanks for the build/mirror.

Envoyé de mon Nexus 7 en utilisant Tapatalk
 
  • Like
Reactions: jisoo

DevSwift1

Senior Member
Oct 29, 2011
1,341
7,956
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

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
 

zaclimon

Inactive Recognized Contributor
Aug 14, 2011
4,365
7,292
Montréal
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

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
 
Last edited:

noahvt

Senior Member
Jan 27, 2013
1,672
662
Antwerpen
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

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!
 

DevSwift1

Senior Member
Oct 29, 2011
1,341
7,956
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!

which gapps you flashed?

---------- Post added at 01:06 PM ---------- Previous post was at 01:01 PM ----------

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

here is logcat

http://pastebin.com/zd22Yhab
 

noahvt

Senior Member
Jan 27, 2013
1,672
662
Antwerpen
which gapps you flashed?

---------- Post added at 01:06 PM ---------- Previous post was at 01:01 PM ----------



here is logcat

http://pastebin.com/zd22Yhab

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
 
Status
Not open for further replies.

Top Liked Posts