[SOLVED] Some keybindings in i3wm doing the wrong thing

I've been using i3wm for about a year now, and up until today it's worked perfectly.
After an update, some of my keybindings are just plain doing the wrong thing. The rest seem to be working perfectly.
mod-i is for "go to the window to the right", it now opens emacs
mod-k used to close a window. It now has no apparent effect
There's no issue with the keys inside of windows. For instance, I've used the 'i' many times in this post, and it works as expected.
Here is my ~/.i3/config:
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. ISO 10646 = Unicode
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
# font pango:DejaVu Sans Mono 10
font pango: Inconsolata-dz for Powerline 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec termite
# kill focused window
bindsym $mod+k kill
# start dmenu (a program launcher)
bindsym $mod+w exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+w exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+h focus left
bindsym $mod+n focus down
bindsym $mod+e focus up
bindsym $mod+i focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+n move down
bindsym $mod+Shift+e move up
bindsym $mod+Shift+i move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+o split h
# split in vertical orientation
bindsym $mod+semicolon split v
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+r layout stacking
bindsym $mod+s layout tabbed
bindsym $mod+space layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
# bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
# bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# Scratchpad stuff
bindsym $mod+bracketleft scratchpad show
bindsym $mod+bracketright move scratchpad
# reload the configuration file
bindsym $mod+Shift+r reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+p restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+f exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym h resize shrink width 10 px or 10 ppt
bindsym n resize grow height 10 px or 10 ppt
bindsym e resize shrink height 10 px or 10 ppt
bindsym i resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
# Monitor configurations
# V H
# exec (xrandr --output DVI-D-1 --auto --rotate left && xrandr --output DVI-D-2 --auto --rotate right --right-of DVI-D-1)
# H V
# exec (xrandr --output DVI-D-1 --auto --rotate normal && xrandr --output DVI-D-2 --auto --rotate left --right-of DVI-D-1)
# V V
# exec (xrandr --output DVI-D-1 --auto --rotate left && xrandr --output DVI-D-2 --auto --rotate left --right-of DVI-D-1)
# H H
exec (xrandr --output DVI-D-1 --auto && xrandr --output DVI-D-2 --auto --right-of DVI-D-1)
exec setxkbmap us -variant colemak -option terminate:ctrl_alt_bksp,grp:rctrl_toggle,compose:ralt,ctrl:nocaps
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
output DVI-D-1
position top
# status_command cat
status_command $HOME/bin/barinfo
tray_output DVI-D-2
mode dock
# These are the colors for the window borders, so I'm going to apply them here
# BorderFrame Border Title NextWindowGoesHere
# client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
# client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
# client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
# client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
colors {
background #222222
focused_workspace #222222 #222222 #eeeeee
active_workspace #222222 #222222 #cccccc
inactive_workspace #222222 #222222 #aaaaaa
urgent_workspace #ee0000 #ee0000 #ffffff
# Solarized
# background #073642
# focused_workspace #073642 #073642 #eee8d5
# active_workspace #073642 #073642 #2aa198
# inactive_workspace #073642 #073642 #268bd2
# urgent_workspace #dc322f #dc322f #fdf6e3
bar {
output DVI-D-2
position top
status_command cat
# status_command $HOME/bin/barinfo
tray_output DVI-D-2
mode dock
colors {
background #222222
focused_workspace #222222 #222222 #eeeeee
active_workspace #222222 #222222 #cccccc
inactive_workspace #222222 #222222 #aaaaaa
urgent_workspace #ee0000 #ee0000 #ffffff
# Application keybindings
bindsym $mod+c exec firefox
bindsym $mod+shift+c exec chromium --incognito
bindsym $mod+grave exec dwb
bindsym $mod+f exec thunar
bindsym $mod+m exec emacs
bindsym $mod+t exec termite
bindsym $mod+shift+t exec urxvt
bindsym $mod+p exec pavucontrol
bindsym $mod+l exec emacs "~/prj/lysa/en/book"
# Resize windows
bindsym Control+$mod+h resize shrink width 10 px or 10 ppt
bindsym Control+$mod+n resize grow height 10 px or 10 ppt
bindsym Control+$mod+e resize shrink height 10 px or 10 ppt
bindsym Control+$mod+i resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Control+$mod+Left resize shrink width 10 px or 10 ppt
bindsym Control+$mod+Down resize grow height 10 px or 10 ppt
bindsym Control+$mod+Up resize shrink height 10 px or 10 ppt
bindsym Control+$mod+Right resize grow width 10 px or 10 ppt
bindsym Print exec scrot -e 'mv $f ~/pics/screenshots/'
bindsym F13 exec scrot -e 'mv $f ~/pics/screenshots/'
bindsym XF86AudioMute exec pamixer --toggle-mute
bindsym XF86AudioLowerVolume exec pamixer --decrease 5
bindsym XF86AudioRaiseVolume exec pamixer --increase 5
bindsym $mod+F10 exec pamixer --toggle-mute
bindsym $mod+F11 exec pamixer --decrease 5
bindsym $mod+F12 exec pamixer --increase 5
bindsym $mod+F7 exec mpc prev
bindsym $mod+F8 exec mpc toggle
bindsym $mod+F9 exec mpc next
bindsym $mod+Shift+u move container to workspace prev
bindsym $mod+Shift+y move container to workspace next
bindsym $mod+u workspace prev
bindsym $mod+y workspace next
# Panel things
exec deluge
# exec dropbox
exec google-musicmanager
exec $HOME/bin/gmail-notifyd
exec nm-applet
exec parcellite
exec mpd
# exec ncmpcpp pause
exec urxvtd
# Non-panel things
exec compton
exec dunst
exec emacs --daemon
exec thunar --daemon
exec redshift -l 40.7500:111.8833
exec nitrogen --restore
exec urxvtd
# Solarized
# client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
# client.focused #f336a2 #f336a2 #fdf6e3 #93a1a1
# client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
# client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
# client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
# BorderFrame Border Title NextWindowGoesHere
client.focused #00eeee #00eeee #eeeeee #aaaaaa
client.focused_inactive #222222 #222222 #dddddd #aaaaaa
client.unfocused #222222 #222222 #dddddd #aaaaaa
client.urgent #ee0000 #ee0000 #ffffff #aaaaaa
focus_follows_mouse no
for_window [class="^.*"] border pixel 6
new_window 1pixel
^ That's the ~/.i3/config for my desktop machine
The same thing is happening on my other computer, so I don't think it's an issue specifically with my machine.
My laptop's ~/.i3/config:
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. ISO 10646 = Unicode
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
font pango: Inconsolata-dz for Powerline 9
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec termite
bindsym $mod+Shift+Return exec termite
# kill focused window
bindsym $mod+k kill
# start dmenu (a program launcher)
bindsym $mod+w exec dmenu_run
# There also is the (new) i3-dmenu-desktop# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+h focus left
bindsym $mod+n focus down
bindsym $mod+e focus up
bindsym $mod+i focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+n move down
bindsym $mod+Shift+e move up
bindsym $mod+Shift+i move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+o split h
# split in vertical orientation
bindsym $mod+semicolon split v
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+t layout tabbed
bindsym $mod+space layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# focus the parent container
bindsym $mod+a focus parent
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
bindsym $mod+u workspace prev
bindsym $mod+y workspace next
# Scratchpad stuff
bindsym $mod+bracketleft scratchpad show
bindsym $mod+bracketright move scratchpad
# reload the configuration file
bindsym $mod+Shift+r reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+p restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+f exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+Shift+k exec killall -u pete
exec setxkbmap us,ru -variant colemak, -option terminate:ctrl_alt_bksp,grp:rctrl_toggle,compose:ralt,ctrl:nocaps
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command $HOME/bin/barinfo
colors {
# background #222222
# focused_workspace #222222 #222222 #eeeeee
# active_workspace #222222 #222222 #cccccc
# inactive_workspace #222222 #222222 #aaaaaa
# urgent_workspace #ee0000 #ee0000 #ffffff
# Solarized
background #073642
focused_workspace #073642 #073642 #eee8d5
active_workspace #073642 #073642 #2aa198
inactive_workspace #073642 #073642 #268bd2
urgent_workspace #dc322f #dc322f #fdf6e3
# Application keybindings
bindsym $mod+c exec firefox
bindsym $mod+grave exec xombrero
bindsym $mod+f exec thunar
bindsym $mod+m exec emacs
bindsym $mod+p exec pavucontrol
bindsym $mod+r exec thunderbird
bindsym $mod+l exec emacs "~/prj/lysa/en/book"
bindsym Control+$mod+l exec $HOME/bin/startlysa
# Resize windows
bindsym Control+$mod+h resize shrink width 05 px
bindsym Control+$mod+n resize grow height 05 px
bindsym Control+$mod+e resize shrink height 05 px
bindsym Control+$mod+i resize grow width 05 px
bindsym Control+$mod+Left resize shrink width 05 px
bindsym Control+$mod+Down resize grow height 05 px
bindsym Control+$mod+Up resize shrink height 05 px
bindsym Control+$mod+Right resize grow width 05 px
bindsym Print exec scrot -e 'mv $f ~/pics/screenshots/'
bindsym XF86AudioMute exec amixer set Master toggle
bindsym XF86AudioLowerVolume exec amixer set Master 8%-
bindsym XF86AudioRaiseVolume exec amixer set Master 8%+
bindsym $mod+F7 exec mpc prev
bindsym $mod+F8 exec mpc toggle
bindsym $mod+F9 exec mpc next
bindsym $mod+F10 exec pamixer --toggle-mute
bindsym $mod+F11 exec pamixer --decrease 5
bindsym $mod+F12 exec pamixer --increase 5
# Autostarted applications
# exec deluge
exec cbatticon
# exec dropbox
exec kalu
exec nm-applet
exec parcellite
exec mpd
exec ncmpcpp pause
exec urxvtd
# exec xscreensaver
# Non-panel things
# exec compton
exec dunst
# exec $HOME/bin/gmail-notifyd
exec emacs --daemon
exec thunar --daemon
exec nitrogen --restore
exec redshift -l 40.75:111.8833
exec synclient TouchpadOff=1
# Solarized
# client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
client.focused #f336a2 #f336a2 #fdf6e3 #93a1a1
client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
# BorderFrame Border Title NextWindowGoesHere
# client.focused #00eeee #00eeee #eeeeee #aaaaaa
# client.focused_inactive #222222 #222222 #dddddd #aaaaaa
# client.unfocused #222222 #222222 #dddddd #aaaaaa
# client.urgent #ee0000 #ee0000 #ffffff #aaaaaa
focus_follows_mouse no
for_window [class="^.*"] border pixel 5
new_window 1pixel
Here is what I tried:
Restarting X11
Rebooting
Reinstalling i3
None of them had any apparent effect.
Edit:
Upon further investigation, this is a bug in i3: https://github.com/i3/i3/issues/1302#is … t-77648601
Hopefully the fix is coming soon.
Last edited by pharpend (2015-03-09 16:54:04)

Same issue here, on 2 different laptops. Things were working fine, and suddenly my mod+123456789 keys to switch workspace won't work anymore (and maybe others that I haven't noticed yet).
Since I have a Fr-pc keyboard, actually those are:
mod+ampersand
mod+eacute
mod+quotedbl
etc...
By chance, mod+cedilla is working and open and switch to Workspace 5 (instead of Worskpace 9 but let's not be picky..) ! thanks god, life was awful with one workspace.
I hope they'll fix this soon.

Similar Messages

  • I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  Now the cursor moves but cannot select anything.  Suggestions?

    I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  When opening up a browser or application, the cursor moves but cannot select anything.  Suggestions?

    Maybe something in these Apple support articles will help.
    Keyboard Doesn’t Work
    Keyboard Keys Do Not Respond
    Keyboard/Mouse – Troubleshooting Wireless

  • Hi. my MacBook pro went off without me turnng it off. i tried turning it on again, but it wouldnt come on. i also tried doing the SMC thing, no avail. please any other thing to do ? (This notebook is still very new for anything to be wrong with it)

    hi. my MacBook pro went off without me turnng it off. i tried turning it on again, but it wouldnt come on. i also tried doing the SMC thing, no avail. please any other thing to do ? (This notebook is still very new for anything to be wrong with it).
    There is no way I would do the smc thing with a laptop that won't come on.

    If it's new and you're anywhere near an Apple Store, take it in. If it's less than 14 days old you can exchange it. If it's more they'll repair it for you.

  • I am trying to add the Youtube widget, but I get a black box saying blocked plugin. I have even tried to embed it from Youtube as well and it does the same thing. But when I drag the Vimeo widget over, it connects like it should. What am I doing wrong and

    I am trying to add the Youtube widget, but I get a black box saying blocked plugin. I have even tried to embed it from Youtube as well and it does the same thing. But when I drag the Vimeo widget over, it connects like it should. What am I doing wrong and how can I fix this problem?

    Make sure that both the web browser you're using and its Flash plug-in are up to date. Google Chrome has its own Flash plug-in it updates on its own. Firefox, IE and other have separate plug-ins.

  • HT5622 why does the wrong apple id come up on my iphone when I try to use apple app store?  how do I change it to the correct apple id?

    Why does the wrong apple id come up on my iphone when i try to use apple app store?  How do I change it to the correct apple id?

    Settings > iTunes and App Store > Apple ID = Sign Out... Then Sign In using the preferred Apple ID.
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID

  • What does the PopUp "Prevent this page from creating additional dialogs" really mean and if I check the Box, how do I undo this if this was the Wrong Thing To Do?

    What does the PopUp "Prevent this page from creating additional dialogs" really mean and if I check the Box, how do I undo this if this was the Wrong Thing To Do?
    Details
    Constantly, while using Firefox (Beta v 11.0), and/or ESPECIALLY, when I have my eMail @ Mail.com open, I get this PopUp stating: "For security reasons, restarting mail.com Mail is possible only via the mail.com Mail Service. Please close this window and restart mail.com Mail" BUT Then there is a CHECKBOX: "Prevent this page from creating additional dialogs."
    I have no idea if Checking this Box is a Good Idea or if it will Screw-Up my mail.com Mail Service...
    Anyone have an answer or explanation of the Use of this Little Check-Box?
    BJ Orden [email protected]

    You do not get any pop-up windows on that website if you tick that box.
    That setting is stored in the cache and you should see pop-ups again if you reload the page and bypass the cache.
    Reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • My Macbook Air is stopping a few seconds into videos (e.g. Youtube and BBC iPlayer) and is doing the same thing with PDF downloads not

    My Macbook Air is stopping a few seconds into videos (e.g. Youtube and BBC iPlayer) and is doing the same thing with PDF downloads which are only partially downloading then stopping. I changed some security settings yesterday but don't think I touched anything else. Can anyone help?

    My Macbook Air is stopping a few seconds into videos (e.g. Youtube and BBC iPlayer) and is doing the same thing with PDF downloads which are only partially downloading then stopping. I changed some security settings yesterday but don't think I touched anything else. Can anyone help?

  • IPhone 5 Battery stays at the same percentage, phone fades shows white and black lines then dies. Now phone screen is shaking and does the same thing.

    My iPhone 5 which has been working fine has only today started to get these problems. The phones battery percentage stays at the same number and only changes if i swith it off or when it does it byitself but then stays at that number. When I use it it constantly turns off by slowly fading then showing white and black lines then going off. The screen is now shaking and keeps turning off. It was on IOS 6 which I just updated as I thought this could be the issue but it still does the same thing on IOS 7. Has anyone else experienced these problems or know what is wrong with my iPhone?
    Please reply!

    Sounds like the device is failing. Since you updated to iOS 7, that would do the same as a restore. I would make an appointment at the Genius Bar at Apple to have the device checked.

  • When i turn on my computer it freezes in the white screen and the spinning wheel and it won't move from there ... I have turned it off and on several times and took out the battery and it keeps on doing the same thing again what can i do ???

    when i turn on my computer it freezes in the white screen and the spinning wheel and it won't move from there ... I have turned it off and on several times and took out the battery and it keeps on doing the same thing again what can i do ??? please i need help with this and how can i fix it

    Here is some pertinent information and how-to's from Apple:
    http://support.apple.com/kb/TS2570
    Post back if these troubleshooting steps do not work.

  • I let my iphone 4S die completely and after i put it on the charger it cuts on then cuts right back off and keeps doing so. i left it on the charger all night and when i woke up its still doing the same thing. please help

    i let my iphone 4S die completely and after i put it on the charger it cuts on then cuts right back off and keeps doing so. i left it on the charger all night and when i woke up its still doing the same thing. please help

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • I keep losing sound on my 5s for incoming texts, videos on facebook, outgoing e-mails.  Got a new phone, it does the same thing.  What do I do?

    I keep losing my sound on my 5s iphone.  It will work fine, then I use some apps and I lose my sounds.  The click when I turn it off, the notification when I get a text, the notification when I send an e-mail, but most importantly, the sound on videos that I watch on facebook.  Don't know if it's related to facebook or what?  I went to my carrier and they sent me a refurbished iphone.  I got it yesterday, but today started doing the same thing.  Most of the time, if I turn the phone off and then turn it back on, it works, but I'm so frustrated, I don't know what to do.  Anyone else have this problem?  My carrier didn't know what the problem was.

    You transfer the data (including text messages) and settings from your old phone to your new one by backing up your old phone and restoring this backup to your new one (see http://support.apple.com/kb/ht2109).  This must have been what your girlfriend did.
    If you never backed up your old phone and it doesn't work now, it's too late.

  • Very frustrated with my LG G2. My screen freezes all the time when texting. This started after the upgrade. My husband's phone is doing the same thing. We have reset the phones, deleted off pics and videos but nothing helps.

    Very disappointed in my LG G2. My screen freezes all the time especially when texting. This started after the update. My husband's phone is doing the same thing. We have done a hard reset, deleted pics and videos to clean up the phone but nothing helps. Any suggestions? Our phones are new.

    Lots of Frustration.  In some cases the LGG2 is rendered useless even as a phone.
    Here is what I did.
    Got replacement Phone.
    Same problems but I shut down all apps that I purchased even though they worked before KitKat.
    Found that If I have both WiFi and LTE Data on at the same time battery chewing stops. Do Not know why.
    Then I got 2 CM free utilities.  The Clean and Wash utilities. Run them and find the culprits grinding CPU
    cycles and running down the battery.  Number One is the Verizon Voice Mail service constantly turning on and off
    and retrieving data not there.  Turn of the extra Voice mail and use the old access with the *6.  Unless you have
    100 messages a day for business your hosed until this KitKat issue is fixed. Get the CM battery utility.
    YOU can see the battery suckers and shut them down when not using automatically.
    Start putting back one application at a time you used often and see it they work and if the utilities will tune them
    down if they cause problems.  The LG will get better but with some limitations.
    LG and Verizon have a problem with what was a great phone.turned bad overnight.
    whatmorecanyousay

  • TS1367 my mac pro won't boot up, it keeps showing the circle but then shuts off.  I've disconnected everything and it keeps doing the same thing.

    I have a mac pro desktop and it won't boot up, it keeps freezing at the circle and then appears to be loading and then it shuts off.  I've turned it off and disconnected everything and reconnect and it does the same thing.

    I wasn't aware PRAM batteries did any charging
    Apple has used rechargeable batteries for volatile storage for some time.
    and just 'held' information in NVRAM and PRAM when needed and there was no power coming in
    I can't see data held in NVRAM/PRAM doing something like keeping time without some power. One can't assume a permanent Internet connection to update it when the system is turned on now can we?
    I assume it is on a 1000VA UPS that has good battery and fully charged too, and didn't discharge during the vacation
    If the UPS was turned off it's as good as being totally unplugged so it may well have still been at 100% upon return. There's no power delivery when the UPS is off remember.

  • Iphone getting hot got replacement and this one is doing the same thing

    After having it since November 2011 my iphone 3GS started getting hot to the touch last week and would not come on in any way.   I went in and it was under warranty so they gave me a replacement and now this one is doing the same thing.  UGH! Why?

    Yahoo services have been having problems today, so I don't doubt that mail is one of them. They are having trouble updating the Weather app as well.
    What is wrong with your voicemail. Remember that voicemail is a carrier function. The only thing Apple has to do with it is how it is retrieved. Can you describe your problem a little more clearly than "totally screwed up"?

  • When I go to a particular website I selected the wrong thing on the login now every time I tried to go to that site it redirects me to my search menu

    When I go to a particular website I selected the wrong thing on the login now every time I tried to go to that site it redirects me to my search menu and can't find the site.
    this is the site i want to go to --- https://delphisso.am.joneslanglasalle.com/idp/startSSO.ping?PartnerSpId=360facilityprod
    And this is the site it redirects to --- https://support.mozilla.org/en-US/questions/new/desktop/other/form?search=When+I+go+to+a+particular+website+I+selected+the+wrong+thing+on+the+login+now+every+time+I+tried+to+go+to+that+site+it+redirects+me+to+my+search+menu+&step=aaq-question

    It sounds as if maybe you have just bookmarked the wrong thing.
    Probably the link you give in your post works if so use and bookmark that.
    If necessary clear cookies and cache and start again from
    * https://authn.joneslanglasalle.com
    See also
    * Reloading using Ctrl+F5 forces a reload without using the existing cache or see [[How to clear the Firefox cache]]
    * [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    * If you have recorded the wrong login details you can force Firefox to ''forget'' about a site. But be careful it will lose also lose history and bookmarks for that site. <br /> [[Remove websites from the Awesome Bar suggestions#w_clearing-all-items-for-a-single-site]]_clearing-all-items-for-a-single-site

Maybe you are looking for

  • Backing up photos to external hard drive,and exporting back to CF card on camera

    iPhoto 5 on Mac Power PC G4, OS 10.4.11 backing up photos to external hard drive (LaCie) My iPhoto Library contains a number of files (such as 'Library.iPhoto' 'iPhoto.db' 'ThumbJPG.data' etc) and a number of folders with dates such as 2005 etc, cont

  • Converting Election PDF's to Excel;

    When converting several different election PDF's to Excel, the conversion does not come out correctly. Individual rows in the PDF's are grouped together as sets of three in the corresponding Excel file. It is very difficult to work with the resulting

  • Creating client proxy in ABAP failed

    Hello, I tried to create a client proxy for a WebService and got the same error like in this thread: [Error when create client proxy in ABAP; "Exception occured in library handler". I've got only a little of knowledge about SOAP that's why I cannot e

  • Epson 3880 Printer won't print

    I have an i5 iMac running OS x 10.8.4 that I recently migrated to (about 3 months now) from a PC.  My Epson 3880 printer and 1400 printer will not print from Photoshop CS6 or Lightroom 4.  I have printed text and less intensive graphics to the 1400. 

  • Can i download and play lineage 2 on my macbook pro?

    I know many people who have played on their macs when they needed to (not their first preference, but when nothing else is available...) and i was just wondering if/how it's possible to do that? I can't seem to get it to work.