The Following User Says Thank You to p24 For This Useful Post: | ||
|
2013-03-09
, 22:38
|
Posts: 6 |
Thanked: 5 times |
Joined on Feb 2010
@ France
|
#52
|
The Following User Says Thank You to onil For This Useful Post: | ||
|
2013-03-23
, 22:24
|
Posts: 115 |
Thanked: 342 times |
Joined on Dec 2010
|
#53
|
1.0 2013-03-23
==============
-Using buildroot now to create the rootfs.
-updated userspace tools(e. g. busybox).
-glibc replaced with uclibc and everything recompiled against uclibc
-/rescueOS/usb-mass-storage-enable.sh: Work if sd card is inserted or not(known mmcblkX number issue on N900)
-shipping wifi firmware
-corrected dhcp business with /etc/resolv.conf
-decreased size of the initrd.
RescueOS's own configs and scripts are now hosted here:
https://github.com/NIN101/N900_RescueOS
The Following 15 Users Say Thank You to NIN101 For This Useful Post: | ||
Estel, Fabry, glabifrons, hyno111, kinggo, mr_pingu, n0idea, peterleinchen, reinob, saponga, sLumPia, thedead1440, Wikiwide, xes, zincholic |
|
2013-03-26
, 09:00
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#54
|
|
2013-04-13
, 14:11
|
Posts: 14 |
Thanked: 5 times |
Joined on Mar 2013
|
#55
|
The Following User Says Thank You to bogdanov_s For This Useful Post: | ||
|
2013-04-16
, 14:28
|
Posts: 115 |
Thanked: 342 times |
Joined on Dec 2010
|
#56
|
The Following User Says Thank You to NIN101 For This Useful Post: | ||
|
2013-05-25
, 23:03
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#57
|
devices="" for p in /sys/block/mmcblk*/; do device_name=`basename $p` if [ "x${devices}" != "x" ]; then devices="${devices},/dev/${device_name}" else devices="/dev/${device_name}" fi done if [ "x${devices}" != "x" ]; then /sbin/modprobe g_file_storage file=${devices} stall=0 removable=1 echo "USB Storage enabled for devices: ${devices}" USB_STORAGE=1 else echo "No USB storage devices found." fi
|
2013-06-15
, 10:58
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#58
|
The Following User Says Thank You to rdorsch For This Useful Post: | ||
|
2013-06-15
, 13:46
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#59
|
The Following 3 Users Say Thank You to rdorsch For This Useful Post: | ||
just wanted to say THANK YOU for writing this tool. It just saved all my data after I've dropped my phone and touch screen stopped working.
P.