User:Sixwheeledbeast/Scripts

Line 1: Line 1:
'''On fresh system to purge "Unwanted" software'''
'''On fresh system to purge "Unwanted" software'''
-
Removes cherry, theme-beta, installers, tutorials, widgets and sharing rubbish.
+
Removes cherry, installers, tutorials, widgets and sharing rubbish.
  <pre>
  <pre>
-
apt-get remove --purge cherry hildon-theme-beta ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer tutorial-home-applet osso-tutorial-l10n-engb osso-tutorial-l10n-ptpt osso-tutorial-l10n-frca osso-tutorial-l10n-nlnl osso-tutorial-l10n-cscz osso-tutorial-l10n-itit osso-tutorial-l10n-eses osso-tutorial-l10n-svse osso-tutorial-l10n-frfr osso-tutorial-l10n-dede osso-tutorial-l10n-fifi osso-tutorial-l10n-nono osso-tutorial-l10n-esmx osso-tutorial-l10n-enus osso-tutorial-l10n-ruru osso-tutorial-l10n-mr0 osso-tutorial-l10n-plpl osso-systemui-splashscreen sharing-service-flickr sharing-service-ovi chinese-font google-search-widget tutorial-home-applet ovi-promotion-widget
+
apt-get remove --purge cherry ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer tutorial-home-applet osso-tutorial-l10n-engb osso-tutorial-l10n-ptpt osso-tutorial-l10n-frca osso-tutorial-l10n-nlnl osso-tutorial-l10n-cscz osso-tutorial-l10n-itit osso-tutorial-l10n-eses osso-tutorial-l10n-svse osso-tutorial-l10n-frfr osso-tutorial-l10n-dede osso-tutorial-l10n-fifi osso-tutorial-l10n-nono osso-tutorial-l10n-esmx osso-tutorial-l10n-enus osso-tutorial-l10n-ruru osso-tutorial-l10n-mr0 osso-tutorial-l10n-plpl osso-systemui-splashscreen sharing-service-flickr sharing-service-ovi chinese-font google-search-widget tutorial-home-applet ovi-promotion-widget
</pre>
</pre>
-
'''Unlock Camera key while locked'''
+
'''Unlock Camera key while locked (Doesn't persist reboot)'''
''Thanks vi_''
''Thanks vi_''
Line 17: Line 17:
echo 0 > /sys/devices/platform/gpio-switch/cam_focus/disable
echo 0 > /sys/devices/platform/gpio-switch/cam_focus/disable
chmod 444 /sys/devices/platform/gpio-switch/cam_focus/disable
chmod 444 /sys/devices/platform/gpio-switch/cam_focus/disable
 +
</pre>
 +
 +
 +
'''List Saved WLAN passphrases'''
 +
 +
<pre>
 +
gconftool -R /system/osso/connectivity/IAP | grep passphrase
</pre>
</pre>

Revision as of 21:55, 19 April 2013

On fresh system to purge "Unwanted" software

Removes cherry, installers, tutorials, widgets and sharing rubbish.

apt-get remove --purge cherry ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer tutorial-home-applet osso-tutorial-l10n-engb osso-tutorial-l10n-ptpt osso-tutorial-l10n-frca osso-tutorial-l10n-nlnl osso-tutorial-l10n-cscz osso-tutorial-l10n-itit osso-tutorial-l10n-eses osso-tutorial-l10n-svse osso-tutorial-l10n-frfr osso-tutorial-l10n-dede osso-tutorial-l10n-fifi osso-tutorial-l10n-nono osso-tutorial-l10n-esmx osso-tutorial-l10n-enus osso-tutorial-l10n-ruru osso-tutorial-l10n-mr0 osso-tutorial-l10n-plpl osso-systemui-splashscreen sharing-service-flickr sharing-service-ovi chinese-font google-search-widget tutorial-home-applet ovi-promotion-widget


Unlock Camera key while locked (Doesn't persist reboot)

Thanks vi_

sudo gainroot
chmod 666 /sys/devices/platform/gpio-switch/cam_focus/disable
echo 0 > /sys/devices/platform/gpio-switch/cam_focus/disable
chmod 444 /sys/devices/platform/gpio-switch/cam_focus/disable


List Saved WLAN passphrases

gconftool -R /system/osso/connectivity/IAP | grep passphrase