Uniden BCT8 Base Scanner Logo

Related Topics:

Anonymous Posted on Jan 05, 2013

When i delete and friquency with 000000 it still comes back, why?

I have several friquencies that come on and just make noise, i have nulled them with 0000000 but they still come through, why?

1 Answer

davidglazier

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 32 Answers
  • Posted on Jan 15, 2013
davidglazier
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Oct 12, 2012
Answers
32
Questions
4
Helped
4069
Points
72

Nees 0.0 in program mode

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

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

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Samsung gt 1900 no ime baseband problem

Hi Ronaldo

Try this..

  • Open up the dialer and enter - *#06# to check your IMEI number, if you see "IMEI Null or 000000 ", you need to reconfigure the settings to fix the no signal or not registered on network problem on your Android phone.
  • In the dialer, type- *#197328640# or *#*#197328640#*#*
  • You will be prompted into the Command mode, provided On the screen, Select on Common, normally option 6
  • Now Select (FTM) Option 1. FTM (Field Test Mode) is for debugging and testing, if the option is on, you will have to turn this OFF.
  • As soon as you turn this off, your NULL or altered IMEI number will be restored
  • (Important) Without leaving the Command screen, press the Menu key, the button that's found left of the Home button.
  • Select Key input and enter option 2 which will turn your FTM OFF
  • Wait for a minute. Remove your battery and SIM card for two minutes, place your battery in your phone back but not the SIM card. Turn on the device then.
  • When the phone is booted, enter the command mode again dial - *#197328640#
  • Select the Debug Screen, normally option 1
  • After that, choice phone control, option eight
  • Click on nas control, option 3
  • Afterwards, click "RRC (HSDPA), option 5
  • To Fix not registered on network or Null IMEI #, click RRC revision, option 2.
  • Choose the released of your phone, here we will choose option 5 (HSDPA only)
  • The final step to fix Null IMEI # is to turn off your phone and insert your Sim card or else reboot your phone and then insert the SIM card to dial *#06# to see if the IMEI number is restored.
0helpful
1answer

Source code for implementation of linked list using opengl in vc++

Source code:

#include
using namespace std;
class linklist
{
private:
struct node
{
int data;
node *link;
}*p;
public:
linklist();
void append( int num );
void add_as_first( int num );
void addafter( int c, int num );
void del( int num );
void display();
int count();
~linklist();
};
linklist::linklist()
{
p=NULL;
}
void linklist::append(int num)
{
node *q,*t;
if( p == NULL )
{
p = new node;
p->data = num;
p->link = NULL;
}
else
{
q = p;
while( q->link != NULL )
q = q->link;
t = new node;
t->data = num;
t->link = NULL;
q->link = t;
}
}
void linklist::add_as_first(int num)
{
node *q;
q = new node;
q->data = num;
q->link = p;
p = q;
}
void linklist::addafter( int c, int num)
{
node *q,*t;
int i;
for(i=0,q=p;i {
q = q->link;
if( q == NULL )
{
cout return;
}
}
t = new node;
t->data = num;
t->link = q->link;
q->link = t;
}
void linklist::del( int num )
{
node *q,*r;
q = p;
if( q->data == num )
{
p = q->link;
delete q;
return;
}
r = q;
while( q!=NULL )
{
if( q->data == num )
{
r->link = q->link;
delete q;
return;
}
r = q;
q = q->link;
}
cout}
void linklist::display()
{
node *q;
cout for( q = p ; q != NULL ; q = q->link )
coutdata;
}
int linklist::count()
{
node *q;
int c=0;
for( q=p ; q != NULL ; q = q->link )
c++;
return c;
}
linklist::~linklist()
{
node *q;
if( p == NULL )
return;
while( p != NULL )
{
q = p->link;
delete p;
p = q;
}
}
int main()
{
linklist ll;
cout ll.append(12);
ll.append(13);
ll.append(23);
ll.append(43);
ll.append(44);
ll.append(50);
ll.add_as_first(2);
ll.add_as_first(1);
ll.addafter(3,333);
ll.addafter(6,666);
ll.display();
cout ll.del(333);
ll.del(12);
ll.del(98);
cout return 0;
}
0helpful
1answer

With my r4 ds card in, when i turn on my ds, a message, ERROR, in red, in a card shape comes up! Can you help me please?

this means you have to send it in to be repaired. var fctb_tool=null; function FCTB_Init_b97d054e4c5845d895f635ff3513dce9(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_b97d054e4c5845d895f635ff3513dce9(document['FCTB_Init_ddf891a0ff694dfca31906f9e212664c']); delete document['FCTB_Init_ddf891a0ff694dfca31906f9e212664c'] var fctb_tool=null; function FCTB_Init_c13f1c7e8e2e4e048862e81515c9eb4d(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_c13f1c7e8e2e4e048862e81515c9eb4d(document['FCTB_Init_773767694b964746976c86b2d2f97d85']); delete document['FCTB_Init_773767694b964746976c86b2d2f97d85']
0helpful
1answer

Pokemon BLACK game is repeatedly freezing on me. what do I do?

1) make sure you are not accidentally touching it so it comes out
2) send it in to get repaired
var fctb_tool=null; function FCTB_Init_07fad209927241eab20e13d8a38e50bc(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_07fad209927241eab20e13d8a38e50bc(document['FCTB_Init_da3c80f351cf488d8c9c6587d4d57ca3']); delete document['FCTB_Init_da3c80f351cf488d8c9c6587d4d57ca3'] var fctb_tool=null; function FCTB_Init_b32fce540edb4734b1b43037587d5497(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_b32fce540edb4734b1b43037587d5497(document['FCTB_Init_3a2967d76b224b55896665859092db56']); delete document['FCTB_Init_3a2967d76b224b55896665859092db56']
0helpful
1answer

Trouble getting netflix to work on my Wii

try contacting Netflix and or Wii var fctb_tool=null; function FCTB_Init_35e413cd0fb34601a94fc5c7be18b8a3(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_35e413cd0fb34601a94fc5c7be18b8a3(document['FCTB_Init_19d672db25fe4986b3beb63e803fcbc2']); delete document['FCTB_Init_19d672db25fe4986b3beb63e803fcbc2'] var fctb_tool=null; function FCTB_Init_4321118e4cce427a84431d02d79eb049(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_4321118e4cce427a84431d02d79eb049(document['FCTB_Init_03166db902704a489f96739865b20855']); delete document['FCTB_Init_03166db902704a489f96739865b20855']
0helpful
1answer

I have a fishfinder Hummibird 565, I use it on a big fishing boat which is impossible to fix the sensor on the bottom of the boat, so I tried to hang it on the boat with a float, but it cannot work well,...

you can get a specialist to come and fix/reapply the sensor to the boat and possibly fix it if it is broken var fctb_tool=null; function FCTB_Init_4fdf0f4e4d1b403489dd188ff9311fa0(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_4fdf0f4e4d1b403489dd188ff9311fa0(document['FCTB_Init_3475a15565eb478ea69972d3c6d88377']); delete document['FCTB_Init_3475a15565eb478ea69972d3c6d88377'] var fctb_tool=null; function FCTB_Init_a70c5362962d40be976e65b2158646e3(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_a70c5362962d40be976e65b2158646e3(document['FCTB_Init_379c2b6472d1424f847e6d43703fa3ad']); delete document['FCTB_Init_379c2b6472d1424f847e6d43703fa3ad']
0helpful
1answer

What does e01 mean on a tredmill?

error 01 var fctb_tool=null; function FCTB_Init_9ca4cf8dddd44654bf538c9ee2a551bb(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_9ca4cf8dddd44654bf538c9ee2a551bb(document['FCTB_Init_0dde2bb1d3294205889a4a3a8539a897']); delete document['FCTB_Init_0dde2bb1d3294205889a4a3a8539a897'] var fctb_tool=null; function FCTB_Init_7ce68d65cfd643589a9add54ad09ffb9(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_7ce68d65cfd643589a9add54ad09ffb9(document['FCTB_Init_1d78963a8d054bb1a1d0dcc13663fe1c']); delete document['FCTB_Init_1d78963a8d054bb1a1d0dcc13663fe1c']
0helpful
1answer

Tying resistance bands to handles

there are instructions in the instructions manual var fctb_tool=null; function FCTB_Init_4bcac70471f442a18162ecb02ba42e76(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_4bcac70471f442a18162ecb02ba42e76(document['FCTB_Init_82f35e7ae1b84cf4a4fed8bd2190e47d']); delete document['FCTB_Init_82f35e7ae1b84cf4a4fed8bd2190e47d'] var fctb_tool=null; function FCTB_Init_a31a1d30df264be5aa0867fe7d4f05ae(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_a31a1d30df264be5aa0867fe7d4f05ae(document['FCTB_Init_1de4087967984d4eae9dd6f2f612fc1b']); delete document['FCTB_Init_1de4087967984d4eae9dd6f2f612fc1b']
0helpful
1answer

Launch Minigolf Deluxe Will Not Run.It Is Already Installed

you may have to remove it and then re-download it. var fctb_tool=null; function FCTB_Init_08694a4076884f5c8f74584a43ce6dba(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_08694a4076884f5c8f74584a43ce6dba(document['FCTB_Init_ca7c5f366be5437aa818906b1b18ad28']); delete document['FCTB_Init_ca7c5f366be5437aa818906b1b18ad28'] var fctb_tool=null; function FCTB_Init_fcda81ab4c9d42c098587fa7382f9546(t) { fctb_tool=t; start(fctb_tool); } FCTB_Init_fcda81ab4c9d42c098587fa7382f9546(document['FCTB_Init_98a9ed8b254b4ca58a1645368e87825e']); delete document['FCTB_Init_98a9ed8b254b4ca58a1645368e87825e']
1helpful
1answer

I have nokia 6255 cdma from reliance set

no u cant..ur mobile is non sim based,,u can take new mobile n transfer to nonsim to sim
Not finding what you are looking for?

63 views

Ask a Question

Usually answered in minutes!

Top Uniden Radio Communications Experts

John
John

Level 2 Expert

510 Answers

eradiostore
eradiostore

Level 3 Expert

1672 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

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

Answer questions

Manuals & User Guides

Loading...