Linux için emülatör neden yok?

Bu konuyu okuyanlar

sireno52

Asistan
Katılım
3 Ekim 2007
Mesajlar
304
Reaksiyon puanı
65
Puanları
28
Selam arkadaşlar benim bir sorum olacak linux için neden adamgibi android emülatör yok piyasada Windows için bir sürü emülatör var örnek vermek gerekirse nox Player MEmu Player vs . Vs linux un en büyük eksiği oyun piyasada bir sürü linux dağıtımı var bu eksiği kapatmak için neden ugrasmiyorlar
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,397
Çözümler
1
Reaksiyon puanı
2,271
Puanları
113
Yaş
26
Merhaba @sireno52,

Linux, tercihen oyunlar için seçilen bir sistem olmuyor çoğu zaman. Yani bu nedenle geliştirici ve yazılımcılar Windows'ta sarf ettiği çabayı Linux'ta doğal olarak göstermeye çalışmıyorlar. Fakat bazı durumlar var. Örneğin Steam gibi. Steam, Linux'ta oldukça stabil bir şekilde yerini almış durumda. Yani eğer makineniz ve ekipmanlarınız yeterli durumda ise, Steam-OS destekli Linux sistemlerde çalışılabilir hale getirilmiş oyunları rahatlıkla oynayabiliyorsunuz.

Diğer türlü Wine, PlayOnLinux, Lutris vb. Oyun kütüphanesi, emülatörü diye tabir edebileceğimiz yazılım seçeneklerini de ayrıca yine Linux sunuyor bizlere. Android emülatörler kısmında ise yine yazılım seçenekleri mevcut. Üstelik sırf emülatör olması üzerine çıkarılan dağıtımlar var. Açık dünyada işim Android emülatörler yoluna düşmediğinden bu konuda paylaşabileceğim bir tecrübe yok sizinle. Ya da stabilizasyonları hakkında bir yorum da yapamam kurup denemediğim için. Ama var olduklarını biliyoruz.
 

sireno52

Asistan
Katılım
3 Ekim 2007
Mesajlar
304
Reaksiyon puanı
65
Puanları
28
Verdiğin bilgi için çok teşekkür ederim ben bir tane emülatör buldum anbox Ubuntu 19.04 de kurdum fakat çalıştıramadım adam bu adreste video paylaşmış

Ama İngilizce bende de İngilizce yok paylaştığı yazıda Google translater ile çevirdim genelde olmadı
(
21 Haz 2018 tarihinde yayınlandı
Install the complete Android OS in your Linux machine through Anbox project. Install and Run all the android apps. ##Audio copyright: relaxdaily #Install Anbox To install Anbox your system need to support snaps. We do not officially support any other distribution method of Anbox at the moment but there are community made packages for various distributions (e.g. Arch Linux). However please keep in mind that the Anbox project can give not support them and its solely in the responsibility of the community packager to keep up with upstream development and update the packaging to any new changes. Please feel free to report still any bugs you encounter as they may not be related to the packaging. If you don't know about snaps yet head over to snapcraft.io to get an introduction of what snaps are, how to install support for them on your distribution and how to use them. The installation of Anbox consists of two steps. Install necessary kernel modules Install the Anbox snap In order to support the mandatory kernel subsystems ashmem and binder for the Android container you have to install two DKMS based kernel modules. The source for the kernel modules is maintained by the Anbox project here. At the moment we only have packages prepared for Ubuntu in a PPA on Launchpad. If you want to help to get the packages in your favorite distribution please come and talk to us or submit a PR with the distribution specific packaging. The second step will install the Anbox snap from the store and will give you everything you need to run the full Anbox experience. Install necessary kernel modules In order to add the PPA to your Ubuntu system please run the following commands: $ sudo add-apt-repository ppa:morphis/anbox-support $ sudo apt update $ sudo apt install anbox-modules-dkms These will add the PPA to your system and install the anbox-modules-dkms package which contains the ashmem and binder kernel modules. They will be automatically rebuild everytime the kernel packages on your system update. After you installed the anbox-modules-dkms package you have to manually load the kernel modules. The next time your system starts they will be automatically loaded. $ sudo modprobe ashmem_linux $ sudo modprobe binder_linux Now you should have two new nodes in your systems /dev directory: $ ls -1 /dev/{ashmem,binder} /dev/ashmem /dev/binder Install the Anbox snap Installing the Anbox snap is very simple: $ snap install --devmode --beta anbox If you didn't logged into the Ubuntu Store yet, the snap command will ask you to use sudo snap ... in order to install the snap: $ sudo snap install --devmode --beta anbox At the moment we require the use of --devmode as the Anbox snap is not yet fully confined. Work has started with the upstream snapd project to get support for full confinement. As a side effect of using --devmode the snap will not automatically update. In order to update to a newer version you can run: $ snap refresh --beta --devmode anbox Information about the currently available versions of the snap is available via: $ snap info anbox Available snap channels Currently we only use the beta and edge channels for the Anbox snap. The edge channel tracks the latest development is always synced with the state of the master branch on github. The beta channel is updated less frequently to provide a more stable and bug free experience. Once proper confinement for the Anbox snap exists we will also start using the candidate and stable channels. #download link https://drive.google.com/file/d/1U7-y... ## website www.anbox.io )
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,397
Çözümler
1
Reaksiyon puanı
2,271
Puanları
113
Yaş
26
Verdiğin bilgi için çok teşekkür ederim ben bir tane emülatör buldum anbox Ubuntu 19.04 de kurdum fakat çalıştıramadım
Yardımcı olmaya çalışayım...

# sudo add-apt-repository ppa:morphis/anbox-support (PPA anahtarını ekliyoruz)
# sudo apt update (Paketleri güncelleyelim)
# sudo apt install anbox-modules-dkms (Anbox dkms modülleri lazım olacaktır)
# sudo modprobe ashmem_linux (Ashmem çekirdek modülü önemli)
# sudo modprobe binder_linux (binder çekirdek modülü aynı şekilde önemli)
# snap install --devmode --beta anbox (Anbox bileşenlerine ihtiyacımız olacak)
# snap refresh --beta --devmode anbox (Bileşeni güncelliyoruz)
# snap info anbox (Anbox sürümü hakkında bilgi edinmek için)
# sudo apt-get install android-tools-adb android-tools-fastboot (Android araçlarımızı ediniyoruz)
# Kullanmak istediğimiz .apk dosyasını ediniyoruz.
# sudo su ile yetki alıyoruz.
# cd İndirilenler, Downloads (.apk dosyası neredeyse cd komutu ile yola gidiyoruz, ls komutu ile göz atabiliriz.)
# adb install paket.apk

Kolay gelsin.
 

sireno52

Asistan
Katılım
3 Ekim 2007
Mesajlar
304
Reaksiyon puanı
65
Puanları
28
Zurnanın zırt dediği nokta bu istenilen paketleri bulamadım bulduklarida github da bir sürü yuklemem gerekenler hangisi bilmiyorum ornegin yuklenilmesi gereken bir kernel var bayağı karisik
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,397
Çözümler
1
Reaksiyon puanı
2,271
Puanları
113
Yaş
26
Zurnanın zırt dediği nokta bu istenilen paketleri bulamadım bulduklarida github da bir sürü yuklemem gerekenler hangisi bilmiyorum ornegin yuklenilmesi gereken bir kernel var bayağı karisik
Tamam, hangi paketler bu bulunamayanlar ve istenen uygun kernel sürümü hangisi? belirtirseniz bakalım.
 
Üst