CAB auto install t Storage Card (Auto/CAB/SC) doesn't work

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

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't work

Postby bengalih » Tue Jul 14, 2009 11:46 am

Or you can provide a detailed description of the problem, exact information on your device type and ROM version, a copy of a clean log file, and accompanying screenshots and we can figure out what the real issue is.
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't work

Postby tacchan23 » Fri Oct 30, 2009 3:52 pm

Hello, I'm having a similar problem too.
My phone is Samsung Omnia2 with standard WM6.5 rom.
After istalling SASHIMI everything was working fine, then after an Hard Reset I faced the problems described in previous posts:
- at first, cabs in the ASL folderstopped installing waiting for me to manually tap on the location
- then, after a soft reset, the cabs in the ASL folder are installed in the Main Memory

I attach the log file, the main point anyway seems to be this:
Code: Select all
10/31/09,03:30:06,SASHIMI 8.0 Initialized.  Command line parameter: (none)
10/31/09,03:30:06,Security Policy 0000101a changed.  Original Value:  1 New Value:1
10/31/09,03:30:06,Security Policy 00001001 changed.  Original Value:  1 New Value:1
10/31/09,03:30:06,Security Policy 00001005 changed.  Original Value:  222 New Value:222
10/31/09,03:30:06,Security Policy 00001017 changed.  Original Value:  16 New Value:16
10/31/09,03:30:07,Settings file loaded.  VALUE: \Storage Card\SASHIMI\Program\INI\settings.ini
10/31/09,03:30:08,Settings file processed.  VALUE: \Storage Card\SASHIMI\Program\INI\settings.ini
10/31/09,03:30:08,System Language Detected.  VALUE:English-1033
10/31/09,03:30:08,Supported resolution detected.  Value: 480x800x36864
10/31/09,03:30:08,Storage Card detected.  VALUE: Storage Card
10/31/09,03:30:08,Alternate Storage Location.  VALUE: My Storage
10/31/09,03:30:09,Idler script initiated.  Idle timeouts will be prevented while SASHIMI is active.
10/31/09,03:30:42,ASL Value changed.  VALUE: My Storage
10/31/09,03:45:22,Auto Phase Initiated
10/31/09,03:45:23,Owner Information Restored.
10/31/09,03:45:26,Auto CAB ASL install detected.  VALUE: \Storage Card\SASHIMI\Auto\CAB\ASL\AllReader.cab
10/31/09,03:45:32,Auto CAB install to My Storage successful.  VALUE: \Storage Card\SASHIMI\Auto\CAB\ASL\AllReader.cab
10/31/09,03:45:32,Auto CAB ASL install detected.  VALUE: \Storage Card\SASHIMI\Auto\CAB\ASL\MDictPPC2K3.CAB
10/31/09,03:45:42,Auto CAB install to My Storage successful.  VALUE: \Storage Card\SASHIMI\Auto\CAB\ASL\MDictPPC2K3.CAB

even if the log states a successful install to My Storage, in reality the programs have been installed to Main Memory.
tacchan23
Active
 
Posts: 10
Joined: Wed Oct 21, 2009 1:15 am

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't work

Postby tacchan23 » Sat Oct 31, 2009 12:27 am

UPDATE: PROBLEM SOLVED
I finally found out what the problem was caused by! By chance of course! :D
Yesterday after an Hard Reset I noticed I faced another weird problems: my Hardware buttuns (green and red buttons) weren't working anymore... and also by chance I found out that it was caused by the STRANGE 3rd party input programs installed in my ROM which was set to defult after the hard reset.
So after solving the buttons issue I tought... maybe it was effectin SASHIMI too? and I was right, after chaning the defult imput method, SASHIMI started to work properly again (as it did before the hard reset).
tacchan23
Active
 
Posts: 10
Joined: Wed Oct 21, 2009 1:15 am

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't work

Postby fAZernERo » Fri Mar 05, 2010 7:25 pm

sorry.. wrong post!
fAZernERo
Just Joined
 
Posts: 2
Joined: Thu Mar 04, 2010 1:38 pm

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't wo

Postby lalalavfx » Fri Jun 11, 2010 4:58 pm

I tried camro's fix but didn't work for me.
Found article at
viewtopic.php?f=7&t=317
which lead to:
http://forum.xda-developers.com/showthr ... ?p=5773135

anyway, summary.
I'm using T-mobile TP2 with Energy ROM 6.5.x

copy sashimi.mscr file from "...\SASHIMI\Program\Bin" to your desktop for editing
Open using texteditor like notepad.
Search for 'SendSpecial("space")' (without single quote)
You will find in two places in line 2364 and 2478
go up three line then you will find 'SendSpecial("Down")' string (without single quote)
add 'SendSpecial("space")' (without single quote) line right below "SendSpecial("Down")" line

Example.
Before:
Repeat(SCListPosition)
SendSpecial("Down")
EndRepeat
sleep(250)
SendSpecial("space")
sleep(250)
SendSpecial("LeftSoft")


After:
Repeat(SCListPosition)
SendSpecial("Down")
SendSpecial("Space")
EndRepeat
sleep(250)
SendSpecial("space")
sleep(250)
SendSpecial("LeftSoft")



Do the same thing for line 2478

then it worked.


or just go to xda link above and download the modified file.
lalalavfx
Just Joined
 
Posts: 1
Joined: Sun Apr 25, 2010 3:59 pm

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't wo

Postby digitalhater » Mon Jun 21, 2010 11:27 am

Thank you very much. It works on HD2 with 6.5.5 version of WinMo.

Very helpful app, love it!
digitalhater
Just Joined
 
Posts: 1
Joined: Fri Jun 18, 2010 11:25 am

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't wo

Postby Marco1976 » Tue Jun 29, 2010 5:26 pm

easy solution (for german roms):

move cabs in:
SASHIMI/Auto/CAB/ASL/

change the settings in "/Speicherkarte"
you find it under "Settings" "Advanced Settings" "11) Alternative Storage Location"
Marco1976
Just Joined
 
Posts: 1
Joined: Mon May 03, 2010 2:57 pm

Re: CAB auto install t Storage Card (Auto/CAB/SC) doesn't wo

Postby NZRYAH » Wed Jul 28, 2010 11:50 am

o.k. so this 1st time I use SASHIMI cause frankly i was scared everything might messup and much to my fear no everything except for the auto/cab/sc cabs don't install to the sc but they install to the internal and so then i had to reflash and start all over and not use SASHIMI for scared something might go to the wrong place again :shock: so now i just do by hand, but i like to come here to look to see if anybody else go through what i did and if its just me or not ... now i feel a little better :) i think it is a problem!
NZRYAH
Just Joined
 
Posts: 1
Joined: Wed Apr 21, 2010 10:40 am

Previous

Return to SASHIMI

Who is online

Users browsing this forum: No registered users and 1 guest

cron