In the kmakemultires.config or vtour-mres.config I just set mobile and tablet to false and then I choose an appropriate maxcubesize of 8192, 4096 or 2048
levelstep=2 and levels=auto tilesize=512
With 8192 as max I then get this.
<image type="CUBE" multires="true" tilesize="512" progressive="false">
<level tiledimagewidth="8192" tiledimageheight="8192">
<left url="gallaaften.tiles/l5_l_%0v_%0h.jpg" />
<front url="gallaaften.tiles/l5_f_%0v_%0h.jpg" />
<right url="gallaaften.tiles/l5_r_%0v_%0h.jpg" />
<back url="gallaaften.tiles/l5_b_%0v_%0h.jpg" />
<up url="gallaaften.tiles/l5_u_%0v_%0h.jpg" />
<down url="gallaaften.tiles/l5_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="4096" tiledimageheight="4096">
<left url="gallaaften.tiles/l4_l_%0v_%0h.jpg" />
<front url="gallaaften.tiles/l4_f_%0v_%0h.jpg" />
<right url="gallaaften.tiles/l4_r_%0v_%0h.jpg" />
<back url="gallaaften.tiles/l4_b_%0v_%0h.jpg" />
<up url="gallaaften.tiles/l4_u_%0v_%0h.jpg" />
<down url="gallaaften.tiles/l4_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="2048" tiledimageheight="2048">
<left url="gallaaften.tiles/l3_l_%0v_%0h.jpg" />
<front url="gallaaften.tiles/l3_f_%0v_%0h.jpg" />
<right url="gallaaften.tiles/l3_r_%0v_%0h.jpg" />
<back url="gallaaften.tiles/l3_b_%0v_%0h.jpg" />
<up url="gallaaften.tiles/l3_u_%0v_%0h.jpg" />
<down url="gallaaften.tiles/l3_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="1024" tiledimageheight="1024">
<left url="gallaaften.tiles/l2_l_%0v_%0h.jpg" />
<front url="gallaaften.tiles/l2_f_%0v_%0h.jpg" />
<right url="gallaaften.tiles/l2_r_%0v_%0h.jpg" />
<back url="gallaaften.tiles/l2_b_%0v_%0h.jpg" />
<up url="gallaaften.tiles/l2_u_%0v_%0h.jpg" />
<down url="gallaaften.tiles/l2_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="512" tiledimageheight="512">
<left url="gallaaften.tiles/l1_l_%0v_%0h.jpg" />
<front url="gallaaften.tiles/l1_f_%0v_%0h.jpg" />
<right url="gallaaften.tiles/l1_r_%0v_%0h.jpg" />
<back url="gallaaften.tiles/l1_b_%0v_%0h.jpg" />
<up url="gallaaften.tiles/l1_u_%0v_%0h.jpg" />
<down url="gallaaften.tiles/l1_d_%0v_%0h.jpg" />
</level>
</image>
This is the Royal Birthday pano
http://www.panoramas.dk/2010/queen-margrethe-birthday.html
Which is partial but still has to be full spherical with just extra black canvas.
Works fine on my Desire Z Android with full zoom in. iPad and iPhone just use the 1024 size.
Most of the panos are of course not that big but I just choose 2048 as max and get 3 levels.
The only problem is that iPhones will see the seems from the 512 tiles if you zoom in.
I hope Klaus can figure out a solution for that.
http://www.krpano.com/forum/wbb/index.ph…d&threadID=4171
You could also choose a larger tilesize as the basic for ex. 955.
Then you can get this with 3 levels and max cubesize 3820.
<image type="CUBE" multires="true" tilesize="955" progressive="false">
<level tiledimagewidth="3820" tiledimageheight="3820">
<left url="p1.tiles/l3_l_%0v_%0h.jpg" />
<front url="p1.tiles/l3_f_%0v_%0h.jpg" />
<right url="p1.tiles/l3_r_%0v_%0h.jpg" />
<back url="p1.tiles/l3_b_%0v_%0h.jpg" />
<up url="p1.tiles/l3_u_%0v_%0h.jpg" />
<down url="p1.tiles/l3_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="1910" tiledimageheight="1910">
<left url="p1.tiles/l2_l_%0v_%0h.jpg" />
<front url="p1.tiles/l2_f_%0v_%0h.jpg" />
<right url="p1.tiles/l2_r_%0v_%0h.jpg" />
<back url="p1.tiles/l2_b_%0v_%0h.jpg" />
<up url="p1.tiles/l2_u_%0v_%0h.jpg" />
<down url="p1.tiles/l2_d_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="955" tiledimageheight="955">
<left url="p1.tiles/l1_l_%0v_%0h.jpg" />
<front url="p1.tiles/l1_f_%0v_%0h.jpg" />
<right url="p1.tiles/l1_r_%0v_%0h.jpg" />
<back url="p1.tiles/l1_b_%0v_%0h.jpg" />
<up url="p1.tiles/l1_u_%0v_%0h.jpg" />
<down url="p1.tiles/l1_d_%0v_%0h.jpg" />
</level>
</image>
I just did a test on this one.
http://www.panoramas.dk/2010/winter-dec/p2.html
Looks fine on the iPad and this should not give problems with visible tiles on the iPhone.
Hans