Results 8 comments of Adam Meyer

I got it to work with my Di2 thanks to @kwakeham If you set the NetworkKey to 0xA9, 0xAD, 0x32, 0x68, 0x3D, 0x76, 0xC7, 0x4D Device Type to 0x1 Channel...

I don't know about the attacks, but you can get the candy like this ``` pokeAPI.GetInventory(function(err, inventory) { var inventoryItems = inventory.inventory_delta.inventory_items; for(var i =0; i < inventoryItems.length; i++){ var...

I never got it working. I had it setup where it would login every 30min - Just using a timeout

If it is always null I'm guessing they banned you. But when my account was working I was having issues where it would come back null at times. So I...

I enabled CapturedPokemonId in pokemon.proto and changed to a fixed64. I also enabled CaptureAward in pokemon.proto. Now I at least get something good. ``` CapturedPokemonId: Long { low: 231617896, high:...

To enable CaptureAward I just went into pokemon.proto and enabled it. It is commented out for some reason.

Basically you have to wait for your API call to complete before you do another. So in the for loop looking for catchable pokemon, I exit the loop (either return...