Well dang, getting the OTA is proving more difficult then I thought it would be. If we could get that OTA we might be able to get the KitKat bootloader and kernel and even do some stuff with the old Nabi2's along with getting a TWRP for the Nabi2S.
So if anyone grabs one of these 2S nabis, and it comes with Jellybean grab the OTA(or come here and ask how to), in the meantime anyone with free time on their hands can try brute forcing it. With a little help from tcpdump(wireshark) we can get the update url from the HTTP GET packets. So with the update url we can then try substitution.
Here is the format for quicker work on Linux.
Code:
#!/bin/bash
wget updates.fuhu.com/updates/android/SNB02-NV7A/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt
Substitute the wget with those below for various devices. Anyone have the name for the BIGTAB's? BT-NV20A didn't seem to work.
wget updates.fuhu.com/updates/android/NABIJR-NV5A/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt(doesn't work) #Junior B
wget updates.fuhu.com/updates/android/NABI2-NV7A/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #Nabi Original
wget updates.fuhu.com/updates/android/NABI2-NV7A-UK/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #Nabi Original UK
wget updates.fuhu.com/updates/android/NABI2-NV7A/US-D/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #Nabi2 Disney
wget updates.fuhu.com/updates/android/NABI2-NV7A/US-N/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #Nabi2 Nick
wget updates.fuhu.com/updates/android/DMTAB-NV08B/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #DreamTab Nvidia
wget updates.fuhu.com/updates/android/DMTAB-IN08A/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt # DreamTab Intel
wget updates.fuhu.com/updates/android/NABIXD-NV10A/US/xxx/{1..2}.{0..9}.{0..100}/updates.json? -O files.txt #NabiXD
wget updates.fuhu.com/updates/android/SNB02-NV7A/US/xxx/1.12.140612/FIH-PUBLIC/updates.json? #Nabi2S Added 2/26/15
wget updates.fuhu.com/updates/android/SNB02-NV7A/US/xxx/2.00.141107/FIH-PUBLIC/updates.json?
wget updates.fuhu.com/updates/android/SNB02-NV7A/US/xxx/2.0.141107/FIH-PUBLIC/updates.json?
We are looking for the 2S naming convention. I have tried SNB02-NV7A, NABI2S-NV7A, NABI2-NV7A-2S, etc, but maybe I did it wrong. Notice how on the Disney and Nick its "US-D" I tried substituting that area with 2S, maybe should have tried US-2S... Anyway give it a try.
Works great with al the other Nabi's. It could be that they changed the name between JB and KK too. Here is what I could recover from the product line.