How to keep remote always on

Hi, I can't seem to find an answer.
What I want to do is keep my iPhone always on with Remote always on, never sleeping.
How do I acheive this?

Hello Wjosten
5 minutes after leaving this post, your suggestion is what I did, it simply occurred to me to never let the phone go to sleep and that solved it.
Since you took the time to leave this post I marked as solved!
Thanks a million for being so nice to leave a post.
One more quick querry if I may, it's related.
How can I get the screen to dim after a period of time. It would be nice if the iPhone screen could sleep without loosing the connection.
PS my iPhone is always connected to power (while as a super amazing music remote - one of my favorite apps!), thanks for the gotcha!
Best Regards

Similar Messages

  • How to keep window always on top?

    I use afloat to keep most of the window always on top but it doesn't work for some apps like excel, textwrangler etc...
    How can I make excel, textwrangler etc.. to stay on top even if I focus on some other apps?

    AFAIK, you can't. When you change focus the app assumes you want to use it.

  • Awesome window manager: How to keep application always on top

    Is it possible to keep media player applications always on top ?
    Following is my current configuration.
    { rule = { class = "Vlc" },
    properties = { floating = true, ontop = true } }
    This is working fine whenever I start application. But problem is, if I go to full screen and come back, ontop flag is unset.
    Is there anyway to fix this ?

    shmibs wrote:
    you could probably do something like
    client.connect_signal("property::fullscreen", function(c)
    if c.class == "mplayer" then
    c.ontop = true
    end
    end)
    i haven't tested this, though, so don't be surprised when it fails
    This is working partially. ie, VLC is keeping ontop propery, but video is not going full screen.

  • How to keep JTree always fix to location(0,0) for its MotherPanel??

    Dear Friends:
    I have following code,
    AnimalTree.java is a JTree, AnimalTreeCall.java is a MotherPanel to add AnimalTree to it,
    after I run it, it is not located at (0,0) location in AnimalTreeCall, after I resize AnimalTreeCall, AnimalTree's location will change with the size change of AnimalTreeCall.
    But what I want is that
    [1]. never mind how I change the size of AnimalTreeCall, AnimalTree will always fix to the location of (0,0) in AnimalTreeCall Panel,ie. fix to upper left corner;
    and
    [2]. AnimalTree JTree will occupy all area in AnimalTreeCall, not only part of it
    How to do that??
    Thanks
    1. AnimalTreeCall.java
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.*;
    import javax.swing.BorderFactory;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JSplitPane;
    import java.awt.GridLayout;
    public class AnimalTreeCall {
         private static final long serialVersionUID = 1L;
         private           static JFrame                     frame;
         protected           static AnimalTree     animalTree ;
         private               JSplitPane sp = new JSplitPane();     
         public static void main(String args[]) {
              animalTree = new AnimalTree();
              animalTree.init();
              JScrollPane jp= new JScrollPane();
              animalTree.setPreferredSize(new Dimension(600,600));
             jp.setPreferredSize(new Dimension(600,600));
             AnimalTreeCall tc = new AnimalTreeCall();
              frame = new JFrame("test");
              frame.setBounds(0, 0, 600, 675);
              frame.setPreferredSize(new Dimension(600,600));
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             jp.setViewportView(animalTree);
              frame.add(tc.showGUI(), BorderLayout.NORTH);
              frame.add(jp, BorderLayout.CENTER);
              frame.addWindowListener(new WindowAdapter() {
                     public void windowClosing(WindowEvent e) {
                         System.exit(0);
                 frame.pack();
                 frame.setVisible(true);
         public JPanel showGUI() {
                 JPanel jp = new JPanel();
                 jp.setLayout(new GridLayout(0,30));            
                 jp.setSize(15,15);
                 jp.setBorder(BorderFactory.createLineBorder(Color.white));
                     return jp;
    }2. AnimalTree.java
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import javax.swing.*;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.DefaultTreeModel;
    public class AnimalTree extends JPanel{
         private static final long serialVersionUID = 1L;
        protected           JTree                               tree;
        protected           DefaultTreeModel                model;
        protected           DefaultMutableTreeNode           rootNode;
         public AnimalTree(){
              super();
         public void init() {
             DefaultMutableTreeNode ProjectNode = getProjectTree();
             model      = new DefaultTreeModel(ProjectNode);
             tree      = new JTree(model);
             tree.setPreferredSize(new Dimension(400,300));
             add(tree, new BorderLayout().CENTER);
      private DefaultMutableTreeNode getProjectTree() {
        rootNode = new DefaultMutableTreeNode("Root");
        DefaultMutableTreeNode an = new DefaultMutableTreeNode("Animal");
        rootNode.add(an);
        DefaultMutableTreeNode cat = new DefaultMutableTreeNode("Cat");
        an.add(cat);
        DefaultMutableTreeNode t = new DefaultMutableTreeNode("Tiger");
        an.add(t);  
        DefaultMutableTreeNode shark = new DefaultMutableTreeNode("Shark");
        an.add(shark);  
        DefaultMutableTreeNode p = new DefaultMutableTreeNode("Pig");
        an.add(p);  
        DefaultMutableTreeNode dog = new DefaultMutableTreeNode("Dog");
        an.add(dog);  
        DefaultMutableTreeNode bird = new DefaultMutableTreeNode("Bird");
        p.add(bird);
        DefaultMutableTreeNode hawk = new DefaultMutableTreeNode("Hawk");
        p.add(hawk);
        DefaultMutableTreeNode eagle = new DefaultMutableTreeNode("Eagle");
        p.add(eagle);
        DefaultMutableTreeNode sp = new DefaultMutableTreeNode("Sparraw");
        p.add(sp);
        DefaultMutableTreeNode mouse = new DefaultMutableTreeNode("Mouse");
        p.add(mouse);
        return rootNode;
    }

    Use the appropriate LayoutManager. Start by reading the Swing tutorial. I'm sure you've been given the link to the tutorial many time.
    add(tree, new BorderLayout().CENTER);The above statement makes no sense.
    I suggest you use a System.out.println(...) to see what the default layout manager for a JPanel is.

  • Outlook only works when switched to pc site. how to keep it always opens in pc site without having to switch it every time?

    cannot reply to e mail with outlook~hotmail unless it is ib pc site. can that be fixed. This is a Nexus 5 using Adroid 4.4.

    Set as favorite the link pc site

  • How to keep a Fabric port always enable in a Cisco MDS 9000 Switch?

    Dear members:
    I work in Datacenter automation solutions using most part of time Virtualization softwares.
    I'm having an interst problem with a server while it is booting thru SAN using a logical volume stored in a EMC DMX4 array.
    We are trying to boot a VMWare ESX 4.1 OS, but when OS tries to change HBA BIOS driver to ESX device driver during boot process, the Server's HBA logged off from MDS Fabric that it is connected, ESX can't boot and I got a ESX standard prompt.
    I think that problem is becuase ESX 4.1 is taking too long to load Storage Drivers during boot process and the consequences is HBA logged off from Fabric.
    I already tried to change FLOGI parameters in HBA and Topology architecture, but I didn't have success.
    If a try to boot a Microsoft OS like Windows 2008, I don't have this behavior, and OS can boot from SAN without any problem.
    Please, if anyone have any idea about how to keep fabric port always enabled, let me know. Any idea or help is very welcome.
    Best Regards.
    Alexandre Nicolau

    Hi,
    You can take a look at this document:
    http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND_40/QoSCampus_40.html#wp1099352
    Hope this helps, please rate if it does.
    Kind regards,
    - Adrian.

  • How to keep a image lways on top of internal frames?

    Hello.
    I have a main frame with sevral internal frames. I need to put a image on this
    window that can move this image remotely.
    How to keep this image always on top of these internal frames?
    Is there any panel that can put on top of these internal frame?
    Many thanks.

    Thanks for you reply and sorry for my break English.
    I mean I need a image that moving on a frame which has internal Frames.
    When the image meet a internal frame while it's moving, this image will go under of the internal frame , so that we can not see the image any more.
    What i want to do is that let the image always keep on top of the window,
    even if it meet a internal frame.
    Just imagine the windows cursor. A cursor is always visible no matter where is it.

  • How to keep songs on iphone, work computer and home computer the same?

    How to keep songs on iphone, work computer and home computer the same?
    This seems like something everyone would want to do. I don't know why Apple won't give us a simple solution. They could even charge us for it. I would pay!
    Has anyone solved this? What is your solution?
    Thanks!
    [email protected]

    If you just want to be able to sync your devices to the same PC without having them get overwritten all the times, here is a free method
    http://cnettv.cnet.com/sync-your-ipod-two-computers/9742-1_53-50004835.html
    Basically, you put the same itunes database file on all the PCs. This fakes itunes into thinking it is always the same PC and the ipod is OK to sync with it. It will NOT keep your libraries truly synced, though. I've just resigned myself to always buying from one PC and manually transferring the content to other PCs I want it on.

  • How to keep tracks together in shuffle mode?

    When playing in shuffle mode you can't hear tracks in line together while they should be, e.g. in conceptalbums.
    Is there a way to overcome this?
    (You can do it with complete albums when downloading in the Library, but what can you do when the tracks are already in the Library?)

    Joepiet wrote:
    The second tab is calles 'Info' as well. Down under you have the possibilty to mark Part of a collection (Deel van verzameling). It should do the trick but it doesn't. I once tried, but I haven't found out what it does.
    In English, that is named as "Part of a compilation" and Google Translates that as "Deel van een compilatie". As far as iTunes is concerned, this means that the album has songs by different artists, albums such as the "Now X" series. It is how iTunes keeps a Various Artists album together.
    Joepiet wrote:
    I want to shuffle works, not tracks..
    Ah! I see what you want now!
    Two possibilities that I can think of (number 2 is the better one):
    Create a Playlist for each "work", by simply adding all the songs from one work to one Playlist and all songs from the next work to another Playlist and so on. Then, if you want to play one complete work, followed by another complete work, you could simply create a further Playlist and add each "work Playlist" you want to this new Playlist. To make the works random, all you could do is choose for yourself as you are adding them. You would need to play this new Playlist in order, not shuffle.
    If you originally imported this music from a CD, you could import from the CD again. But this time, combine the tracks that make up one work, as one track. iTunes names this as "Join CD Tracks" (or CD-tracks samenvoegen in the Dutch iTunes).
    In the screenshot above, I have selected tracks one, two and three and then used the options menu to find Join CD Tracks. This third option will not be visible until you select two or more adjacent tracks, as shown above.
    In the screenshot below, I have joined tracks one, two and three as one "work". Then joined tracks four, five and six as a separate work. Finally, I've joined tracks seven through twelve as a third work.
    Notice in the screenshot that the Options menu says "Unjoin CD Tracks". That is because the highlighted ones (7-12) are currently joined.
    And here it is in Dutch:
    With this second method, a work (of several tracks) will always be played as one track (or song). You can then simply add all the individual works to one Playlist, and play the Playlist in Shuffle Songs mode. That way, each work would be played in full, followed, at random, by another work.)
    And if you really need to - import the CD this second time with a slightly different album name, so that you then have two copies. One, where each song (or track) is the individual song on the album and the second where each "song" is a work.
    Now, lets hope I can get my iTunes back into "English" English, as my Dutch is not too good, even though I'm just the other side of the North Sea from you!

  • How to keep entering data in web pages

    hi,
    i am using ADF 11g 2 release. I have remote application connect with ADF jar lib and local application. when i enter data to my local application and redirect to remote application and enter the data their also. But when I link to local app page via url view but I entered data is not there. I am not commited any page data. In remote app... alos link but there also no data. how to keep them??
    all page in taskflow and they connect with control flow case. I made Auto submit true and immediate true for text component.. but no any change.
    can not use any setting changes? Need java coding for both application??
    hoping chance..
    thanks.

    hi,
    I have developed ADF 3 web applications. 2 of them are connect as ADF jar lib files in other application. That application name is local application and other 2 mentioned as remote application(jar lib files). those are in taskflowcall. IN my Local Application which has Application Module. so I selected remote application's Application modules as Application Module Instances. Then in my Local Application DataControl which include that added Application Modules inside the local application DataControl. which are in nested. Remote application DataControl also appear in the local app DataControl.
    Problem is I want to save all applications data through my local application. therefore I link to first remote app and enter data but not commit ,then come back to local app.. and enter data and again goto first remote app again, BUT entered data Not there. so I want to keep them and save all 2 remote app data and local app data.
    DCDataControl dc = bc.findDataControl("TestRemoteAppDataControl"); // *<-- this is one of my remote application Data control name..*
    ApplicationModule am = (ApplicationModule)dc.getDataProvider();
    am.getTransaction().commit();
    dc.commitTransaction();
    this code is not worked. BUT local app data only saved using below code...
    BindingContext bc =BindingContext.getCurrent();
    DataControlFrame dcf= bc.findDataControlFrame(bc.getCurrentDataControlFrame());
    Collection<DCDataControl> dcCol =dcf.datacontrols();
    for(DCDataControl dCDataControl : dcCol) {
    if(dCDataControl.isTransactionDirty()){
    try{
    dCDataControl.commitTransaction();
    catch(Exception e) {
    FacesContext facesContext = FacesContext.getCurrentInstance();
    facesContext.addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, e.getMessage(), null));
    e.printStackTrace();
    thanks ,hopping chance.
    any who know this??
    thanks.

  • How to keep two HD's in sync?

    How to keep two HD's in sync? They both contain my Sample Libraries, one is in my desktop the other in my laptop…essentially they contain the same items, but, the thing is: when I'm working on one I begin to delete, modify and add to the pool, and so the two become out of sync.
    It's hard to know what exactly I've changed where. (So, what I usually do is take out things that I edit and re-save them separately, just in case, but this creates vast quantities of unnecessary duplicates).
    So, what I'd like, would be if I could just keep both of the in sync somehow?
    Here's what I'm thinking:
    What if I was to use Carbon Copy Cloner, and just clone one onto the other, back and forth regularly? (Using incremental backup BTW) Would that be a good idea? I'd be worried that things might get corrupted by being overwritten/modified so regularly? Or would that be OK? I mean what if I had changed a small portion of a sample on one HD and then CCC'd onto the other, is it going to detect such a change? And will it always safely copy it across?
    Thank you so much for any help.

    emirium wrote:
    It's hard to know what exactly I've changed where.
    Here's what I'm thinking:
    What if I was to use Carbon Copy Cloner, and just clone one onto the other, back and forth regularly? (Using incremental backup BTW)
    If you are very strict about changing just one drive at a time, you can use CCC or ChronoSync and I think it will be fine.
    BUT...if you are talking about making changes to both drives and trying to reconcile them, then you need ChronoSync or something similar. Because they allow you to preview exactly which files will be changed, in which direction, before you commit. I use a different utility (FoldersSynchronizer) for this purpose; it looks like ChronoSync achieves this through their Analyze window. At time I have stopped potential unintentional data loss by always previewing the changes.

  • How to keep true black during export?

    Hi!
    I cannot figure out how to keep my true blacks when I export using Adobe Media Encoder... It always seems to boost my blacks to 7.5 ... But I want my blacks to stay at 0.
    How do I do that?
    I tried different exports... like Quicktime for instance. But they all do the same.

    Hey Craig --
    I think I undersand what's going on: You say this happens with all formats (not just QT), right? This is because Premiere always maps RGB 0-255 <-> YUV 16-235.
    Any exports via AME force an intermediary RGB conversion -- even if the output is YUV (MPEG2, H.264).
    I'm not sure about QT but in Video for Windows (like .avi) the RGB->YUV transformation is handled by the codec, not the interface.
    Many DV codecs for example (Matrox, Canopus, Cedocida) allow you to choose the way these range conversions are handled. It Matrox parlance, there is "Standard" (16-235) and "Expanded" (0-255).
    The only way I've found to preserve the full range of YUV sources (including superwhites and superblacks) from Premiere is to export with DebugMode FrameServer in YUY2 mode. The caveat here is that sources that are RGB (or made to be RGB by applying filters) will always be scaled to 16-235 when output as YUV.
    In some ways none of this matters: MPEG2 DVD, for example, should always be limited to this range. Furthermore most media players, etc. will convert YUV 16,235 <-> RGB 0,255 also, so it should appear correctly on playback in any case.
    Does this make sense?

  • X201 how to keep it clean and new still

    Hi,
    i have several questions about how to keep my ThinkPad clean, new still and power optimization.
    1. what s good to keep battery life optimized. to keep the charge plugged on even it is fully charged or plug it off when it is fully charged ? also should i allow the laptop to empty fully sometimes by not plugging it in about 10% ?
    2. u know when you first buy your laptop keyboard and plastic parts are matte. i hate when keyboard and other plastic parts getting shiny and a bit look oily because of usage. is there a way to keep them clean always and not shine ?
    also i hate when some dust and other dirts get inside - between the buttons on keyboard. how to avoid that ?
    3.  which equipments or things to use to clean LCD monitor and other parts ? 
    thx. it may sound not necessary but beleive me i hate to see my laptop old after 1 year.
    thx
    + ThinkPad X201 3626-FBG / Intel Core i5 M520 2.4Ghz / DDR3 8Gb / Intel SSD 730 Series 240Gb / 12.1" WXGA 1280x800px / Dual boot Win7 Pro x64 - Ubuntu 14.04 LTS 64bit + X200 Ultrabase + ThinkVision L2250p

    Hi,
    i have several questions about how to keep my ThinkPad clean, new still and power optimization.
    1. what s good to keep battery life optimized. to keep the charge plugged on even it is fully charged or plug it off when it is fully charged ? also should i allow the laptop to empty fully sometimes by not plugging it in about 10% ?
    2. u know when you first buy your laptop keyboard and plastic parts are matte. i hate when keyboard and other plastic parts getting shiny and a bit look oily because of usage. is there a way to keep them clean always and not shine ?
    also i hate when some dust and other dirts get inside - between the buttons on keyboard. how to avoid that ?
    3.  which equipments or things to use to clean LCD monitor and other parts ? 
    thx. it may sound not necessary but beleive me i hate to see my laptop old after 1 year.
    thx
    + ThinkPad X201 3626-FBG / Intel Core i5 M520 2.4Ghz / DDR3 8Gb / Intel SSD 730 Series 240Gb / 12.1" WXGA 1280x800px / Dual boot Win7 Pro x64 - Ubuntu 14.04 LTS 64bit + X200 Ultrabase + ThinkVision L2250p

  • Keeping remote management from being turned off.

    Anyone know of a set of commands that will keep remote management turned on in sharing preferences.
    I monitor a network and the users need full admin access. However they like to turn off the remote management preference.
    Any assistance would be appreciated.

    Antonio is on the right track.  Unfortunately, if you give your users admin access they can undo anything.  This is what I do in Terminal, and so far, no one has been determined enough to disable it:
    sudo crontab -e
    */30 * * * * /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/k ickstart -activate -configure -access -on -users administrator -privs -all -restart -agent -menu
    Assuming you know how to adjust a cron job, you can have it fire off at whatever interval you'd like.  The example above restarts Remote Management every 30 mins.  They may go in and turn it off a few times, but in my experience they just give up after a few times.

  • How to keep multiple function modules under one Web service

    Hi Experts,
    I have Three RFC function modules and i need to create one web service for these three RFC function modules. I know How to crearte a web service for one function module.
    please suggest me How to keep multiple function modules under one Web service.
    Thanks in advance
    Lakshminarayana

    Hi Lakshmi,
    The best way to do it is to assign all the three RFC Enabled FM's to one function group. Later on the top menu in Utilities you get an option to Create a Webservice from a Function Group.
    You can create one single Webservice using all the the 3 FM's.
    I hope this helps.
    Thanks,
    Manu

Maybe you are looking for

  • Entry Point Not Found

    After updating itunes when i try to launch the application it comes up with an error message reading, "the procedure entry point AVCFURLAssetInheritURIQueryComponentFromReferencingURIKey could not be located in the dynamic link library AVFoundationCF

  • Adding Bluetooth Capability to my LG TV

    Hi guys, please how can I add bluetooth capability to my TV LG 50LS4000UA? My intention is to buy a Bluetooth set of speakers and place them on random spots in my living room. Please let me know Thank you. Mauro

  • What's the difference between JIT and JVM?

    Don't laugh at me for asking this!I really want to know it!Thanks!

  • Quantity Variable No. On BackOrder Report

    Hi Experts,               I want to show the quantity on Sales Back Order Report PLD(Sales A/R ->Sales Report -> BackOrder). Please suggest how can i do this ? Which variable no cintain the info about quantity . Thanks & Regards

  • Maintain data for Overtime and shift premium and substitution .

    Hi is there a function module to main tain infotypes in HR ... if its there please tell me how they work ... the data which need to me entered .... thanks in advance .. Naval Bhatt