Panasonic SA-HT990 stuck in ST MODE
Hi all,
I have a Panasonic SA-HT990 which is stuck in ST MODE after trying to make it region free with an application.
I tried to do a factory reset but the player is not responding. I am thinking that I will have to install new firmware.
Anyone can help please?
Thanks.
			
			
									
						
										
						Panasonic SA-HT990 stuck in ST MODE
Moderator: Moderators
- 
				The Robman
 - Site Owner
 - Posts: 21884
 - Joined: Fri Aug 01, 2003 9:37 am
 - Location: Chicago, IL
 - Contact:
 
The guy who wrote the following post was able to clear his ST MODE by doing a reset:
https://www.avforums.com/threads/st-mod ... ic.681744/
I found this manual for the SC-PT550 (which is the unit referred to in the above thread)
https://www.panasonic.com/content/dam/P ... ctions.pdf
I think the RESET instructions that he found are as follows:
			
			
									
						
							https://www.avforums.com/threads/st-mod ... ic.681744/
I found this manual for the SC-PT550 (which is the unit referred to in the above thread)
https://www.panasonic.com/content/dam/P ... ctions.pdf
I think the RESET instructions that he found are as follows:
You could to see if that reset works on your unit.While stopped and "DVD/CD" is the source, press and hold [7] on the main unit and [h10] on the remote control until "Initialised" (or "Initialized") disappears from the television. Turn the unit off and on again. All settings will return to the default values.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
			
						www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
- 
				The Robman
 - Site Owner
 - Posts: 21884
 - Joined: Fri Aug 01, 2003 9:37 am
 - Location: Chicago, IL
 - Contact:
 
You would need a JP1 remote to do that.Electro1 wrote:Barf how do I send those commands?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
			
						www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
There are a number of ways to send that command. How did you send the original code-free sequence?
You can use a sufficiently capable programmable remote (JP1, Pronto, Logitech, likely others), you can use a smartphone/table app (Irplus, probably others) you can use some dedicated IR sending hardware (GlobalCache, IrTrans, CommandFusion, IrToy,...) , or you can use a microprocessor board like the Arduino with attached IR LED. Please check out my project. Let us know what you prefer.
For generating, possibly sending, I recommend IrScrutinizer.
			
			
									
						
										
						You can use a sufficiently capable programmable remote (JP1, Pronto, Logitech, likely others), you can use a smartphone/table app (Irplus, probably others) you can use some dedicated IR sending hardware (GlobalCache, IrTrans, CommandFusion, IrToy,...) , or you can use a microprocessor board like the Arduino with attached IR LED. Please check out my project. Let us know what you prefer.
For generating, possibly sending, I recommend IrScrutinizer.
I put it here . But I do not want to really condone that program... There is now a downloading script for Windows. You need to have the program avrdude installed (contained in the Arduino IDE, in XLoader, and probably in many other). Just adjust the path to avrdude.exe (at the end of the file) and give the current COM-port as argument. Or compile it with the Arduino IDE.Electro1 wrote:I cannot download the Xloader program.
The Atmega328p version, which probably is what you refer to as the second alternative. "old" or "new" bootloader does not matter.Electro1 wrote:Which Arduino Nano version should I buy (3.3V 8MHz) or the (5V 16Mhz).