Oliver Hill
unread,Jun 18, 2013, 9:26:42 AM6/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Hey guys,
I'm putting together a custom ROM for the Nexus 7, and at the moment it is just a clone of AOSP for the Nexus7 (tilapia) with some applications built into the system. As a result, I'm trying to make my own entry into the lunch menu that includes these apps so I don't have to build them individually every time I want to flash a device.
Unfortunately, when I try to flash I am met with:
checking product...
FAILED
Device product is 'tilapia'.
Update requires 'grouper'.
Presumably, the device won't let it flash unless it can identify my ROM as a Tilapia ROM: but as far as I'm aware, I have the requisite BoardConfig and propriety drivers for the Nexus 7, so I'm not sure what I'm missing. If there are any make files you'd like me to post to make things easier to work out, I'd be happy to.
As an aside: I could directly modify the tilapia make files to include my apps, but I'd rather keep things more separate to make it easier to integrate with other devices in the future without having to repeat lots of code.