I've downloaded the non pro version of the Radius Networks iBeacon Android Library and I have run the sample code from their site here and all works well. However, rather than creating a new region, I want to be able to get the ibeacon data -- uuid, major, minor etc...
So I downloaded the github library and looked through it, however at the moment I'm unable to get the data broadcasting from my beacon...I have bound the iBeaconService to my activity and I'm unsure where to go from here...if anyone can help i'd greatly appreciate it..
You can create a region with a null UUID, major and minor and then range for all iBeacons in this region. This will detect all iBeacons within radio range and give you all of their identifiers.
Here is an example class that does exactly what is described above: