General :: Linux Game Port To Android
Jul 15, 2013This is examples of windows game being ported to linux and open pandora.
Jedi Knight: Outcast
[URL]
Jedi Knight: Academy
[URL]
This is examples of windows game being ported to linux and open pandora.
Jedi Knight: Outcast
[URL]
Jedi Knight: Academy
[URL]
I want to port a Windows game (Harry Potter and the Chamber of Secrets Game PC; like this: [URL]... on the platform Android but I don't know how I do it (if I cannot do it, you can say me it unscrupulous)
I want to port this game as Machinarium is ported on Android
I am trying to communicate between two android emulators for communication , thus I am trying to forward port X to port Y on 127.0.0.1 where port X is the port I am transmitting too and Y is the one I am receiving . Is this possible and if so how do I forward the local ports?
View 3 Replies View RelatedCould it be possible to port or remake a stepmania like game for the Android OS? And the simfiles could be stored on the sd card.
View 1 Replies View Relatedi successfully got into adb in recovery mode fairly easily on my ubuntu 10.4 laptop using the following method- this should also work for a linux live boot from a usb flash drive
in one terminal tail and follow log messages
~$ tail -f /var/log/messages
In another terminal run the loop
Then
1. plugin usb and keep it plugged in
2. remove battery, eject sd card.
3. put battery in
4. press vol- and power
5. after around 6 seconds, your terminal with the log will show something like "new high speed USB..."
6. press vol- to select recovery
7. press the power button
8. IMPORTANT- as soon as you see a new log entry (something like "USB disconnect"), pop in the sd card
check your loop terminal for adb. if it doesn't work, repeat at step 2
Android and Linux kernels started re-merging at version 3.3. People said that a short way down the road, android apps would be able to run natively in linux. the kernel is now version 3.6 and I've heard nothing more about running android apps in linux. people on these and other forums put a lot of great work into getting linux running on android devices. now with windows 8 coming out, the market will be full of both ARM and x86 based touch devices of all sizes and shapes. I for one would love to be able to boot up ubuntu on one of these devices, and use either traditional linux apps or android touch apps as my mood and situation dictate. so- any new word on when we will be able to run android apps in linux?
View 4 Replies View RelatedBeen following chroniccorey's linux mod for the gbox mx2, and am wanting to use advanced launcher to access the terminal to add firefox and a couple emulators to my xbmc. Unfortunately I can't seem to find the terminal, and ssh isn't working to apt-get from repositorys. I have some experience with linux, but am by no means pro.
View 2 Replies View RelatedI Want to run This File in my phone (via terminal emulator).
but after type ./amxxpc i have error
line 1: syntax error: unexpected "("
File which I Want to start is in scripting.zip
i read kubuntu 11.10 finally has integrated phone capabilities and is going to be heavily geared towards mobile devices URL....and development of Android execution environment for the android os that allows you tu run .apk in linux if so i think this would be full of win for kubuntu with it being the first linux distro with integrated phone capabilities and if the AEE was available that would just be the coolest phone ever
View 2 Replies View RelatedIs it possible to run Linux on low-end android phones? Possibly a method that does not need loop device support.
I'm talking about 600Mhz processor and 256mb RAM. And Damn Small Linux as the linux distro.
Is there any method to do this? I have seen methods for Ubuntu and backtrack but they require better hardware.
I have been trying all morning and half g today trying to get the bloody thing to instill. I have followed the instructions in the txt file inside but when I go into terminal and CD into the folder and type Android like the instructions day it cannot find three file or if I try it as ./tools/android permission denied and I sudoed in before hands so I have root access.
View 9 Replies View Related I have pretty much given up on trying to transfer files from my pc to my phone while running Linux.
I would guesstimate, 85% of the time, the transfered file gets corrupted. It happens on different phones and different Linux distros.
I would think the two would work well together since they both run on a Linux kernel.
i tried this tutorial to mount my sdcard over wifi. i like to sync my music with clementine. not only copy paste. so i need to mount the sdcard. but when i tried the following command i got this msg.
Code:
roni@roni-Aspire-5738:~$ sudo mount -t cifs //192.168.1.2/sdcard/ /media/android -o user=roni,uid=roni,gid=roni,nounix,file_mode=0770,dir_mode=0770
mount: block device //192.168.1.2/sdcard/ is write-protected, mounting read-only
mount: cannot mount block device //192.168.1.2/sdcard/ read-only
Is it possible to emulate Linux on android, then install wine on it and run Windows programs?
View 2 Replies View RelatedI got a wacom graphic tablett wich I want to use on my Android Tablet PC. Of course Android hasn't got a working driver for it, so thats why I want to install an opensource linux driver. So my first question is, if this might be possible. The linux driver is made for a 2.6 Kernel which of course is not complete the same as my 2.6 android Kernel, but are they similar enough to at least give it a try?
And I got an other question: A grafic tablett is you know... nothing else as a weird mouse so am I might be able to tell Android that it shoud use a simple mouse driver for the graphic tablett? Because my mouse is running well on it.
I've been looking around for a solution to this - and so far have only found Gmote to be close to what I'm looking for. Actually Gmote hits it on the head, but I wanted to see if there were other options. Here's the setup:
We have a soundboard and speaker system. I would like to hook up a small PC (running either windows or Linux) to the soundboard so that whatever is playing from the computer will come through the speakers. And to control what gets played from the computer, I would like to use my Android phone.
I would consider streaming from my phone if it was reliable enough. I had first looked into streaming to the system via bluetooth - but that wasn't quite stable enough and dropped out too many times.
Is it possible to boot a linux or windows os instead of android? I saw something, if I remember right, there was an app which booted linux os. But it should be like custom ROM.
HTC Explorer A310e
How to build latest linux kernel from off site for Android device (for example Nexus7)?
I have: AOSP source code
Android build for device (from aosp)
Downloaded kernel 3.8.4 from off site
The question is: How can I build latest kernel using all described stuff (aosp source, kernel config, latest kernel)?
do you use rockchip based Android device with linux?
I've just bought Rockchip rk3066 based AllFine Fine10 tablet, and have trouble setting it up to work with adb on my Linux installation.
I presume problem is with udev rules, I use some giant package of udev rules but it does not contain rule for my tablet.
I have tried to manually define udev rule by inputing device ID listed by lsusb utility.
Quote:
lsub: Bus 002 Device 004: ID 2207:0010
Thus creating:
Quote:
# AllFine
ATTR{idVendor}=="2207", ATTR{idProduct}=="0010", SYMLINK+="android_adb"
But still device is not recognized by adb.
is there any way to use the gps device from within a chrooted linux?
View 1 Replies View RelatedI have a square grid, for a turn based game ( grid is similar to the chess board ), but the moves in the games are different based on whether you have lapped your opponent pawn at least once or not.i.e if you have not lapped (beaten any of the opponents pawns) in the outer most grid as below.if you have lapped your opponent pawn once at least, then you get to reach home,this way.Any player having all his pawns reaching "home" first wins.The ones in yellow are safe-houses, i.e both the opponent pawn and the player's pawn get to stay in the same grid, this is not considered to be lapping ( the opponent ).The lapped pawn will return to its start point.Now the question is, what is the effective way to store the paths for the all the pawns.we will have 4 pawns for the player and 4 opponent pawns.Is there any pattern to store such static information, in a elegant way?
View 1 Replies View RelatedI have a puzzle game with a 7x7 grid of graphics, and a timer, its just about ready to go. But I am stuck on how to go about saving/continuing game. For example when someone exits I want them to be able to save and exit, then come back and click continue to pick up where they left off with all of the graphics in the right place, timer and score. I looked at onSaveInstanceState android examples, but not sure if this is what I need or how to implement it in my case.
View 8 Replies View RelatedHow to upgrade firmware using Linux. I ask because it seems that all firmware upgrade downloads are pitched to windows.
View 1 Replies View RelatedI know android is based on linux, does this mean it can run any and all linux applications? If so has anyone tried to run anything like wine? I also noticed that by default you cant run apps directly from sd card, but i saw a modification on a site that lets you change it so you can, so technically speaking is there any limit on the size of sd the G1 can handle?
View 1 Replies View RelatedJust wanted to know is it possible to install Fastboot on Ubuntu Linux. If so, any guide or link? I hate starting my Windows just to flash another kernel.
But also I would need drivers for my SE Arc S , is it even possible?
I'm looking to Unlock and Root my Huawei g600, (specifically the U8950N-51). However I'm using Linus OS, (Mint 14 KDE).
I've got the unlock code from Huawei, at least I hope because U8950N-51 because the international webpage doesn't recognize the U8950N-51.
Using Wine does not work as the unlock method just hangs looking for a device. (This method: [URL]
I use SGS3 connected via usb to PC with Linux Each time I connect phone to usb I see msg: "Can't find software.... Upgrade your windows media player etc..." I found somewhere that program "kiesexe" can be disabled on phone No I have ls -l /system/bin/kiesexe -rw-r--r-- 1 root root 48836 Aug 1 2008 /system/bin/kiesexe But the message still appears how to prevent this?
View 3 Replies View RelatedAny good method to mount android file systems (4.0+) on Linux? I want to be able to mount my sdcard remotely (TCP) and manage my files on my desktop. I've tried [URL] ..... but this is very buggy. I'd prefer a way to integrate mtpfs and mount to a directory.
View 1 Replies View RelatedCorrect ApkTool for ICS and Jellybean for Linux/Mac?
I can't compile using the one from the website as I get compiling errors
I recently switched over from Win 7 to Mint 15 and cannot get ADB and fastboot to work for the life of me! On Windows, I just downloaded and installed the Android SDK and had no trouble using ADB and fastboot to mod my phone. It is proving to be much more difficult on Linux.
I've searched Google, Linux Mint forums, and these forums; tried following numerous guides, and still my comp can't recognize my phone. Every time I type in "adb devices" I get "List of connected devices" followed by a blank line. No question marks and certainly no connected devices. "lsusb" shows my HTC One S as connected so I know it's not my USB port.
When I plug in my phone, I get an error message, "Unable to mount Android Phone Unable to open MTP device '[usb:002,005]'" and then a file explorer window opens displaying my phone contents anyways. Not sure if this could have anything to do with it but I thought I'd mention it.