Moto Hell - The Motorola Modding Community

Motorola Phone Models => Motorola A780/A1200/E2/E6/E680/V8/Z6 => Topic started by: rokre2mania on April 02, 2008, 12:16:42 am



Title: [E2]Langpacks Without Reflash??
Post by: rokre2mania on April 02, 2008, 12:16:42 am
I wonder how to change the langpacks without flashing my phone..
coz' it's troublesome to reflash and reflashing again if you need another langpacks...

any MPKG to solve this problem??


Title: Re: [E2]Langpacks Without Reflash??
Post by: keaglez on April 02, 2008, 05:37:19 am
Try to put your language at SD and do mount --bind to /usr/language... But not sure if it will work or not... :)


Title: Re: [E2]Langpacks Without Reflash??
Post by: NestorM on April 02, 2008, 09:11:22 am
not work.


Title: Re: [E2]Langpacks Without Reflash??
Post by: zjole on April 04, 2008, 09:58:48 pm
Code:
#!/bin/bash

. /etc/init.d/ezxenvr.sh
kill `pidof windowsserver`
kill `pidof soundmanager`
mount --bind /ezxlocal/language /usr/language
sleep 3
/etc/rc.d/rc2.d/S65am.sh
try this script.replace /ezxlocal/language with the path where you extract the langpack to.