Questions tagged [flashing]

85 questions
276
votes
39 answers

How do you make an element "flash" in jQuery

I'm brand new to jQuery and have some experience using Prototype. In Prototype, there is a method to "flash" an element — ie. briefly highlight it in another color and have it fade back to normal so that the user's eye is drawn to it. Is there such…
Howard Pinsley
  • 11,300
  • 15
  • 49
  • 66
7
votes
1 answer

Owl carousel all items visible when page is loading

This problem occurs mainly when user is using a little bit slower internet or mobile for example. But flashing is sometimes also seen on higher speeds when page content / images in carousel hasn't been cached. If page loads and first elements are…
Solo
  • 6,687
  • 7
  • 35
  • 67
5
votes
2 answers

Flash / Run Altera Cyclone IV with OpenOCD

I would like to run an Altera Cyclone IV IP with OpenOCD. No matter what file I need from quartus, but the execution should be done by OpenOCD. I am currently trying to do it with a sof file. The one that quartus uses for the programmer. Additional…
Cyborg-X1
  • 355
  • 1
  • 13
5
votes
4 answers

BASH: how can the terminal be set to flash?

I want to get a BASH terminal flashing. The goal is to get the terminal to flash between two colours, say white and black, substantially, using standard Linux utilities. I don't mind if the terminal is filled with characters and cleared in order to…
d3pd
  • 7,935
  • 24
  • 76
  • 127
3
votes
1 answer

Javascript Canvas Flashing When Drawing Frames

Been having issues with this for a couple days, not sure why the text I'm rendering on the canvas is flashing so much. I'm using the requestAnimationFrame() function, but its still flickering. What I want to have happen is for the text to move…
Tenetri
  • 33
  • 3
3
votes
1 answer

How do I transfer my Python script including my module to the micro:bit?

We use the micro:bit with the accessory Bit:bot XL. I have a module (robot.py) with just a single function for the Bit:bot (for now). In my script (my.py) I import this function. But after flashing the micro:bit (uflash my.py), there's an error on…
3
votes
1 answer

How to unpack, modify, pack and flash `system.img.ext4` file using Odin?

I have a system.img.ext4.lz4 file that is compatible with my Samsung S10 5G(Qualcomm) device. I have extracted system.img.ext4 file from the system.img.ext4.lz4 using unlz4 system.img.ext4.lz4 command. I want to play with its content. So I have…
Vatish Sharma
  • 1,536
  • 3
  • 16
  • 35
3
votes
4 answers

How to retrieve the flashed binary in ESP8266

I was able to flash a micropython binary which I'd cross compiled some 6 months ago, and it was working fine. It was built from master branch at that point of time, and I did not save the code, nor the binary. Today, when I again compiled, the…
Ouroboros
  • 1,432
  • 1
  • 19
  • 41
3
votes
0 answers

Chrome cursor alternates between arrow and pointer over links, dev tools flashes

I am having the strangest behavior in Chrome and its slowing efficiency in development. For some reason hovering over any link will cause my mouse cursor to start flashing alternating between the arrow and the hand pointer. Also opening dev tools…
3
votes
1 answer

MAKE for Android OS source code fails

I'm trying to build a custom ROM for Android. Currently, I've setup my build environment and downloaded the source code. I'm following instructions at https://source.android.com/source/building#build-the-code Everything works while executing source…
Eddev
  • 890
  • 1
  • 10
  • 21
2
votes
1 answer

Flutter ListView base64 images are flashing when it displayed with Image.memory

Here is my code I ve implemented pagination with NotificationListener as well
2
votes
0 answers

GDB: Prevent loading of one section with 'load' command

I use OpenOCD + GDB to debug the firmware. When I type load it loads the code to the FLASH memory: Loading section ExtFlashSection, size 0x3fe000 lma 0x90000000 Loading section .isr_vector, size 0x1f8 lma 0x8000000 Loading section .text, size…
Piotr Jedyk
  • 361
  • 1
  • 10
2
votes
2 answers

flashing nuttx RTOS to stm32F4developer from windows

I installed Ubuntu terminal as now Windows 10 supports it. I built the Nuttx RTOS using the terminal but in Ubuntu I cannot access USB devices except for a pen drive. How can I flash the bin file to stm32f4developer?
2
votes
1 answer

Android, SP Flash tool - cannot add download agent > S_FTHND_FILE_LOAD_FAIL (5008)

I need to flash a new firmware for my china X-302 Tablet (detail below). From the producer i have got a package containing firmware, stock rom, sp flash tool, drivers etc. When I want to use flash_tool.exe select and add download agent (for example…
Majkl
  • 765
  • 1
  • 9
  • 25
1
vote
0 answers

-sh command not found on linux os

when i flash my elf file in Ingenic t31 board in mnt directory then i give to excute command chmod +x elf file nname then I check the permission of my file ls -lcommand -rwxr-xr-x 1 root root 663292 Mar 22 2023 sample-Ai then i…
1
2 3 4 5 6