how do I edit the grub2 to timeout? I have a tablet so I don't want to hit enter every time I startup. I tried Ubuntu but my tablet doesn't have wifi in Ubuntu is there anyway I can edit the grub2 without Ubuntu?
Really? Google it, this is a question answered a thousand times. You are cluttering the forum with trash.
Wysłane z mojego Nexus 4 przy użyciu Tapatalka
im sorry but I did google it a hundred times all I can find is how to do it with Ubuntu but I cant get my wifi to work in Ubuntu to install packages. and I cant find the answer anywhere if you can give me a link to a tutorial that would help alot
nevermind I got it to work with Grub2Win program. just have to add a remixOS entry and change the Parm to
Code:
androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet DATA= SRC=RemixOS CREATE_DATA_IMG=1
then set it as my default OS
hello
I have 4 operating system on my machine, and 3 of them read bios clock as UTC, while remix read it as localtime.
my question is, can I tweak something on remix -instead of the other 3- to make it read bios clock as UTC?
rheezid said:
hello
I have 4 operating system on my machine, and 3 of them read bios clock as UTC, while remix read it as localtime.
my question is, can I tweak something on remix -instead of the other 3- to make it read bios clock as UTC?
Click to expand...
Click to collapse
i am in the same boat none of my other use localtime
open console alt-f1 and type
Code:
setprop persist.rtc_local_time 0
Maromi said:
open console alt-f1 and type
Code:
setprop persist.rtc_local_time 0
Click to expand...
Click to collapse
it works, but not as what I expected
what I got after running the code: remix time is always UTC upon reboot, but will change to network time when connected to the internet. This change doesn't change the bios time, so it's not a big deal as it won't conflict with my other OS then.
but what I expect is, for remix to read bios time as UTC and then naturally adjust it's clock to my localtime, just like other OS.
but I guess this solved the conflict
don't work for me
z750leovince said:
don't work for me
Click to expand...
Click to collapse
Did you reset the clock back to utc?
its ok...when shut down and restart my computer, has work
thanks
In this thread, you can let me and the Remix Team know what issues you are having with your Nvidia-based systems!
Before you report any bugs, check this thread by my friend @Vioner : http://forum.xda-developers.com/remix/remix-os/solution-problems-booting-remix-os-dual-t3466027
Also, don't forget to send full bug reports here too, here! Made by Jide!
Notebook Dell XPS 15 Touch (9530)
Notebook Dell XPS 15 Touch (9530)
INTEL HD + NVIDIA GPUs (Nvidia GeForce GT 750M graphics card)
Remix OS for PC 3.0.205
Do not boot with option
nouveau.modeset=0
nomodeset
boot only with
androidboot.swrast=1 --> drawbacks - low performance.
I was able to boot with no additional option on release Remix OS for PC 3.0.202.
Hope you can fix soon.
I have a Dell m3800 and am seeing a similar issue. My computer has the Intel HD + Nvidia (Quadro 1100m). The performance is horrible. I cant even play a youtube video because both the audio and video are studdering so badly...
maxiclo said:
Notebook Dell XPS 15 Touch (9530)
INTEL HD + NVIDIA GPUs (Nvidia GeForce GT 750M graphics card)
Remix OS for PC 3.0.205
Do not boot with option
nouveau.modeset=0
nomodeset
boot only with
androidboot.swrast=1 --> drawbacks - low performance.
I was able to boot with no additional option on release Remix OS for PC 3.0.202.
Hope you can fix soon.
Click to expand...
Click to collapse
Try with:
nouveau.modeset=0 i915.modeset=1
HypoTurtle said:
Try with:
nouveau.modeset=0 i915.modeset=1
Click to expand...
Click to collapse
I
I did try this and the results were pretty strange. During boot, it wound up stuck on the command line. I did an lsmod and noticed that both i915 and nouveau were loaded. I then issued an "rmmod nouveau" from the command line and remix os then continued to boot into the OS. So why would the nouveau module still be loaded even with nouveau.modeset=0 explicitly set?
When inside Remix OS I swithed to the congsole ( using ATL + F1 ) and verified using lsmod that i915 was loaded and nouveau was not. However, I still could not play a video off of youtbe without both the video and the audio being choppy [and unusable at all].
Gtx 980. Works in guest mode. Stay stuck at logo in resident mode .
tailslol said:
Gtx 980. Works in guest mode. Stay stuck at logo in resident mode .
Click to expand...
Click to collapse
How long does it get stuck for? Report back with results from adding "DEBUG=1" to the kernel line.
moman2000 said:
How long does it get stuck for? Report back with results from adding "DEBUG=1" to the kernel line.
Click to expand...
Click to collapse
Stay stuck forever.
Kernel line?
tailslol said:
Stay stuck forever.
Kernel line?
Click to expand...
Click to collapse
Open menu.lst with your favourite text editor (I used Notepad++)
Add this: "DEBUG=1" after "CREATE_DATA_IMG=1"
Make sure the red code is added like this:
Example:
Code:
default 0
timeout 10
title Resident mode - All your data and apps are saved
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC=RemixOS/ DATA= CREATE_DATA_IMG=1[B][COLOR="Red"] DEBUG=1[/COLOR][/B]
initrd /RemixOS/initrd.img
boot
Save and reboot to Remix OS, and report back with any errors you see, you could send an image taken with a phone!
I've tried pretty much all of the combinations that I can think of. I can boot fine either with the software rendering flag set or with the nvidia card disabled (usually via a "rmmod mouveau" before remix completes boot.) However, nothing that I do enables youtube or any other video app to play smothly. This is driving me nuts as otherwise Remix seems really aweomse and I want to use it
As a related question, is there a way to gain root access in the command line so that we can do things like edit /system/etc/modules.blacklist ?
For reference, this system runs linux normally so I know that the hardware does work fine when blacklisting the nouveau (and nvidia) drivers. [Although I use Bumblebee for normal operation, which again is typically only using the Intel HD video card]
@HypoTurtle @Adaptive13 I've talked to @masaykh about these nomodeset and .modeset=0 problems - it appears that in Marshmallow they moved driver modules from initrd to system and because of that parameters like nomodeset or nouveau.modeset are not working. I'm not a 100% sure of that, but it seems a quite legit theory since trying all kinds of modeset combinations doesn't disable the driver modules. I've already talked about this with Remix product manager and they're working on it.
Vioner said:
@HypoTurtle @Adaptive13 I've talked to @masaykh about these nomodeset and .modeset=0 problems - it appears that in Marshmallow they moved driver modules from initrd to system and because of that parameters like nomodeset or nouveau.modeset are not working. I'm not a 100% sure of that, but it seems a quite legit theory since trying all kinds of modeset combinations doesn't disable the driver modules. I've already talked about this with Remix product manager and they're working on it.
Click to expand...
Click to collapse
@Vioner Thanks for following up on this. Please keep us posted on when a workaround will be available.
My Nvidia works well but has wrong thermal configurations making the display flash. I fix it by "echo 125000 > /sys/class/hwmon/hwmon1/temp1_max, temp1_crit, temp1_emergency" but this has to been done from the root terminal after every boot manually. I can automate it by adding the command to init.sh but this breaks OTA updating.
Card: Nvidia GeForce 8200 mg.
Vioner said:
@HypoTurtle @Adaptive13 I've talked to @masaykh about these nomodeset and .modeset=0 problems - it appears that in Marshmallow they moved driver modules from initrd to system and because of that parameters like nomodeset or nouveau.modeset are not working. I'm not a 100% sure of that, but it seems a quite legit theory since trying all kinds of modeset combinations doesn't disable the driver modules. I've already talked about this with Remix product manager and they're working on it.
Click to expand...
Click to collapse
Don't think drivers have ever been in initrd/ramdisk with Ax86 - there's too many drivers [100-150MB] for them to be added; AndroidIA (and some arm ROMS) have drivers in ramdisk as the Android build is device specific. There was a change though with MM-r1 (or whatever it was called) that 203 was rebased on; with modprobe being run differently, loading modules in a different order than before - I guess this could be ignoring grub $cmdline and module blacklisting.
modaifallah said:
My Nvidia works well but has wrong thermal configurations making the display flash. I fix it by "echo 125000 > /sys/class/hwmon/hwmon1/temp1_max, temp1_crit, temp1_emergency" but this has to been done from the root terminal after every boot manually. I can automate it by adding the command to init.sh but this breaks OTA updating.
Card: Nvidia GeForce 8200 mg.
Click to expand...
Click to collapse
You could try systemless to write to a loop-mounted init.sh or use a su.d script. That's what I have to do for my touchscreen & I can OTA by replacing 1 file (ramdisk.img).
Also back on topic you could I suppose loop-mount an empty file over the unwanted module (.ko) so that it doesn't load. I've tried blacklisting modules in newer Ax86 builds and that doesn't seem to work either (via grub and etc/blacklist) - not sure if the loop would be made before the module is loaded so likely be better to physically delete the .ko with a rw system.
Asus N76V: Intel i7-3630QM 2.4Ghz, Intel HD Graphics 4000 + Nvidia Geforce GT 650M.
can only make it works with "nomodeset", otherwise, it's stuck at terminal screen.
@HypoTurtle correct, they weren't in initrd, but the driver modules handling changed. @Adaptive13 we already have a workaround ready. I've updated my dual gpu booting guide, check HERE
Netbook ASUS 1215N
Intel ATOMD525 (Intel HD) + NVIDIA ION2 (Nvidia GT218)
Remix OS for PC 3.0.205
O.S Boot fine without change anything.
O.S it's super smooth but there something wrong with 2D and 3D applications.
1) Youtube HD is working, a bit choppy but it's working.
2) 99% of the games run with VERY slow framerate everything from very simple 2D games to complex 3D games like GTA. (some 2D games runs worse than GTA)
Just to make some examples... Angry Birds run @ 3-4 FPS while GTA SA runs 7-8FPS...
clash of clans is super smooth
tomb raider 1 (i tested lara's house level only) working good at the initial locations, but as soon as you reach the hall it drop from 30 stable FPS to 3-4FPS.
@Vioner As your other guide mentions adding EXTMOD=i915 works! And man does it work great! HD Youtube + audio upscaled to my 4k touchscreen display beautifully! I'm running off of a USB drive but the performance is incredible now. I am very impressed! Thanks!!!!!!!!!!!!!!!!!!! (For others reading this, I have DPI=300 also added to the boot parameters to make things look nice on the high res monitor.
@AuRoN89 that might indicate that you are running the system with software graphics renderer (graphics handled by the CPU). You can try my guide with "nomodeset" or "EXTMOD=i915". It should help.
I have a few questions, they are as follows:
1) Is virtualbox (or any vm) suitable for rom development?
2) what is a suitable fixed drive size for installing Ubuntu? Or should i use dynamically allocated drive?
3) which version of ubuntu is recommended? (The current 16.04.1 release is laggy) (I'm on a 4gb ram machine with one core)
4) what tools/programs are necessary for rom porting from source code (git)? And what should i install for said task?
Hi All, Just a regular IT Network guy in Android territory looking for a fix for two separate problem with Custom & Offical Rom.
-----------------------------------------------------------------------------------------------------------------------
Rom : lineage-18.1-20220715-UNOFFICIAL-arm64_bgS-vndklite
Model : Infinix S4 X626B
Manufacturer : Infinix
Board : Infinix-X626B
Hardware : mt6765
Build Fingerprint : Infinix/H623/Infinix-X626B:9/PPR1.180610.011/JKN-210127V323:user/release-keys
-----------------------------------------------------------------------------------------------------------------------
System
-----------------------------------------------------------------------------------------------------------------------
Android Version : 11
Version Name : R
Released Date : September 11, 2020
Code Name : Android 11
API Level : 30
Security Patch Level : 2022-07-05
Bootloader : unknown
Build Number : X626B-H623JKN-P-210127V323
Baseband : MOLY.LR12A.R3.MP.V66.11.P35,MOLY.LR12A.R3.MP.V66.11.P35
Java VM : 2.1.0
Kernel : 4.9.117+
-----------------------------------------------------------------------------------------------------------------------
CPU
-----------------------------------------------------------------------------------------------------------------------
SoC : phhgsi_arm64_ab (no)
no
Processor : AArch64 Processor rev 4 (aarch64)
CPU Architecture : 4 x 1.50 GHz
4 x 2.00 GHz
Supported ABIs : arm64-v8a, armeabi-v7a, armeabi
CPU Hardware : MT6762V/WB
CPU Type : 64 Bit
CPU Governor : Unknown
Cores : 8
CPU Frequency : 400 MHz - 2001 MHz
GPU Renderer : PowerVR Rogue GE8320
GPU Vendor : Imagination Technologies
GPU Version : OpenGL ES 3.2 build [email protected]0912
Language : English (en_US)
OpenGL ES : 3.2
Root Management Apps : Magisk
SELinux : Unable to determine
Google Play Services : 23.08.15 (150406-512743456)
Vulkan : Supported (1.1)
Treble : Supported
Seamless Updates : Not Supported
-----------------------------------------------------------------------------------------------------------------------
The first problems appeared with the Official ROM (X626B-H623JKN-P-210127V323):
1) Echo when receiving and making calls (GSM / APPS / VOIP) till now I'm not sure if it's a software or hardware problem.
2) Phone Lagging and freezing even when IDLE.
Hardware seems OK after a visual inspection, so i decided to try with CUSTOM ROM to see if the problem's gonna be solved.
Well it didn't goes a planned phone bricked and revived after several attempts, and managed to flash Lineage OS 18.1 and the result was:
1) Echo problem still present
2) Phone became more responsive and quicker.
3) New problem with the Auto-brightness / Night Light feature.
After digging through several forums, I ended up with the following approach to solve the problem:
1) Some forums suggest to try another Official ROM with a different KERNEL to see if it's gonna solve the echo problem, since the CUSTOM ROM uses the Official KERNEL.
2) On other forum they suggest to port the proprietary VENDOR and some file in the KERNEL from the Official ROM to the CUSTOM ROM, sounds like a good plan to try porting a different KERNEL to solve both ECHO and auto-brightness feature.
Like this Repository: https://github.com/AndroidBlobs/vendor_infinix_Infinix-X610
3) DeFluence App -[Root] Potential Echo Fix.
(Light Senor & proximity sensor are working fine and sending correct Lux Values, Velis Auto Brightness APP solved the problem but it's not working very well with Night light --> (constant backlight dimming)
I'm not very familiar with building CUSTOMS ROM but i can manage to follow some wiki tutorials, but what approach should I take first ? and a tutorial will be more than welcome!
Many thanks.
XEON76 said:
I'm not very familiar with building CUSTOMS ROM but i can manage to follow some wiki tutorials, but what approach should I take first ? and a tutorial will be more than welcome!
Click to expand...
Click to collapse
Hello and good afternoon, @XEON76
Welcome to XDA! I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
[Read Before Posting]QUESTIONS DO NOT BELONG IN GENERAL
Hello Everybody, In order to attempt to keep this forum neat and tidy the moderation team is asking you to post your questions into the Questions and Answers (Q&A) forum and not into the General section. You can find the Q&A forum by clicking...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator