maddening problem Push

Hi all

My application is running on a curve and "BOLD", OS v5.0.0.973/979.  I'm trying to register to receive Push notifications and his failling.

I have the code to save running in its own thread, here's the run() method:

public void run() {}

ApplicationDescriptor ad = ApplicationDescriptor.currentApplicationDescriptor ();

int port = Port Push email for registration of production;

String appId = "email of record production ApplicationID.

String bpasUrl = 'Email of record production PPG Base URL';

serverType bytes = PushApplicationDescriptor.SERVER_TYPE_BPAS;

Cushion PushApplicationDescriptor = new PushApplicationDescriptor (appId,

port, bpasUrl, serverType, ad);

PushApplicationStatus pushApplicationStatus = PushApplicationRegistry.getStatus (pad);

pasStatus bytes = pushApplicationStatus.getStatus ();

if (pasStatus is PushApplicationStatus.STATUS_ACTIVE) {

Connect ('PUSH already registered');

} else If (pasStatus == PushApplicationStatus.STATUS_PENDING) {}

Log ('recording standby PUSH');

} else {}

try {

PushApplicationRegistry.registerApplication (pad);

}

catch (IllegalArgumentException iae) {

log ("Error");

}

}

}

I have tried from this thread from 2 different places in my class that I have defined as:

public Class MyApp extends UiApplication implements PushApplication

I tried it from MyApp constructor and a method after of

enterEventDispatcher() is executed.

It takes to grow a record in a separate Thread?  I've seen examples where push record is made from UiApplication and those where its done in a different Thread.  Is how important it?

I understand that I can not post the actual values of the email of record production, but I used enamel line labels in the section titled:

I got it fixed, but almost by accident.

I started to wonder if I have a method for registration of HttpConnection based would be more appropriate than the PushApplicationRegistry method I used.  At least half of the examples out there do not use PushApplicationRegistry.

So I started to reimplement my method of registration based on PushAgent.java I found here: http://supportforums.blackberry.com/t5/BlackBerry-Push-Development/Simplified-BIS-Push-client-sample...

I noticed that it added "mss/PD_subReg" to the url.  As I had nothing to lose, I added "mss/PD_subReg" to the url that I got from RIM confirming the displacement of our application in production.  Has been in a section titled "Request credentials (to use in your client application)" and was labeled "PPG Base URL."

The * is a note saying his reserved production.

All started to work just fine right there.

I'm just curious, I spent a day combing through the documentation and could not find any references to this outside the sample program on the link I posted.  Anywhere else I could look?

Tags: BlackBerry Developers

Similar Questions

  • Active Sync problem - push slow

    Hello

    I use the premium new Z5 with Active Sync (Microsoft Exchange Online). The email push notifications come very late, sometimes several minutes later. What could be the problem?

    Thank you

    Marco

    Yes, I want to say if he is connected to WiFi or not, is not serious.

    But I think to disable endurance mode might be the trick.

  • Deployment problem push SDK samples

    Hi all

    I'm trying to deploy the sample applications that came with the latest version of the SDK Push (debugging and sample push initiator information) and I get following error:

    FYI, I installed the SDK push under Program Files/BBS, after I uninstalled it and tried different directory error dissapeare. I should have try that first (before applying my own PropertyStore)

  • Why show Audio time units does not work? Maddening problem.

    Gentlemen, I am posting from the iPhone and do not have net access for computer so I will be brief and I can't post screenshots.

    Mounting with Show Audio time units no longer works on my setup. Adobe CS5 Production Premium.

    Can I change only the images of the film (the project is 1080 p 24) and it absolutely does not allow me something else. I checked not checked and rechecked the tab a dozen times. Restarted the program and even my computer a dozen times. I lost my voice screaming.

    WTH is going on here? I put four 12 hours a day in this one and am now completely stuck. Impossible to move forward.

    I would be very happy to help. Display via iPhone is incredibly difficult. I opened an older project, and it was not too be able to change with the audio time units. It's like my first pro is broken, but I'm absolutely unable to uninstall and reinstall now. I need to fix here and now, located in the middle of nowhere with no net access.

    This has happened once before, and nobody had no answer. I was forced to empty the entire project. This is not an option here. Thank you.

    You probably already checked the obvious things like having snapping power off and ensuring that any audio signal which is linked to the video is separated before editing, but I must still mention.

    Try to launch Pr from the shortcut on the Start Menu (or however you launch an application on a Mac that does not involve a double click on a project file) while holding down the keys Shift + Alt (Shift + Opt on Mac).  Maj resets the plugin cache and Alt (Opt) resets preferences.  Hold down modifier keys until you see the Welcome screen in the PR.

    Jeff

  • My interactive form is a hot mess (several problems with javascript and formcalc)

    I have worked on a report form of dynamic loads for our society, but have met with a number of problems. I would appreciate help on one of them!

    Problem 1:

    Last subform: table 4 (Miscellaneous) - this subform does not force the footer (signature, comments) section as other subforms do downstairs. The painting is in a subform positioned within a subform flowed. 3 other tables have no problem pushing data down.

    Problem2:

    The button "-" on the tables (to subtract a line) USED to work, but now are not. The button "-" on EACH table is broken.

    Problem 3:

    Add line still works fine on most of the tables (with the exception of the final table, MISCELLANEOUS charges). If I add a few lines of the last subform apparently stops working altogether past tier 3 buttons. Add 2 lines to the final table (miscellaneous charges) to see what I mean. It seems to me that this problem is probably related to problem 1 somehow.

    Problem 4:

    Cannot get GRAND TOTAL working little matter what I try.

    I downloaded my work in progress here: www.essential-equipment.com/pdf/ExpenseReport.pdf

    If anyone can help me I would be very happy.  Also, it would be difficult to make this form capable of carry over to a new page?

    Thanks in advance to anyone who helps

    Hello.

    Problem 1:

    The subform of deviations "Table4Subform" is not set to automatically adjust to the height.

    Problem 2.

    The removal script is in a complex way, use this script instead:

    if (this.parent.parent.instanceManager.count > 1) {
              this.parent.parent.instanceManager.removeInstance(this.parent.parent.index);
    }
    

    Problem 3:

    Remove the grouping 'Body', then the subform flow crrectly on the next page.

    Problem 4:

    The benchmark for total fields are not correct, this is why the grand total script fails.

    Change in:

    Sum(Table1Subform.Table1.FooterRow.Total1, Table23Subform.Table2.FooterRow.Total2, Table23Subform.Table3.FooterRow.Total3, Table4.FooterRow.Total4)
    
  • Failed to instantiate new custom class object - no trace of the stack

    Hello

    I have a little maddening problem. I created a custom class called 'Notification '. When I try to create an instance of the latter, I don't get any stack trace. Here's the class:

    package net.creative.core.util;
    
    import net.rim.device.api.system.Bitmap;
    
    /**
     * These are the notification objects that are created and stored
     * when a push notification is sent.
     * @author Heather
     *
     */
    
    public class Notification {
    
        private String title;
        private String content;
        private Bitmap image = Bitmap.getBitmapResource("appicon.png");
    
        public Notification(){
            title = "Title";
            content = "Content";
        }
    
        public Notification(String _title, String _content){
            title = _title;
            content = _content;
        }
        public Notification(String _title, String _content, Bitmap _image){
            title = _title;
            content = _content;
            image = _image;
        }
        public String getTitle(){
            return title;
        }
        public String getContent(){
            return content;
        }
        public Bitmap getImage(){
            return image;
        }
        public void setTitle(String _title){
            title = _title;
        }
        public void setContent(String _content){
            content = _content;
        }
        public void setImage(Bitmap _image){
            image = _image;
        }
    
    }
    

    I don't think it's a problem, but the screen I have tried to create an instance of in the Notification is in the com.creative.core package. I imported Notification on the screen while... Any ideas?

    Never mind.. just resolved.

  • Required folder cannot be found

    I know I've asked this question before, but I have not found an answer, so I thought I'd ask again.

    When you try to synchronize only my Ipad My Imac via I tunes, I get:

    I also have the following

    When I back up Ipad my wife to the Imac even, but in his account, there is no problem.

    I checked the permissions on the folder Itunes which seems to be very well.

    I hope that someone will be able to point me in the right direction to solve this maddening problem.

    Thank you

    It will be useful to expand the small triangle next to '3 Total problems' and show us. The real problem is if all goes well.

  • Wild Virus entry - ' [[[...' generated automatically in the entry fields]]]

    Whenever I go to or click on any type of input field (this could be an Email, a word in the document of entry cell in Excel, Internet browser input field, etc.) the following begins to appear automatically in the input field ' [[[... "and repeats continuously until I hit"ESC"or"DEL".

    I ran various Security analysis (Trend Micro, McAfee, MS), but nothing is identified. It is a maddening problem, as I constantly stop and re - type any entry.

    Yes, I think also the defective keyboard and not a virus problem.
    You will need contact Toshiba ASP in your country in order to replace this part.

    Good luck

  • Outlook suspended all few minutes - Portege R500

    Hi guys - I have this maddening problem when outlook 2003 is connected (via vpn or lan) the entire computer freezes every minute or so. I can see the hard drive light goes solid, but it does not appear to be of particular process that takes all CPU cycles.

    Everyone knows this? I m on XP

    Have you noticed that using another application?
    Do you use your laptop at home or in your office?

  • Whenever I have move photos from one folder to another file, the picture is no longer accessible.

    I use Windows XP - perfectly up-to-date.  Whenever I have move photos from one folder to another file, the picture is no longer available and cannot be removed with using unlocker.  This has happened for several years.  I copy pictures and new folders whenever I want to move them, but sometimes I forget and move them and then I lose the picture I'm trying.  I also noticed that there is a strange file that opens in the trash that won't let me remove it without using unlocker. These files start with "Dd" followed be a number.  When I delete these use unlocker, another will appear the a different number on this subject.  It is a very maddening problem.  It is not possible for me to do a system restore because it lasts for quite awhile.  Please help - I'm tired of losing pictures that I can't replace.  Thank you for your help.

    Hi JB_11321,

    Thanks for the reply.

    Have you tried methods 1 and 3 mentioned in my previous post?

    We meet after completing the steps so that we can better help you.

  • I installed KB2559049 and reinstalled several times but it keeps showing as needing to be installed

    I installed KB2559049, reinstalled, reinstalled and now and on.and anything will do. The same warning message appear telling me that "updates are ready for your computer. The next time I have installed the update and I restart the computer, the same message - even if the update has been successfully installed! When I tried to download the file in my downloads folder, it does not open, and I got a message saying that it was not compatible with my system. How can I solve this maddening problem?

    Hi Scombrolabrax,

    See the article after some troubleshooting for your question:

    http://support.Microsoft.com/kb/910339

    I hope this helps!

  • Why the standard user can't print on network?

    -Computers A and B are networked through a router Linksys Wireless.

    -An HP printer, set apart, is attached to A computer, via USB

    -Both computers are under XP SP3

    -All users on both computers can access the Internet.

    -All users on A computer can print

    - But only administrators on the computer B can print. Why? !

    It is a maddening problem - I spent hours trying to figure out how to give the ability to print the standard user on computer b. , but it will only print on the network if I give her a Director.

    If I keep him a standard user, he can see the printer. His printer status indicates ready. If he sends a print job, it goes into the queue, it shows that the impression, then disappears into the void.

    Already tried rerunning the wizard of networking on both computers. File sharing and printer are turned on. Nothing works. No one on computer B to print unless I make him an administrator. Then there is no problem. Help, please!

    Tom

    Hi Tony,.

    Try to configure the security settings for printer on the computer a. Click Start-> settings-> printer and faxes-> right click on your printer-> properties-> Security-> Check for permission for everyone... You can also add the UserID from the other computer (computer B) and provide the access rights to the printer.

    I hope this helps.

  • Windows 7 full screen games and desktop applications losing focus and stealing discussion questions

    NOTE: The updates at the top of this announcement, the original message is less than.

    UPDATES: here are a few updates and new information that I have gained since the original publication.

    Registry settings

    After doing a lot of reading, I found some registry settings that appear to solve some of the problems I see. All three were found in HKEY_CURRENT_USER-> Panel-> Desktop

    ForegroundLockTimeout: Has been reset for some reason any. I removed the key and restarted, but he is back to zero. This is why I looked at the default value of 200000 (decimal) and set it. After that, he stayed. \

    I saw two other keys HungAppTimeout, WaitToKillServiceTimeout, and WaitToKillAppTimeout and all have been set to zero. I deleted these registered.

    I have no idea what set these registry keys to zero, but after being put into default, I can now click on an application full screen reduced, and he returned immediately. I can still lose focus in full screen or desktop app, but not as often as before and now he is usually just badly behaved apps stealing focus rather than seemingly random events.

    I wonder if there is a patch that has changed these values, or a settings option that does. From what I read, they are sometimes twisted to allow faster restart and stop servers.  I don't have a software that would be while and manually set their and none have the people I know. One of them has confirmed that their box also has these set values zero and has no idea why.

    I hope this information is useful to other people with odd focus problems.

    ORIGINAL POST FOLLOWS *.

    I have a problem in Windows 7, which at first I thought a number of different problems, but I am more convinced that they are all connected.

    All of them started to happen around the same time - late January or February after a Windows Update - and largely the same or very similar issues affect 3 of my friends and co-workers running Vista and 7. Unfortunately my notes on the update happened while the time are missing, but all 4 of us have seen questions start at the beginning of the year in the January/February calendar, which makes it seem like they should be linked.

    NOTE: There were a few minor problems before even with the update, but nothing like what happened in early 2011. I had problems to update with Vista and 7 alone, but they were rare and sometimes fixable with registry hacks or it was an offending program, something did not like Aero, etc..  The questions below got a lot worse in early 2011 so they appear together in this post.

    I will describe each problem separately and the affected BONE and the symptoms, and I hope that some can make sense and help me solve the problem. Major problems first, then a few small problems and measures that I took to the to check follow after. Sorry for the long post, but it's a maddening problem affecting many people, and I want to be as complete as possible.

    Games not switching and the apps full screen #1: if I'm in a game fullscreen and I go to the office, it is very difficult to go back. If I click on the taskbar icon, nothing happens. I have to click on it repeatedly, often a dozen times or more before the application full screen or game is restored. It is most often with the games. Full screen I don't want not maximized, I mean where a program takes the entire screen. Games is easier to reproduce so far have all I currently use the question and variances in how it is difficult to come back in full screen are not significant between them.

    Apps full screen #2 focus lost: this happens especially to my friend running Vista, when you play the game full screen. She will play something like the Lord of the Rings Online and she loses the keyboard focus and the mouse, but the game is always full screen. Usually the only way that she can solve the problem is to use CTRL-ALT-DEL to bring up the Task Manager, which for some reason solves the problem and she can return to the game for a little while that. I run Windows 7 with another couple of friends and we can also see this question, it is much less common. Changing an old mouse seems correct for Vista for some reason any. 7 that it happens rarely, if hard to duplicate to see if changing the mouse would help. In any case, will and against a beautiful new mouse laser mouse is usually a horrible option.

    Office applications #3 lose focus: it affects two of us under Vista and 7. We will be typing in chat, email, anything... and the foreground app will lose focus. What catches there that is impossible to determine. In my case, I can occasionally see a taskbar popup button and then disappear immediately, but I have never been able to track it down. Running in safe mode or boot seems to have no effect on this, or disable all services, extension and program but by default Microsoft in Windows 7 and Vista. Its almost like a Microsoft program is to do. Also, even though I mentioned the taskbar icon appears briefly from time to time, which cannot be bound: it does not always coincide with the loss of focus and is not always present when the focus is lost.

    #4 desktop applications lose keyboard focus and the mouse: it's like the number #2 above, but happens at the level of the office. Unlike the #3 that the window does not lose focus, it is always in the foreground, but keyboard and mouse stop working. It is usually impossible to move to another window. Just like #2, the solution that we have so far is to use CTRL-ALT-DEL to switch to the Task Manager, which temporarily solves the problem. ALT-tab through windows does not work.

    Here are other minor problems that may or may be linked, because they seemed too much to start with.

    Switching away applications full screen takes more time: Windows 7 on my machine, switching off games full screen takes more time than he did in the past. It was a minor issue in autumn 2010 and became much worse early 2011.

    Some windows lost focus while being re-size: if I take the corner of some windows for re - size, sometimes the re-size operation stops until I release the mouse button, as if he has lost the focus. Color of the window indicates usually focus however is still there, and grabbing the corner once again we will move me a little more. It may take several tries to get the window size as I want, as the re-size operation closes several times before I release the mouse button. This affects only 2 of the 4 people I talk so much that I can tell from our conversations and shared between Vista and 7. Both of us have Logitech mouse it might even be a driver problem, but using a mouse cheap test has not fixed the problem with me.

    Firefox: Firefox repeatedly will "dim", where Aero makes the window lose color to indicate that the application is not responding. It didn't happen before January 2011 for any version of Firefox.

    Concrete results to track down the problem:

    I ran programs like WhatHang and others who are trying to catch the programs that are suspended, stealing focus, etc.. Hours of testing found no results except that Firefox crashes frequently. Disable Firefox doesn't solve all the issues however, so I guess that its not related.

    I tried booting safe and clean, and they have had no effect. Secure boot is rather useless since I can not usually run programs that show the problem more easily. I also tried turning off everything except what comes with Windows 7, and it had no significant effect.

    I tried to use a different mouse. While it helped a bit with one of my friends, it only helped me so far. Different mouse drivers do not seem to help either. I also tried various nVidia without significant information acquired or corrective drivers.

    I also ran through various other ideas here as the race of the file system scanner and so on and not found any problems with my system, and where I could help my friends do and they also found nothing of note with maintenance and verification tools.

    My friends and co-workers: most of them are not local to me, so my focus of their issue has been rather limited. The main thing that we all have in common is that we had some minor problems in the past, as in 2010, and they've all got a lot worse in early 2011. Unfortunately none of us kept of records accurate enough to indicate any special updates that might have caused it.

    In any case, I apologize for the log message, but this issue emphasis is maddening. Its become a frustration serious then I thought to post information on the problems which seem related would be the more useful approach.

    I am a graduate of comp-sci systems and a companion systems programmer, and I have tried everything I can think of to debug and isolate problems, symptoms, etc. and had no chance. My friends are usually illiterate computer so that they are even more perplexed and frustrated by this problem. In my reading the forums, I see a lot of Windows Vista and 7 discussion questions, but rarely a lot of details, and when a problem is identified, it this far does not apply to me or my friends.

    I am happy to provide any other details I can.

    Updates:

    I forgot to mention that I have a Setup dual monitor. Aero seems unhappy with it, a lot of flicker when switching to full screen in games and other applications. I guess its because a single display off Aero while the other has it we or maybe not accelerated. Remove the second screen does not solve the problems I see, but I mention it in the interest of further development.

    I want to just chime in that I see similar (but not exactly the same) behavior and time seems to match as well. Among the updates must have messed something up. I forgot my Cardinal never update rule anything :/

    In any case, I have a few specific questions all problems related to full screen/window/input. When you play the Witcher, when you look at, if the mouse touches the edge of the screen, it stops, thus giving a very narrow range of angles I can watch from. Baldurs gate, as soon as I hit any key, I can't click on anything whether (and what I typed does not appear). Looking for police 3 (dosbox) it works fine until I hit a key, and then the mouse bounces oddly around the screen. If I alt - tab, in these 2 cases to last and go back, the problem is solved until I have a button again. In the case of the Witcher, if I alt tab and click the icon to the taskbar, it seems this problem, until I have a press.

    And I'm sure I had none of these problems a few months ago. I have tried everything I can think :( I tried the registry settings, but they do not seem to help.

    Edit: Oh, almost forgot. Whenever I click on full screen on an online video, like youtube, it appears in the background behind other windows, and then I have to click on it in the background to bring it forward. Very weird. Not sure if it's related. I'll try to change my video drivers... So boring when everything was working fine a few months ago.

    Edit 2: Do not take into account my post, I had a program called synergy race (usually use a mouse on multiple computers at the same time). Apparently, he was the problem.

  • Kind of a stupid question

    I have a background running thread that I use to make a display. When the user needs more screen I pop, but since this is the only screen on the stack (I guess that's why he does) he just stays there. If I hit the "end" key the display will disappear and will be is no longer displayed.

    I tried to use this.close that works perfectly, but it allows me to re - push the screen once it was pushed at the same time.

    That's what I'd like the app to do

    1 screen is pushed to the background thread

    2. the user closes the screen

    3. the screen closes

    4. the user wants the new screen

    5 screen is re-pushed

    I use it to push the new screen that should have no problem pushing the screen if it is not running right?

     UiApplication.getUiApplication().pushScreen(new MyScreen());
    

    I suggest that you do not close it.  Just requestBackground.  The screen will disappear.  Then, when you want it again, requestForeground.

    While in this State, you do not want the user to select from task switch, then return false at acceptsForeground.  Of course, this must change to return true before making your requestForeground, otherwise nothing will happen.

    If the user selects your application via the icon, then the OS will be a requestForeground for you.  If you have acceptsForeground returning false, that I think will not work and will end up being pretty frustrating (although I've never tried).

    I think that the reason that the screen seems to stick when you pop, is that there is nothing to show again.  Then you force an interaction, and the application does not have a screen, and user interface displayed the white screen.  If you start a UiApplication without pushing a screen, you will see the same thing.  It appears in the Chooser of the task, then when you select, you get a white screen.

    I hope I understood your problem, and this helps.

    Edit: to clarify a little more

  • How to get a USB 2.0 wireless adapter to work on Win7 Ultimate 64-bit?

    Details:

    ASUS P8Z77 - V motherboard w/Intel Core i7 3.5 Ghz 3770 K LK
    16 GB OF RAM
    HWUN4 USB 2.0 wireless adapter b/g/n w/Realtek chipset Hawking RTL8192CU
    Windows 7 Ultimate 64-bit fully updated to include SP1
    It is the second USB card who refuses to work on this platform, the first being something Rosewill which also uses a Realtek chip.
    I checked that the drivers for my MB are up-to-date, verified that I have later Hawking, tried drivers directly from Realtek drivers for the chip and assured that I installed the latest Intel MEI driver package for my motherboard. I went on the USB settings in the BIOS, but I'm not exactly fluent in what the options really are or do. I went through all of this also try to get the Rosewill unit to work several months past, as well, but without success with a device. It is postulated that the Hawking unit is actually Edimax, although I can't find any similar product on the site in order to try the drivers for. I also completely turned off my firewall ZoneAlarm and Avast! antivirus during installation and configuration, for the same results each time. The results does not same are achieved regardless of USB 2.0 ports 10 or if I connect to the adapter for.
    With this Hawking and the previous Rosewill adapter, drivers seem to installs successfully, such properties as displayed in the Device Manager say "this device is working properly", but they do not find a wireless signal. Simply says Windows Network Diagnostics adapter is "problems" and suggests that drivers can be a problem and always indicates that the latest drivers are already installed every time I have send the update to the latest drivers on my hard drive.
    I can come to only three possible conclusions:
    (1) Windows 7 Ultimate 64 - bit is unable to use USB 2.0 wireless network cards.
    (2) Windows 7 Ultimate 64 - bit is unable to use USB adapters based on the Realtek chips.
    (3) my motherboard lacks the correct BIOS settings to fully activate USB wireless.
    I have several other USB 2.0 devices that all work fine on this platform, including cameras, USB keys, external drive docks, mice, keyboards, phones, and others. I googled the days and found nothing to convince me the problem with my motherboard, I can't find anything specific on Win7x64 being a problem with this. Comments on NewEgg and other sites indicate people successfully use wireless adapters USB with Win7x64 and even on the same motherboard, I use, so I have to assume that I have either overlooked something or not yet found appropriate hardware and/or software settings.
    With this post being half-rant and half-cry for help, I will respectfully ask for suggestions on how to solve this maddening problem.

    «I don't mention it in my first post, certainly, but these devices have very certainly works wonders on a laptop with Win7x64 and a desktop computer with WinXPx32 installed.»

    So your previous conclusions are wrong, because they contradict what you are saying now.

    I can come to only three possible conclusions:
    (1) Windows 7 Ultimate 64 - bit is unable to use USB 2.0 wireless network cards.
    (2) Windows 7 Ultimate 64 - bit is unable to use USB adapters based on the Realtek chips.
    (3) my motherboard lacks the correct BIOS settings to fully activate USB wireless.
     
    I wanted to know if the adapter STILL works, not its past history. I have a D-Link WDA 2320 worked in another PC perhaps a year previously, but now it shows in the configuration, and that's as much as I can get with it. A few years ago I had a computer that did not like any wireless device, either PCI or USB and finished by hard wiring it which was very annoying.
     
    OK, back to your...
     
    Go to Device Manager and uninstall the device.
    Then set Device Manager to show hidden devices.
    Remove any instances where the adapter has tried to implement on a USB port
    Remove all instances of the downloaded driver files.
    Restart the computer. There should be nothing about it that the adapter can use more
     
    Then download a SINGLE instance of the pilots approved here. http://hawkingtech.com/products/hawking_products/Hi-gain_wireless_networking/HWUN4.html
     
    According to the manual, you must run the file from the driver before connecting the device to the computer...
    Connect the device and then run the driver file. Restarting after the installation of the drivers and when the computer is back running, connect the device...
     
    If you no longer have the manual or quick setup guide, get from here...
     
     
     

Maybe you are looking for