[Q] (Q) Ubuntu Install, Not VNC - Asus Eee Pad Transformer Prime

Alright Being a Linux Nut, though not a programmer by any means, I believe I had mistakenly read that The Prime could have Ubuntu either install over writing Android and/or dual booting both and had run out and bought one as this would make my day,
Now to my dread I believe i was reading about the original Transformer and not the prime as this device is still bootloader locked, as a long search I have found nothing conclusive, could a dev or mod please give me the single one shot answer?
and how about the likely hood of that dual boot being ported to the prime upon bootloader being crack/unlocked?
Thank you

unix on TP201
It will come but only when the bootloader it released. at this current moment we cannot play with the boot sectors or load custom roms when this comes (sometime in Feb) you will see more on the dev forum

JaceAlvejetti said:
Alright Being a Linux Nut, though not a programmer by any means, I believe I had mistakenly read that The Prime could have Ubuntu either install over writing Android and/or dual booting both and had run out and bought one as this would make my day,
Click to expand...
Click to collapse
Haha I am with you on that! Only reason I bought mine was to dual boot Linux. It will happen. Meanwhile I am experimenting making arm images and using the vnc as a stop gap.
-Barry

barryflanagan said:
Haha I am with you on that! Only reason I bought mine was to dual boot Linux. It will happen. Meanwhile I am experimenting making arm images and using the vnc as a stop gap.
-Barry
Click to expand...
Click to collapse
yea, it will happen.
Most kernel support should be straight forward, and if a compatible kernel is used as a base, even the tuxera modules (for ntfs and exfat) should be loadable.
One thing that will be needed to get the "prime" performance tho will be at the mercy of nvidia.
We'll need an X server driver out for tegra3 devices. I'm holding out hope that "netbooks" using the tegra3 will drive this ... friggin closed source crap
Having their driver also allow mirroring out to HDMI is also a big deal for me.
I personally am looking at ensuring a good "touch" experience (and also possibly utilizing the maxStylus), as well as getting a ps3 move controller to control it as a mythTV frontend

Thanks for the heads up, I guess I'll wait till feb to see if it comes to light or not, Glad to see I'm not the only one who bought this for linux through

The new Plasma Active UI from the KDE guys looks like it might be nice on a tablet such as the Prime. http://plasma-active.org/

Yes it does, though I'm a fan of Gnome, and a disposer of unity.. Unity its self is also supposed to be for tablets as well, choice choice and all in the Linux direction

Related

Dual Boot/Multi boot on NT - Android+(windows/linux/other tablet OS)

I'm wondering if it is possible to Dual Boot/Multi Boot Nook Tablet?
e.g. Android + Windows (of course the one for Tablets) OR Linux OR even iOS OR any other?
Anyone interested?
I can be part of this development, though i'm newbie in android world and mostly i'm playing with MatLab, C, C++, Jave (very less) etc. But i think i still can be useful somehow and i am also ready to use my NT for development/testing purpose (provided that i get some solution of backup/restore with apps installed)
thanks
I would consider looking up this thread: http://forum.xda-developers.com/showthread.php?p=21323255
Adam provides a little bit of insight about dual booting from sdcard and more!
Sent from my Nexus S using xda premium
windows 8 doesn't work on the Nook. Only the devices which come out with windows 8 can actually run windows 8. ios also doesn't work because there's no source code out there. Linux is under development, I think it's Adam Outler who does that.
yes, for windows/ios, may not possible but i think, linux is possible. i have been going through the threads. actually due to some hardware issues, like processor etc. NT can't be generalized. also, even with rooting, we are still far behind in using its true capabilities.
CM9 is on it's way. Currently sound doesn't work, the kernel paniks sometimes and some minor bugs are the problems for the devs.
well, looking forward for CM9. i hope it will give more freedom than existing root...
I looking forward for CM7, maybe alpha version will be release few next days.

Linux(Fedora, Ubuntu, etc) on the Nexus 10

For now this post is primarily a feeler to see if there are any other developers that want to work on dual booting Android and a Linux distribution. My Nexus 10 has shipped but has not yet arrived so I've not done any work on it yet.
The Samsung Chromebook is able to run Ubuntu without issues and it has the same SoC. Hopefully, the Nexus 10 kernel will be similar and can easily use the Linux GPU blobs without a lot of work.
http://www.phoronix.com/scan.php?page=article&item=samsung_chrome_a15&num=1
The Nexus 10's fast CPU in combination with a keyboard case should result in a relatively good experience when running a traditional Linux distribution with KDE Plasma Active or the like.
I'm sure its possible to run as a chroot, and vnc in, but if I could actually use the accelerated GPU, I'd hook up a mouse and keyboard with OTG, it'd be a high res laptop replacement.
Sent from my Nexus 10 using xda premium
I am very interested in this. I've got F17 and Gentoo running on my ARM Chromebook (and I have a N10).
What are you thinking for multiboot control, moboot?
jmhalder said:
I'm sure its possible to run as a chroot, and vnc in, but if I could actually use the accelerated GPU, I'd hook up a mouse and keyboard with OTG, it'd be a high res laptop replacement.
Sent from my Nexus 10 using xda premium
Click to expand...
Click to collapse
Chroot isn't really what I'm wanting either. Hoping to eventually get close to or full hardware support natively.
I am very interested in this. I've got F17 and Gentoo running on my ARM Chromebook (and I have a N10).
What are you thinking for multiboot control, moboot?
Click to expand...
Click to collapse
Probably not moboot. LittleKernel was used as a base for moboot which has only really been used on Qualcomm architectures. This, of course, made it perfectly suited for us to use on the HP TouchPad. I'm not sure it would be worth the work required to port it to the Nexus 10.
That said, I don't think a multi booting bootloader is something we need to worry about right now. We can work with simply fastboot to load a different kernel and ramdisk while we work on native Linux. The bootloader can be worked on later after we get a better idea of what we are up against.
dalingrin said:
Chroot isn't really what I'm wanting either. Hoping to eventually get close to or full hardware support natively.
Probably not moboot. LittleKernel was used as a base for moboot which has only really been used on Qualcomm architectures. This, of course, made it perfectly suited for us to use on the HP TouchPad. I'm not sure it would be worth the work required to port it to the Nexus 10.
That said, I don't think a multi booting bootloader is something we need to worry about right now. We can work with simply fastboot to load a different kernel and ramdisk while we work on native Linux. The bootloader can be worked on later after we get a better idea of what we are up against.
Click to expand...
Click to collapse
I'm no developer. But as a Ubuntu user I would love to see you bring this to us! I'd be happy to test anything related.
Sent from my Nexus 10 using Tapatalk 2
dalingrin said:
That said, I don't think a multi booting bootloader is something we need to worry about right now. We can work with simply fastboot to load a different kernel and ramdisk while we work on native Linux. The bootloader can be worked on later after we get a better idea of what we are up against.
Click to expand...
Click to collapse
Heh, this is the exact conclusion we came to on the Open webOS project for the gnex.
Sounds good to me.
dalingrin said:
For now this post is primarily a feeler to see if there are any other developers that want to work on dual booting Android and a Linux distribution. My Nexus 10 has shipped but has not yet arrived so I've not done any work on it yet.
The Samsung Chromebook is able to run Ubuntu without issues and it has the same SoC. Hopefully, the Nexus 10 kernel will be similar and can easily use the Linux GPU blobs without a lot of work.
http://www.phoronix.com/scan.php?page=article&item=samsung_chrome_a15&num=1
The Nexus 10's fast CPU in combination with a keyboard case should result in a relatively good experience when running a traditional Linux distribution with KDE Plasma Active or the like.
Click to expand...
Click to collapse
(1) Thanks for the initative! I'm still enjoying your work with the Nook Color, and I really look forward to a native port of ubuntu on the N10.
(2) I'm not a developer but I would be delighted to help out with testing etc.
(3) I know that development has yet to begin, but do you envison being able to use N10 both (ie. some sort of dualboot?) as an android device and as a light laptop -- latex, light C coding? And if so, would 16g be enough or would it need 32g to be useable (as opposed to just playing around....)? I'm to order the N10 and I have a limited budget; your advice on this is most appreciative.
Thanks!
case-sensitive said:
...would 16g be enough or would it need 32g
Click to expand...
Click to collapse
http://www.indiegogo.com/pengpod
Pengpod1000 has 8GB for dual boot.
Sent from my Nexus 10 using xda app-developers app
In terms of space, Windows 8 requirements on ARM is the same 4 - 5 GB.
It is interesting that Exynos 5 dual core supports Direct X11 which indicates it was designed to also target Windows.
Sent from my Nexus 10 using xda app-developers app
case-sensitive said:
(1) Thanks for the initative! I'm still enjoying your work with the Nook Color, and I really look forward to a native port of ubuntu on the N10.
(2) I'm not a developer but I would be delighted to help out with testing etc.
(3) I know that development has yet to begin, but do you envison being able to use N10 both (ie. some sort of dualboot?) as an android device and as a light laptop -- latex, light C coding? And if so, would 16g be enough or would it need 32g to be useable (as opposed to just playing around....)? I'm to order the N10 and I have a limited budget; your advice on this is most appreciative.
Thanks!
Click to expand...
Click to collapse
I definitely want to dual boot eventually. 16GB will be enough but will get cramped quickly if you store a few videos and music.
Sent from my Nexus 10 using Tapatalk HD
I would also like to help beta testing. Ive also got an idea of programming but i think i would just slow down the production...
I would support this too.
Sent from my Galaxy Nexus using xda premium
is there any way to get this
https://wiki.ubuntu.com/Nexus7/Installation
running in dualboot on the nexus 10?
Maybe a bootmenu like on gokhan's siyah kernel on the SIII ?
I just chroot-installed lubuntu 12.04 on my N10, using http://forum.xda-developers.com/showthread.php?t=1585009 This is just for curiosity's sake, to see what ubuntu is like on the N10, both in terms of usage/GUI and in terms of performance (knowing full well that performance will take a big hit under chroot/VNC). Here my little report, in case it would be of use as a reference for developing/running linux natively on the N10.
In short: lubuntu is almost usable. Graphics is sluggish (as expected?); as you move xterm across the screen you actually see a series of rectangles and it takes a few seconds for the DE to clean it up. Once you're inside the xterm then the system seems fairly responsive. I was able to apt-get install latex and libreoffice (!) and both work. Curiously scp does not work (ssh does) and I didn't spend much time investigating scp. I can't install dropbox.
I set the resolution of the VNC viewer to be 2560x1500 (leaving room for the android buttons). That was a mistake; menu/window frames/scroll bars etc are TINY. I should have used a smaller resolution and then pinch-zoom. Suggestion for developer: Make everything bigger.
According to top, just running the VNC viewer takes 110-120% of the CPU. That means if we can run linux naively we should expect much better performance.
Finally, I installed "System Profiler & Benchmark". Here's the output of the benchmark for the N10 vs that of an N270 atom netbook with 1G of ram and my Quad Core Q9400 @ 2.66GHz (for all benchmarks below except for cryptohash: a smaller number is better):
CPU Blowfish
Q9400 2003 MHz 3.283
N10 Unknown MHz 24.159
netbook 1600MHz 16.305 <-- not typo
Intel(R) Celeron(R) M processor 1.50GHz (null) 26.1876862
PowerPC 740/750 (280.00MHz) (null) 172.816713
CPU CryptoHash
Q9400 356.041
N10 67.604
netbook 57.059
CPU Fibonacci
Q9400 3.021
N10 5.861
netbook 8.358
Intel(R) Celeron(R) M processor 8.1375674
PowerPC 740/750 58.07682
CPU N-Queens
Q9400 17.614
N10 15.616 <-- not typo
netbook 17.852
FPU FFT
Q9400 1.560
N10 13.498
netbook 17.646
FPU Raytracing
Q9400 19.257
N10 20.286
netbook 33.042
Intel (R) Celeron (R) M processor 40.8816714
PowerPC 740/750 161.312647
I would love to see a Linux distribution running on the Nexus 10.
My preferred one is Mer and the user interface of my choice is Plasma Active (this would later allow a port of Sailfish OS, if a tablet UI gets available).
Is anybody else interested in accomplishing this port?
My previous experience is a proof-of-concept port of MeeGo/Mer to the HTC Desire HD:
So is there any plans on someone trying to get this on the N10?
fr8cture said:
So is there any plans on someone trying to get this on the N10?
Click to expand...
Click to collapse
Just got my Nexus 10 and I'll definitely look into this - although some help wouldn't be bad.
case-sensitive said:
I just chroot-installed lubuntu 12.04 on my N10, using http://forum.xda-developers.com/showthread.php?t=1585009 This is just for curiosity's sake, to see what ubuntu is like on the N10, both in terms of usage/GUI and in terms of performance (knowing full well that performance will take a big hit under chroot/VNC). Here my little report, in case it would be of use as a reference for developing/running linux natively on the N10.
In short: lubuntu is almost usable. Graphics is sluggish (as expected?); as you move xterm across the screen you actually see a series of rectangles and it takes a few seconds for the DE to clean it up. Once you're inside the xterm then the system seems fairly responsive. I was able to apt-get install latex and libreoffice (!) and both work. Curiously scp does not work (ssh does) and I didn't spend much time investigating scp. I can't install dropbox.
I set the resolution of the VNC viewer to be 2560x1500 (leaving room for the android buttons). That was a mistake; menu/window frames/scroll bars etc are TINY. I should have used a smaller resolution and then pinch-zoom. Suggestion for developer: Make everything bigger.
Click to expand...
Click to collapse
I've got a Debian chroot running on mine until we get a proper dual-boot solution using a slightly modified from of this script: http://forum.xda-developers.com/showthread.php?t=1328742
Running LXDE, its definitely usable for text heavy stuff like office. While the visuals would be a little muddy, I'd recommend running at 1280x752. That's a perfect fit while leaving room for the buttons, and things are large enough that you could realistically use it. If you wanted to run at full res, use 2560x1504.
If you're using a bluetooth mouse with yours, I highly recommend using Jump Desktop as your VNC viewer. Its the only one I know of that supports right clicks. The only drawback is you cant run it at full resolution unless you lower the color depth, it crashes immediately otherwise.
I would love to see this happen!
I'm taking my first programming classes this semester, and I'd love to see Ubuntu come to the N10. That would be pretty dang sweet. :cyclops:
I can't see any framebuffer output (enabled VT and FB in .config) and I really don't know why.. Nothing suspicious in /proc/last_kmsg after reboot (it just hangs at some point, watchdog reboots)
Will take some time to debug this odd behaviour (maybe anybody has some clues what could have gone wrong?)

Full Unix to replace phone?

I don't know about the rest of you guys, but I moved on to another phone a while ago. But I have always loved my Atrix... Has anyone ever thought about seeing what kind of linux unit our phones could be? I mean, minimal phone code & use both processors for Ubuntu or whatever popular arm linux is available.
My main deal here is that the phone w/ the lapdock has always been an awesome wifi terminal. I just feel like half of it's processor is wasted running the phone UI. Anyone have any plans for a full linux Atrix project?
& yes, I already have ubuntop on my Atrix & have had it since it came out.
& yes, I know Canonical has already stated they are working on Ubuntu for phones, but the stench of their Vaporware is hurting.
It all comes down to the kernel. With the limited support we have for our device, it's hard enough trying to run android on the thing (ICS); an operating system which is "native" for phones, it'll be that much harder to port desktop Linux. Standard Linux kernel is starting to come with android stuff, but it's still going to need device specific patches.
Now if ubuntu comes out with a universal arm/tegra kernel, that would be kind of amazing.
Sent from my MB860 using xda app-developers app

Ubuntu

Came across this today and wanted to share with anyone who might have been in a cave today
http://mobilesyrup.com/2013/01/02/u..._campaign=Feed:+Mobilesyrup+(mobilesyrup.com)
Hope this comes our way
Sent from my Nexus 10
I hope it comes.
Indeed, my dream is to one day have the ability to dual boot Android and a native Linux distro.
brGabriel said:
Indeed, my dream is to one day have the ability to dual boot Android and a native Linux distro.
Click to expand...
Click to collapse
It isn't clear to me that the Ubuntu phone will actually be a "linux distro" - at least not in the sense that most think of them (Android runs Linux, after all). But, details seem to be scarce.
Plus, applications built for a mouse aren't going to be ideal even on a tablet. Otherwise we wouldn't have all those apps for services that are already web-based (including, ironically enough, xda).
rich0 said:
It isn't clear to me that the Ubuntu phone will actually be a "linux distro" - at least not in the sense that most think of them (Android runs Linux, after all). But, details seem to be scarce.
Plus, applications built for a mouse aren't going to be ideal even on a tablet. Otherwise we wouldn't have all those apps for services that are already web-based (including, ironically enough, xda).
Click to expand...
Click to collapse
Yes, I agree the new Ubuntu for mobile devices won't exactly be like its desktop predecessors. I was referring to what I've seen on other tablet development forums, such as the Asus TF300T running an Arch Linux ARM natively as a dual boot with Android. Would it be "ideal" on a touch screen tablet? Certainly not; but it wouldn't be completely unusable. Besides, I think that's why many of us are on xda in the first place. Because we're not content with running vanilla stock ROMs with our hands held out to to the manufacturers for fixes and upgrades.
Like the sound of this but only as a dual boot option for now.
brGabriel said:
Yes, I agree the new Ubuntu for mobile devices won't exactly be like its desktop predecessors. I was referring to what I've seen on other tablet development forums, such as the Asus TF300T running an Arch Linux ARM natively as a dual boot with Android. Would it be "ideal" on a touch screen tablet? Certainly not; but it wouldn't be completely unusable. Besides, I think that's why many of us are on xda in the first place. Because we're not content with running vanilla stock ROMs with our hands held out to to the manufacturers for fixes and upgrades.
Click to expand...
Click to collapse
I RDP .....*A LOT*...... from my N10 to my various Linux boxes now.... this would be a very welcome thing for me.
And.... to have another player in the mobile game would only be a good thing for us all.
Also, as the native apps are mosly C or C++, it would be interesting to see how much faster they would run.

[Q] Anybody building Ubuntu For Android?

Since early 2012 when Canonical announced Ubuntu for Android I've been drooling and waiting for the perfect tablet to install it on. Now I have Tablet Z, but find out there's very little written or said about Ubuntu for Android since last year.
Does anybody know if the source codes were released? Whether it's even possible to port it to Tablet Z? If something similar will be coming?
I don't really want to go with Ubuntu Touch (not that anyone is dev-ing for it on this device), I'd ideally want android base and proper Ubuntu desktop when docked to a monitor.
It's difficult to believe this dream combo of mobile device and computer being one was so close over a year ago, but is still so far.
Ricky D said:
Since early 2012 when Canonical announced Ubuntu for Android I've been drooling and waiting for the perfect tablet to install it on. Now I have Tablet Z, but find out there's very little written or said about Ubuntu for Android since last year.
Does anybody know if the source codes were released? Whether it's even possible to port it to Tablet Z? If something similar will be coming?
I don't really want to go with Ubuntu Touch (not that anyone is dev-ing for it on this device), I'd ideally want android base and proper Ubuntu desktop when docked to a monitor.
It's difficult to believe this dream combo of mobile device and computer being one was so close over a year ago, but is still so far.
Click to expand...
Click to collapse
Sadly no it has become vapourware nothing as ever been released, but if you looking to run ubuntu and android at the same time, check out my sig.
Our project (LinuxonAndroid) aims to do the same type of thing as "Ubuntu for android", but not limited to just Ubuntu!
zacthespack said:
Sadly no it has become vapourware nothing as ever been released, but if you looking to run ubuntu and android at the same time, check out my sig.
Our project (LinuxonAndroid) aims to do the same type of thing as "Ubuntu for android", but not limited to just Ubuntu!
Click to expand...
Click to collapse
I've tried to run this on my tablet and it didn't work, i believe that the problem was related to kernel not supporting loop devices (I was rooted) and there is only one custom kernel but is not for all the devices so it's harder to do this but of course easier than porting ubuntu touch lol.
juanyunis said:
I've tried to run this on my tablet and it didn't work, i believe that the problem was related to kernel not supporting loop devices (I was rooted) and there is only one custom kernel but is not for all the devices so it's harder to do this but of course easier than porting ubuntu touch lol.
Click to expand...
Click to collapse
Ah I see, well lets hope I can get hold of a Tablet Z some time soon...
But yes adjusting my project to run on the Z will be much easier than porting ubuntu touch for sure
zacthespack said:
Ah I see, well lets hope I can get hold of a Tablet Z some time soon...
But yes adjusting my project to run on the Z will be much easier than porting ubuntu touch for sure
Click to expand...
Click to collapse
That sounds great, i hope you can achieve that because a 10.1 tablet with Full HD+ running ubuntu with a bluetooth keyboard that would be very helpful for running advance applications.
zacthespack said:
Sadly no it has become vapourware nothing as ever been released, but if you looking to run ubuntu and android at the same time, check out my sig.
Our project (LinuxonAndroid) aims to do the same type of thing as "Ubuntu for android", but not limited to just Ubuntu!
Click to expand...
Click to collapse
This is what I've been using actually. I even donated so I can use the widgets.
The problem I have with it is that the GUI is laggy through the VNC, I was hoping for something as smooth looking as in the videos from last year. Perhaps you can make a recommendation on how to improve performance? A lighter package perhaps?
Also, I was hoping to install a local web server and IDE for working when travelling (I develop Ruby on Rails apps), not tried it yet, is it going to be waste of time trying or should i just suck it and see?
juanyunis said:
I've tried to run this on my tablet and it didn't work, i believe that the problem was related to kernel not supporting loop devices (I was rooted) and there is only one custom kernel but is not for all the devices so it's harder to do this but of course easier than porting ubuntu touch lol.
Click to expand...
Click to collapse
This does work on stock kernel. As I say above, I use it on a completely stock ROM/Kernel. I did experience what looked like loop incompatibility but it disappeared when I re-downloaded the img. Can't remember if I tried a different image but anyway, I got it to work on stock.
Ricky D said:
This is what I've been using actually. I even donated so I can use the widgets.
The problem I have with it is that the GUI is laggy through the VNC, I was hoping for something as smooth looking as in the videos from last year. Perhaps you can make a recommendation on how to improve performance? A lighter package perhaps?
Also, I was hoping to install a local web server and IDE for working when travelling (I develop Ruby on Rails apps), not tried it yet, is it going to be waste of time trying or should i just suck it and see?
This does work on stock kernel. As I say above, I use it on a completely stock ROM/Kernel. I did experience what looked like loop incompatibility but it disappeared when I re-downloaded the img. Can't remember if I tried a different image but anyway, I got it to work on stock.
Click to expand...
Click to collapse
That's perfect, yeah i tried Ubuntu 12.04, please tell me which distro/version are you using! i didn't want to waste time downloading distros and testing, so yes i missed that part.
juanyunis said:
That's perfect, yeah i tried Ubuntu 12.04, please tell me which distro/version are you using! i didn't want to waste time downloading distros and testing, so yes i missed that part.
Click to expand...
Click to collapse
I system details says 12.04. I definitely downloaded the full package, and I believe I tried 13.04 the first time (which didn't work on my 5" Z either).
Ricky D said:
I system details says 12.04. I definitely downloaded the full package, and I believe I tried 13.04 the first time (which didn't work on my 5" Z either).
Click to expand...
Click to collapse
Thanks man, i believe that maybe i downloaded the full version of the 13.04, i'll try again with 12.04 full version.
By the way could you upload some photos of how it looks the ubuntu on the tablet? and how is the performance? thank you.
juanyunis said:
Thanks man, i believe that maybe i downloaded the full version of the 13.04, i'll try again with 12.04 full version.
By the way could you upload some photos of how it looks the ubuntu on the tablet? and how is the performance? thank you.
Click to expand...
Click to collapse
The refresh rate in android VNC is not great. It makes work slow. Not done any real work from the command line yet, in fact, not done anything serious with it yet. I'll try to load a rails environment on it later.
Ricky D said:
The refresh rate in android VNC is not great. It makes work slow. Not done any real work from the command line yet, in fact, not done anything serious with it yet. I'll try to load a rails environment on it later.
Click to expand...
Click to collapse
Thank you!, back on 2011 i put Ubuntu 10.04 LTS on my Galaxy S2, and i was able to setup a django environment and also postgres, and it was working, a django website running on my phone, lol.
juanyunis said:
Thank you!, back on 2011 i put Ubuntu 10.04 LTS on my Galaxy S2, and i was able to setup a django environment and also postgres, and it was working, a django website running on my phone, lol.
Click to expand...
Click to collapse
Then there is hope for me yet.
If you want any other screens just say. I found using an org mouse/keyboard gives the impression of more responsive interface but it still on the slow side. Maybe I'm spoilt by my haswell i5 with 12GB RAM.
Sent from my SGP312 using xda app-developers app
Ricky D said:
Then there is hope for me yet.
If you want any other screens just say. I found using an org mouse/keyboard gives the impression of more responsive interface but it still on the slow side. Maybe I'm spoilt by my haswell i5 with 12GB RAM.
Sent from my SGP312 using xda app-developers app
Click to expand...
Click to collapse
Oh so you already has a haswell, that's nice. I've a Macbook Pro Retina 15.4 with 8GB RAM and Core i7 third generation + 512GB SSD mid 2012, but well i want a haswell because the power saving features!
And yes, you should be able to run RoR on it, and get a working environment, it's good to have a backup work system lol.
Also it sucks that even using a local connection is giving you slow refresh rates.
Check this: Oracle Java for ARM i don't use java at all but some of my preferred IDEs are based on java, like PyCharm, WebStore, etc. it would be amazing if we can run those things on our mobile device.

Categories

Resources