Recently I installed Android-X86 6.0 RC2 (64bit iso from here: https://osdn.jp/projects/android-x86/releases/65890) and I was trying to instal Xposed framework on it.
I tried this guide: https://qnalist.com/questions/6409503/installing-xposed-framework-on-android-x86-6-0-1-r10 but it gave me an "wrong platform" error. So is there any way to install it or Xposed just dosen't support x64 architecture? (which is weird causse x64 platforms should contain x32 instructions)
Xposed zip I used: http://dl-xda.xposed.info/framework/sdk23/x86/xposed-v86-sdk23-x86.zip
You tried to install x86 framework on a x86_64 system.
Android-x86_64 is not supported. There are older builds at some chinese websites.
Just use Android-x86 (32bit) and everything will work.
look up Bliss OS X86 try stable or tested ones based on android 10 , its hit or miss getting them to work with either Virtualbox or real hardware.
blissos org website
forum xda-developers website search for Bliss OS (x86) for PC's - 12.x Development - Beta Builds, anyway I hope this helps. I have had mixed luck it seems I can't get Bliss OS x86 64 builds 12.8 to work on either my real hardware yet, or virtualbox, I have had some luck with other builds of android x86 before, its mixed luck I guess, I have run linux on my pc ubuntu before, so they should work.
Related
have found this a android x86 sdk on intel site
can we use it to make custom roms
software.intel.com/en-us/articles/android-41-jelly-bean-x86-emulator-system-image
software.intel.com/en-us/articles/android-ice-cream-sandwich-x86-emulator-image/
cu drop-zone
drop-zone said:
have found this a android x86 sdk on intel site
can we use it to make custom roms
software.intel.com/en-us/articles/android-41-jelly-bean-x86-emulator-system-image
software.intel.com/en-us/articles/android-ice-cream-sandwich-x86-emulator-image/
cu drop-zone
Click to expand...
Click to collapse
I think the source code for Android on Intel would be much more helpful, though i can't say how much it differs from the original android source ( https://android.googlesource.com/device/generic/x86/ ) repository, since i couldn't get it to check out & build properly:
https://01.org/android-ia/
Cheerio
Pardon me,
Noobs hereBut i seem confused with Canonical statement, does Ubuntu Phone OS full fledged OS? or it's just running as shell (like Flyme OS or Miui?
Since canonical said that Ubuntu Phone OS will be available for all (almost) Android phone when it released, do they just release the source code and instruction for porting? or they will release an improved and completed version of Ubuntu for Android seen here:
http://www.ubuntu.com/devices/android
It's a full-fledged os. Not a launcher or modified android rom.
droe6 said:
It's a full-fledged os. Not a launcher or modified android rom.
Click to expand...
Click to collapse
what he said was true..but could android device fully support on ubuntu os..or it has similar specification as android phone?
Sent from my GT-I8150 using xda premium
there are two versions of ubuntu
one: ubuntu on adroid
this run ubuntu Desktop UI from android and run with android at the same time....
so it can posibly run on any android device that have enough CPU power and RAM
and maybe it need special modified android to run propertly
if that will be released for some devices .... devs will port it to other android devices
PS. to run ubuntu desktop from android you need to connect device to TV or monitor and to keyboard and mouse, so devices that can't connect to TV will be not supported
destkop apps usulally need much more space than android apps
and second
Ubunto for phones
thats complitly new OS that posibly run android on kernel(i'm not sure so correct mi if a'm wrong)
and it can problably run on any device that runs android (if that device have enough CPU power, RAM and strorage)
sorry for my poor english ... I hope you can understand this
It doesn't even matter what kernel Ubuntu Phone is based on because they're gonna release the source by the end of this month so we can port it to whatever we want (theoratically).
yapradica said:
what he said was true..but could android device fully support on ubuntu os..or it has similar specification as android phone?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Yes we will be able to install ubuntu phone os in all android devices. Ububtu is build on the same linux kernel which android uses. So all drivers are available for android devices. How ever it won't be a single image like like ubuntu for pc. There will be separate images for different devices.
I have a x98Pro, it runs Android 5.1 64bit, but its not ARM, its got a Intel Atom Z8500 Cherry Trail X5.
Am I correct in thinking there is currently no way to install xposed on this rom? as I can't get the ARM64 builds to flash via TWRP (kinda expected)..but is there a way to manually get the required files on the tablet? or is it just not compatible with this architecture atall?
Thanks for any help
Karl
karl0ss said:
I have a x98Pro, it runs Android 5.1 64bit, but its not ARM, its got a Intel Atom Z8500 Cherry Trail X5.
Am I correct in thinking there is currently no way to install xposed on this rom? as I can't get the ARM64 builds to flash via TWRP (kinda expected)..but is there a way to manually get the required files on the tablet? or is it just not compatible with this architecture atall?
Thanks for any help
Karl
Click to expand...
Click to collapse
Try the Intel x86 version of Xposed by rovo89. ARM versions won't install on a Intel architecture. If the Intel version doesn't work, there is currently no Xposed available for your device.
Also check this thread.
Ok, I thought as much, thank you for getting back to me and letting me know.
Hello!
I'm trying to install Xposed on AWS EC2 Genymotion. The problem is that there is only x86_64 architecture and it has different from desktop Genymotion kernel - "4.4.10-genymotion [email protected]".
Only 5.1 and 6.0 android versions available on AWS.
I've tried compiling Xposed for 5.1 x86_64 using this shakalaca's patch and it is not working ("is installed, but not active"). Also I've compiled 5.1 x86 to check that is not my mistake - it works fine on desktop Genymotion.
My point is to run my xposed module on aws server.
I need to use xposed on a virtual machine which runs android 9.0, the edxposed seems not work on a virtual machine. Now I want to integrate xposed to the android system. The problem is the official xposed - art is only supported up to android 8.0. My question is if I used the android official art , can the xposed work properly or there is another way to let xposed work on Andoid 9.0 + version.
yuminhao said:
I need to use xposed on a virtual machine which runs android 9.0, the edxposed seems not work on a virtual machine. Now I want to integrate xposed to the android system. The problem is the official xposed - art is only supported up to android 8.0. My question is if I used the android official art , can the xposed work properly or there is another way to let xposed work on Andoid 9.0 + version.
Click to expand...
Click to collapse
Take a look on LSPosed: https://github.com/LSPosed/LSPosed
It is most widely used at the moment and it has ongoing support. But read the instructions and wiki as it works bit differently from EdXposed and original Xposed Framework