Active Topics

 



Notices


Reply
Thread Tools
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#1
i just installed custom name applate.so i can change the text of the operator which is shown on the desktop.


i have got an idea today from this app if any one of you can make an app by which we can edit as many text editing as possible on n900.for example we can change text for "one application successfully installed" or "Bluetooth set is on" or "backup complete" etc. i wonder if we can change text of our own choice

also if we could add custom sound to our device like "when i click" or "when app is installed" or "when backup is complete" or "when i unlock the device" or any warning sound etc. i wonder if we can change sound of our own choice

what do you think???

update:- i made a video about the sound hacking (not how to) but you can see the sound effact! here

UDPDATE:-here is how to about changing system sound Click here

Last edited by nicholes; 2012-02-09 at 13:57.
 
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#2
haha,

a program voor n900 make n900 absolutly different from any other phone???

I say this only ONCE, the n900 IS completly different than any other phone,from it's self....
 

The Following 6 Users Say Thank You to N900@900MHz For This Useful Post:
Posts: 140 | Thanked: 66 times | Joined on Apr 2010
#3
Would be kinda cool, but is it really neccessary? i like the sound idea but i wouldn't use the text. + you could probably change the sounds anyway if you just changed the sound files if you can find them?
 
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#4
Yeah that's a good idea, I agree with you. It will be a good way to have a "unique" N900!!!
 

The Following User Says Thank You to Boemien For This Useful Post:
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#5
Yeah, probably adding the sound of FREEEEEEEDOM when successfully installing an app with the text "Scotland is yours" would be cool.
 

The Following 3 Users Say Thank You to ammyt For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#6
Originally Posted by ammyt View Post
Yeah, probably adding the sound of FREEEEEEEDOM when successfully installing an app with the text "Scotland is yours" would be cool.
imagine if it is your own voice then!!!!!!!
 
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#7
Originally Posted by ammyt View Post
Yeah, probably adding the sound of FREEEEEEEDOM when successfully installing an app with the text "Scotland is yours" would be cool.
i want adding sound in my own voice "mission accomplished" with the text "great n900 has got one more app sir"

would be cool to make my n900 unique
 

The Following User Says Thank You to hathoda For This Useful Post:
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#8
call Mel Gibson....he will help you
 

The Following User Says Thank You to sophocha For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#9
Originally Posted by nicholes View Post
i have got an idea today from this app if any one of you can make an app by which we can edit as many text editing as possible on n900.for example we can change text for "one application successfully installed" or "Bluetooth set is on" or "backup complete" etc. i wonder if we can change text of our own choice

also if we could add custom sound to our device like "when i click" or "when app is installed" or "when backup is complete" or "when i unlock the device" or any warning sound etc. i wonder if we can change sound of our own choice

what do you think???
You can do this already. You have to do a custom "translation" of the UIs in question. If you want to do it the quick'n'dirty way, grab the .mo files for the app you want to edit from
Code:
/usr/share/locale/en_US/LC_MESSAGES
(where en_US is replaced with the locale you have set up - for me, it's English (United States), it might be different for you). As an example, use the hildon-fm.mo file (the file manager texts). Now, copy that file from the device to your computer, and use
Code:
msgunfmt hildon-fm.mo > hildon-fm.po
to convert it to a plaintext gettext file. You can then open and edit this using e.g. poedit. After you are done editing, save it, and use
Code:
msgfmt hildon-fm.po -o hildon-fm.mo
to compile the message catalog again. Now, copy the updated catalog to your device in the same folder as the old file (/usr/share/locale/en_US/LC_MESSAGES) and make sure the permissions are correct.

You might need root permissions for replacing the files on the device. Be careful!

Sounds are replaced by simply replacing the sound files in
Code:
/usr/share/sounds
or
Code:
/usr/share/sounds/maemo/stereo
Have fun, but if you break something, you got to keep the pieces

Update: It seems like the "gettext" package is even available in Extras. With an "apt-get install gettext", you can have msgfmt and msgunfmt directly on your N900, and do everything from the X Terminal.

Last edited by thp; 2011-02-07 at 13:01.
 

The Following 10 Users Say Thank You to thp For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#10
@thp

thanks man i really wanted something like that!!!!

one question
if i break something (lost some .po or mo files) do i have to flash n900 or just restoring the device can bring it back?(from backup)
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:33.