[Android] Speed up Android!
I'm creating a new thread for this so it doesn't get lost
Quote:
Originally Posted by Bundyo
(Post 198711)
http://groups.google.com/group/andro...6624085c3080bd
Someone already got m5-rc15 running on n800 but not very stable. However, we can benefit from his stop all unneeded processes script :)
The problem is called RAM - already filled up with maemo.
EDIT: Just trying unloading the whole bunch of processes there - Android is much faster and responsive this way. If you want it before penguinbait adds it to the deb - just add this in
Code:
/usr/bin/android.sh
just after
Code:
echo "Starting Android..."
Code:
/etc/init.d/zzinitdone stop
/etc/init.d/alarmd stop
/etc/init.d/mediaplayer-daemon stop
/etc/init.d/bme-dbus-proxy stop
/etc/init.d/af-base-apps stop
/etc/init.d/btcond stop
/etc/init.d/dbus stop
/etc/init.d/gpsdriver stop
/etc/init.d/hildon-desktop stop
/etc/init.d/hulda stop
/etc/init.d/libgpsbt stop
/etc/init.d/obexsrv stop
/etc/init.d/af-startup stop
/etc/init.d/af-services stop
/etc/init.d/x-server stop
/etc/init.d/maemo-launcher stop
/etc/init.d/osso-systemui stop
/etc/init.d/bluez-utils stop
/etc/init.d/multimediad stop
/etc/init.d/mce stop
/etc/init.d/product-code stop
/etc/init.d/hildon-update-notifier stop
/etc/init.d/metalayer-crawler0 stop
/etc/init.d/esd stop
And by much faster i mean at least 5 times :)
According to the post - you should have lifeguard reset switched off.
|
I wanted to keep the bluetooth DUN connection working, so I left btcond running. Also, I added a fix for the lifeguard problem with penguinbait's installer:
Code:
touch /etc/no_lg_reboots
/etc/init.d/ssh stop
/etc/init.d/metalayer-crawler0 stop
/etc/init.d/mediaplayer-daemon stop
/etc/init.d/hulda stop
/etc/init.d/alarmd stop
/etc/init.d/obexsrv stop
/etc/init.d/osso-systemui stop
/etc/init.d/af-base-apps stop
/etc/init.d/bluez-utils stop
/etc/init.d/libgpsbt stop
/etc/init.d/gpsdriver stop
/etc/init.d/hildon-desktop stop
/etc/init.d/af-startup stop
/etc/init.d/maemo-launcher stop
/etc/init.d/esd stop
/etc/init.d/multimediad stop
/etc/init.d/af-services stop
/etc/init.d/x-server stop
/etc/init.d/mce stop
/etc/init.d/dbus stop
With this addition to /usr/bin/android.sh, Android works with either WiFi or BT DUN if the link was up before starting Android.
|