smanager if you get issue executing shell, change shell command in configuration -> shell screen
yeah type:su hault
yeah do that shit or try:su stop
not:su stop&restart
you could must do the fie
alias newscript='echo "!/system/bin/sh -" > new.sh';
to run print file content
sh new.sh || cat new.sh
after aliased if error
newscript || echo "!/system/bin/sh -" > new.sh';
alias addtoscript="echo "!/system/bin/sh - $'
"idk this shit whores aint free." - kidd
in discussion SManager / SManager Application » My script needs android.permission.DUMP
adb shell pm grant os.tools.scriptmanager android.permission.DUMP
Hey guys, is this still active? I need some help, i'm trying to find a way to create an script to wipe all user data (like photos, notes, etc), w/o manually restoring the device. I'll be much gratefull if someone give me an lead! xD
Thanks!!
in discussion SManager / SManager Application » My script needs android.permission.DUMP
….And it's not rooted. (I clearly need more sleep, sorry….)
in discussion SManager / SManager Application » My script needs android.permission.DUMP
Sorry. I forgot to mention that I have a Moto 5+ running Nougat 7.0
in discussion SManager / SManager Application » My script needs android.permission.DUMP
I'm using dumpsys in my boot script, but it errors because it needs android.permission.DUMP. However, I can't grant this permission because os.tools.scriptmanager doesn't request that permission! I get an "Operation not allowed: java.lang.SecurityException" error in adb shell when trying to add the permission. HELP!
Hello,
i need a time delay for my script on boot. Can you explain me, how i can configure it. ?
best regards
Christine
in discussion SManager / SManager Application » [Solved] Script can't access network, but ONLY when scheduled
A little more fiddling, and I think I've confirmed that I have to do both: mark the script SU to run as root, and select "is executable".
in discussion SManager / SManager Application » [Solved] Script can't access network, but ONLY when scheduled
Turns out that the solution is to mark SU in the script configuration so that it runs with root privileges. That seems to have solved the problem. I also fiddled with the choice between "is script" and "is executable" but I don't think that one mattered (and I have no idea what it actually does).
in discussion SManager / SManager Application » [Solved] Script can't access network, but ONLY when scheduled
I've got a shell script that just runs ffmpeg to save an internet audio stream. If I manually run it from smanager, it works fine. If I schedule it, I get an error from ffmpeg that it can't access the network. I do have WAKE_LOG enabled, but it seems like maybe it is not waking up the network?
I'm using Android Lollipop on rooted Amazon Fire Tablet (XDA Fire Nexus ROM).
Not sure if this is an issue with my script, with SManager, or with my Android ROM.
in discussion SManager / Bugs » Reboot script not working on Samsung Galaxy Ace
must root first, then tick the root option
Batch files are scripts for Microsoft Windows / DOS based operating systems. Android is a Linux based operating system, so batch files are not supported. You should use a Bourne shell (sh) script instead.
in discussion SManager / SManager Application » Maybe I'm dumb: How to create a favourite?
I would like to ran a script. I wrote the script and it works(tested through adb shell and executing it). Now I would like to add it in SManager so that I can execute it without adb.. In the script-mode, SManager says: "No favourites configured. please set at least one script as favourite." How do I do that? I didn't find an answer in the Manual. In browser-Mode, I can select the script, but there's no option to select it as a favourite.
Can I run a test.bat file using SManager on my android tablet. I've installed Root Checker, Kingroot. I've also installed SMWidgets, and SManager. I've played around inside but cannot seem to run the file. Below is what i'm trying to run.
@echo off
title Math
color 0e
::this is a test program
:pgOne
set /a sum=10/5
echo %sum%
pause >nul
good evening,
This is my first approach to this world and I apologize for any errors.
Dovendomi interfacing with a card, through the internet, I am asked the AES-128 encryption, you can with this app?
You can create executable scripts, they can send in Telenet, a series of encrypted commands (I would put the icon on the mobile home)?
example:
(connection)
telnet xxx. xxx. xxx. xxx 85
(Request Welcome Message Sending)
$ H \ r \ n
(Waiting for answer 'OK \ r \ n' to establish communication)
(Close the relay for 1 second)
$ Cx001s \ r \ n
(Expect a new message 'OK \ r \ n' to know that the command has been sent correctly)
[End example]
Also it is possible to intercept the answers 'OK \ r \ n' and print a message on the screen?
buonasera,
questo è il mio primo approccio, a questo mondo e mi scuso per gli eventuali errori.
Dovendomi interfacciare con una scheda, tramite internet, mi viene richiesto la criptazione AES-128, è possibile con questa app?
Si possono creare degli script eseguibili, che possano inviare, in telenet, una serie di comandi criptati (vorrei mettere delle icone sulla home del cellulare)?
esempio:
(collegamento)
telnet xxx.xxx.xxx.xxx 85
(Invio richiesta messaggio di benvenuto)
$H\r\n
(aspetto la risposta "OK\r\n" per stabilire una comunicazione)
(chiudo il relè per 1 secondo)
$Cx001s\r\n
(aspetto un nuovo messaggio "OK\r\n" per sapere che il comando è stato inviato correttamente)
[fine esempio]
Inoltre è possibile intercettare le risposte "OK\r\n" e stampare a video un messaggio?
Yes, please update to 7.1! Really need this app.
in discussion SManager / SManager Application » CM14 / 7.1 / nougat
This used to be my favorite app. Will there ever be an update for CM14 / 7.1 / nougat? It's a pity to see it abandoned…
in discussion SManager / SManager Application » What does "Remove Configuration" configuration do
When I long press on a file and select 'delete'. The menu that pops up includes a tick box 'Remove Configuration'. What is the effect of selecting this box? The file seems to get deleted whether it is ticked or not.