[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Downloading remix OS What should I expect, /g/?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 70
Thread images: 13

File: Remix0.png (125KB, 1080x815px) Image search: [Google]
Remix0.png
125KB, 1080x815px
Downloading remix OS

What should I expect, /g/?
>>
Air horns
>>
To eat bags of sand from your hand :^)
>>
Loosing virginity with your mom.
>>
Didn't that thing have a clause in their user license that basically made it a botnet?
>>
>>57609676
A steaming pile of shit. Android itself is god tier but Remix is broken shit that displays ads on the fucking desktop
>>
>>57609676
memes xD
>>
>>57609734
Wait, really?
>>
I have remix os single boot on my Asus t100 it's fine the bugs are small enough to over look, I haven't seen any ads they removed some maybe all of them in the last update.
It's prerooted just get adaway like you were going to anyway
>>
The battery life is horseshit
>>
File: 1479574747765.jpg (76KB, 1080x810px) Image search: [Google]
1479574747765.jpg
76KB, 1080x810px
F R A G M E N T A T I O N
R
A
G
M
E
N
T
A
T
I
O
N
>>
>>57609781
No, he is just trolling.
>>
File: 1463212462127.jpg (41KB, 760x571px) Image search: [Google]
1463212462127.jpg
41KB, 760x571px
>>57609734
>Android itself is god tier
>>
>>57609950

Yeah this is my main complaint with it. I put it onto my Acer Chromebook and the battery lasts maybe two hours with Remix going. Its a disaster for battery.
>>
>>57609676
You may as well just download fucking Chrome OS.
>>
>>57611423
True. Chrome OS basically does everything Remix OS does, but better and more efficiently.
>>
File: Screenshot_20161121-005238.png (2MB, 1919x1079px) Image search: [Google]
Screenshot_20161121-005238.png
2MB, 1919x1079px
OP here. I got installed. This shit is great.
>>
>>57609686
holy fuck
>>
>>57612476
wait you can just run android apps like that?
>>
>>57612476
Can I install MATE?
>>
File: 1479368452070.jpg (45KB, 500x500px) Image search: [Google]
1479368452070.jpg
45KB, 500x500px
>>57612476
Looks great, anon. Can you screenrecord some of that shit, I'm interested in the fluidity on your machine

Speaking of which, what specs?
>>
Looks good, update us tomorrow OP
>>
Fuck it I'm trying it out too if I can use touch easily on it. Fucking windows 10 sucks at having touch support like 8.1
>>
File: 1478599599442.png (81KB, 400x397px) Image search: [Google]
1478599599442.png
81KB, 400x397px
>>57610016
Used to be, then google wanted iOS lite.

Most of what was good about Android has been replaced with, well its not Apple....

Fuck google, spying thunder cunts.
>>
>>57612476
What does fullscreen clover look like? I'd imagine it'd be comfy as fuck to browse like that.
>>
>https://www.youtube.com/watch?v=9t1Iw-hf-6o

Shit looks legit
>>
>>57609676
How do you make a live DVD/USB of this?
>>
>>57612834

Its just Android in desktop form, of course you can. Has full Play Store access.
>>
>>57609719
>Didn't that thing have a clause in their user license that basically made it a botnet?
For chinese only.
>>
>>57613082
Especially on my t100ta.
>>
>>57609956
What fragmentation?
It uses ext4
>>
>>57612476
How did you install it?
>>
File: 1466589021821.png (107KB, 291x287px) Image search: [Google]
1466589021821.png
107KB, 291x287px
>>57609734
>Android itself is god tier
POO IN LOO
>>
>>57613200

I'm not that poster but I have it as a dual boot with Xubuntu, you just copy over a few files into a root folder.

For those trying it out I'd recommend a really fast flash drive. The initial boot will take ages, possible up to a half hour if you're on a USB boot since it has to create the entire file structure for Android when it starts. I found it difficult to use off a USB though, on my HDD its great.
>>
>>57613228
You mean I need to dd the img file to USB flash drive?
>>
>>57613276

If you have an Ubuntu or whatever Linux install already running you don't need to put it on a USB. Download the ISO and copy the initrd.img, kernel, ramdisk.img, system.sfs files in it to a "remix" folder in the root. Then add this entry to GRUB:

menuentry 'Remix OS' --class android-x86 {
insmod part_gpt
search --file --no-floppy --set=root /remix/system.sfs
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINE
initrd /remix/initrd.img
}

When you reboot to GRUB it'll be there to boot. To "uninstall" just delete the remix folder and remove it from GRUB.
>>
>>57613336

Oh, also create a "data" sub folder in the "remix" folder before you launch it. That's where the file system will be created on first boot.
>>
>>57613336
Thank you, but I meant is there a way to make a live USB of it?
Also does this mount the root for my other OS or other partitions by default?
>>
chromeOS + elitism and disappointment
>>
>>57612476
Say hi to Sean and Laura from us!
>>
Playing clash royale or other popular mobile gaymen on remix OS is god tier.

Try to use opera instead of that pre-installed chrome, works much better.
>>
>>57613451
What specs are you running it on?
>>
>>57613405
Not him but maybe something like
sudo mount /dev/sdb1 /mnt
sudo grub-install –root-directory=/mnt/boot /dev/sdb

Then do as >>57613336 said and add
menuentry 'Remix OS' --class android-x86 {
insmod part_gpt
search --file --no-floppy --set=root /remix/system.sfs
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINE
initrd /remix/initrd.img
}

To grub.cfg that's on the USB?
>>
>>57613405

By default it loads your main OS, those Grub settings are just to add another menu option when you boot.
>>
Why is this superior to Android X86?
>>
File: 1479058934649.jpg (45KB, 670x472px) Image search: [Google]
1479058934649.jpg
45KB, 670x472px
>>57609734
>Android itself is god tier
Are you baiting or you're really this retarded?
>>
>>57613618

It is Android X86. Remix is an implantation of it.
>>
File: plantation.jpg (97KB, 814x541px) Image search: [Google]
plantation.jpg
97KB, 814x541px
>>57613666
>im
>>
File: 1478677482010.gif (1001KB, 640x480px) Image search: [Google]
1478677482010.gif
1001KB, 640x480px
>pajeetOS 3.0
>>
>>57609686
kek
>>
>>57613895
It's chinkOS 3.0
>>
>>57609956
I'd let her frag my mentation
>>
>>57614257
I'd frag her mentation
>>
Can you build android apps on this thing?
>>
>>57613458
lenovo laptop with i3 ivy bridge @ 2.4ghz and intel HD 4000.
>>
>>57614394
no, but you can run any apps on it at cosmic speeds compared with any lagdroid emulator if you have at least some i3 processor. on AMD's i heard it doesn't work that great but it still works decent.
>>
File: Capture.png (26KB, 1187x345px) Image search: [Google]
Capture.png
26KB, 1187x345px
>>
File: chicparami.png (775KB, 1009x693px) Image search: [Google]
chicparami.png
775KB, 1009x693px
>>57613336
Do you mean copying the remix folder to /root ???

Also where do I add the grub code? What do I do?
>>
>>57613336
i hate this. What do i do?


# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
>>
>>57609686
What
>>
>>57613336
it says kernell not found nigger.


what now?
>>
>>57616099
I just copied the whole folder to root, hope it works now
>>
>>57609676
Hm I tried it and it couldn't use my wifi adaptor.
>>
>>57615781
Linux isn't for you, Anon
>>
>>57609676
Do you still have to disable secure boot?
>>
File: Satoshis.png (7KB, 494x72px) Image search: [Google]
Satoshis.png
7KB, 494x72px
>>57609676
You can expect a bullshit OS.
>>
>>57613188
not sure if trolling
>>
>>57616627
>having restricted boot enabled at all
>>
>>57609676
I dig it a good sum it's like Android and Windows pumped out some bastard kid
>>
>>57613162
By Googling like I just did.

https://github.com/JideTechnology/remixos-usb-tool
Thread posts: 70
Thread images: 13


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.