• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

The Ultra Collective

blueether

Elite Member
Jan 21, 2011
3,391
1,639
0
Te Awamutu, New Zealand
The Ultra Collective
//ToDo: What we are about

I'm looking to gather a group of like minded togari users/devs that want to work together to help each other bring the best of android to the ZU. This stems from the Ubuntu Touch thread where 3 of us have face the same errors in porting things to the ZU
@KalleEatingBrain and @Kohelet I'm looking at you ;)

Members
//ToDo: member list

  • BlueEther - Admin
  • - Second Admin
  • - Artist and Writer
  • - Code Monkey
  • Testers: iBuzman,
I'm looking for members to help port useful code and to contribute to our small community

Projects
//ToDo: list of current working projects

Pimped Kernel
CM 11 Kernel
Stock Kernel
Double Tap 2 Wake

Carbon ROM
AOSP
Ubuntu Touch

Git Repos
//ToDo: repos for different things for the ZU

https://github.com/The-Ultra-Collective
Togari kernel with CM and Pimped branches

Index of Useful Posts
//ToDo: keep index upto date


XDA:DevDB Information
The Ultra Collective, ROM for the Sony Xperia Z Ultra

Contributors
blueether
Based On: AOSP, Carbon, Ubuntu, etc

Version Information
Status: Testing

Created 2014-06-29
Last Updated 2014-06-29
 
  • Like
Reactions: NiCk.JaY and pemell

iBuzman

Elite Member
Mar 7, 2011
1,437
654
0
Melbourne
Subscribed... Happy to help, but can't code.. (looking for opportunity to learn but I wouldn't want to waste a team's time indulging me) Tester maybe? (or "grunt" for non difficult stuff - have unlimited download per month, a cygwin linux bash shell and free nights home alone with a pc lol)
 
Last edited:

blueether

Elite Member
Jan 21, 2011
3,391
1,639
0
Te Awamutu, New Zealand
AOSP build error:
Code:
make: *** No rule to make target `out/target/product/togari/obj/KERNEL_OBJ/usr', needed by `out/target/product/togari/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/frameparser.o'.  Stop.
make: *** Waiting for unfinished jobs....
[email protected]:~/dev/aosp$
Fix:
Run make again and it seems to go away. ie only happens on first build after "make clean"
 

S.D.Richards

Senior Member
Jul 15, 2012
227
44
0
AOSP build error:
Code:
make: *** No rule to make target `out/target/product/togari/obj/KERNEL_OBJ/usr', needed by `out/target/product/togari/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/frameparser.o'.  Stop.
make: *** Waiting for unfinished jobs....
[email protected]:~/dev/aosp$
Fix:
Run make again and it seems to go away. ie only happens on first build after "make clean"
So you run `make` -> fails -> `make` (again) -> works? So without another `make clean` in between? Then this is usually a sign for something not building well in parallel or the buildscript being broken. Does it run succesful if you do a `make -j1`?