|
2012-01-23
, 09:34
|
Posts: 56 |
Thanked: 14 times |
Joined on Jan 2012
@ Germany
|
#132
|
|
2012-01-23
, 15:10
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#133
|
sed -n '830,841p' /usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
|
2012-01-23
, 18:19
|
Posts: 56 |
Thanked: 14 times |
Joined on Jan 2012
@ Germany
|
#134
|
|
2012-01-26
, 04:25
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#135
|
well, there is no output. busybox just offering the next command prompt. tried both root and user (both via ssh)
cat /usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
rm /usr/share/themes/blanco/meegotouch/meegotouchhome/style/meegotouchhome.css
|
2012-01-26
, 19:01
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#136
|
New version out http://minus.com/mb5trtYJt#4
0.2-5 * Fixed white correction text
* Added change applauncher icon size
* Added change applauncher text color
* Added change applauncher text size
* Added stretched space to vkb
* Fixed lock-screen landscape
* Fixed a root ssh bug
|
2012-01-27
, 08:15
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#137
|
|
2012-01-27
, 08:54
|
Posts: 60 |
Thanked: 9 times |
Joined on Dec 2009
@ Chicago
|
#138
|
|
2012-01-27
, 09:33
|
Posts: 56 |
Thanked: 14 times |
Joined on Jan 2012
@ Germany
|
#139
|
|
2012-01-27
, 10:30
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#140
|
# Add adhoc at startup [Aa][Hh] ) echo "" echo "This will add adhoc at startup" echo "" read -p "Enter A to activate/install, D to deactivate or R to remove: " ADR echo "" read -p "Password: " -s PASSWORD case $ADR in [Aa] ) echo $PASSWORD | devel-su -c "echo '# Description of the script, mandatory description \"Allow Adhoc script\" # Author e-mail address, mandatory author \"salyavin@gokuraku.fcac.com\" # stop when xsession is stopped stop on stopping xsession # stdout to /dev/null, use \"console output\" to direct stdout to console (optional) console none # Start myapp as user exec /bin/echo 1 > /sys/devices/platform/wl1271/allow_adhoc' > /etc/init/apps/adhoc.conf" >/dev/null ;; [Dd] ) echo $PASSWORD | devel-su -c "echo '# Description of the script, mandatory description \"Allow Adhoc script\" # Author e-mail address, mandatory author \"salyavin@gokuraku.fcac.com\" # stop when xsession is stopped stop on stopping xsession # stdout to /dev/null, use \"console output\" to direct stdout to console (optional) console none # Start myapp as user exec /bin/echo 0 > /sys/devices/platform/wl1271/allow_adhoc' > /etc/init/apps/adhoc.conf" >/dev/null ;; [Rr] ) echo $PASSWORD | devel-su -c 'rm /etc/init/apps/adhoc.conf' ;; esac read -p "Done! Your change will be enabled after next reboot." end ;;
[cC][cC] ) echo "This will add adhoc at startup" echo "" echo "1. Activate" echo "2. Deactivate" echo "3. Remove" echo "" read -p "Choose from 1 to 3: " ANS echo "" case $ANS in 1 ) echo '# Description of the script, mandatory description "Allow Adhoc script" # Author e-mail address, mandatory author "salyavin@gokuraku.fcac.com" # stop when xsession is stopped stop on stopping xsession # stdout to /dev/null, use "console output" to direct stdout to console (optional) console none # Start myapp as user exec /bin/echo 1 > /sys/devices/platform/wl1271/allow_adhoc' > /etc/init/apps/adhoc.conf /bin/echo 1 >/dev/null ;; 2 ) echo '# Description of the script, mandatory description "Allow Adhoc script" # Author e-mail address, mandatory author "salyavin@gokuraku.fcac.com" # stop when xsession is stopped stop on stopping xsession # stdout to /dev/null, use "console output" to direct stdout to console (optional) console none # Start myapp as user exec /bin/echo 0 > /sys/devices/platform/wl1271/allow_adhoc' > /etc/init/apps/adhoc.conf /bin/echo 0 >/dev/null ;; 3 ) rm /etc/init/apps/adhoc.conf ;; * ) read -p "Just answer from 1 to 3. Aborting!" end; continue ;; esac echo "Your changes will take effect after Reboot. You want to reboot now ?" echo " " read -p "Choose Y or N: " inputline echo " " for carattere in $inputline; do case $carattere in [Yy] ) echo "Your phone will reboot now!" echo " " sleep 2 && /sbin/reboot ;; [Nn] ) echo "You chose to NOT reboot." echo " " esac done;;
You like what i do? Donate!
Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.
Add me on twitter @almehdin
Visit the swedish maemo/meego community forums