The Following 5 Users Say Thank You to reinob For This Useful Post: | ||
|
2014-06-05
, 06:59
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#22
|
|
2014-06-05
, 08:13
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#23
|
I did not know we can disable the kb lights in preinit (could you point me? Do not have at hand right now)!
(could be a good advice, but only to knowledgeable people ...)
echo active > /sys/devices/platform/gpio-switch/sleep_ind/state
awk '/sleep_ind/{ if ($2 == 1) { VALUE="active"; } else { VALUE="inactive"; } print VALUE > "sys/devices/platform/gpio-switch/sleep_ind/state" }' < /etc/pmconfig
sleep_ind 0
Reading full repo in terminal is quite hard (even I am a 'terminalist' )
URl for app browsing?
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
|
2014-06-05
, 21:49
|
|
Posts: 25 |
Thanked: 59 times |
Joined on Jun 2014
@ Poland
|
#24
|
e.g. http://maemo.org/packages/repository...el_free_armel/
|
2015-01-07
, 22:54
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#25
|
2) if your USB breaks *and* you brick it, then you cannot enable R&D anymore
When I have time I'll see if I can fix/fake fiasco-image-update-ask (I don't want to lose u-boot or kernel-power) and do:
OK, ham-rescue is run (if exists) from /etc/init.d/rcS. Looking at what it does I feel now 100% sure that I want to get rid of it.
Will report..
|
2015-01-08
, 01:00
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#26
|
- "domains" - honestly, I don't want some speedpatch clone to creep on my device because a script-kiddie has pushed it in extras replacing a system package. don't know about FAM, but apt-get will happily install such package.
|
2015-01-08
, 09:52
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#27
|
2: Stuff only gets into extras when ten or so members of the mob that we are vote on it. We /hope/ that within the mob are competent people who /do/ watch the packages carefully, and who will vote down if there is something suspicious.
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2015-01-08
, 10:01
|
Posts: 2,291 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#28
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
|
2015-01-08
, 10:20
|
|
Posts: 6,450 |
Thanked: 20,982 times |
Joined on Sep 2012
@ UK
|
#29
|
|
2015-01-08
, 10:42
|
Posts: 2,291 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#30
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
2) if your USB breaks *and* you brick it, then you cannot enable R&D anymore
If peterleinchen wants "to have a GUI for looking through" he can use the web browser, or apt-cache. Anyway, installing HAM or FAM could/should be an optional thing.
Currently, if I do:
# apt-get -s remove hildon-application-manager
it tells me it wants to delete:
dbbrowser
fiasco-image-update-ask
hildon-application-manager
kernel-power-flasher
kernel-power-settings
mobilehotspot
recovery-boot
u-boot-flasher
The problem is fiasco-image-update-ask (which kernel-power-flasher and u-boot-flasher require) as well as dbbrowser (why it depends on HAM escapes me, I think I'll remove it because of that..)
When I have time I'll see if I can fix/fake fiasco-image-update-ask (I don't want to lose u-boot or kernel-power) and do:
OK, ham-rescue is run (if exists) from /etc/init.d/rcS. Looking at what it does I feel now 100% sure that I want to get rid of it.
Will report..