Just a quick question please
shall I flash arm ? arm64 ? x86 ?
Just arm. Arm64 is for 64 bit cpus, and x86 is for Intel Cpus
dinamito said:
Just arm. Arm64 is for 64 bit cpus, and x86 is for Intel Cpus
Click to expand...
Click to collapse
You really deserve a gift
Thanx a lot for the quick reply
Related
as the headline said:
has the Z3 cpu arm or arm64 structure (got a Z3 and must know it for flashing the right xposed framework.zip
Thx
ARM my friend
I have Nvidia Shield Tablet k1. I'm facing with this problem while downloading gapps and xposed. Which architecture should İ select? Arm? Arm64 or x86? I saw armv7l cross of kernel architecture in cpu-z app but still dunno which.
arm , our device is 32 bit.
vimjam said:
arm , our device is 32 bit.
Click to expand...
Click to collapse
Oh thanks
I ran antutu it said ARM, checked on phonearena it said arm, i checked on qualcomm arm... why do i have to install the arm64 version of gpapps ?
because it's 64bit ARM platform, Android in 64bit
ARM is the architecture https://en.wikipedia.org/wiki/ARM_architecture
it's like x86 -> x86_64 (well, aka amd64)
stupid me i knew that lol
thanks
I have confusion in determining the architecture of my phone
Pls say whether is it ARM or ARM 64
I need help with this inorder to flash gsi in my phone
64
Gilli swag said:
I have confusion in determining the architecture of my phone
Pls say whether is it ARM or ARM 64
I need help with this inorder to flash gsi in my phone
Click to expand...
Click to collapse
Our processor is Snapdragon 625 and have support for 64bit, but our MIUI rom was built with a 32bit architeture. This is all.
arm 32
Hey there, I'm from the ps vita community, we are working on porting some android games and our device is armv7, so my question is, are armv6-based games plug-and-play? Are they at all compatible with armv7 cpu's?
Both ARMv6 and ARMv7 are 32-bit.
jwoegerbauer said:
Both ARMv6 and ARMv7 are 32-bit.
Click to expand...
Click to collapse
so armv6 libs are compatible with armv7?
ARMv6 core registers and ARMv7 core registers are the same. ARMv7 is backward compatible with ARMv6, so binaries / libraries compiled for ARMv6 should also work on ARMv7.
jwoegerbauer said:
ARMv6 core registers and ARMv7 core registers are the same. ARMv7 is backward compatible with ARMv6, so binaries / libraries compiled for ARMv6 should also work on ARMv7.
Click to expand...
Click to collapse
Ok, thank you for your answer!