ubuntu - G Tablet General

Any way to install Ubuntu?

Deleted. Didn't read posting section. Sorry
Sent from my ADR6300 using XDA App

Try running it off of a a USB stick. It's a long shot but...

Has anyone tried this?
http://forum.xda-developers.com/showthread.php?t=823370

http://tegradeveloper.nvidia.com/tegra/forum/workaround-run-ubuntu-now

linckraker said:
http://tegradeveloper.nvidia.com/tegra/forum/workaround-run-ubuntu-now
Click to expand...
Click to collapse
I looked at that before but was and still am reluctant to try it. If you look around in those instructions is starts talking about "onboard ethernet" and there is a cfg file for "crt" and one for "hdmi." I'm pretty sure that is written specifically for the tegra dev-board which has multiple video output options as well as other hardware options that we do not.
I would be hesitant to try this on our Gtabs.

photonmedia said:
I looked at that before but was and still am reluctant to try it. If you look around in those instructions is starts talking about "onboard ethernet" and there is a cfg file for "crt" and one for "hdmi." I'm pretty sure that is written specifically for the tegra dev-board which has multiple video output options as well as other hardware options that we do not.
I would be hesitant to try this on our Gtabs.
Click to expand...
Click to collapse
Have you tried the "conventional" approach via VNC I mentioned in post #4? I still can't get adb working with my G-tab, but I'd like to be able to run ubuntu... (esp the new netbook edition)

case-sensitive said:
Have you tried the "conventional" approach via VNC I mentioned in post #4? I still can't get adb working with my G-tab, but I'd like to be able to run ubuntu... (esp the new netbook edition)
Click to expand...
Click to collapse
I've played with the VNC approach on some of my phones, but I have never really considered that a viable option as you are running Ubuntu on top of Android and using a separate app to connect to it via VNC. "Performance" takes a big hit. Running it natively is the only REAL options as far as I am concerned.

I just remember that the AC100 -- smartbook version of Toshiba's tegra2 tablet -- has been "running" ubuntu for over a month:
http://www.carrypad.com/2010/10/01/hacked-toshiba-ac100-ubuntu-10-10-is-running/
It's not yet a finished product (check out the official toshiba forum linked there), but it's in the right direction. I wonder if we could port that to our g-tablet?

There is a video of a Toshiba AC100 Ubuntu Demo on YouTube.com. I haven't posted enough messages on this site for me to be allowed to post a link here but if you do a search on YouTube for "Toshiba AC100 running Ubuntu 10.10 - Apps demo" you will find it.

Related

A chroot of ubuntu on transformer?

Im curious wether or not there is a way for me to have a chrooted ubuntu on my transformer...? I saw something on youtube where they did it on a galaxy 10.1, and in the comments the maker of the video said it does work on the transformer.
But i am curious if anyone has tried it and is certain whether or not it work.
if this method is not possible, are there any other methods with similar results...?
... really? search before you post
http://forum.xda-developers.com/showthread.php?t=1145601
mrevankyle said:
... really? search before you post
http://forum.xda-developers.com/showthread.php?t=1145601
Click to expand...
Click to collapse
i read that, but dont completely able to understand it... could someone help me out with installing it?
The easist thing is to download Linux Installer off the market. I found that Debian (ARMv5) offers better package choices than Ubuntu (ARMv7) in that case. I have mine running off /data/local/mnt/Linux with Debian stable.
Spidey01 said:
The easist thing is to download Linux Installer off the market. I found that Debian (ARMv5) offers better package choices than Ubuntu (ARMv7) in that case. I have mine running off /data/local/mnt/Linux with Debian stable.
Click to expand...
Click to collapse
i attempted this, i managed to get debian but it did not have a gui.... How would i go about installing one.?
To get a GUI going that route you basically set it up to use VNC for running X stuff and then connect via an Android VNC client; I don't recall the name of the server but there were multple links on Google when I searched back in September.
I don't personally need X along side Android and the chroot, so I don't have it set up.

[Q] App to write Android Apps

I want to get into writing android apps but do not have a PC, only a Transfomer original TF101.
Are there any coding apps out there that I can use instead of the SDK / emulators that you use on PC?
I dont mean an app to create/write the code for me, simply an app that allows me to create all the files and write the code needed myself but on the TF instead of on the PC.
Many thanks!!!
Yes............
You could try JavaIDEdroid: https://market.android.com/details?id=com.t_arn.JavaIDEdroid
I do development work on a laptop, and I hate it. Fed up scrolling and tabbing about just to look at a line of code. I recommend a desktop with a decent widescreen. Or maybe hook up that hdmi cable....
This like many questions has been asked so many times that I stop answering so much.
Sent from my Transformer Prime TF201 using Tapatalk
goodintentions said:
Yes............
Click to expand...
Click to collapse
Spidey01 said:
This like many questions has been asked so many times that I stop answering so much.
Sent from my Transformer Prime TF201 using Tapatalk
Click to expand...
Click to collapse
Believe me I tried searching (alot!!) both on XDA and google and really struggled to find them. I guess the search terms are very general so it was hard to hone in.
I'll try that app suggested above, do you guys (or anyone else) have any other suggestions to look at, or can point me to a thread on XDA which has this kind of info in it?
Spidey01 said:
This like many questions has been asked so many times that I stop answering so much.
Sent from my Transformer Prime TF201 using Tapatalk
Click to expand...
Click to collapse
I've never seen any threads on this topic, but would love to find out more.
Care to point us in the right direction?
Tapatalk sucks for searching, be it my posts or the forums in general. Most stuff I have is in Simplenote or my blog, and probably all but setup notes posted on XDA.
The general case: either you use something that doesn't work exactly like the SDK (i.e. Terminal IDE from the Market), or you setup an environment you can run the necessary tools in. I have a Debian stable chroot on my device with JDK, Ant, and Android SDK setup, the only problem is a few programs like render-script support, the emulator, and maybe one core program for doing the usual ant builds (aapt I think).
So you can use the Android SDK almost perfectly fine on device, only thing is you can't make an APK or use the ant build without compiling something from the SDK yourself (and I don't know where the source is, and ASOP is a big ass thing to download now just to run grep). All the pure "Java" parts work and you can run natively by using a real JDK on your device. The Android SDK is like 90-95% pure Java code and doesn't need a GUI to function if you can live that way.
Other wise you're limited to doing things the harder way than just here's the code, make APK and go clickly in a file manager.
You can even make regular Java code that will run on Android+davlik, as long as you don't use things missing from the Android API (like Swing) and know enough about how .java becomes .apk to put it in Dalvik format.
I don't know if Eclipse and the ADT work differently or not, so I have not tried them on device. Yes, you probably could use Eclipse on device if you do the Xvnc+a VNC client but ahem, I don't even like running Eclipse on a hell of a lot more powerful hardware. With a bit of tweaking to use the right SWT, the SDK manager could run its GUI the same way but that's more bother (to me) than using a little command line fu.
For editing code either an Android app or a Linux app can be used. I use vim because I have used it since like '05. Some might prefer e.g. Touchqode.
Something like Terminal IDE is probably best for people that don't understand things but you can't do a "Regular" build like with the Android SDK on a PC.
Oh, and btw if anyone knows where I can find the source for the Android SDK, let me know because I want to get it compiled for my tablet .
Sent from my Transformer Prime TF201 using Tapatalk

[Q] Dual-booted TF101 optimised for work.

Greetings,
I have looked at information on the internet (including this forum) with regards to loading different a different OS onto the TF101. There is a lot of information on how to do it, but very little explaining how satisfactory the result is.
Here is my situation:
I have ordered a refurbished TF101 + Dock for under $400 delivered. This is covered by a 12-Month warranty.
My plan was to use this device primarily as a work-oriented device. I am studying law and am required to take excessive notes, apply for clerkships, and write fully referenced (NB: footnoted) essays.
I only have 2gb per month of mobile data which means I spend a lot of time at various educational institutions. I also work mobile pretty often (train ride into city, etc). Essentially I'll be using this primarily as a netbook with an awesome battery life
While the TF101 seems like an perfect device for someone with my lifestyle, the lack of any android app which allows for footnoting is unforgivable. The decision to dual-boot ubuntu is a logical solution.
Onto my questions:
1. Is there any issue setting up dualboot on a TF101 from a bootable USB drive on a windows based OS?
2. How does ubuntu run on the TF101 in terms of productivity? I have read about what functions are supported; but I'm wondering how it all works in practice. It doesn't seem like anyone has turned their TF101 into an ultrabook with a killer battery life and tablet functionality.
3. I have read that bricking is always reversible. Is this the case? I don't plan on deviating from instructions from xda. I understand that there is always a risk, I just want to know my chances.
4. Does it matter whether HC or ICS is loaded on this tablet when it arrives? Are there any steps I should take to update the OS before dual-booting
5. Are there any drawbacks to clocking to 1.4Ghz? Does this affect battery life and if so, to what extent?
6. Is there a lite version of ubuntu I could dual-boot on my TF101 to improve performance/work efficiency? If so, how would this change the instructions listed: http://forum.xda-developers.com/wik..._an_Asus_EEEPad_Transformer#Installing_Ubuntu. Would installing a lite version be necessary? Could the TF101 handle full office applications running a full version of ubuntu without increasing the clock speed? I'm just trying to get a sense of how sharp the TF101 feels running programs on ubuntu.
7. Are there any other things I should consider to optimise my TF101 to perform at the level I indicated?
Thanks for bearing with me. If it seems like I've bought the wrong device, I just find it amazing that I could have a low-spec ultrabook and a tablet with a battery life better than both for under $400. I figure I can boot android for tablet use (calendar, browsing, reading) and ubuntu when I need to get some serious office-type work done
Thanks again for reading.
Let me try to address these one at a time to help you out with your purchase, also glad to see you pick the TF It's a wonderful tablet.
"This is covered by a 12-Month warranty." - If you install Ubuntu, root or otherwise, it will almost Surely void this warranty, so be careful as it is refurbished, inspect carefully and make sure it isn't a lemon (bad tablet).
"the lack of any android app which allows for footnoting is unforgivable" - Quickoffice seems to support this, although it is $20 -- link.
1. A bootable USB stick setup on windows WILL NOT work on the tf, you must use the Android Debug Bridge to install it on the tf. Instructions in link below.
2. It works, but not like desktop ubuntu, as the ARM processor doesn't support 32-bit (x86) or 64-bit applications. So WINE WILL NOT work, AT ALL.
Read what will and will not work here.
3. This is heavily dependant on the version of your tablet, older (b60 or lower) devices have sbkv1 and therefore support NVFlash, which means you can always (unless you.. microwaved your tablet or something..) restore a brick. If you have a newer (most b70s and all b80s and up) sbkv2 tablet like mine, it will not work. If you follow instructions carefully when messing with your device though it's pretty hard to COMPLETELY brick it, although all user data can be at risk.
NOTE! If you have a tablet with sbkv2 you Can Not install Ubuntu on it with the installer. I won't say At All, as there is probably a way, but it would be very hard.
4. You would probably want to update to ICS first, Asus provides this update through ota updates pushed to the transformer or off of their website. It is a smoother experience. Or you could root and flash a custom ROM, (even smoother! ) Also see #5
5. If you want to overclock to 1.4 Ghz you Must Root and flash a custom rom and Kernel (important) that supports overclocking, and may not be able to use ubuntu at the same time as it seems to overwrite the recovery slot (correct me if I'm wrong someone). It does affect battery life by a noticeable amount, (roughly 20% would be my guess) and you really shouldn't need to OC if you're just word processing though. The tf is a pretty fast tablet xD I overclock mine to 1.2 for general use and gaming.
6. Searched, and not that I could find, sorry :/
7. Yes, flash a custom Rom and Kernel, there are many to choose from! The ones I use work great and are in my signature. ARHD Rom and TastyMehIcs kernel. It's all up too you though.
In conclusion I think you would be better off using android as the Ubuntu is pretty limited, quickoffice should be fine. Go ahead and optimize it though, and if you have a sbkv1 tablet you can try it out!
ToD
Edit: You could also look into remote desktop to computer to word process, but that would lock you to your 3g wifi speed and be non-native. -shrugs- Splashtop HD is pretty fast on a home n+ wifi network.
Thanks!
Thanks for your response - it changes everything!
"the lack of any android app which allows for footnoting is unforgivable" - Quickoffice seems to support this, although it is $20 -- link.
Click to expand...
Click to collapse
I actually spent quite a while looking around for android apps with full office functionality. Like quickoffice, I found that numerous apps supported viewing footnotes, but none which actually allowed for their creation.
The only solution I've found for footnote creation via android is google docs desktop view, but it's really barely functional at best on android.
I'd also like to use freeware when possible.
1. A bootable USB stick setup on windows WILL NOT work on the tf, you must use the Android Debug Bridge to install it on the tf. Instructions in link below.
Click to expand...
Click to collapse
Ok, I've never actually installed linux on my computer, but I'll cross that bridge when I get to it
2. It works, but not like desktop ubuntu, as the ARM processor doesn't support 32-bit (x86) or 64-bit applications. So WINE WILL NOT work, AT ALL.
Read what will and will not work here.
Click to expand...
Click to collapse
I don't think this will be a problem. For what I'll use the tablet for, it seems like I'll have plenty of office, video, and utility applications that run natively on ubuntu.
3. This is heavily dependant on the version of your tablet, older (b60 or lower) devices have sbkv1 and therefore support NVFlash, which means you can always (unless you.. microwaved your tablet or something..) restore a brick. If you have a newer (most b70s and all b80s and up) sbkv2 tablet like mine, it will not work. If you follow instructions carefully when messing with your device though it's pretty hard to COMPLETELY brick it, although all user data can be at risk.
NOTE! If you have a tablet with sbkv2 you Can Not install Ubuntu on it with the installer. I won't say At All, as there is probably a way, but it would be very hard.
Click to expand...
Click to collapse
This is a problem; I've determined the item in the mail is an sbkv2.
This link http://forum.xda-developers.com/showthread.php?t=1345049 says I can still root the sbkv2. Are there any implications that would prevent me from dual-booting ubuntu?
Otherwise, you've convinced me that clocking would be unnecessary. I really would like to dual-boot ubuntu eventually however for the flexibility (and freeware-ness) of the applications.
For instance, I might download a video clip or pdf, need to unzip it and then find it needs a weird codec to play.
I'm not really a fan of "apps" on mobile devices. I find that they are generally very limiting: they use too much processing power for what they are, they often have an unreasonable price-tag/bloatware, and they are designed for small mobile devices, so the interface lacks functionality.
For example; none of the android office apps support footnote creation. Only some support viewing. Clearly the hardware of the TF101 would allow it to footnote easily, so I feel like I should have the ability to use this hardware to achieve the functionality of a netbook
That said, I'm keen to use the whole android/mobile app interface when I've separated the tablet from the dock and recline to watch youtube or check my emails
Alright, I'll look into it more as to getting Ubuntu on a sbkv2, as I'd want to do it too, but for now, assume no as I've looked into it before and no cigar.. I believe there is a chroot method but that is slow buggy non-native etc so it's probably not what you're looking for. Using desktop view in Dolphin Browser HD is actually about the same as pc browsing, just tested on google docs. Or you could always type out your docs on the tablet then get on a pc/desktop view and add footnotes later. (roundabout, I know x.x)
Rooting the sbkv2 and romming is easy, but sadly Nvflash doesn't work at all till ASUS unlocks the bootloader or someone cracks it.
"I'm not really a fan of "apps" on mobile devices. I find that they are generally very limiting: they use too much processing power for what they are, they often have an unreasonable price-tag/bloatware, and they are designed for small mobile devices, so the interface lacks functionality. "
The way android works helps to manage processing power very well, so you shouldn't be worried about a smooth experience if you root rom and optimize. As for the design most major apps have an HD version specifically for tablets, and many are free (if you can get past ads or use a blocker ) Any other questions/concerns?
Thing O Doom said:
Any other questions/concerns?
Click to expand...
Click to collapse
At this point I'm only really trying to figure out whether there is a way to dual-boot ubuntu. I have more reading to do, but my current reading suggests that it's possible - just not sure how accessible the process is to someone like me.
Law here allows us to return an unopened product within 7 days of purchase, so I will have to weigh up whether I can reasonably expect a way to run ubuntu in the future, and whether I should just have fun with android in the meantime.
I'll be happy to keep it if I thought there'd be a way to run ubuntu (or asus releases the key) sometime in the next couple of months. Otherwise I've just spent $400 on something that my current (old, heavy, 1hr battery) laptop does better.
EDIT: Remote desktop isn't a possibility due to my lack of internet.
2ND EDIT: I've made a bit of a mistake: the model no is TF101-1B180A, but as far as I know it is skbv1 (fingers crossed) which means I can use the PRIME installer. I guess I shall find out tomorrow morning!
Thanks again for the help!
What you really need to find out is the serial number - If it's B60 or lower it is sbkv1, if it's B70 it could be either (mine is a b70 but is sbkv2, my friends is a sbkv1, we both got it in best buy on the same day ) The ubuntu help and installer thread in the dev forum can help you if you have sbkv1, I can help walk you through everything if you'd like too. Asus is 'planning' to release the bootloader, which will happen eventually as people continue to pester them, and there is a way I'm sure.
Just an F.Y.I it is possible to install Ubuntu on an SBK2 device followinf the instructions in this thread http://forum.xda-developers.com/showthread.php?t=1537566
As for the speed of it, it is not great(I did the mount-loop install on the internal storage which is at least faster than installing on an sdcard). I havn't tried overclocking yet to see if that helpls. Also a number of things do not work at all/ need some tweaking to work.
how about tethering from wifi from your phone and using something like splashtop?
I have a TF101G so the internet issue is a bit less troublesome.
That guide you linked seems a bit roundabout, but I'll try it out and if it works TYSM xD Thanks. ^^
It is layed out pretty well in the third post. I used the Dual-boot with loopmounted image option and just followed the instructions in that post. Just make sure you have rooted and installed cwm recovery.
Also I am not sure if the android kernels linked in the post are ics or hc ones, but if you upgrade to ics there are a couple kernels available in the dev section.
Theres an app called ubuntu installer, it isn't native but may work about the same, also testing now.
Sent from my Transformer TF101 using XDA
Thing O Doom said:
Theres an app called ubuntu installer, it isn't native but may work about the same, also testing now.
Sent from my Transformer TF101 using XDA
Click to expand...
Click to collapse
I wouldn't bother with that, it is far too slow to be useful in my experience.
EDIT: deleted because it sounds negative. Basically I'll need to try to return/sell this if I can't get ubuntu working because android cannot do what I need it to.
As I pointed out previously it doesn't matter if you have an sbkv2 device as far as installing Ubuntu is concerned.
Just follow the instructions here after rooting the device.
It is not perfect though, there are a few bugs and as far as I know no one has got hardware graphical acceleration working yet so you can't watch videos. I think sound isn't working yet either.
Also don't expect the same programs you would find in windows or even linux normally as many programs have yet to be ported to arm based linux.
Nairbly said:
As I pointed out previously it doesn't matter if you have an sbkv2 device as far as installing Ubuntu is concerned.
Just follow the instructions here after rooting the device.
It is not perfect though, there are a few bugs and as far as I know no one has got hardware graphical acceleration working yet so you can't watch videos. I think sound isn't working yet either.
Also don't expect the same programs you would find in windows or even linux normally as many programs have yet to be ported to arm based linux.
Click to expand...
Click to collapse
Thanks for the instructions.
I NEED this device to be able to perform full word procesing as a minimum. I also want to be able to have multiple windows open so I can actually see what I'm writing, and I would like to be able to see what I'm typing as I type it instead of a second later. I need to be able to use keyboard shortcuts and select text easily. Lastly, I need to be able to streamline the OS so it can run quickly.
If a TF101 with ubuntu dual-booted is unable to accomplih this, somebody please tell me now.
umfortunately I have:
Chip UIP: 0x42890884140b097
SBkv2
Now looking up instuctions to root SBKv2
Nairbly said:
As I pointed out previously it doesn't matter if you have an sbkv2 device as far as installing Ubuntu is concerned.
Just follow the instructions here after rooting the device.
It is not perfect though, there are a few bugs and as far as I know no one has got hardware graphical acceleration working yet so you can't watch videos. I think sound isn't working yet either.
Also don't expect the same programs you would find in windows or even linux normally as many programs have yet to be ported to arm based linux.
Click to expand...
Click to collapse
Nairby,
You didn't mention how to root an SKBv2. Would you use the Universal root toolkit 7.1 found here http://forum.xda-developers.com/showthread.php?t=1185104 ?
If its on ICS: Vipermod option 1.
If it's on HC, root with the razorclaw tool by downgrading the firmware then flash an ics rom. Very easy and no computer required.
Thing O Doom said:
If it's on HC, root with the razorclaw tool by downgrading the firmware then flash an ics rom. Very easy and no computer required.
Click to expand...
Click to collapse
I receive the message "this device lacks the needed file (bad luck)" after insalling

Ubuntu on SL101 - we need more development.

So I've been playing around with my SL101, and finally got a version of ubuntu working (kindof) enough to do some playing and whatnot.
Currently using the TF101 image from lilstevie (unzipped to /sdcard/ubuntu.img ) and ubuntu-mountloop.zip from here (which I flash from recovery because i can't apx mode because of SBK's not found for my device).
I'm just running into a few issues:
Onboard keyboard not recognized (any release) (on boot it looks for a dock and doesn't find one, but the SL101 technically doesn't have one)
Intermittent stalling inside ubuntu
Touch isn't what I wish it would be like (no swipe, no longpress for menu, etc)
WiFi only works in one version I've tested: lilstevie's
We need development on the SL101, or at least some kind of guide helping semi-advanced users inject the needed modules/drivers to load things specific to the SL101! (onboard keyboad, remove secondary battery indicator, etc)
I'd really love to get all the kinks out and have a stable ubuntu dualboot (be it, pseudo dualboot, still none the less)
Now, I was asking around a couple of days ago in #android and #android-root on freenode, and found out, for "ubuntu for phones" (which we should see a version hit for the galaxy nexus near the end of this month) they're actually using android drivers, so I'm wondering if anyone's played with this at all, i.e. loading ubuntu with android's drivers and having everything work out of the box...
http://www.theregister.co.uk/2013/01/02/canonical_announces_ubuntu_for_phones/ said:
Because it uses the same device drivers as Android, Ubuntu for phones will be able to run on a wide variety of hardware, ranging from entry-level devices with single-core processors to advanced "superphones" based on multi-core ARM and Intel chips.
Click to expand...
Click to collapse
Topic in #ubuntu-phone on freenode said:
Source code and image should arrive end of Feb '13
Click to expand...
Click to collapse

Wine 3.0 on Android

It is here,
https://dl.winehq.org/wine-builds/android/
But ain't working on pixel. I am pissed off. Any workarounds?
It is not compatible with Oreo yet.
Just let them know on their forums:
https://forum.winehq.org/viewforum.php?f=2
NoobInToto said:
It is here,
https://dl.winehq.org/wine-builds/android/
But ain't working on pixel. I am pissed off. Any workarounds?
Click to expand...
Click to collapse
Look into Crossover. It uses WINE. http://www.androidpolice.com/2017/11/07/crossover-android-chrome-os-enters-open-beta/
skawtnyc said:
Look into Crossover. It uses WINE. http://www.androidpolice.com/2017/11/07/crossover-android-chrome-os-enters-open-beta/
Click to expand...
Click to collapse
Unfortunately, it is not for ARM devices...
I hope they'll update it so it's compatible with Android Oreo devices.
Looks like the new WIne 3.0 is ARM-compatible, and has been compiled for ARM devices:
https://dl.winehq.org/wine-builds/android/
I have Oreo on my Nexus 7 2013, wine works, tried to install some apps but no luck, only errors. Internet Explorer works, but i see only blank white web pages
numbazZ said:
I have Oreo on my Nexus 7 2013, wine works, tried to install some apps but no luck, only errors. Internet Explorer works, but i see only blank white web pages
Click to expand...
Click to collapse
what kind if binaries / apps were u trying to run?
nine7nine said:
what kind if binaries / apps were u trying to run?
Click to expand...
Click to collapse
Tried Live For Speed installer, also exe from unpacked game, and some photoshop cs6 repack) as i know LFS works good on wine.
Will try something else tomorrow
numbazZ said:
Tried Live For Speed installer, also exe from unpacked game, and some photoshop cs6 repack) will try something else tomorrow
Click to expand...
Click to collapse
how about trying actual arm binaries?
ie; windows rt, win8 arm && win10 arm PEs
last I heard, while the wine devs are working on x86 on arm, it wasn't ready - when compared to say; win10 for arm's x86 emulation layer...
I also know that in the past to run x86 binaries in wine on arm, you have to have binfmt_misc enabled in the kernel + qemu (emulator) to make it all work...
not sure, where things are at, at the moment. but I'd try running actual Arm compiled windows app and see if they run.... idk, I can't imagine that Wine is super useful on android yet. that said, I am curious - as I used to maintain buillds and patchsets for wine...
Only binaries compiled for ARM will function under Wine. You can find an updated list in the second post of this thread: https://forum.xda-developers.com/showthread.php?t=2092348
skawtnyc said:
Only binaries compiled for ARM will function under Wine. You can find an updated list in the second post of this thread: https://forum.xda-developers.com/showthread.php?t=2092348
Click to expand...
Click to collapse
it should be noted, this is specifically windows rt / win8 arm apps... and hasn't been updated in 3yrs.
I suspect that if u were to investigate the windows app store / UWP apps - there are probably a much higher number of windows apps that potentially could run in wine / for arm - but then you would likely require the Microsoft store or some other way to get the apps running in wine (not sure if wine even supports them).
skawtnyc said:
Looks like the new WIne 3.0 is ARM-compatible, and has been compiled for ARM devices:
https://dl.winehq.org/wine-builds/android/
Click to expand...
Click to collapse
It is not pixel compatible, and that is all this thread is about.
NoobInToto said:
It is not pixel compatible, and that is all this thread is about.
Click to expand...
Click to collapse
To be honest I only installed it on my Pixel C, not my Pixel phone. Doing so would have been pointless since the resolution makes it very difficult to use. Also there's no way to access the software keyboard, making it even more difficult to use.
Even if you could install it, and those other issues were resolved, it doesn't have a x86 emulation layer so you're pretty much stuck with those old Windows RT apps and not much else. You're looking at something that really doesnt have much more value than proof of concept. I'm probably going to end up migrating my tablet to something like the Pixelbook so I can run Crossover on it and have both android and x86 Windows apps run natively.
skawtnyc said:
To be honest I only installed it on my Pixel C, not my Pixel phone. Doing so would have been pointless since the resolution makes it very difficult to use. Also there's no way to access the software keyboard, making it even more difficult to use.
Even if you could install it, and those other issues were resolved, it doesn't have a x86 emulation layer so you're pretty much stuck with those old Windows RT apps and not much else. You're looking at something that really doesnt have much more value than proof of concept. I'm probably going to end up migrating my tablet to something like the Pixelbook so I can run Crossover on it and have both android and x86 Windows apps run natively.
Click to expand...
Click to collapse
Well, I would still like to try it out. If they manage to make it work with windows 10, say, windows 10S , it would be cool, since windows 10 is more touch friendly than 7 . It is in the works I believe, to be made possible via qemu (full arm compatibility). Time will tell.
NoobInToto said:
It is not pixel compatible, and that is all this thread is about.
Click to expand...
Click to collapse
NoobInToto said:
Well, I would still like to try it out. If they manage to make it work with windows 10, say, windows 10S , it would be cool, since windows 10 is more touch friendly than 7 . It is in the works I believe, to be made possible via qemu (full arm compatibility). Time will tell.
Click to expand...
Click to collapse
My biggest regret about this is that I don't have an emulator to run Diablo II on my tablet. Sure, there are other games, but they don't really capture the experience the same way.
skawtnyc said:
My biggest regret about this is that I don't have an emulator to run Diablo II on my tablet. Sure, there are other games, but they don't really capture the experience the same way.
Click to expand...
Click to collapse
I managed to make doom 3 to work on my phone ( I don't recollect which one, pixel or nexus 6p, I switched to pixel about 2 months ago). I am not sure about diablo.
NoobInToto said:
It is not pixel compatible, and that is all this thread is about.
Click to expand...
Click to collapse
beyond installing, it doesn't seem to work for me... also, i'm unclear on whether this build is arm64 compatible.? (I know wine has an arm64 preloader though).
skawtnyc said:
Even if you could install it, and those other issues were resolved, it doesn't have a x86 emulation layer so you're pretty much stuck with those old Windows RT apps and not much else. You're looking at something that really doesnt have much more value than proof of concept. I'm probably going to end up migrating my tablet to something like the Pixelbook so I can run Crossover on it and have both android and x86 Windows apps run natively.
Click to expand...
Click to collapse
I suspect that running qemu + wine-x86 would be the better route to go (vs wine-arm or running qemu + windows)... i'm not too sure what the overhead would look like, but people are doing it on the rasberry pi 2/3...
it's probably also possible that using some of wine's env variables would improve performance (realtime priviledges for wineserver, critical threads, etc) and patching wine to support other enhancements (which is what I would do anyway, on my linux box).
NoobInToto said:
Well, I would still like to try it out. If they manage to make it work with windows 10, say, windows 10S , it would be cool, since windows 10 is more touch friendly than 7 . It is in the works I believe, to be made possible via qemu (full arm compatibility). Time will tell.
Click to expand...
Click to collapse
i'd like to, as well...
technically, you can run qemu + x86 wine on arm, right now. I just don't believe that anyone has packaged it up nicely for android...
and it would require additional manual configuration, init script, possibly a script/wrapper for launching apps too, depending... Another issue would be the vast majority of stock kernels don't have the support or enable stuff that is going to be required... mine suports binfmt_misc (which qemu will require), but i think other stuff may be needed. not positive.
it can't be that hard though, but I don't have much experience with qemu (and none on android), wine on the other hand - lots of experience with on linux. same goes for winelib...
does anyone know how to get access to the internal storage?
I cant even try to install anything, because I dont know where the Wine-Files are located.
Btw I'm using a Lenovo YogaBook
Thanks
trfr3ak said:
does anyone know how to get access to the internal storage?
I cant even try to install anything, because I dont know where the Wine-Files are located.
Btw I'm using a Lenovo YogaBook
Thanks
Click to expand...
Click to collapse
you'll have to figure out how to get into your internal storage yourself, but having a a proper file manager helps. you may need root to view the files (I did on my pixel)... also, not sure why you are asking for help for your yogabook in the google pixel forum...? (you probably shouldn't be).
as for where the files are. it's android, so app data is usually stored in /data/data/your.app.name... and this would be where wine installs it's binaries and prefix too. (org.winehq.wine)
---------- Post added at 10:22 PM ---------- Previous post was at 10:18 PM ----------
so yeah. looking at the binaries. they are compiled as arm-v7a. ... they should run (although, by default after install, they aren't in the PATH / can't be executed from a terminal)....
I guess maybe the arm64 version just isn't ready at this point && wine-3.0 for arm requires some manual setup on the pixel... might tinker with it later, or look into qemu + wine x86... we'll see

Categories

Resources