Updating of Sashimi Auto Install Required for new 6.5.1 buil

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

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

Postby Lat » Tue Sep 22, 2009 7:10 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 :) ).

Sweet, thanks for the hack. Worked great on my WM6.5 build 23052.5.3.0 for Touch Pro. Good workaround until bengalih has time to update SASHIMI =)

Cheers.
Lat
Active
 
Posts: 21
Joined: Tue Nov 25, 2008 5:32 pm

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

Postby 329 » Fri Sep 25, 2009 8:47 pm

I have been having the same problem. I am a flashaholic and love Sashimi, but I do not have a Storage Card, I only have the My Storage where I install my programs, but I have not been able to figure out how to get it to work. I have given the ASL path the My Storage location, but it still doesn't do it. During the installation, the screen comes up where you can chose where you want to install the program. the button to seles my device is ticked, then it seems the program highlights the my storage location, as if it hit tab or the down arrow, but it doesn't select my storage. it doesn't seem to be fast enough to select my storage before the installation begins. I don't know if it helps. Oh also, I am on 6.5.1 23053 build. thanks for the help
329
Just Joined
 
Posts: 1
Joined: Fri Sep 11, 2009 7:56 pm

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

Postby Nomad76 » Thu Oct 01, 2009 12:03 pm

Hi Bengalih. First of all I love Sashaimi...one of my most loved and trusted WIn Mo Apps.

I want to express that I think its really important that you address this issue.
1. Most people that use this type of app are flash-a-holics.
2. Thus we're always flashing to the latest and greatest (winmo 6.5 who knows tomorrow)
3. Seeing that Sashimi doesnt work well with this, I see a lot of cooks include XDA_UC cooked into the room.
4. Now I'm a forced (and i mean forced) to abandon Sashimi and actually move my cabs to XDA_UC folders because its all that I have that works. :(
5. This creates a danger of phasing Sashimi out, because XDA_UC will become the standard just because it will have a monopoly based on simple availability. Some still think A bird in the hand is better than 2 in the bush...

PLEASE HELP KEEP SASHIMI ALIVE

I've tried the work around, and it works for a while then stops and I have to manual the rest. A pain because then I have to keep restarting Sashimi to finish.
Nomad76
Just Joined
 
Posts: 1
Joined: Thu Mar 19, 2009 1:07 am

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

Postby zard » Fri Oct 02, 2009 10:20 am

bengalih wrote: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.


I had captured a screenshot of Sashimi to show you how the finger friendly buttons look like. I'll PM you and please give me your email. I'll send it to you.
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 hskeik » Mon Oct 05, 2009 5:06 pm

I can tell the reason, why it doesn't work,
in the previous versions of WM, when you press the down key, the SELECTION POINT goes down, but now on the current WM 6.5, you must press DOWN and then press the action key to select SC... i know the reason, but don't know the solution !! :D
hskeik
Just Joined
 
Posts: 5
Joined: Sun May 24, 2009 4:15 pm

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

Postby Kalamata » Fri Oct 09, 2009 10:51 am

so i found out the what was causing my problem
on omnia i900

i got this message in the log

Code: Select all
Could not locate \Storage Card.  Install cancelled


so i hashed the NoStorageCardFlag=1 function

also modified the sendspecial to 3 SendDown commands as the storage card is number 4 in the list

plus doing all the code modifications u all suggested thank u !!

here's how it looks now
starting line 2355
Code: Select all
If(NoStorageCardFlag=1)
                     #Call("LogEntry","Could not locate " \ InstallDestination & ".  Install cancelled.  VALUE: " &file)
                     #SendSpecial("RightSoft")
                  
                     #Send keystrokes to choose install location
                     #Repeat(SCListPosition)
                        SendDown
                        SendDown
                        SendDown
                     #EndRepeat
                     sleep(250)
                     SendSpecial("Space")
                     sleep(250)
                     SendSpecial("LeftSoft")
                  EndIf


starting line 2470
Code: Select all
If(installLocation = 0)
                     SendSpecial("LeftSoft")
                  #ElseIf(NoStorageCardFlag=1)   
                     #SendSpecial("RightSoft")
                     #Call("LogEntry","Could not locate " \ InstallDestination & ".  Install cancelled.  VALUE: " &file)
                  Else
                     #Repeat(SCListPosition)
                        SendDown
                        SendDown
                        SendDown
                     #EndRepeat
                     sleep(250)
                     SendSpecial("Space")
                     sleep(250)
                     SendSpecial("LeftSoft")
                  EndIf

it's a work around but it worked
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 bengalih » Sun Oct 11, 2009 10:47 am

All,

I have been extremely busy with many things going on in non-SASHIMI land.

I do plan to update the application - I hope to get some testing done and have a beta release around Thanksgiving and a public release around x-mas time.

What I need is for any of you that have had problems with either 6.5 or with devices that don't have a "Storage Card" (like the omnia mentioned) to please PM if you are willing to help me test a working version.

We probably won't begin any testing for a couple of weeks. Testing will involve you re-installing the latest official version of SASHIMI and sending me some logs and screen shots - and then trying out new versions that I provide.

Those who help me test will get mention in the docs...and of course you will expedite the process to a new version.

PM me if you are willing to help.

Thanks.
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 briank2 » Tue Oct 13, 2009 6:00 pm

Similar to the post above, the *original* code in the two locations mentioned above should be changed to:

Code: Select all
...
      Repeat(SCListPosition-1)
         SendSpecial("Down")
      EndRepeat
      sleep(250)
      SendSpecial("Space")
      sleep(250)
      SendSpecial("CR")
...


A little cleaner fix... I think there are 2 tricks... the cursor starts on the first bullet, so you only need to go down SCListPosition -1, and then you need to press space to select the item before continuing. It still searches for the correct text, so you don't need to hard-code the number of down arrows (don't comment out any of the original code, just change the repeat line and add in the sendSpecial SPACE).
briank2
Just Joined
 
Posts: 2
Joined: Tue Oct 13, 2009 10:04 am

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

Postby briank2 » Tue Oct 13, 2009 6:29 pm

Kalamata wrote:so i found out the what was causing my problem
on omnia i900

i got this message in the log

Code: Select all
Could not locate \Storage Card.  Install cancelled




For your issue - look at the screen when you do a manual install. Does the bullet item text next to the item you want selected say "\Storage Card" exactly, including the leading backslash? If not, you're probably going to have to use the ASL option, and specify the exact text after the bullet you want selected. And you still have to make the changes suggested to have Sashimi send the SPACE to select it.
briank2
Just Joined
 
Posts: 2
Joined: Tue Oct 13, 2009 10:04 am

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

Postby Kalamata » Wed Oct 14, 2009 12:37 pm

well
the problem is that i use both the internal storage and storage card on y omnia
and i usually install a large number of medical apps on the storage card

anyway

on another omnia with the same rom with no storage card ur fix worked just fine
and i was able to install the apps to the my storage aka the internal storage

will try the fix later with the storage card on my omnia

thank you briank2
Kalamata
Just Joined
 
Posts: 4
Joined: Tue Aug 04, 2009 2:39 pm

PreviousNext

Return to SASHIMI

Who is online

Users browsing this forum: No registered users and 1 guest

cron