.AUTO File Tips and Tricks

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

Re: .AUTO File Tips and Tricks

Postby bengalih » Tue May 26, 2009 5:54 pm

EXAMPLE #10 - Reserved
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

Re: .AUTO File Tips and Tricks

Postby Codie » Fri May 29, 2009 1:27 am

Hi bengalih, thanks for the great program... it's gonna save me hours :D

I have 3 programs that needed interaction during my first use of Sashimi.
1. zoomVNC - I think I can handle this one myself, it just needs a 'leftsoftkey' command to accept.
2. RescoExplorer - I think I could just use your example, maybe I need to use different co-ordinates for a 480x800 resolution (Blackstone)? How do I find the co-ords?

The 3rd program is the one I might need help with. The program is "AE Buttons Plus", it can be downloaded from here: http://ae.inc.ru/aebplus.php
The program launches itself after installation, then stays open. I am sure it is a easy one to figure out, but not to a noob like me :D
Codie
Just Joined
 
Posts: 1
Joined: Mon May 25, 2009 3:28 am

Re: .AUTO File Tips and Tricks

Postby bengalih » Fri May 29, 2009 8:12 am

As described in the above example, take a screenshot and open in mspaint. MSPaint will show the coordinates in the bottom right corner as you hover your mouse.

As far as any application which launches itself...as mentioned MANY times before, you don't need to do anything. Once the application is installed, SASHIMI moves to install the next one. It doesn't matter if an installed application pops up a window, just let SASHIMI continue the installation of the other CABs and simply reboot the device when all are done. I often have 3 or 4 windows open from CAB installations by the time SASHIMI is finished.
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

Re: .AUTO File Tips and Tricks

Postby ippoglosso » Sat May 30, 2009 12:21 am

hello bengalih,

I tried to go HD probably changed the coordinates of the pointer, which program was used to export a print screen of the phone?

thank you very much!
ippoglosso
Active
 
Posts: 15
Joined: Thu Apr 16, 2009 3:56 pm

Re: .AUTO File Tips and Tricks

Postby ippoglosso » Sat May 30, 2009 1:15 am

I found the program MyMobiler

For HD the coordinates are 225,85
I have lengthened the time between a command and the other (500)

Now has installed the Italian language.
Thanks bengalih
ippoglosso
Active
 
Posts: 15
Joined: Thu Apr 16, 2009 3:56 pm

Re: .AUTO File Tips and Tricks

Postby bapski » Sat May 30, 2009 6:49 pm

how bout 1-calc by omegaone
http://www.omegaone.com/calc/ppc/default.htm

thank you.
Last edited by bapski on Thu Jun 04, 2009 6:42 pm, edited 1 time in total.
bapski
Just Joined
 
Posts: 7
Joined: Thu Mar 26, 2009 7:35 pm

Re: .AUTO File Tips and Tricks

Postby arcanehacker » Tue Jun 02, 2009 1:17 am

Would it be possible to breakdown the script for multiple windows? Some Installations require few selections. For example SBSH Calendar Touch v2 will require interaction on 3 windows:
WindowTitle="SBSH Calendar Touch installation"
- Leftsoft

WindowTitle="Shortcuts Changed"
- Mouseclick (on the OK)

WindowTitle="SBSH Calendar"
- Mouseclick (on any of the button assign.)
arcanehacker
Founding Member
 
Posts: 3
Joined: Tue Oct 14, 2008 8:45 pm

Re: .AUTO File Tips and Tricks

Postby arcanehacker » Tue Jun 02, 2009 4:04 am

Forgive me if I'm wrong.. I'm still a noob at this. and I didn't try 1-calc yet.. But what I did for the EULA prompt for ewallet and listpro is just:
"
[AutoFile]
InstallLocation=1
WindowTitle="Software License Agreement"

[ScriptCommands]
1 = SendCR
"
It works just great..

bapski wrote:how bout 1-calc by omegaone
http://www.omegaone.com/calc/ppc/default.htm

thank you.

just so you know am also working on this at the same time (sort of my homework) and see if get a close result as yours.

MY SOLUTION: and correct me if im wrong. (cant test yet till my next flash but im very much excited!)

[AutoFile]
InstallLocation = 1
WindowTitle = "EULA"

[ScriptCommands]
1 = MouseClick("EULA",88,344)

above script did not work, not even with the sleep command set to 1000.

found this http://forum.xda-developers.com/showpos ... stcount=19 and wonder if there is something similar in sashimi that we can do.

Code: Select all
LOCK:Enabled
CAB: \Storage Card\Cabs\Tilt_keyboard_fix.cab
CAB: \Storage Card\Cabs\Vibra_(Switch)_1.32.cab
LOCK:Disabled
HIDE:Enabled
CAB: \Storage Card\Cabs\ListPro-PocketPC-5.cab
CAB: \Storage Card\Cabs\eWallet-PocketPC-Install.cab
HIDE:Disabled
LOCK:Enabled
XML: \Storage Card\Cabs\device_settings.xml
XML: \Storage Card\Cabs\software_settings.xml
LOCK:Disabled
RST: Reset
arcanehacker
Founding Member
 
Posts: 3
Joined: Tue Oct 14, 2008 8:45 pm

Re: .AUTO File Tips and Tricks

Postby jmckeejr » Tue Jun 02, 2009 3:24 pm

Can I get a hand with IM+ ? Seems to follow the code, but it is not sending the OK. If I leave it sit, it will continue to sendup, sendup, sendup, sendup.....I know I am prolly way off here, so please give a hand.
Here is what I have:
Code: Select all
[AutoFile]
InstallLocation = 0
WindowTitle = "IM+ language setup"

[ScriptCommands]
1 = SendOK
2 = sleep(50)
3 = SendUp
4 = SendOK
Don't be greedy, share what you got!
jmckeejr
Charter Member - $
 
Posts: 19
Joined: Mon Nov 03, 2008 3:58 pm
Location: Altoona, Pa

Re: .AUTO File Tips and Tricks

Postby bengalih » Tue Jun 02, 2009 3:47 pm

Are you serious?
Man that makes me laugh...

First...you are basically asking to use UC instead of SASHIMI, as that is a UC config file.
Second...SASHIMI already can process UC files by calling UC (though I don't see the point).
Third...nothing in what you are showing would help at all with what you are trying to accomplish.

the below file is just an sdconfig file to install 2 cabs and import an XML file. SASHIMI already does all that.

I suggest you do a bit more research on this stuff before tossing comments like these around.

bapski wrote:
found this http://forum.xda-developers.com/showpos ... stcount=19 and wonder if there is something similar in sashimi that we can do.

Code: Select all
LOCK:Enabled
CAB: \Storage Card\Cabs\Tilt_keyboard_fix.cab
CAB: \Storage Card\Cabs\Vibra_(Switch)_1.32.cab
LOCK:Disabled
HIDE:Enabled
CAB: \Storage Card\Cabs\ListPro-PocketPC-5.cab
CAB: \Storage Card\Cabs\eWallet-PocketPC-Install.cab
HIDE:Disabled
LOCK:Enabled
XML: \Storage Card\Cabs\device_settings.xml
XML: \Storage Card\Cabs\software_settings.xml
LOCK:Disabled
RST: Reset
User avatar
bengalih
Site Admin
 
Posts: 405
Joined: Fri Oct 10, 2008 6:01 pm

PreviousNext

Return to SASHIMI

Who is online

Users browsing this forum: No registered users and 1 guest

cron