SE-NSE Forums:

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

Walkman Knob/text Message Vol.

#1 User is offline   1206 Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 110
  • Joined: 26-August 09
  • Gender:Male
  • Location:Denmark

Posted 02 September 2009 - 04:09 PM

Hi All you fantastic modders out there...
Hope it's the right place to add this thread??

Wouldn't it be possible to disconnect the walkman knob on the side of the W995, without tearing the physical knob off??
Cos I keep hitting it, especially when using the cam... and it bugs the H... out of me :-)

AND!!!
Everybod properly has this problem "on all SE phones"
The message alarm doesent have a volume setting?? So would it be possible to to ad vol settings to the text alarm??
1206

Black W995 scrached, with slider wobble and no logo :-)
0

#2 User is offline   chunlianghere Icon

  • Makes Se-nse
  • PipPipPipPip
  • Group: Members
  • Posts: 418
  • Joined: 01-March 08
  • Gender:Male
  • Location:Singapore
  • Mobile:SE W995 R1GA026

Posted 03 September 2009 - 11:39 AM

View Post1206, on 2009-09-03 00:17, said:

Wouldn't it be possible to disconnect the walkman knob on the side of the W995, without tearing the physical knob off??
Cos I keep hitting it, especially when using the cam... and it bugs the H... out of me :-)

don get wat u mean this? how come u wil hit something when takin pic?

View Post1206, on 2009-09-03 00:17, said:

AND!!!
Everybod properly has this problem "on all SE phones"
The message alarm doesent have a volume setting?? So would it be possible to to ad vol settings to the text alarm??

wat u mean message alarm? do u mean ALARM?

YES, the alarm can set volume! go to the 2nd tab, Alarm volume. can set Loud, Normal, Modest or Discreet.
0

#3 User is offline   1206 Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 110
  • Joined: 26-August 09
  • Gender:Male
  • Location:Denmark

Posted 03 September 2009 - 11:51 AM

View Postchunlianghere, on 2009-09-03 13:47, said:

don get wat u mean this? how come u wil hit something when takin pic?


wat u mean message alarm? do u mean ALARM?

YES, the alarm can set volume! go to the 2nd tab, Alarm volume. can set Loud, Normal, Modest or Discreet.


HA HA!!! No "hit" it's just another term for pressing or push the knob... I keep pressing the walkman knob when I take pic's so my phone goes into walkman mode.. and often when I close the phone "slide the top back" after talkin in it, I also by accident press the walkman knob.. that's why I would love to have the knob disconnected :-)

No I'm not talking about the Alarm (used for waking me up in the morning), I'm talking about the sound you choose to tell you that you have a new text message.. most of the sounds you find are either too low or too high in volume, so it would be nice if I could set the volume as high or low as I want it to be :-)

Hope you understand what I mean now??
1206

Black W995 scrached, with slider wobble and no logo :-)
0

#4 User is offline   Rodriguezstyle Icon

  • Se-nse-ual
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 763
  • Joined: 04-July 08
  • Gender:Male
  • Location:Germany
  • Mobile:W995 The Only Walkman & Cybershot Hybrid after I work on it...
  • Twitter:feels good Thank you for asking...

Posted 05 September 2009 - 10:31 AM

@1206

we can change the function of the Walkman button when DB3210 finaly support Patches, is sadly but not possible at the moment Patches don´t will work with the W995

with Patches we can change everything in the Phone no limits but at the moment we have to wait...

@den_po

we count on you ;)

This post has been edited by Rodriguezstyle: 05 September 2009 - 10:36 AM

0

#5 User is offline   1206 Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 110
  • Joined: 26-August 09
  • Gender:Male
  • Location:Denmark

Posted 05 September 2009 - 11:23 AM

View PostRodriguezstyle, on 2009-09-05 12:39, said:

@1206

we can change the function of the Walkman button when DB3210 finaly support Patches, is sadly but not possible at the moment Patches don´t will work with the W995

with Patches we can change everything in the Phone no limits but at the moment we have to wait...

@den_po

we count on you ;)


Thanks Dirty!!
for taking the time to comment... I know you are a bussy man with all the cam drivers HA HA!!!
Ok I'll just have to wait then and see.. Or see if I can get use to "NOT" pressing that button...

thankx again!!
1206

Black W995 scrached, with slider wobble and no logo :-)
0

#6 User is offline   piflechien Icon

  • Padawan
  • Pip
  • Group: Members
  • Posts: 35
  • Joined: 03-December 07

Posted 05 September 2009 - 04:32 PM

Actually you can change the behaviour of any button without patching. With a simple customize_upgrade ou default_upgrade.xml file.

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<customization>
  <registry>
	<ui>
	<settings reg-path="/apps/ui">
	 <!-- (Key Press Shortcuts) -->
	  <shortcut>
		<key id="nav-up">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-right">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-down">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-left">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="gomusic">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="mediaplayer">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="camera">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="operator">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="volume-up">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="volume-down">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="ptt">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="game-a">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="game-b">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="lamp">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="toggle">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="messaging">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="imode">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="activitymenu">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
	  </shortcut>
	</settings>	
   </ui>
  </registry>
</customization>


Just take the "gomusic"(this is the walkman button) section and change it
name = application (internal) you want to launch (ex: Phonebook, FMRadio, Msg_Inbox, GoMusic, MediaPlayer, FileManager, SelectProfile_Id, etc ...) there are 100 functions that you can call ... i can give you the full list if you want / need

vendor and entry point are for java apps that you want to lanch
state = activated or deactivated

type= standard-item, locked-item, java ...

action_type = short-press or long-press

This post has been edited by piflechien: 05 September 2009 - 04:49 PM

0

#7 User is offline   1206 Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 110
  • Joined: 26-August 09
  • Gender:Male
  • Location:Denmark

Posted 06 September 2009 - 06:16 PM

View Postpiflechien, on 2009-09-05 18:40, said:

Actually you can change the behaviour of any button without patching. With a simple customize_upgrade ou default_upgrade.xml file.

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<customization>
  <registry>
	<ui>
	<settings reg-path="/apps/ui">
	 <!-- (Key Press Shortcuts) -->
	  <shortcut>
		<key id="nav-up">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-right">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-down">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="nav-left">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="gomusic">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="mediaplayer">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="camera">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="operator">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="volume-up">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="volume-down">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="ptt">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="game-a">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="game-b">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="lamp">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="toggle">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="messaging">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="imode">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
		<key id="activitymenu">
		  <name>no-name</name>
		  <vendor-name>no-name</vendor-name>
		  <entry-point>no-name</entry-point>
		  <state>deactivated</state>
		  <type>locked-item</type>
		  <action-type>short-press</action-type>
		</key>
	  </shortcut>
	</settings>	
   </ui>
  </registry>
</customization>


Just take the "gomusic"(this is the walkman button) section and change it
name = application (internal) you want to launch (ex: Phonebook, FMRadio, Msg_Inbox, GoMusic, MediaPlayer, FileManager, SelectProfile_Id, etc ...) there are 100 functions that you can call ... i can give you the full list if you want / need

vendor and entry point are for java apps that you want to lanch
state = activated or deactivated

type= standard-item, locked-item, java ...

action_type = short-press or long-press


:-) thanx!!!
But I don't know anything bout all the modding and stuff, and how it's done, all I know is how to change the cam driver "HA HA!!...

But thank you anyway :-)
1206

Black W995 scrached, with slider wobble and no logo :-)
0

#8 User is offline   machao44 Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 50
  • Joined: 21-June 09
  • Gender:Male
  • Location:

Posted 07 September 2009 - 02:17 PM

I ask: C905 of the game-a can be replaced by walkman do?
Sorry, poor English skills
0

#9 User is offline   piflechien Icon

  • Padawan
  • Pip
  • Group: Members
  • Posts: 35
  • Joined: 03-December 07

Posted 07 September 2009 - 06:33 PM

View Postmachao44, on 2009-09-07 16:25, said:

I ask: C905 of the game-a can be replaced by walkman do?
Sorry, poor English skills

Yes change it to gomusic action for direct access to the walkman or mediaplayer for access to the mediacenter
0

#10 User is offline   machao44 Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 50
  • Joined: 21-June 09
  • Gender:Male
  • Location:

Posted 08 September 2009 - 02:26 AM

change it to gomusic action for direct access to the walkman
0

#11 User is offline   najodleglejszy Icon

  • Se-nse-ible
  • PipPipPipPipPip
  • Group: Members
  • Posts: 512
  • Joined: 09-February 08
  • Gender:Male
  • Location:Sandomierz
  • Mobile:W810i

Posted 08 September 2009 - 05:30 AM

If you want a louder sms ringtone, then change it's volume on a PC via Mp3Gain :)
Posted Image


my c903's motherboard is broken and it's soooo expensive to replace it... Farewell Frances :'(
0

SE-NSE

#12 User is offline   1206 Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 110
  • Joined: 26-August 09
  • Gender:Male
  • Location:Denmark

Posted 09 September 2009 - 08:31 AM

View Postnajodleglejszy, on 2009-09-08 07:38, said:

If you want a louder sms ringtone, then change it's volume on a PC via Mp3Gain :)


Yeah dude!! that's a way to do it :-) done it so many times it has become borring!! so I was just looking for an easier way out :-)

But you know the problem too: you have choosen a SMS tone which is fine during the day (because it's loud) but when sitting alone in the evening og when you sleep, receiving a SMS knocks you over (again because it's loud HA HA!!)
1206

Black W995 scrached, with slider wobble and no logo :-)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users