In order to really work with wurfl, the Mobile Tools module's weight must be set to 1 in the "system" db table.
Also, the wurfl.module must be bootstrapped (bootstrap=1 in "system db" table), or it wont work at all.
Just try it... It took me all day to find out and solve this!
Comments
Comment #1
trrroy commentedThe same changes are needed to make Mobile Tools work with the Browscap module.
Comment #2
twom commentedHi,
I submitted a patch that uses the drupal_load() function to make sure that the WURFL or Browscap modules are being loaded before invoking the device detection function.
So no need to change the database anymore.
I hope you find time to test it out!!