Reply
Thread Tools
Guest | Posts: n/a | Thanked: 0 times | Joined on
#51
just did this very freaking sweet Thanks
 
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#52
Here is the output of sh -x:
Code:
/home/user # sh -x logo.run -l logo.bmp -c 0000 -b 00
+ mktemp -d
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: mktemp [-dt] [-p DIR] TEMPLATE

+ dir=
+ error=0
+ [ x-l = x ]
+ [ x-l != x ]
+ testbmp logo.bmp logo
+ [ -f logo.bmp ]
+ dd if=logo.bmp bs=2 count=1
+ [ BM = BM ]
+ dd if=logo.bmp bs=2 count=1 skip=14
+ awk {print $2}
+ od -d
+ [ 00016 -eq 16 ]
+ dd if=logo.bmp bs=2 count=2 skip=9
+ awk {print $2}
+ od -l
+ width=247
+ [ 3 -eq 0 ]
+ linewidth=248
+ order=up
+ dd if=logo.bmp bs=2 count=2 skip=11
+ awk {print $2}
+ od -l
+ height=58
+ [ 58 -lt 0 ]
+ dd if=logo.bmp bs=2 count=2 skip=5
+ awk {print $2}
+ od -l
+ skip=70
+ touch /logo
+ [ up = down ]
+ tac
+ seq 0 57
+ dd if=logo.bmp bs=1 count=494 skip=28342
+ dd if=logo.bmp bs=1 count=494 skip=27846
+ dd if=logo.bmp bs=1 count=494 skip=27350
+ dd if=logo.bmp bs=1 count=494 skip=26854
+ dd if=logo.bmp bs=1 count=494 skip=26358
+ dd if=logo.bmp bs=1 count=494 skip=25862
+ dd if=logo.bmp bs=1 count=494 skip=25366
+ dd if=logo.bmp bs=1 count=494 skip=24870
+ dd if=logo.bmp bs=1 count=494 skip=24374
+ dd if=logo.bmp bs=1 count=494 skip=23878
+ dd if=logo.bmp bs=1 count=494 skip=23382
+ dd if=logo.bmp bs=1 count=494 skip=22886
+ dd if=logo.bmp bs=1 count=494 skip=22390
+ dd if=logo.bmp bs=1 count=494 skip=21894
+ dd if=logo.bmp bs=1 count=494 skip=21398
+ dd if=logo.bmp bs=1 count=494 skip=20902
+ dd if=logo.bmp bs=1 count=494 skip=20406
+ dd if=logo.bmp bs=1 count=494 skip=19910
+ dd if=logo.bmp bs=1 count=494 skip=19414
+ dd if=logo.bmp bs=1 count=494 skip=18918
+ dd if=logo.bmp bs=1 count=494 skip=18422
+ dd if=logo.bmp bs=1 count=494 skip=17926
+ dd if=logo.bmp bs=1 count=494 skip=17430
+ dd if=logo.bmp bs=1 count=494 skip=16934
+ dd if=logo.bmp bs=1 count=494 skip=16438
+ dd if=logo.bmp bs=1 count=494 skip=15942
+ dd if=logo.bmp bs=1 count=494 skip=15446
+ dd if=logo.bmp bs=1 count=494 skip=14950
+ dd if=logo.bmp bs=1 count=494 skip=14454
+ dd if=logo.bmp bs=1 count=494 skip=13958
+ dd if=logo.bmp bs=1 count=494 skip=13462
+ dd if=logo.bmp bs=1 count=494 skip=12966
+ dd if=logo.bmp bs=1 count=494 skip=12470
+ dd if=logo.bmp bs=1 count=494 skip=11974
+ dd if=logo.bmp bs=1 count=494 skip=11478
+ dd if=logo.bmp bs=1 count=494 skip=10982
+ dd if=logo.bmp bs=1 count=494 skip=10486
+ dd if=logo.bmp bs=1 count=494 skip=9990
+ dd if=logo.bmp bs=1 count=494 skip=9494
+ dd if=logo.bmp bs=1 count=494 skip=8998
+ dd if=logo.bmp bs=1 count=494 skip=8502
+ dd if=logo.bmp bs=1 count=494 skip=8006
+ dd if=logo.bmp bs=1 count=494 skip=7510
+ dd if=logo.bmp bs=1 count=494 skip=7014
+ dd if=logo.bmp bs=1 count=494 skip=6518
+ dd if=logo.bmp bs=1 count=494 skip=6022
+ dd if=logo.bmp bs=1 count=494 skip=5526
+ dd if=logo.bmp bs=1 count=494 skip=5030
+ dd if=logo.bmp bs=1 count=494 skip=4534
+ dd if=logo.bmp bs=1 count=494 skip=4038
+ dd if=logo.bmp bs=1 count=494 skip=3542
+ dd if=logo.bmp bs=1 count=494 skip=3046
+ dd if=logo.bmp bs=1 count=494 skip=2550
+ dd if=logo.bmp bs=1 count=494 skip=2054
+ dd if=logo.bmp bs=1 count=494 skip=1558
+ dd if=logo.bmp bs=1 count=494 skip=1062
+ dd if=logo.bmp bs=1 count=494 skip=566
+ dd if=logo.bmp bs=1 count=494 skip=70
+ echo -n 58
+ echo -n 247
+ shift 2
+ [ x-c != x ]
+ testcolor 0000 4 color
+ echo -n 0000
+ wc -c
+ echo -n
+ tr -d 0123456789ABCDEFabcdef
+ [ 4 -eq 4 -a x = x ]
+ echo -n 0000
+ shift 2
+ [ x-b != x ]
+ testcolor 00 2 back
+ echo -n 00
+ wc -c
+ echo -n
+ tr -d 0123456789ABCDEFabcdef
+ [ 2 -eq 2 -a x = x ]
+ echo -n 00
+ shift 2
+ [ x != x ]
+ [ 0 -eq 1 ]
+ tar -x -C -f -
+ dd if=logo.run bs=1 skip=3284
+ gzip -d -c
tar: chdir(-f): No such file or directory
+ /flash.sh
logo.run: line 89: /flash.sh: not found
+ rm -r
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: rm [OPTION]... FILE...

+ exit
/home/user #
 
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#53
132 lines… What's why I recommend to use pastebin services; whatever;
Originally Posted by Zas View Post
+ mktemp -d
This cannot be happening if you are trying to run last logo.run.
Again, it's md5 is 75f8531026f5347c388c0e15da848bac.

Last edited by hxka; 2012-07-17 at 16:41.
 

The Following User Says Thank You to hxka For This Useful Post:
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#54
Open xterm:
Code:
sudo gainroot
cd /home/user
wget http://dl.dropbox.com/u/4105928/logo.run
chmod +x logo.run
And run ./logo.run ...

Try it

Regards,

J4ZZ
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...

Last edited by J4ZZ; 2012-07-17 at 13:08.
 

The Following User Says Thank You to J4ZZ For This Useful Post:
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#55
Still gives me the same errors. "mktemp -d" is not doing anything, it gives an empty strings resulting in "dir="
 
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#56
I dare you. I double dare you. Stop fscking my brain.
 
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#57
it is asking for 16 bit bmp. and its impossible to save bmp as 16 bit. if its possible then plz guide
 
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#58
In GIMP, for example.
 
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#59
i creating image backgroung is black and text is blue in photoshop but when i install and reboot my phone thae background is blck but text is blue. y is it happening?
 
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#60
Originally Posted by seanmcken View Post
i creating image backgroung is black and text is blue in photoshop but when i install and reboot my phone thae background is blck but text is blue. y is it happening?
What. /ten chars/
 
Reply

Tags
nokia n900, splashscreen


 
Forum Jump


All times are GMT. The time now is 13:09.