View Single Post
  #1289 (permalink)  
Old 02-21-2010, 01:04 AM
aeropatel's Avatar
aeropatel
PPCGeeks Regular
Offline
Location: Chi-town
 
Join Date: Oct 2008
Posts: 175
Reputation: 220
aeropatel is keeping up the good workaeropatel is keeping up the good workaeropatel is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 1/29/10

okay..just spent a lot of time trying to figure out why SASHIMI wasn't selecting Internal Storage to install the .cab files in the Auto folder. It turns out that for WM 6.5.3 (i guess its also the case for 6.5.x) the Sashimi.mscr file needs to be edited to make sure it has the proper commands to move down and select internal storage.

The file needs to be edited as follows...credit goes to srsaleenstang at winmoexperts.

Quote:

Remove line2360:Repeat(SCListPosition)
line 2361: SendSpecial("Down")
Remove line 2362:EndRepeat replace with
line 2362: SendSpecial("Space")

Remove line2474:Repeat(SCListPosition)
line 2475: SendSpecial("Down")
Remove line2476:EndRepeat replace with
line 2476: SendSpecial("Space")

so both looks like:

SendSpecial("Down")
SendSpecial("Space")
sleep(250)
SendSpecial("space")
sleep(250)
SendSpecial("LeftSoft")
__________________
If this post was helpful, please hit the !

Current ROM: HTC Sense 2.5 (WM 6.5.5 - SYS 23551) - Based on OMJ's Kitchen
Current Radio: Sprint 1.11.00F
Reply With Quote
This post has been thanked 2 times.