Updating of Sashimi Auto Install Required for new 6.5.1 buil

SASHIMI Installer. Post any questions, comments, requests regarding SASHIMI here.

Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby zard » Sat Aug 15, 2009 8:51 pm

Shadowline over at XDA Topaz Forum has been cooking new builds of 6.5.1. These new builds (23022 onwards - see thread link) comes with touch friendly icons in the file manager amongst others. The auto sequence in Sashimi is not able to automatically click on this new locations for Storage Card auto installation. Hope this could be added to "To do" list. Thank you.

http://forum.xda-developers.com/showpos ... tcount=461
zard
Founding Member
 
Posts: 14
Joined: Mon Oct 13, 2008 8:41 am

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby bengalih » Mon Aug 17, 2009 10:26 am

That link to a post doesn't seem to really have any information regarding what you reference - if you could perhaps link to some posts that explain in more detail what you refer to as "touch friendly icons"

Also, screen shots and a more thorough explanation of the problem (if it is not clear from the screen shot).

And finally, I work on only a Kaiser/TyTnII - so if there isn't a version of the ROM that has similar attributes for that device, it is unlikely there will be a lot of progress.

I am not following the scene very closely - but would like SASHIMI to still remain compatible with as much as possible. Therefore, I need you the users to bring this info to me and assist me on devices which I don't have access to.

I will most likely not be getting out a new version until the end of fall at the earliest - as I have a lot going on personally. But an additional information you can gather will help expedite the process when I can work on it.

thx.
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby saeli » Sun Aug 23, 2009 12:30 pm

Because Microsoft with new WM 6.5 version have changed the GUI, is there a way to change the coordinates that SASHIMI use to choose the install directory ?
saeli
Just Joined
 
Posts: 7
Joined: Sun Apr 05, 2009 1:03 am

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby johnny2678 » Tue Aug 25, 2009 5:33 pm

Hi bengalih, great app!

I second this request. I am using an Omnia and have my ASL folder set to 'My Storage'. With these newer WM6.5 builds, the CABs in the ASL folder get installed to my Storage Card, if I have one inserted, or to device, if I don't have a SC inserted.

They were always installed correctly to 'My Storage' with previous 6.5 builds but it seems that microsoft has changed something.

It's hard to provide screenshots because it happens during the CAB install process and the only thing wrong that is happening is SASHIMI is selecting the wrong install location and not following the settings.ini or the SASHIMI cab folders.

If I can supply any more info, please ask.

Thanks!
johnny2678
Just Joined
 
Posts: 1
Joined: Tue May 26, 2009 4:04 pm

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby zim2323 » Thu Aug 27, 2009 10:49 am

Try using one of the emulators. Once WM6.5 goes public I'm sure they'll update the emulator to the finger friendly version that you can play with to test your software.

http://www.microsoft.com/downloads/deta ... 010e085a6e
zim2323
Active
 
Posts: 11
Joined: Wed Mar 04, 2009 3:52 pm

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby blubblub » Thu Aug 27, 2009 5:02 pm

i am also a fan of your app and enjoyed it with every flash. until the new wm builds hit.
when i start the auto install, it starts skipping after the first one. on an other occasion in skipped only every 2nd app. there must be also a change in the active sync stuff, cuz my server settings an some other stuff were there, but the email address did not transfer to active sync.

i read your comment, that you have a kaiser/titan, so a looked around for a rom with a new build.
http://forum.xda-developers.com/showthread.php?t=551522
this one is from the new build string and also with the new button and bar layout, that 6.5.1 probably contains.
the news build that is floating around in public is 23037. that is quite a few less bugs. but concerning sashimi, the linked rom should already give you an idea how the system of WM has changed and were certain settings went.

i hope i could help you a little
hopefully looking forward to sashimi 8.0.5 :D

have a nice day
blubblub
Just Joined
 
Posts: 1
Joined: Thu Aug 27, 2009 4:52 pm

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby aussiebum » Fri Aug 28, 2009 9:53 am

Fudged the main SASHIMI.mscr script and got 8.0 installing properly to Storage Card with WM 6.5 build 23037 (I think :) ).

Basically, the code causing the issue is the Repeat function - there seems to be a miscount of the number of bulletpoints avaliable, causing SASHIMI to select Device => Storage Card => Device before pressing "Ok" and hence causing stuff that was supposed to install to SC get installed onto the device instead. NOTE: THis assumes there is no ASL (Alternative Storage Location).

**IF YOU'RE NOT COMFORTABLE WITH EDITING THE SCRIPT DON'T DO IT AND WAIT FOR A NEW SASHIMI RELEASE**

SASHIMI.mscr hack to get it working:
PUT A HASH IN FRONT OF LINES:
line 2360: Repeat(SCListPosition)
line 2362: EndRepeat

AND PUT A HASH IN FRONT OF LINES:
line 2475: Repeat(SCListPosition)
line 2477: EndRepeat

so both looks like:
#Repeat(SCListPosition)
SendSpecial("Down")
#EndRepeat

Save file, backup existing one, overwrite one in BIN folder.

NOTE: Not sure if this is needed, but you may also need to do the script hacks here to make it work: viewtopic.php?f=7&t=285 Also note that the changes here MAY break WM 6.1 compatibility for SASHIMI.
aussiebum
Just Joined
 
Posts: 3
Joined: Fri Apr 10, 2009 11:25 am

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby Kalamata » Sat Aug 29, 2009 8:14 pm

aussiebum wrote:Fudged the main SASHIMI.mscr script and got 8.0 installing properly to Storage Card with WM 6.5 build 23037 (I think :) ).

Basically, the code causing the issue is the Repeat function - there seems to be a miscount of the number of bulletpoints avaliable, causing SASHIMI to select Device => Storage Card => Device before pressing "Ok" and hence causing stuff that was supposed to install to SC get installed onto the device instead. NOTE: THis assumes there is no ASL (Alternative Storage Location).

**IF YOU'RE NOT COMFORTABLE WITH EDITING THE SCRIPT DON'T DO IT AND WAIT FOR A NEW SASHIMI RELEASE**

SASHIMI.mscr hack to get it working:
PUT A HASH IN FRONT OF LINES:
line 2360: Repeat(SCListPosition)
line 2362: EndRepeat

AND PUT A HASH IN FRONT OF LINES:
line 2475: Repeat(SCListPosition)
line 2477: EndRepeat

so both looks like:
#Repeat(SCListPosition)
SendSpecial("Down")
#EndRepeat

Save file, backup existing one, overwrite one in BIN folder.

<span>NOTE: Not sure if this is needed, but you may also need to do the script hacks here to make it work: <a href="http://www.winmo-experts.com/viewtopic.php?f=7&t=285" class="smarterwiki-linkify">http://www.winmo-experts.com/viewtopic.php?f=7&t=285</a> Also note that the changes here MAY break WM 6.1 compatibility for SASHIMI.</span>


thanks but can't get it to work on the omnia with 23037 build !
Kalamata
Just Joined
 
Posts: 4
Joined: Tue Aug 04, 2009 2:39 pm

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby aussiebum » Sat Sep 12, 2009 9:18 am

Kalamata wrote:thanks but can't get it to work on the omnia with 23037 build !


Did you also apply the Space/Enter fix from this thread viewtopic.php?f=7&t=285#p1382 ? It's needed for my hack to work. Also, if your phone as a "ASL" AND a Storage Card, you need to have TWO "SendSpecial("Down")" in lines 2361 and 2476 (assuming the installation screen lists the ASL 1st then the Storage Card).
aussiebum
Just Joined
 
Posts: 3
Joined: Fri Apr 10, 2009 11:25 am

Re: Updating of Sashimi Auto Install Required for new 6.5.1 buil

Postby bengalih » Sun Sep 13, 2009 1:04 pm

I still haven't gotten a chance to look at this issue with the new 6.5 builds...have alot going on, but hopefully I will be taking a look and issuing a new update with 6.5 and other features by the holiday.
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

Next

Return to SASHIMI

Who is online

Users browsing this forum: No registered users and 1 guest