Hello There, Guest! Register

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running version 1669.45.40516... unable to mod?
#21
Thank you, I've already prepared.
But I have only a black screen.
The script does not start.

Normal should come:

echo "Welcome to innoHack ..."> / testfifo
echo "InnoTab 3s US V46.40521"> / testfifo
echo "By SpiffyHacks.com - Deak Phreak"> / testfifo


I think he is at:
killall -9 apps witch
killall -9 desktop manager
killall -9 flash player

it may be that he remains stuck there?

The UnitEID ist replaced in the Innopad_wf.db and i can see the icons and can execute this. Than commes the Black Screen.





Edit:

The Script:

#!/bin/sh
echo "this is mytest.sh"
sleep 10
echo "slept"

killall -9 appswitch
killall -9 desktopManager
killall -9 flashplayer

mount >/tmp/mounts

mkfifo /testfifo
lcdterm -daemon /testfifo
#ps -A >/vp_mnt/sd/ps.txt

echo "Welcome to innoHack..." >/testfifo
echo "Innotab 3s US V46.40521" >/testfifo
echo "By SpiffyHacks.com - Deak Phreak" >/testfifo
echo "" >/testfifo
sleep 2


The killall commands are execute because i have a blackscreen right?
But what do "mount >/tmp/mounts" ?
I dont have a dir with the name "tmp" on my device.

In the Backup Script (InnoTab_Backup.zip) the line likes so:
mount >/tmp/mounts
mount >/vp_mnt/sd/mounts.txt
and on the sd card is a files names "mounts.txt"
Reply
#22
mount >/tmp/mounts sticks the mount info into the tmp folder to be used later in the script. Maybe there is no lcdterm app on your device? I know the older Innotab 1's didn't have it, but the latest ones should. Maybe the script lost its permissions during editing and has no execute permission. Hopefully the script is not still running in the background with no output. If that is the case and you disconnect, you could brick the device. May want to remove the flashing commands while testing.
Reply
#23
The device was run for 10 min.
I think he would have become as finished. But the script starts the new device and that has not happened.

Or the script runs in an error?

So its not a Innotap 1 ... its a Storio 3s.

I just remembered that the backup scripts but worked!
And the LCD output. I could read the texts in the backup scripts
Reply
#24
Perhaps the permissions got messed up on the file then and it is not getting executed. You can look at the backup script and see if lcdterm is in the backup files. Can't remember what was in that zip.
Reply
#25
#!/bin/sh
echo "this is mytest.sh"
sleep 10
echo "slept"

killall -9 appswitch
killall -9 desktopManager
killall -9 flashplayer

mount >/tmp/mounts
mount >/vp_mnt/sd/mounts.txt

mkfifo /testfifo
lcdterm -daemon /testfifo
#ps -A >/vp_mnt/sd/ps.txt

echo "Welcome to innoHack..." >/testfifo
echo "Innotab Backup Script" >/testfifo
echo "Is0-Mick 2k13 Modified by SccS" >/testfifo
sleep 2


The only difference is "mount >/vp_mnt/sd/mounts.txt"



Edit:
I've added the line but have no success.
Still Black screen.

Then I made a small script:
#! / bin / sh
echo "this is mytest.sh"
sleep 10
echo "slept"

killall -9 apps witch
killall -9 desktop manager
killall -9 flash player

mount> / tmp / mounts
mount> /vp_mnt/sd/mounts.txt

mkfifo / testfifo
LCDTERM -daemon / testfifo
#ps -A> /vp_mnt/sd/ps.txt

echo "Welcome to innoHack ..."> / testfifo
echo "InnoTab Backup Script"> / testfifo
echo "Is0-Mick 2k13 Modified by SCCS"> / testfifo
sleep 200


reboot


It works!
It shows the lines and makes a reboot.

I do not get it: D


The other script does not work .... I'm going crazy
Reply
#26
most likely permissions. Just use your script that works and keep adding code to it and testing until you get it fully working. You don't really need all that code in it to make it work, just the flashing part.
Reply
#27
I could solve the problem.

The backup script I did not have to change. The firmware update script I had to change. File name and the line with the date.
I did that with Windows. Whenever I have saved the file, it was ruined.
Then I just changed the file with Linux and now it works!
Reply
#28
Yes windows will ruin the permissions and usually make it non executable. You can always chmod +x via linux to make it executable again if windows botches it. I have had luck using pspad in Windows and not having it mess up the permissions, but most of the time notepad will ruin it.
Reply
#29
I3S_DE_v47.40527-MOD.zip: http://www5.zippyshare.com/v/7417530/file.html
Reply


Forum Jump: