The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

Software compass sensor

Is there a way to develop a compass sensor emulator (based on GPS travel direction), so for devices that has no compass sensor (but has GPS) can emulate the hardware sensor? This way apps that want to ...
3
votes
0answers
104 views

Emulate softkey BACK button

i'm working on a small system overlay and i want to replace my Nexus4 softkeys with it. Got the home and recend apps thing working but i'm strugglin with the implementation of the back key. Searched ...
1
vote
0answers
91 views

How can I simulate/emulate a gamepad in xCode?

Background: I have a Bluetooth gamepad which I can discover and connect to through xCode. I can communicate with it through the Control and Interrupt channel and thus I can find out which buttons on ...
0
votes
1answer
38 views

Debugging TouchInput WPF application on a computer without TouchInput

I need to add support TouchInput in my app. (For example, to scale the image or scroll ScrollViewer) But the test is not on anything. Is there any idea how to emulate TouchInput? Maybe use it as a ...
2
votes
2answers
136 views

How to emulate a console in WPF?

I'd like some tips-in-the-right-direction or even ready solutions to this problem and I'm pretty stuck (I'm just beginner/intermediate): I'm trying to implement a SSH in my application. The ...
0
votes
1answer
110 views

Export Linux native filesystem to Windows over USB as VFAT or NTFS

How can I present a Linux native file system, e.g. YAFFS2, ext3, to Windows over USB such that it appears as VFAT or NTFS? I currently share a VFAT loop back file using the g_file_storage kernel ...
0
votes
2answers
512 views

Simulate user input in bash script [closed]

I am creating my own bash script but i am stuck atm.Basically the script would be used to automate server setup in centos.Some software normally ask user to type a password.I want the script to put ...
4
votes
1answer
4k views

How to emulate Nexus 4?

Is it possible to create an AVD to emulate the Nexus 4? I am using Eclipse and I'm pretty sure I have updated all of the SDK tools etc, along with the 4.2 SDK/system Image etc. However, when I open ...
0
votes
1answer
60 views

How do I move JQuery draggable element without mouse

Is there a different way of JQuery draggable element moving? Think yourself as a spammer.
1
vote
0answers
653 views

How does Chrome developer tools emulate touch events?

I have tried a few different Javascript tools/hacks/frameworks that emulates touch events on a PC, but none does it as flawlessly as Chrome's developer tools. How is it done? Can it be done as good as ...
4
votes
0answers
921 views

Unable to emulate as IE7 in IE10 browser

I used the following line to emulate IE10 as IE7 in Windows 8 professional machine. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> If I use this piece of code in a sample ...
1
vote
0answers
269 views

Simulate A Gamepad Input With C#

I'll simplify the situation to get rid of confusion. I want to make a program that only has 1 button in the program. Upon clicking the button, the program will simulate a generic gamepad button. I'm ...
0
votes
0answers
60 views

How can I capture the signature of a specific USB device and emulate it in the future?

I have software that requires a specific piece of hardware present to be functional. I have the hardware but don't always need it to be connected to use the software. I don't need to emulate the ...
0
votes
2answers
114 views

How can I emulate a popular web browser when I visit this website?/Why am I getting a 403 error?

Thanks for taking a look at my question :) I'm making a program to launch the game "Ace of Spades" for me. The only way to play the game right now is to open up the game website in your browser, ...
2
votes
1answer
318 views

Emulate double click event in Datagrid with touchDown

i am new using WPF. I have a WPF Window with a datagrid wich launch a process when double click occurs. This work great, but when i do this in a tablet(with windows 7), using the touch screen, the ...
0
votes
1answer
100 views

Why am I getting an empty screen in Eclipse when emulating a simple Hello World program for Android?

I'm following this tutorial: http://developer.android.com/training/basics/firstapp/running-app.html#Emulator In it there is a simple code for a layout with a Text parser and a button. When I input ...
0
votes
1answer
88 views

How to emulate mouse clicking/mouse moving/key typing in the global context?

Emulate means to invoke these events programatically. Global context means that these event invocations should affect the whole desktop (sort of global environment) rather than the application which ...
1
vote
1answer
478 views

how use a windows pc as bluetooth hid?

How can I turn my pc it into a bluetooth HID. I would like to send keys, like a bluetooth keyboard hid, to a mobile device using only a computer with bluetooth adapter. Can I change my PC profile to ...
1
vote
1answer
371 views

Python run shell command and emulate user input

How can i from a python script emulate user data like: Say i run os.system('grunt init:gruntfile'), and i want the python script automatically to 'enter' some data, so instead of the user inputs the ...
1
vote
2answers
493 views

How do I emulate a keypress inside a Vim function?

I'll start with code function BigScrollUp() let count = 20 while count > 0 "Press" CTRL-Y <-- how do I emulate this? sleep 5m count -= 1 endwhile endfunction I want to ...
1
vote
2answers
687 views

Emulating SSH's SOCKS Proxy Tunnel in Python

I used to create a SOCKS connection between a windows client and linux server using SSH server and putty. However, the firewall between the client and server is now able to identify SSH packets and ...
30
votes
2answers
1k views

Is it possible to emulate non-enumerable properties?

ES5 has a enumerable flag. Example Example var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor , pd = getOwnPropertyDescriptor(Object.prototype, "toString"); assert(pd.enumerable === ...
0
votes
0answers
70 views

Nmap won't recognize service

I am trying to write a program that emulates different services. I am starting off with CoreFTP. When I look in the service probes file of Nmap I find this entry: "match ftp m|^220 Core FTP ...
0
votes
1answer
44 views

Php get variable params at each modification not from script

How does it possible to get variable modificated values, after script ended? im going to make a small and very simple caching system, for start to cache just needs to put "cache" commented where need ...
1
vote
0answers
26 views

Is glue code just emulating the desired behaviour in “native” code?

I'm not that familiar with glue code (multiple language bindings) and I can't seem to find a very detailed description of how it is usually implemented (if there is such a way, it may be one of those ...
1
vote
1answer
1k views

Android, iphone-like back button in header as part of layout

I frequently get designs for android apps featuring iphone-like functionality. In this case it has to do with a back button integrated in the layout as part of the header (on the left side). Android ...
6
votes
2answers
703 views

what is the difference between Emulate and Simulate?

I am asking this question in the context of computers and microcontrollers. I need a concise answer. These words seems to get mixed up, I don't know if they are interchangangeable but have a feeling ...
1
vote
1answer
488 views

Emulate held down key on keyboard?

I know SendKeys can emulate typing and send individual keystrokes but I'm looking for a way to emulate holding down a key. My goal is an app that acts as a joypad for a windowed game. Imagine holding ...
1
vote
1answer
266 views

Silverlight Out of Browser without installing?

Is there any way that I can have the user run my silverlight application with the use of sllauncher.exe and the emulate option from my server? This is what I currently have: sllauncher ...
0
votes
1answer
70 views

How to know the instruction set in the development of an emulator?

When developing an emulator, one needs to know the instruction set of the platform. Take as an example the development of a Playstation 2 emulator. How it is possible to know the instruction set of ...
3
votes
1answer
316 views

Boot Android kernel in an emulated environment on-device

I am trying to compile a newer Android kernel on my phone. The problem is it ends up in a boot loop without any means to access error messages. I can compile an older version of the kernel wich runs ...
0
votes
2answers
44 views

How can I tell how a website is determining if the browser has JS enabled?

We have a Perl script that emulates a browser using LWP::UserAgent to login to a website and download some data. Recently that website was changed so that you have to have Javascript enabled in order ...
3
votes
1answer
306 views

How do I emulate a keystroke in DOS programatically (in C/C++)? [closed]

First off, I'm talking about DOS, and not Windows's command-line application. I wish to write a procedure that would send a keystroke to the currently running process. My goal is to use this ...
0
votes
4answers
750 views

Iphone dev on windows, using VMware [duplicate]

Possible Duplicate: Is it possible to run OSX in a virtual machine? So i want to getting into iphone development. Currently I'm a student so money is a problem at the moment. Otherwise i ...
1
vote
4answers
2k views

Simulate or Virtual Twain source for Twain development [closed]

For developing a web based scan solution, I would love to test it on Windows or Mac without actually hooking up a scanner to my box. So is there a program/tool that emulates or gives me a virtual ...
3
votes
2answers
138 views

any python module can support enumerate 2 lists and do the “cross multiplication”?

I often write below snippets in daily works, res = [] a = ["A","B","C","D"] b = [1,2,3,4] for _a in a: for _b in b: res.append((_a,_b)) # or be more simple #[(_a,_b) for _a in a for _b ...
4
votes
2answers
3k views

Android USB HID Device

Does anyone know how to configure an Android device (tablet) to appear as a USB HID device when connected to a PC? Is there any other way of getting data from the tablet to the PC (via USB) other than ...
1
vote
1answer
2k views

Send emulated events to another window

I send mouse events to another application in the following way. The problem is, this works for some applications but not for others. Why? using System.Runtime.InteropServices; using ...
2
votes
3answers
6k views

how to install android api demo app into my phone

I'm learning android development.There is an apidemo app installed in the android emulator. I'd like have it installed in my real android phone so that I can use it without starting the emulator . How ...
0
votes
2answers
114 views

Emulate a click on Gmail for QA

I'm writing some scripts with Fake for some QA routines. However, I'm having some trouble with emulating the a click in Gmail. The basic idea is to activating an account with an activation link. So ...
2
votes
2answers
3k views

Hacking Vertical Scroll into Horizontal Scroll [closed]

I know this goes against every usability rule in the book, but does anyone have any ideas for forcing a vertical scroll to scroll horizontally? So if: The user was viewing the page, and scrolled ...
2
votes
2answers
170 views

How do I emulate a storage card in Windows Mobile 6?

I have seen in many programs such as FreeOTFE that they can emulate a storage card in WinMo. It will be shown in Windows Mobile just as a storage card is inserted and i can interact with it just like ...
2
votes
5answers
636 views

Will it be possible to run C code emulated on GA144?

This company have an interesting CPU that run at an amazing speed. Will it be possible to emulate C or is the memory too small?
0
votes
2answers
410 views

desktop icon functionality in a window

My wife complains that I have too many icons on the Windows XP-Pro desktop. I like to be able to quickly drop a file onto the icon for application I want to have open it. And I like to follow a link ...