[NOOBIE] [Script] Build AOSPA Script [All- In- One]

Search This thread

jjaacckk94

Senior Member
Jun 22, 2012
308
215
30
Roma
www.facebook.com
I just did a bash script to set up the Ubuntu Enviroment and build AOSPA from Source...

Download the zip and extract it in your home directory.

Open a teminal and type:
Code:
chmod +x build_first_time_mako.sh

chmod 0755 build_first_time_mako.sh

or:
Code:
chmod +x build_mako.sh

chmod 0755 build_mako.sh


Screenshot:
View attachment 2457815

Enjoy :D
 

Attachments

  • EASY_PA_MAKO.zip
    1.4 KB · Views: 40

carepack

Senior Member
Sep 21, 2010
1,147
756
I just did a bash script to set up the Ubuntu Enviroment and build AOSPA from Source...

Download the zip and extract it in your home directory.

Open a teminal and type:
Code:
chmod +x build_first_time_mako.sh

chmod 0755 build_first_time_mako.sh

or:
Code:
chmod +x build_mako.sh

chmod 0755 build_mako.sh


Screenshot:
View attachment 2457815

Enjoy :D

I've got following error:

File "build/tools/roomservice.py", line 293, in <module>
fetch_dependencies(device)
File "build/tools/roomservice.py", line 246, in fetch_dependencies
raise Exception("ERROR: could not find your device "
Exception: ERROR: could not find your device folder location, bailing out
build/core/product_config.mk:227: *** _nic.PRODUCTS.[[vendor/pa/products/pa_mako.mk]]: "device/lge/mako/full_mako.mk" does not exist

any hints?

thanks
 
Last edited:

ima.monstaaa

Senior Member
Aug 31, 2012
141
47
Hey, this is pretty cool! I'll have to check it out when I'm off work today.

Sent from my Nexus 4 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    I just did a bash script to set up the Ubuntu Enviroment and build AOSPA from Source...

    Download the zip and extract it in your home directory.

    Open a teminal and type:
    Code:
    chmod +x build_first_time_mako.sh
    
    chmod 0755 build_first_time_mako.sh

    or:
    Code:
    chmod +x build_mako.sh
    
    chmod 0755 build_mako.sh


    Screenshot:
    View attachment 2457815

    Enjoy :D