Sideload Wonder Machine for Linux & Mac!

42turkeys

New member
Jun 29, 2010
0
12
0
Sideload Wonder Machine for Linux & Mac.

Linux & Mac users, no longer shall you feel left out, SWM for Linux & Mac is here!

Yes it's not pretty, yes it's a shell script but it is packed with features. :)

Features:
Install apps to phone.
List apps on phone.
(Coming Soon) Download apps to push.
(Coming Soon) Delete apps off phone.

Features for rooted users only: (If you don't know what it is you don't have it)
Install apps to /system/app/ (can't be deleted with a factory reset)
(Coming Soon) Create 'update.zip' to flash in recovery.
(Coming Soon) Delete System Apps.

How To Use:
Double click on the 'menu.sh' file & click 'Run in terminal' (or something similar)

Download:
Download the installer script here.
The installer will install Sideload Wonder Machine in your home/user folder. Don't move it.

Need Help?
Post here or for quick support email me: help at rootmydroid.co.uk

Screenshot:
attachment.php

Hi-res screenshot here.
 
Last edited:
Love the fact that someone took this up for other platforms, but any particular reason why you have it pushing Wavesecure by default?
 
I pushed WaveSecure to /system/app when I was testing, forgot to take it out. :)
I've removed it from the mac version & will remove it from the Linux version when I get home.
 
Great news. Was hoping it was just an oversight, and not some evil agenda lol.

Thanks a million for this!
 
WaveSecure REVOLUTION!!! ;)
Anyway I managed to use AndFTP & my trusty file manager to remove WS from it.

Also, pushing apps to system will not work if you are on a newer device which won't let you mount /system in normal boot mode. (Such as Desire, Legend etc.)

& Thanks for the post Jerry. :)
 
I do not understand. it doesnt seem to do anything when i choose one of the options the only one that seems to work is 0 for exit
 
I also cannot download it. The webpage says:

"Not Found - The requested document was not found on this server."
 
I get

failed to copy '2-Place-App-Here/siriusxm.apk' to 'data/app/siriusxm.apk': Permission denied

When I try to load an app. Also, there was a quote missing in line 98.
 
Sorry for the DL link guys, I was moving my server to the UK & forgot to restore the links.
If you can't open the Scripts, do
Code:
chmod 755
on the menu script or right click on 'Install-SWM.sh' and go to the 'Permissions' tab and click 'Allow executing file as an application' (Those are instructiuons for linux so may not be the same in mac.
 
I get

failed to copy '2-Place-App-Here/siriusxm.apk' to 'data/app/siriusxm.apk': Permission denied

When I try to load an app. Also, there was a quote missing in line 98.
Go to the 'scripts' folder and open 'pushtodata.sh' in a text editor and replace 'sudo ./adb push 2-Place-App-Here/$appname /data/app/'
with 'sudo ./adb install 2-Place-App-Here/$appname'
(The bit after the $ may be different in the script, use what's in the script)
& See if that helps.
 
Still receiving:

Connecting to dropzone.rootmydroid.co.uk|188.65.178.253|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-07-26 22:29:34 ERROR 404: Not Found.

How can I grab this file?
 
Go to the 'scripts' folder and open 'pushtodata.sh' in a text editor and replace 'sudo ./adb push 2-Place-App-Here/$appname /data/app/'
with 'sudo ./adb install 2-Place-App-Here/$appname'
(The bit after the $ may be different in the script, use what's in the script)
& See if that helps.

Worked! Thank you much.

BTW... the script used $apptopush

Great work here! Much appreciated.
 
  • Like
Reactions: brossow