Author Topic: Adding rom shortcuts to the homescreen  (Read 11524 times)

pcercuei

  • ***
  • Posts: 1429
    • My devblog
Re: Adding rom shortcuts to the homescreen
« Reply #40 on: October 21, 2014, 04:01:14 pm »
Does it work if you type:
Code: [Select]
sh /media/data/apps/test.sh?

Anubis

  • *
  • Posts: 34
Re: Adding rom shortcuts to the homescreen
« Reply #41 on: October 21, 2014, 04:07:43 pm »
Does it work if you type:
Code: [Select]
sh /media/data/apps/test.sh?

It does.

pcercuei

  • ***
  • Posts: 1429
    • My devblog
Re: Adding rom shortcuts to the homescreen
« Reply #42 on: October 21, 2014, 04:19:26 pm »
Could you paste the content of /boot/vmlinuz.bin.sha1?

Anubis

  • *
  • Posts: 34
Re: Adding rom shortcuts to the homescreen
« Reply #43 on: October 21, 2014, 04:22:38 pm »
Could you paste the content of /boot/vmlinuz.bin.sha1?

d7a0e8862038506db144dbc1a1f443d5d7e2ff7f

Nebuleon

  • Guest
Re: Adding rom shortcuts to the homescreen
« Reply #44 on: October 21, 2014, 09:19:27 pm »
Forgot to change the rom path before I uploaded that one.
Here it is again, same problem:

https://www.mediafire.com/?21lp8mhk6471610
That file is 76 bytes, yet, below, the output of 'ls -la' on the GCW Zero via SSH or Telnet states '77'.


Anubis

  • *
  • Posts: 34
Re: Adding rom shortcuts to the homescreen
« Reply #45 on: October 21, 2014, 10:42:47 pm »
Forgot to change the rom path before I uploaded that one.
Here it is again, same problem:

https://www.mediafire.com/?21lp8mhk6471610
That file is 76 bytes, yet, below, the output of 'ls -la' on the GCW Zero via SSH or Telnet states '77'.

That still wouldn't cause this problem, as you can see from the cat, the contents of the file are correct.

EDIT: Also, that could've been me deleting a line break to test both versions out.
« Last Edit: October 21, 2014, 10:51:49 pm by Anubis »

zear

  • * Moderator
  • Posts: 2379
Re: Adding rom shortcuts to the homescreen
« Reply #46 on: October 21, 2014, 11:11:19 pm »
That still wouldn't cause this problem, as you can see from the cat, the contents of the file are correct.
No, the contents of cat show 75 visible characters. There is a single line break, which should add up to 76 characters if it's Unix style LF, or 77 if it's Windows style CR+LF or any other kind of "invisible" character is somewhere in these two lines. If it is somewhere in the first line, you'd be getting "Not found" error.

Anubis

  • *
  • Posts: 34
Re: Adding rom shortcuts to the homescreen
« Reply #47 on: October 21, 2014, 11:44:20 pm »
That still wouldn't cause this problem, as you can see from the cat, the contents of the file are correct.
No, the contents of cat show 75 visible characters. There is a single line break, which should add up to 76 characters if it's Unix style LF, or 77 if it's Windows style CR+LF or any other kind of "invisible" character is somewhere in these two lines. If it is somewhere in the first line, you'd be getting "Not found" error.

Apparently this was the problem. I think the line breaks were being converted during the upload... Well, PROBLEM FIXED. If anyone ever runs into this problem either change the transfer type to binary or use SFTP.

Thanks for the help everyone! :D
« Last Edit: October 22, 2014, 12:49:59 am by Anubis »

Nebuleon

  • Guest
Re: Adding rom shortcuts to the homescreen
« Reply #48 on: October 22, 2014, 12:39:12 am »
EDIT: Unrelated question but ... (added at 2014-10-21 23:30:53 UTC)
For better organisation of the forum, please edit that question out and make a new thread with it in /GCW Zero/Help. This thread is for ROM links only.

 

Post a new topic