View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#25
Originally Posted by peterleinchen View Post
How did you think of 204?
I disassembled /usr/sbin/icd2 and found:

Code:
.text:000220C4                 CMP     R7, R9
.text:000220C8                 BGT     loc_22138
.text:000220CC                 CMP     R7, #300
.text:000220D0                 BGT     loc_22164
.text:000220D4                 CMP     R7, #200
.text:000220D8                 BEQ     loc_22164
.text:000220DC                 CMP     R7, #204
.text:000220E0                 BNE     loc_22144
.text:000220E4                 MOV     LR, #1
.text:000220E8                 STR     LR, [R10,#0xA4]
.text:000220EC                 LDR     R12, [R4,#0x40]
.text:000220F0                 CMP     R12, #0
.text:000220F4                 BEQ     loc_222C0
I had been thinking about the '200 OK' response code, so when I saw 300, 200 and 204 together, I looked up what 204 meant.

Originally Posted by peterleinchen View Post
I got it working with a local " host "
atm just with a few terminals open but should be doable with a 'service'
gimme a bit more time and I post local solution, so no need for a www host.
How will you detect a wifi hotspot landing page without a www host?
 

The Following 5 Users Say Thank You to ginggs For This Useful Post: