![]() |
2013-09-04
, 06:17
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#101
|
|
2013-09-04
, 07:02
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#102
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2013-09-04
, 07:23
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#103
|
NP I have the kernel in placeWorks like a charm
Look at the change Jack did
http://talk.maemo.org/showpost.php?p...5&postcount=42
Works fine (at least for ettercap)
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
![]() |
2013-09-04
, 08:19
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#104
|
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
![]() |
2013-09-05
, 07:55
|
Posts: 181 |
Thanked: 64 times |
Joined on Feb 2012
|
#105
|
![]() |
2013-09-05
, 09:45
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#106
|
exFat under windows would be great indeed... Can anyone confirm functionality ?
![]() |
2013-09-05
, 12:00
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#107
|
![]() |
2013-09-05
, 15:40
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#108
|
![]() |
2013-09-05
, 18:29
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#109
|
Can you post how you create icons like this? I assume there is some backing script or exe?
#!/bin/bash reply=$(grep mmc /etc/usb-moded/usb-moded.ini) if [ "$reply" = "mount = /dev/mmcblk0p1" ]; then sed -i '/mmc/s/1/4/g' /etc/usb-moded/usb-moded.ini sed -i '/Name/s/MyDocs/BackupRoom/g' /usr/share/applications/switcher.desktop else sed -i '/mmc/s/4/1/g' /etc/usb-moded/usb-moded.ini sed -i '/Name/s/BackupRoom/MyDocs/g' /usr/share/applications/switcher.desktop fi
[Desktop Entry] Type=Application Terminal=false Name=MyDocs Categories=System; Terminal=false Exec=sh -c "echo rootme | devel-su -c '/opt/switcher/switcher.sh'" Icon=/path_to_your_icon
The Following User Says Thank You to Ancelad For This Useful Post: | ||
![]() |
2013-09-05
, 21:07
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#110
|
To celebrate the Microsoft aquisition of Nokia Mobile Phones, I hereby present a fresh kernel-plus-nat-exfat version.
(ExFAT being Microsoft creation, that is)
Get it from here: http://www.swagman.org/juice/zImage_...xtfat-20121301
(md5sum=5e9c4e445763256613810f8c5a5e9f07)
The new kernel is fully compatible with modules from the previous kernel-plus-nat version (http://www.swagman.org/juice/kernel-...9-plus_nat.tar) so if you've already got that there's no need to download new modules. Just upload the kernel to your ubiboot config (or flash it in case you are not using ubiboot)
I am running that now on my device, and it works correctly.
However, I have not tested mounting ExFAT partitions so be my guest and please test that functionality