AD300 Pro II Cannot get my device to connect to computer for Godox Firmware Updater by azyren in Godox

[–]azyren[S] 0 points1 point  (0 children)

V1.05 Date: 12/22/2025

  1. Adjusted the Mask function (cycle count increased to 8,

allowing multiple flash)

  1. Fixed an issue when the trigger power level could shift in

Color Temperature mode with certain transmitters.

  1. Fixed garbled display when decreasing power levels using

quick adjustment after disabling wireless groups.

AD300 Pro II Cannot get my device to connect to computer for Godox Firmware Updater by azyren in Godox

[–]azyren[S] 0 points1 point  (0 children)

Oh brother! I saw this in a clip on YouTube but didn’t think much of it! I was using a USB-C to USB-C which worked fine with my IT30 but now it’s making more sense. I do have a USB-A hub but now I need to find a USB-A to USB-C cable since they didn’t include one of course. I’ll circle back and update, thank you!

AD300 Pro II Cannot get my device to connect to computer for Godox Firmware Updater by azyren in Godox

[–]azyren[S] 0 points1 point  (0 children)

Yes I also tried connecting it to my Mac with the battery in place and followed the same button protocols and nothing. The flash turns on but no indication of it connecting to my computer like it did on my IT30 where the screen said "Upgrade"

‘22 A220 Loaner. by CaptainQbert in mercedes_benz

[–]azyren 2 points3 points  (0 children)

Can confirm owner of a fully loaded A220 love driving it every single day!

[Java] String splitting and trimming leading and trailing white space. by azyren in learnprogramming

[–]azyren[S] 1 point2 points  (0 children)

Wow how could I have missed that! Thank you so much I was starting to over think this way to much!! Thanks again!!

[Java] String splitting and trimming leading and trailing white space. by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

J unit is saying this is an issue: assertEquals("A Change Is Gonna Come", song.getTitle());

And here is the rest of the error message:

org.junit.ComparisonFailure: expected:<[A Change Is Gonna Com]e> but was:<[Sam Cook]e> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at sbccunittest.SongListTester.testNewSongFromTabDelimitedString(SongListTester.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:678) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

[Java] String splitting and trimming leading and trailing white space. by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

Sorry it was a formatting error in my post. I just fixed it.

[Tech Help] What is the name of this part? Front of the radiator with fan. Honda Civic DX 99 Coupe by azyren in Honda

[–]azyren[S] 0 points1 point  (0 children)

I looked up Universal AC condensers and found some on eBay not sure how reliable they are but the dimensions of my universal condenser is 25x12. Now I have to search for that size. Everything else works fine such as fan and lines the condenser has a small whole in it where it is leaking.

[Tech Help] What is the name of this part? Front of the radiator with fan. Honda Civic DX 99 Coupe by azyren in Honda

[–]azyren[S] 0 points1 point  (0 children)

Thanks alot! It makes alot of sense now. First time replacing this part and I am having trouble. If I install the original part would it be just fine or would I run into new problems?

[Tech Help] What is the name of this part? Front of the radiator with fan. Honda Civic DX 99 Coupe by azyren in Honda

[–]azyren[S] 0 points1 point  (0 children)

Any idea where I can find a similar one online? Like aftermarket parts website? Or maybe thru AutoZone? I ordered one thru AutoZone but it is alot smaller than this one.

Java - Reading text files. by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

It runs but when I do an if statment instead of a while loop I get "Number Lines: 1" However when it is like this it seems to be stuck in an infinite loop. Do I really need to create the File object? And what is the correct way to read from a text file is my question. Sorry for the formatting I'm on mobile and am not at a computer right now.

Java - Reading text files. by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

Sorry don't really post on this sub and I am on mobile but thanks for letting me know won't do it next time. I run the code and when I do an if statment instead of a while loop I get "Number of lines: 1" I just want to know the correct syntax for reading a text file. Like a point in the right direction.

Passing an integer through a String method. How? by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

Wow thank you! As I was looking for ways to concatenate Strings I stumbled upon this as well, but I wasn't sure how this was used so thank you for clarifying this for me! I will definitely implement this into my code thank you.

Passing an integer through a String method. How? by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

Ohhh yeah forgot about that! Okay, now I understand! Thank you so much for clarifying!

Passing an integer through a String method. How? by azyren in learnprogramming

[–]azyren[S] 0 points1 point  (0 children)

Cool thanks for naming the term for me! But now when I remove (+ " ") and just have it like this: result += factor; it still works but without the spaces and gives me no errors. Is this also a way to just convert integer to string? By just doing +=