#Android x86
Explore tagged Tumblr posts
gobusto · 1 year ago
Text
did you know that you can install Android on a standard PC
Tumblr media
i wouldn't recommend it:
it randomly rebooted several times, even with 4GB of RAM
it's kind of slow on "generic" graphics hardware
mouse input "mostly" works, but clicks are ignored sometimes
...but. well. you can.
(also it swaps red and blue, which is why the firefox logo looks strange here.)
4 notes · View notes
brudiza-spudnik · 7 months ago
Text
the youtube app via waydroid is like 5 times more functional than the youtube website
1 note · View note
ahoranoticiasuruguay · 10 months ago
Text
EMULADOR PC GAMA BAJA 🚨EMULADOR 2024 FREE FIRE✅
ESTE EMULADOR CORRE EN PC GAMA BAJA 🚨EMULADOR 2024 FREE FIRE✅   DESCARGA EMULADOR AQUI:https://www.mediafire.com/file/jwvqjb… #freefire #freefirepc #configuración #emulador #smartgaga #bluestacks #msi Alguna Preguntas Frecuentes: descargar free fire para pc 2024 | actualizado, instalar free fire para la pc o laptop, descargar e instalar emulador para jugar free fire en pc, cómo descargar free…
0 notes
torillatavataan · 8 months ago
Text
Tumblr media
Linux creator Linus Torvalds wrote:
"Ok, lots of Russian trolls out and about. It's entirely clear why the change was done, it's not getting reverted, and using multiple random anonymous accounts to try to "grass root" it by Russian troll factories isn't going to change anything. And FYI for the actual innocent bystanders who aren't troll farm accounts - the "various compliance requirements" are not just a US thing. If you haven't heard of Russian sanctions yet, you should try to read the news some day. And by "news", I don't mean Russian state-sponsored spam. As to sending me a revert patch - please use whatever mush you call brains. I'm Finnish. Did you think I'd be *supporting* Russian aggression? Apparently it's not just lack of real news, it's lack of history knowledge too."
What is Linux?
Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.
Linux was originally developed for personal computers based on the Intel x86 architecture, but has since been ported to more platforms than any other operating system. Because of the dominance of Linux-based Android on smartphones, Linux, including Android, has the largest installed base of all general-purpose operating systems as of May 2022.
Linux is the leading operating system on servers (over 96.4% of the top one million web servers' operating systems are Linux) leads other big iron systems such as mainframe computers, and is used on all of the world's 500 fastest supercomputers (as of November 2017, having gradually displaced all competitors).
Linux also runs on embedded systems, i.e., devices whose operating system is typically built into the firmware and is highly tailored to the system. This includes routers, automation controls, smart home devices, video game consoles, televisions (Samsung and LG smart TVs), automobiles (Tesla, Audi, Mercedes-Benz, Hyundai, and Toyota), and spacecraft (Falcon 9 rocket, Dragon crew capsule, and the Perseverance rover).
18 notes · View notes
andmaybegayer · 2 years ago
Note
Hello. So what's the deal with computer chips? Let's say, for example, that I wanted to build a brand new Sega Genesis. Ignoring firmware and software, what's stopping me from dissecting their proprietary chips and reverse-engineering them to make new ones? It's just electric connections and such inside, isn't it? If I match the pin ins and outs, shouldn't it be easy? So why don't people do it?
The answer is that people totally used to do this, there's several examples of chips being cloned and used to build compatible third-party hardware, the most famous two examples being famiclones/NESclones and Intel 808X clones.
AMD is now a major processor manufacturer, but they took off in the 70's by reverse-engineering Intel's 8080 processor. Eventually they were called in to officially produce additional 8086 chips under license to meet burgeoning demand for IBM PC's, but that was almost a decade later if I remember correctly.
There were a ton of other 808X clones, like the Soviet-made pin-compatible K1810VM86. Almost anyone with a chip fab was cloning Intel chips back in the 80's, a lot of it was in the grey area of reverse engineering the chips.
Tumblr media
Companies kept cloning Intel processors well into the 386 days, but eventually the processors got too complicated to easily clone, and so only companies who licensed designs could make them, slowly reducing the field down to Intel, AMD, and Via, who still exist! Via's CPU division currently works on the Zhaoxin x86_64 processors as part of the ongoing attempts to homebrew a Chinese-only x86 processor.
I wrote about NES clones a while ago, in less detail, so here's that if you want to read it:
Early famiclones worked by essentially reverse-engineering or otherwise cloning the individual chips inside an NES/famicom, and just reconstructing a compatible device from there. Those usually lacked any of the DRM lockout chips built into the original NES, and were often very deeply strange, with integrated clones of official peripherals like the keyboard and mouse simply hardwired directly into the system.
Tumblr media
These were sold all over the world, but mostly in developing economies or behind the Iron Curtain where official Nintendo stuff was harder to find. I had a Golden China brand Famiclone growing up, which was a common famiclone brand around South Africa.
Eventually the cost of chip fabbing came down and all those individual chips from the NES were crammed onto one cheap piece of silicon and mass produced for pennies each, the NES-on-a-chip. With this you could turn anything into an NES, and now you could buy a handheld console that ran pirated NES game for twenty dollars in a corner store. In 2002. Lots of edutainment mini-PC's for children were powered by these, although now those are losing out to Linux (and now Android) powered tablets a la Leapfrog.
Nintendo's patents on their hardware designs expired throughout the early 2000's and so now the hardware design was legally above board, even if the pirated games weren't. You can still find companies making systems that rely on these NES chips, and there are still software houses specializing in novel NES games.
Why doesn't this really happen anymore? Well, mostly CPU's and their accoutrements are too complicated. Companies still regularly clone their competitors simpler chips all the time, and I actually don't know if Genesis clones exist, it's only a Motorola 68000k, but absolutely no one is cloning a modern Intel or AMD processor.
Tumblr media
The die of a Motorola 68000 (1979)
A classic Intel 8080 is basically the kind of chip you learn about in entry level electrical engineering, a box with logic gates that may be complicated, but pretty straightforwardly fetches things from memory, decodes, executes, and stores. A modern processor is a magic pinball machine that does things backwards and out of order if it'll get you even a little speedup, as Mickens puts it in The Slow Winter:
I think that it used to be fun to be a hardware architect. Anything that you invented would be amazing, and the laws of physics were actively trying to help you succeed. Your friend would say, “I wish that we could predict branches more accurately,” and you’d think, “maybe we can leverage three bits of state per branch to implement a simple saturating counter,” and you’d laugh and declare that such a stupid scheme would never work, but then you’d test it and it would be 94% accurate, and the branches would wake up the next morning and read their newspapers and the headlines would say OUR WORLD HAS BEEN SET ON FIRE. You’d give your buddy a high-five and go celebrate at the bar, and then you’d think, “I wonder if we can make branch predictors even more accurate,” and the next day you’d start XOR’ing the branch’s PC address with a shift register containing the branch’s recent branching history, because in those days, you could XOR anything with anything and get something useful, and you test the new branch predictor, and now you’re up to 96% accuracy, and the branches call you on the phone and say OK, WE GET IT, YOU DO NOT LIKE BRANCHES, but the phone call goes to your voicemail because you’re too busy driving the speed boats and wearing the monocles that you purchased after your promotion at work. You go to work hung-over, and you realize that, during a drunken conference call, you told your boss that your processor has 32 registers when it only has 8, but then you realize THAT YOU CAN TOTALLY LIE ABOUT THE NUMBER OF PHYSICAL REGISTERS, and you invent a crazy hardware mapping scheme from virtual registers to physical ones, and at this point, you start seducing the spouses of the compiler team, because it’s pretty clear that compilers are a thing of the past, and the next generation of processors will run English-level pseudocode directly.
Tumblr media
Die shot of a Ryzen 5 2600 core complex (2019)
Nowadays to meet performance parity you can't just be pin-compatible and run at the right frequency, you have to really do a ton of internal logical optimization that is extremely opaque to the reverse engineer. As mentioned, Via is making the Zhaoxin stuff, they are licensed, they have access to all the documentation needed to make an x86_64 processor, and their performance is still barely half of what Intel and AMD can do.
Companies still frequently clone each others simpler chips, charge controllers, sensor filters, etc. but the big stuff is just too complicated.
182 notes · View notes
definitely-zen-browser · 5 months ago
Text
fuckin hate when people say the software thay're promoting is "available for PC and mobile" but they really mean "available for windows 10/11 x86, iOS, and android"
there's more than 3 fucking operating systems.
are devices running linux not PCs?
what about Macs?
How about KalibriOS? do you support that?
And HarmonyOS? that has roughly the same market share on mobile that linux does on desktop.
can it run on ARM or RISC-V?
if it does support linux, what package managers can you install it with?
and for fucks sake if it costs money at least say how much
if you mean windows 11 x86 then just fucking say windows 11 x86, it's not that hard.
8 notes · View notes
leumasme · 4 months ago
Note
hiiii is there any chance you're working on an updated ReVanced patch for the Tumblr app? :3
A while ago, tumblr significantly stripped down their list of supported devices by bumping the required android version, plus (if apkpure/apkmirror are correct) only releasing apk bundle/.xapk/.apkm files instead of plain .apk, and only supporting arm v7a and v8a cpu architectures (not x86-64). This made download sizes smaller and probably improved performance and made development for them easier, but is pretty bad for patching.
APK Bundles aren't patchable by revanced, so that would require an additional step of converting the apk bundles to a plain apk via something like AntiSplit-M to maybe work. This means an extra step and app download for the user, and even less people who actually manage to make it through the whole patching process.
And not supporting x86-64 means running tumblr in an emulator is infeasible because the performance to emulate the supported architectures is so bad that it's completely unusable, making development a big pain.
I also don't even know which patches are even broken in newer versions, if any. I havent gotten reports about broken patches, you could try using AntiSplit-M on a modern tumblr apk and putting that into the patcher, maybe it'll just work.
Considering this, I don't see myself doing anything on tumblr patches for modern app versions. The old tumblr versions still work fine, aside from missing threaded replies (and communities?)
3 notes · View notes
definitelynotafox · 2 years ago
Text
had this lying about and figured itd be good to put here, those of you on android who use youtube, do this! other apps too, but this tutorial is for youtube. its the same basic steps. you got this.
the tutorial is markdown formatted, even though tumblr doesnt use markdown. sorry! it wasnt ment for this site, and the only changes i made were updating information. i wanted to be quick about it.
eta: this may not work on all devices. if it aborts, sorry. try revanced builder. its more difficult to use, but seems to work even when the manager fails. i dont have a gide for it yet, but the link has instructions.
this is a sequel to my general adblocking guide for android
Goodbye Vanced, hello ReVanced!
1. Install ReVanced Manager: https://github.com/revanced/revanced-manager
2. Install Vanced MicroG: https://www.apkmirror.com/apk/team-vanced/microg-youtube-vanced
3. Open the manager, switch to the "patcher" tab, and find the reccomended version (ex: `18.23.35`)
4. Go to APKMirror and download the Universal APK (not bundle) for that version (ex: https://www.apkmirror.com/apk/google-inc/youtube/youtube-18-05-40-release/youtube-18-23-35-2-android-apk-download/)
5. Go to *⚙️ Settings > Apps > See all apps > YouTube* and tap **🚫 Disable** (optional)
6. Go to *App details* and tap **Uninstall** (optional)
7. In ReVanced Manager, go to *🔧 Patcher > Select an application > __💾 Storage__* and pick the downloaded YouTube APK (ex: `com.google.android.youtube_18.23.35-1538252224_minAPI26(arm64-v8a,armeabi-v7a,x86,x86_64)(nodpi)_apkmirror.com.apk`)
8. In *Select patches*, tap **Recommended** a few times to make sure you have 50+ patches selected
9. Tap *✔️ Done > 🔧 Patch > Install > Install anyway*
18 notes · View notes
digitalmore · 3 days ago
Text
0 notes
leadershipandlegacy25 · 2 months ago
Text
The Differences Between an Arabic Keyboard and a Keyboard French
Dual boot Ubuntu Android x86
Visual Arabic keyboard
0 notes
fragmentsdumoi01 · 2 months ago
Text
Dual boot Ubuntu and Android-x86 project?
Online Arabic keyboard: the best options (profitability)
Arabic keyboard
0 notes
mindsetmomentum · 2 months ago
Text
Dual boot Ubuntu and Android x86 bootable USB
How to type quickly on the QWERTY keyboard Mac
Free Arabic keyboard
0 notes
brandnerve01 · 2 months ago
Text
Install an Arabic keyboard on iOS: complete guide (Baldur's Gate)
Dual boot Ubuntu and Android x86 download
Free Arabic keyboard 2025
0 notes
hexandaura22 · 2 months ago
Text
Installing an Arabic keyboard on iOS: complete guide
Surge dual boot Ubuntu and Android-x86 download
Download Arabic keyboard
0 notes
metrizans · 2 months ago
Text
my tablet did a backflip and killed its screen this morning. rip.
i've had it for three years so the idea of buying a new one isn't the end of the world, but i want to do my research before i commit to anything.
i might also just buy a really good hybrid laptop running win11 this time. android is really good nowadays, but there are still some areas where it's not quite there compared to an x86 machine. it sucks bc it defo could be, but nobody's really innovating in the android tablet space.
0 notes
visiontovictory · 2 months ago
Text
clavier virtuel arabe francais gratuit
dual boot ubuntu and android x86 iso
clavier en arabe en ligne
0 notes