[Q] I have built 4.4.X android for nexus 7 wifi 2012. Now what ?

Search This thread

Gagan3019

Member
Nov 18, 2012
12
3
Hi,

I have built aosp for nexus 7 wifi 2012 from default device grouper given in aosp source.Build system has generated all the image files.Now I am stuck , How to install it on my nexus 7.
I searched about it and tried to flash it with fastboot all the images one by one.But system does not boot with build binary.Please help .

Thanks,
 

sgt. meow

Senior Member
Dec 21, 2011
4,423
2,973
25
Dhaka
Try building the ROM with this command.
Code:
make -j# otapackage
Replace # with the number of jobs you want each CPU core to handle.
This generates a flashable ZIP file that you can flash in TWRP or CWM or whatever recovery (except for stock??) you use.
 
  • Like
Reactions: nimbold

TrekHackz

Senior Member
Mar 14, 2014
130
35
This is the wrong section.. you should ask in Q&A.. ;)

Sent from my SM-N9005 using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Try building the ROM with this command.
    Code:
    make -j# otapackage
    Replace # with the number of jobs you want each CPU core to handle.
    This generates a flashable ZIP file that you can flash in TWRP or CWM or whatever recovery (except for stock??) you use.