Android :: Controlling Computer With Remotely?
May 29, 2010
I've been messing around with controlling my computer with my Droid remotely, using Wake On Lan to turn it on over the internet and Torrent-Fu/AndroidVNC to interact with it. The only thing I can't seem to figure out, however, is remote shutdown. Can anyone recommend me an app that will do this? I thought AndroidVNC would have a menu option for it or something, but no such luck.
View 8 Replies
Mar 29, 2009
After successfully installing and regularly using the Gmote app, wondered if there was one for controlling the Xbox 360 and/or Nintendo Wii? - predominantly interested in one to control the Xbox.
View 4 Replies
View Related
Jun 20, 2010
I am the happy owner of a HTC Legend and a pretty old laptop with Ubuntu Linux installed. Is there any app that lets me control volume etc. on my computer via wifi?
View 3 Replies
View Related
May 26, 2009
I'm trying to make a list that contains elements not necessarily occupying the entire width of the screen, but even if using android:layout_width="wrap_content" on my elements, they always behave as if their width value were set to "fill_parent" instead. If I set a fixed value for the width, e.g. "100px", that value is indeed used, but I just can't get wrap_content to work.
Example simple list item:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/ android"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:background="#707"> <TextView android:id="@+id/text1"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentTop="true" android:layout_alignParentRight="true"
android:background="#770" android:text="Text1" /> <TextView android:id="@+id/text2"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_below="@id/ text1"
android:background="#077" android:text="Text2" /> </RelativeLayout>
What am I missing here? How do I accomplish a list item with wrap_content behaviour, i.e., where the width of each RelativeLayout is adapted to the length of the strings in the contained text views?
View 3 Replies
View Related
Nov 13, 2010
I bumped into a guy I know the other day and happened to notice he had a HTC desire. We had a brief chat about it and he showed me some of his apps. He had an app that can control torrent downloads on your PC. I forget what it was called. This would be a usefull app.
View 3 Replies
View Related
Aug 15, 2010
Can anyone recommend an app I can use to control my Music via my mic enabled headphones, similar to what the iphone offers. I found an app called droid shuffle, which sounded perfect but I can't get it to work on my Captivate. Basically I want to be able to press the mic button twice to advance to the next track. This and DRM are the only reasons I wish my droid was more iphoneish.
View 2 Replies
View Related
Nov 6, 2010
I am working on an application where i will track the movement of the android device inside a building... suppose i display a map of the building in the android emulator... Now,i need to simulate the movement of the android device.... is there a way in which i can control the movement of the android device and see the real time movement of the device in the map ... like a dot moving in the map .... Is this possible to do using the android emulator? when i googled this requirement, i came across SensorSimulator...But,this software shows the acceleration,magnetic field and temperature values... It doesnt display the co-ordinate values....
View 3 Replies
View Related
Oct 7, 2009
Is there a way to control the optimization level of the java compiler that Eclipse uses when building a project?Or is this question not relevant anymore, is all optimization deferred to the vm? The results of this tests imples test_f() is not being inlined, even though it really is a prime candidate for it. It should also be possible to do this inlining at compile time.I investigated this further, and it turns out Dalvik doesn't do inlining at this date.
View 1 Replies
View Related
Jun 24, 2010
I currently use Timeriffic, which has been great at managing settings for different times of the day. What I am looking for, however, is an application similar to that where I can define the sound behavior for one specific application.
What I am trying to do is make it so all notifications are at 10% volume during the night, but Id like to make notifications from Google Talk louder, like at 50%. I haven't been able to find anything that would allow a rule like that, but thought Id ask since you guys seem to know everything!
View 2 Replies
View Related
May 23, 2009
I want to create an application that is similar to a phone call, where it produces sounds through the speaker and receives sounds through the mic. i want to know if i can have an access to control the speaker and the mic to produce and receive sounds simultaneously (like a regular phone call) in my application. i also want to know if it is possible to specify the range of frequencies of the produced and received sounds.
View 2 Replies
View Related
Dec 11, 2009
I realize this might not be the proper place to post this since it's not Android specific, but rather its about integrating with a google app.
I've been trying to find some documentation on launching / controlling the Google Navigation app via Intents or otherwise. I was hoping to find an intent to launch the navigation app with address parameters setup and start navigation immediately.
Can't find anything out there, so I'm still not even sure if it can be done.
View 8 Replies
View Related
Jun 12, 2013
I buy a tronsmart t 428. For this android pc i must use a physical mouse and keyboard, not usefull for a tv stick....
Is It possible to creat an app who give the control by remote via hdmi cec....?
View 1 Replies
View Related
May 31, 2010
I have a Linux N wireless router, and a desktop with a wifi card running Windows 7 (Home Premium x64). I have a HTC Magic running the 4.2 version of CyanogenMod (Android version 1.6). What I basically, want to do is in the title. I want to have an app that allows me to view my PC screen on my phone. Gmote and similar apps come close, but they are useless as I cannot view my screen. I have looked at a number of "VNC" apps, but for one reason or another it just doesn't work. I have gotten VLC Remote and TunesRemote to work, which means that I am able to connect my phone to the computer, but beside that nothing works. I managed to get TunesRemote to work by opening certain ports in Windows 7. However, I tried to do a similar thing with a number of VNC applications and none of them worked. I have been trying to port forward for the last three years and no matter what I do, it just doesn't work. I am unsure if it is my Windows 7 firewall or the router, but either way nothing seems to be working.
View 34 Replies
View Related
May 3, 2010
I have gmail and my regular pop email set up on my Incredible. Well, almost set up. They seem to "grab" new mail automatically, instead of just when I want them to. I cannot seem to find settings for either app that allows me to control when and if new email is downloaded to the phone.
View 3 Replies
View Related
Sep 12, 2010
i was reading this topic about how 2 guys hack android kernel becase its open based and its linux. the spy app can be sent via wifi, 3g or even apps.Thats it theres no way to detect it and they have remote access of your phone. Is this really true. Google open source guru says Android code will be in Linux kernel in time | ZDNet
View 3 Replies
View Related
Nov 24, 2010
How to update anroid third party application on mobile with user permission. we are developing one product.client installed it from our company website. how to update it remotely.
View 2 Replies
View Related
Dec 31, 2011
My Android cell phone overrides my selection of vibrate mode and notification ringing volume (becomes the permanent settings) when pressing the side volume button. I was told by customer service ALL Android phones do this due to the Android operating system. First of all it true? Is there a way to force an Android smart phone to keep the receiving call volume at its intended volume setting and keep the "NEVER" vibrate selection from switching even when pressing the volume button (just want the volume button to control the audio level during a call)? In order to use cell phones for receiving emergency calls one should be able to force a phone to keep its intended receive call notification settings and not allow them to be accidently be changed by pressing an external button.
View 2 Replies
View Related
Feb 12, 2012
The vibration notifier for email is so short that I often don't notice it.
Is there an app that allows me to control the length of the email vibration notification?
View 1 Replies
View Related
Mar 13, 2012
Is there a way to control media volume only for foreground app when there is multiple audio streams For example, when i play a game and listening to a music and press vol+ while in game i want to increase only game media volume.
View 1 Replies
View Related
Oct 15, 2010
Is there an app that can remotely wipe or lock your phone if it is lost or stolen ? There is all kinds of apps to locate it thru GPS, but if you don't have a signal it`s no good. I would rather wipe it and get a new one rather than have someone else looking thru my contacts.
View 2 Replies
View Related
Nov 24, 2010
I'd like to connect to my girlfriend's phone (she's currently thousands of miles away) to be able to help her with stuff on her phone (customizing it, help with learning how to do stuff). Is there an app that allows you to remotely connect to another person's phone and manipulate the interface using your own phone or a PC? We use a program called Crossloop to do it for PC stuff, connecting her computer to me via the internet so I can do tech support type stuff on her computer as if I was there. I'm hoping there's something similar for Android. Yes I know she should learn on her own, but she's stubborn.
View 1 Replies
View Related
Jun 14, 2010
I have a customer who upgraded his app (that I wrote and publish) and now it's force closing immediately upon launch. There is critical payroll data contained within the app so it's important that we are able to recover the data. If I could see the output of the log (as from logcat), I'm sure I could diagnose the problem, but the user is not technical and cannot use a shell. Is there a way to access the user's log from within the phone?
View 5 Replies
View Related
Sep 23, 2010
I have an idea about using an old phone to tell me the temperature at a remote location. I need to know when a greenhouse or any remote location approaches freezing by sending an alarm to my computer or another Android phone. I thought about something similar to remote GPS locating but getting the temperature data instead of the GPS data. I could just leave my old Android phone in the Greenhouse. I know absolutely nothing about App development, I started to look at the SDK but first I needed to know Java, BASIC is as far as I ever got on a BBC.
View 5 Replies
View Related
Jul 21, 2010
I am curious whether the AIDL only serves for inter-process communication between several Android apps on the same device, or AIDL provides much wider functionality. Let's say I have a Java application running on some server, is it possible to remotely call methods on that server through AIDL from an Android phone?If yes, do I need some extra libraries on the server-side Java application?
View 1 Replies
View Related
Oct 25, 2010
I went through a dozen of websites and apps description on the net to find a tutorial or explanation about how to install and setup an android app to control your pc remotely (gmote, phonemypc, rdp,). But without success. Is there any (complete and working) tutorial somewhere?
The problems & open topics are:
- usually if you have XP home you are stuck because there is no remote desktop (only for XP professional and upper versions). Nevertheless, when reading comments of people who have tried one of these apps, it looks like that a lot of XP home users have successfully installed the app. How? Mystery.
- the IP address: there are either tutorials with an 198.168.x.x IP address or with an Y.Y.Y.Y IP.
If you have an 198. IP, then you are local and probably by WiFi. What is the point of using WiFi at home to control your PC? Are you too lazy to stand up and go to it?
And if you use a "showmyip.com" website to get your network IP, the apps (sofar for me) could never connect to the server on the PC with this IP. So does anyone know how to solve this point? (ports are open, no firewall issue). Finally I need an install tutorial to be able to control my PC with an app (free possibly) with detailed steps and IP/setup examples.
View 5 Replies
View Related
Oct 4, 2010
I didn't find much on this anywhere and I have a feeling it is not really possible but just in case - is there a way to launch the emulator remotely without the necessary GUI (I can do that using VNC etc. but it turns out to be too slow) and install/launch apps on it?
View 10 Replies
View Related
Oct 29, 2010
Does anybody know if it is possible to switch on a p.c remotely from an android handset? I've figured out how to control the desktop and switch p.c off but would be good to be able to actually wake remotely.
View 3 Replies
View Related
Mar 7, 2012
It's there a way to access my phones files without it being connected to my WiFi network? Maybe an app that can run as a service?
View 1 Replies
View Related
Apr 1, 2012
I have Seekdroid installed on my phone but if GPS is off it doesn't work - so I want to be able to send a text with a keyword that turns on, GPS (so if I lose my phone and someone turned gps off I can turn it back on).
I know this has been patched since 2.3 but is there a way to unpatch it or is there a workaround for this?
GT-I9100
View 3 Replies
View Related
Jul 20, 2012
I was using my handset as a tracking device. It was working well until one day i decided to change my google password. From next moment onwards, it stopped reporting data. When checked the handset, i saw that it is asking me to enter the new password to login. How can I remotely sign-in my android device?
View 2 Replies
View Related