Radio Communications Logo

Related Topics:

D
David murray Posted on Sep 12, 2018

Mtx8250 how to program a trunked fire dep't system into it.

Bought an mtx8250 on eBay in good shape. How do I program it into a strictly listener mode like a scanner?

5 Related Answers

Anonymous

  • 114 Answers
  • Posted on Jun 22, 2007

SOURCE: Scanning problem

i HAD THE SAME PROBLEM AND HAD TO GO TO ONE CHANNEL AT ATIME IN MANUAL AND HIT THE PROGRAM BUTTON TO RESET IT TO MEMEORY. YOU CAN TELL IF IT IS THE PROBLEM IF YOUR SCREEN READS "ALL CHANNELS LOCKED-OUT"

Ad

Anonymous

  • 1 Answer
  • Posted on Oct 20, 2008

SOURCE: How to use the Pro 2018 Scanner

so does any know how i am on line now on how put in frequencies how to program

Mechanic688

Mechanic688

  • 204 Answers
  • Posted on Nov 01, 2008

SOURCE: BC245XLT trunk tracker II

Hello majorhart, I have never owned this model scanner, but by looking at the owners manual I see there is a keylock, which locks the keypad.
If you need a copy of the manual, go here and download.
http://www.uniden.com/pdf/BC245XLTom.pdf

I hope this helps out with what you were looking for,,Mechanc.

Anonymous

  • 1 Answer
  • Posted on Jan 16, 2009

SOURCE: programming bc147xlt uniden scanner

to program the uniden bc147xlt use the manual button to select channel you want to program. punch in the desired 6 digit frequency then press E, press review to check that frequency was input correctly then use the manual button to go to next channel for programming.MAKE SURE WHEN ENTERING FREQUENCY YOU INPUT THE (.) AFTER THE FIRST 3 DIGITS FOR EXAMPLE GO TO CHANNEL 1 PRESS 149.220 E AND YOU should have no problem programming . hope this is helpful

Anonymous

  • 89 Answers
  • Posted on Apr 17, 2009

SOURCE: Pro-96 Scanner Not Receiving Philadelphia Fire Department Radio

Well I would check up on their current frequency. They may have changed frequencies overnight. It does happen. Here is a handy website to check out. Look around and hope it helps you.
http://www.radioreference.com/apps/db/

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Can i clone a motorola mtx8250 to a motorola mtx8250 ls

Hi Robert,

May I suggest you join yahoo group specific to your radio Make/Model, There you will get all the info, download manuals,schematics and other goodies.

Off the top of my wooden head, I would say it is possible with a little tinkering, but the yahoo group is where you get the lowdown.

I hope I have been of help.

Regards,
Peter
0helpful
1answer

My google chrome crashed and everytime i click on it a message says DEP has closed it

To use hardware-enforced DEP, you must meet all the following conditions:
  1. The computer's processor must support hardware-enforced DEP.

    Many recent processors support hardware-enforced DEP. Both Advanced Micro Devices (AMD) and Intel Corporation have defined and shipped Windows-compatible architectures that are compatible with DEP. This processor support may be known as NX (no-execute) or XD (execute disable) technology. To determine whether your computer's processor supports hardware-enforced DEP, contact the manufacturer of your computer.
  2. Hardware-enforced DEP must be enabled in the BIOS.

    On some computers, you can disable processor support for hardware-enforced DEP in the BIOS. You must not disable this support. Depending on your computer manufacturer, the option to disable this support may be labeled "Data Execution Prevention," "XD," "Execute Disable," or "NX."
  3. The computer must have Windows XP with Service Pack 2 or Windows Server 2003 with Service Pack 1 installed.

    Note Both 32-bit versions and 64-bit versions of Windows support hardware-enforced DEP. Windows XP Media Center Edition 2005 and Microsoft Windows XP Tablet PC Edition 2005 include all the features and components of Windows XP SP2.
  4. Hardware-enforced DEP must be enabled for programs on the computer.

    In 64-bit versions of Windows, hardware-enforced DEP is always enabled for 64-bit native programs. However, depending on your configuration, hardware-enforced DEP may be disabled for 32-bit programs.
For more information about DEP, about DEP configuration, and for a list of Windows Operating Systems that support hardware DEP, click the following article number to view the article in the Microsoft Knowledge Base:875352 A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005, and Windows Server 2003For information about how to configure memory protection in Windows XP with Service Pack 2, visit the following Microsoft Web site:

http://technet.microsoft.com/en-us/library/cc700810.aspx

To confirm that hardware DEP is working in WindowsTo confirm that hardware DEP is working in Windows, use one of the following methods.Method 1: Use the Wmic command-line toolYou can use the Wmic command-line tool to examine the DEP settings. To determine whether hardware-enforced DEP is available, follow these steps:
  1. Click Start, click Run, type cmd in the Open box, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER:wmic OS Get DataExecutionPrevention_AvailableIf the output is "TRUE," hardware-enforced DEP is available.
To determine the current DEP support policy, follow these steps.
  1. Click Start, click Run, type cmd in the Open box, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER:wmic OS Get DataExecutionPrevention_SupportPolicyThe value returned will be 0, 1, 2 or 3. This value corresponds to one of the DEP support policies that are described in the following table.
DataExecutionPrevention_SupportPolicy property valuePolicy LevelDescription2OptIn (default configuration)Only Windows system components and services have DEP applied3OptOutDEP is enabled for all processes. Administrators can manually create a list of specific applications which do not have DEP applied1AlwaysOnDEP is enabled for all processes0AlwaysOffDEP is not enabled for any processesNote To verify that Windows is running with hardware DEP enabled, examine the DataExecutionPrevention_Driversproperty of the Win32_OperatingSystem class. In some system configurations, hardware DEP may be disabled by using the /nopae or /execute switches in the Boot.ini file. To examine this property, type the following command at a command prompt:wmic OS Get DataExecutionPrevention_DriversMethod 2: Use the graphical user interfaceTo use the graphical user interface to determine whether DEP is available, follow these steps:
  1. Click Start, click Run, type wbemtest in the Open box, and then click OK.
  2. In the Windows Management Instrumentation Tester dialog box, click Connect.
  3. In the box at the top of the Connect dialog box, type root\cimv2, and then click Connect.
  4. Click Enum Instances.
  5. In the Class Info dialog box, type Win32_OperatingSystem in the Enter superclass name box, and then click OK.
  6. In the Query Result dialog box, double-click the top item.

    Note This item starts with "Win32_OperatingSystem.Name=Microsoft..."
  7. In the Object editor dialog box, locate the DataExecutionPrevention_Available property in the Properties area.
  8. Double-click DataExecutionPrevention_Available.
  9. In the Property Editor dialog box, note the value in the Value box.
If the value is TRUE, hardware DEP is available.Notes
  • To determine the mode in which DEP is running, examine the DataExecutionPrevention_SupportPolicy property of the Win32_OperatingSystem class. The table at the end of Method 1 describes each support policy value.
  • To verify that hardware DEP is enabled in Windows, examine the DataExecutionPrevention_Drivers property of the Win32_OperatingSystem class. In some system configurations, hardware DEP may be disabled by using the/nopae or /execute switches in the Boot.ini file.
1helpful
1answer

Data execution prevention as I am getting this messaGE WHENEVER i GO TO OTHER WEBLINK AND iNTERNET eXPLORER SHUTS OF SO i NEED YOUR HELP

There is two area's that DEP is held One in the perfomance section and the other in IE Firstly we'll fix IE DEP 1. Open up IE and quickly select Tools 2. Select the advanced tab 3. Uncheck the Enable memory protection 4. Restart IE to apply. 1. Start\Control Panel\System and Maintenance\Performance Information and Tools\Adjust visual effect 2. Select the Data execution prevention tab 3. Check the Enable DEP for Essential windows programs and services 4. Restart the computer to apply.Disable DEP using CMD A) In the command prompt, type bcdedit.exe set {current} nx AlwaysOff and press Enter.B You should get a success message back C Close the command prompt. D Restart the computer to apply. Enable DEP using CMD A In the command prompt, type bcdedit.exe /set {current} nx OptIn and press Enter. B You should get a success message back C Close the command prompt. D Restart the computer to apply.
If a program is being closed by DEP, then make sure that it is a DEP compatible version and check for an updated version. If it is not DEP compatible, then you can uninstall the program or turn off DEP for that particular program.Follow the steps below to to close Data execution prevention a. Click on start. b.Right click on Computer and click Properties.c. Click on Advanced system settings.in upper left green area d.Click on the Continue button in the UAC prompt.e Click on the Settings button under Performance section.f Click on the Data Execution Prevention tab. g. Turn DEP On for Essential Windows Vista Programs and Services Only.NOTE: This turns on DEP for only the 32 bit system programs and services. This is the default setting. h.Click on Turn on DEP for essential Windows programs and services only.click on OK to apply. j.Turn DEP On for All Programs and Services Except for the Ones you Select.NOTE: This turns on DEP for every 32 bit program except for the ones that you add to the list. The listed program will have DEP turned off for it.Turn on DEP for all programs and services except those I select. Click Add to add the programs that you do not want to use the DEP feature. m. Navigate to the program's .exe file that you want to add to the DEP exclusion list and select it, then click on Open. n.Click on OK to apply. b. Restart the computer to apply changes.
0helpful
2answers

How to enable or disable programs onDEP

To enable or disable Data Execution Prevention (DEP)

In windows XP,
  • Log in as administrator
  • Open the Start menu, right-click on My Computer and Choose "Properties" from the context menu.
  • On the "System Properties" window, click the "Advanced" tab .
  • click settings button under Performance
  • click the "Data Execution Prevention" tab
  • choose either "Turn on DEP for all programs and services except those I select:" or "Turn on DEP for essential Windows programs and services only to select the OptIn policy"
  • If you choose "Turn on DEP for all programs and services except those I select:", click Add to add the programs that you do not want to use the DEP feature.
  • Click OK twice
  • Restart the computer for the changes to take effect
I hope that you find this information helpful.
0helpful
1answer

When I try to play a big fish game I get the drm activator stopped working message...the game is midnight mysteries..curse of the raven or something like that..the solution involving checking windows to...

To fix this, go to: Control Panel > System > Advanced System Settings > Settings (under performance) > DEP (tab) and then add your program as an exception.
0helpful
1answer

When in the MO mode, I hear nothing. In the FM mode, I hear everything. I want just to listen to local FD. I have their codes loaded in. Just doesn't seem to scan the channels when in MO. What am I doing...

MO is for monitoring MOtorola trunking systems and will only work if you have programmed a system into your scanner. Most fire departments are using conventional, (FM) transmissions, not trunked systems - mainly so that volunteers and neighboring departments can follow the action and respond if needed. For a comprehensive database of active frequencies and systems in your area, visit:

www.RadioReference.com

Need the manual for your scanner? You can download and print it here:

http://scancat.com/OnLineHelp/OEM_Radio_Owners_Manuals/RadioShack-OlderManuals/Pro-96/pro96.pdf

Bill B
1helpful
1answer

New batteries but remote won't click the door(s) or trunk. Ron

try programming the remote again, here is how u do that. if this doesn't fix the problem the remote may be defective, if you need a new one try ebay, they are very cheap to buy there.

.

Note: Existing keyless remotes will be erased with this procedure.
Existing working remotes will have to reprogrammed also.
1. Locate the programming connector wire located in the RH trunk area.
You may have to pull back right side trunk trim on trunk wall to locate
the single black/white wire.

2. The programming connector wire should have one termial in the plastic
connector on end of black/white wire. Ground the terminal in the connector
to a nearby bolt or trunk latch.
Leave connector wire connected to ground through out procedure.
3. System will now lock and unlock doors automatically to indicate
programming mode has been activated.
4. Press any button on keyless remote. System will respond by locking
and unlocking doors one time to indicate successful programming.
5. Repeat step 4 for to program any additonal keyless remotes including
and existing keyless remotes. Do not remove ground wire between
programming of keyless remotes.
6. Disconnect programming connector wire from ground to exit programming
mode.
7. Test keyless remote(s).
0helpful
3answers

Internet Explorere keeps closing down

Data Execution Prevention (DEP) is a security feature that helps prevent damage from viruses and other security threats by monitoring your programs to make sure they use system memory safely.

Here is a link to an excellent article on DEP.
Whie it will show you how to turn DEP on, it will also take you to the control panel that will aloow you to adjust your settings.

http://windowshelp.microsoft.com/Windows/en-US/help/1d9bb9b4-f6ba-466d-ac2b-7b8c4f8361611033.mspx
0helpful
2answers

Windows vista closes my program

Why is Windows closing my program? gl_icon_tip.png Applies to all editions of Windows Vista.
Which edition of Windows Vista am I using? Windows might close a program and then notify you if it determines that the program is either a security risk or incompatible with this version of Windows.
When Windows closes a program because of a security risk, it is because some programs might use your computer's random access memory (RAM) in a way that could be exploited by a virus and harm your computer. Data Execution Prevention (DEP), a security feature of Windows, tracks how programs use memory. If DEP finds memory being used incorrectly, DEP will close the program and let you know. If you trust the program, you can add it to an exceptions list so that DEP won't close it, but you should first check with the manufacturer of the program to see if there is an updated, DEP-compatible version available.
When Windows closes a program because of compatibility issues, it is because some programs could damage Windows if you try to run them. If Windows notices that an incompatible program might harm your computer (for example, by damaging important system files), Windows will close the program and notify you. Check with the manufacturer of the program to see if an update is available, or check Problem Reports and Solutions in Control Panel to see if a fix from Microsoft is available.
• Open Problem Reports and Solutions by clicking the Start button getopencontent.aspx?assetid=4f6cbd09-148c-4dd8-b1f2-48f232a2fd33&documentset=en-us&renderkey=xml, clicking Control Panel, clicking System and Maintenance, and then clicking Problem Reports and Solutions.
If this dont fix the problem......... id re-store the computer with the restore cd that came with your computer. Good Luck hope this gets your computer back up and going.Please dont for get to Vote. Thank You.gl_head_str.png
0helpful
1answer

Programming Motorola type II system

The BR330T is an analog only scanner. Prince William County's system is 800 MHz digital, which your scanner cannot receive. You can receive the fire department simulcast of "5A" (their fire dispatch channel) on 154.325 in analog mode.
Not finding what you are looking for?

138 views

Ask a Question

Usually answered in minutes!

Top Radio Communications Experts

eradiostore
eradiostore

Level 3 Expert

1672 Answers

 Grubhead
Grubhead

Level 3 Expert

5755 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Radio Communication Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...