10-07-2014, 11:21 AM
(This post was last modified: 10-07-2014, 11:29 AM by RisingEdge.)
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"
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"