![]() |
2011-07-04
, 07:07
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#42
|
The Following 4 Users Say Thank You to RobbieThe1st For This Useful Post: | ||
![]() |
2011-07-04
, 09:24
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#43
|
![]() |
2011-07-04
, 11:38
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#44
|
Hmm... Farther in /sbin/preinit than what I modify there's a command using "getty" to give a shell as well (I think it's for when the device is connected to with a serial console enabled or somesuch). I was going to try using it but I never had problems with just "sh" for whatever reason, so my code never needed me to.
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
![]() |
2011-07-04
, 12:07
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#45
|
Is anyone else having the same issue? If you're using my /sbin/preinit mod code, please speak up if it works for you with my last-posted version, so we can figure out if I wrote the code in the post wrong or if it's something else more integral to some N900s...
The Following 2 Users Say Thank You to iDont For This Useful Post: | ||
![]() |
2011-07-04
, 13:47
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#46
|
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
![]() |
2011-07-04
, 15:04
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#47
|
Note: Modification and redistribute shell script /sbin/preinit is not allowed due to license!
I reported relicense bug about this problem:
https://bugs.maemo.org/show_bug.cgi?id=12228
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-07-04
, 15:28
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#48
|
Redistribution isn't allowed. I'm not so sure about modification. The license at the top says nothing about not being allowed to modify. It just prohibits all copying (including "adapting", but that's in the context of copying - so adapting that involves copying) - i.e. if I change the script for a different purpose I can't redistribute the modified /sbin/preinit - doesn't mean I can't legally say what lines I used, inserted at line X - and people aren't legally prevented from modifying it from there if they so choose.
I'll add my own comment to the bug whenever I remember what my username and password there were.
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
![]() |
2011-07-04
, 19:48
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#49
|
I'm guessing that sets up the needed bits, which are then reused later...
This is stupid hack because shell script has stupid license. /sbin/preinit is critical part of booting which should have GPL/BSD (or compatible license). I think that community should have permitions to modify & redistribute this script...
username = email
and you can resend/reset password
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-07-04
, 20:15
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#50
|
The Following 2 Users Say Thank You to hawaii For This Useful Post: | ||
![]() |
Tags |
console, console-mode, framebuffer, recovery, recovery-mode |
|
Is anyone else having the same issue? If you're using my /sbin/preinit mod code, please speak up if it works for you with my last-posted version, so we can figure out if I wrote the code in the post wrong or if it's something else more integral to some N900s...
Also, did the previous version work for you? Are you using any other in-/sbin/preinit modifications?
Are you certain you typed everything literally correctly? It's possible you made a typo in one of the driver names... I don't know. I certainly know the pain of reflashing and restoring stuff (although I don't regularly back up the entire rootfs/opt... or ever, really - so I manually reinstall stuff, but the point is I get that it's inconvenient to fiddle to get something working, so my apologies for that, if I typed something wrong in my instructions....