Very interesting and quizzical issue in JNI COding.

HI All,
i've been facing a really frustrating, interesting and mindwrenching issue in my native code. Here is a background.
1. I was given a thirdparty ACtiveX OCX file that needed to be called through JAva.
2. I wrote a C++ JNI wrapper to call the methods of the activex object.
3. I first initialize the object, set the relevant parameters (sent from java) and then call the method I need.
4. For every record, I need to perform step 3. NOw, I am ryuning batch loads. THE code works fine for 9500 records. BUt, once the record count reaches 9885, I get a pop-up error from the activeX OCX control. I've not coded that pop-up. It comes out of the blue.
I initially thought that it could be a memory issue, but even after doubling my VM Memory allocation, I get the error. Its not a data issue, because the reocrd that causes the issue, if I run the code just for that single record, it works fine.
Below is the implemetnation of the C++ code. LEt me know if I'm doign somethign wrong or if someone has seen something like this happen before. WHAt is baffling is that it works smoothly for less records. When the pop up appears, no exception is caught on the native side also.!!!
Does java set aside some memory specfic for native libs and that is exhausted after 9885?
I'm running on windows, so is it possible to trace the internal malloc and release within the dLL?
ANy thoughts and ideas will help. I've been struggling for about three days now. ALso, do you know of a good C++ forum that i could post this question?
#include "stdafx.h"
#include "jni.h"
#import "thirdparty.ocx" raw_native_types
JNIEXPORT jstring JNICALL Java_org_nik_integration_test_Exporter_saveAsImage
  (JNIEnv * env, jobject obj, jint height, jint width , jstring fileName, jstring encryptionKey, jshort encryptionAlgorithm, jstring encryptedImage, jshort imageType)
     const char* fName = NULL;
     const char* encryptionKeyc = NULL;
     const char* encImgc = NULL;
     ThirdPartyLib::_DTPPtr tpptr = 0;
     HRESULT hres = 0;
     try
          hres =  ::CoCreateInstance(__uuidof(ThirdPartyLib::TP),NULL,CLSCTX_ALL, __uuidof(ThirdPartyLib::_DTP), (void**)&tpptr);
          //Retrieve values sent from Java     
          fName = env->GetStringUTFChars(fileName,0);
          encryptionKeyc = env->GetStringUTFChars(encryptionKey,0);
          encImgc = env->GetStringUTFChars(encryptedImage,0);
                     tpptr->Key = _com_util::ConvertStringToBSTR(encryptionKeyc);
          tpptr->Algorithm = encryptionAlgorithm;
          tpptr->Img = _com_util::ConvertStringToBSTR(encImgc);
          tpptr->SaveUnencrypted(width, height,_com_util::ConvertStringToBSTR(fName) , 1);
     catch(_com_error &e)
          _bstr_t bstrSource(e.Source());
         _bstr_t bstrDescription(e.Description());
         printf( "Exception thrown for classes generated by #import" );
         printf( "\tCode = %08lx\n",      e.Error());
         printf( "\tCode meaning = %s\n", e.ErrorMessage());
         printf( "\tSource = %s\n",       (LPCTSTR) bstrSource);
         printf( "\tDescription = %s\n",  (LPCTSTR) bstrDescription);
         // Errors Collection may not always be populated.
         if( FAILED( hres ) )
            printf( "*** HRESULT ***" );
          return NULL;
     __finally
          tpptr->Release();
          tpptr = NULL;
          //Release memory - java specific
          env->ReleaseStringUTFChars(encryptionKey, encryptionKeyc);
          env->ReleaseStringUTFChars(ink, inkc);
          env->ReleaseStringUTFChars(fileName, fName);
     }

Well you have now demonstrated conclusively that it has nothing to do with JNI.
It is either a bug with that component and/or you are using it incorrectly. Solutions to either of those would come from the source of that component, which would be somewhere besides here.
If it was a bug then you might find a way around it by doing one of the following
1. Try variations of use (options, parameters, whatever.)
2. Determine if you can solve your problem by only processing 5000 entries at a time (where 5000 chosen just to be significantly lower than the limit you have already found.) If that works then you can solve the problem by using a restartable executable that wraps the component.

Similar Messages

  • Very interesting and informative post-LR/ACR Camera Profiles

    This post by Eric Chan from Adobe is very imformative and reveals the reality of processing of raw files not only from Adobe's perspective but for all software that processes raw files from digital cameras. The thread is concerning Adobe's processing raw files from a Panasonic Camera model in comparison to the Camera's JPEG rendition.
    "Sorry for joining this thread late.
    Unfortunately this is a limitation of our current color profile process. This limitation actually applies to all of our camera models that we support, not just Panasonic. What is happening is that the color transform we've built is optimized mainly for daylight and incandescent light conditions, but when applied to scenes with bright light sources (especially neon lights, and especially blue/purple lights), the transform will tend to oversaturate and clip those colors.
    My team is investigating how to build better profiles going forward, but in the meantime, my main suggestion is to try reducing the Red/Green/Blue Saturation sliders in the Camera Calibration panel (not the HSL tab, and not in the Basic panel). This will help to reduce the oversaturation and clipping, and will give you a better starting point for further edits (Exposure, Contrast, etc.). As a shortcut, you can store your Red/Green/Blue Saturation slider adjustments as a preset that you can then apply quickly to other images you have that show the same issue."
    Link to the actual thread.
    http://forums.adobe.com/thread/1254354?start=40&tstart=0

    My Nikon D80 and D90 don't look the same and I have run comparisons between the Canon 7D and the Nikon D90. Taken together, they all different from each other.
    The biggest difference between the D80 and the D90 seems to lie with the much larger dynamic range of the D90. Compared to the D80 at first glance, the D90 seems washed out at the lower values. This is easily overcome in ACR, but even with that, the subjectivity of the reproduction sometimes gives a nod to one over the other.
    The closest film comparison is Fuji Astia vs Provia. The D90 at default Nikon Camera Standard resembles Astia, while the D80 is a cross between Provia and Velvia. All this is controlable. One slider I use to enrich the D90 presentation is the black slider
    The Canon has other undefined differences which I have simply noted by viewing. I haven't engaged in any tweaking of that camera's images.
    So I'll use both the D80 and the D90 according to what I am wanting to happen. Of course, there are times where the differences simply inform the operator of what may be doable, and then one is tweaked to look much like the other.
    I checked out sprengel's links to the calibrator software. They have stopped at CS3, it seems. How does it perform with CS5? I may want to at least run a calibration of both cameras and look again.
    And, of course, Adobe Standard and Nikon Standard do not agree. At all. So, when is a standard not a standard?
    When there is more than one.
    Looking back at your post, I should specify that the profile I used when making the comparisons have been  the Camera standards, not Adobe Standard.
    Message was edited by: Hudechrome

  • HT4623 iPhone 4 (2011) very sluggish and battery issues after upgrading to iOS 7

    Hi,
    I am experiencing crazy sluggishness in my GSM iPhone 4 (2011 model) after recently upgradig to iOS 7.0.2 from 6.1.3. Phone's freezing every few seconds and when it does, you can't do any activitiy, keyboard will not respond, videos will freeze etc.
    Top of it, the battery is drying up like nuts. It used to work for more than 24 hrs with same settings earlier, now hardly 7-8 hrs !!! ..... I turned off everything like background-app refresh, wireless, 3G, bunch of other things, infact not even keeping any apps running in background while not using, I immediately kill it as soon as I am done using it.
    Am very badly stuck, biggest mistake of my life that I ugpraded to iOS 7
    - Is anyone experiencing similar issues ?
    - Is there any way I can go back to previous version ... is Apple still signing iOS 6.1.3 ? I don't have shsh blob backup of previous version.
    Any thought is greatly appreciated.
    Thanks in advance,
    Rajiv

    rajivrp wrote:
    Hi,
    ..Phone's freezing every few seconds .
    Any thought is greatly appreciated.
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    Also try a Reset all settings
    Settings > General > Reset > Reset all Settings.
    This will return all iDevice settings to factory defaults... you will not lose any data.... But you will have to re-enter all of the device settings.
    If no joy...
    1)  Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    rajivrp wrote:
    - Is there any way I can go back to previous version ...
    Apple does Not Support Downgrading... Never has.

  • Very Interesting and Annoying x505 q875 problem

    Greetings,
    I have an x505 q875 laptop and whenever I start gaming with the power cable plugged in (don't matter if the battery itself is inserted or not) the laptop will shut down in about 20 seconds. The moment I start playing a 3d game and enter the game itself from the menu, the computer shuts down.
    The interesting thing is if I plug out the power cable and start playing the game with the battery as the only source of power, there is no shutdown. But the battery lifespan comes shorter after every use and I only have about an hour to play a game before I willingly recharge the battery or plug it in and watch the pc shut down in seconds.
    CAN ANYONE HELP ME PLEASE!!

    hqthief wrote:
    Greetings,
    I have an x505 q875 laptop and whenever I start gaming with the power cable plugged in (don't matter if the battery itself is inserted or not) the laptop will shut down in about 20 seconds. The moment I start playing a 3d game and enter the game itself from the menu, the computer shuts down.
    The interesting thing is if I plug out the power cable and start playing the game with the battery as the only source of power, there is no shutdown. But the battery lifespan comes shorter after every use and I only have about an hour to play a game before I willingly recharge the battery or plug it in and watch the pc shut down in seconds.
    CAN ANYONE HELP ME PLEASE!!
    Sounds like your laptop fans/vents are clogged with dust and thus causing the laptop to overheat, which causes the shutdown.  The reason for the playability when on battery is that x505 Qosmios actually throttle the GPU and CPU preventing them from doing too much "power draining" activities when on battery.
    You can try using compressed air (you can buy at Office Depot) to clean the fans/vents ; use short bursts.  I've already read of people using a shop-vac to suck the dust out.
    Just to verify it is a overheating problem, download this utility which allows you to measure the temperature of the CPU and GPU.
    http://www.cpuid.com/softwares/hwmonitor.html
    As a comparison, my x505-q8102X CPU and GPU idle at low 40s Celsius.
    Good luck and keep us posted with results.
    ========================================================
    QOSMIO - x505 q8102X
    i7-2630QM , GTX 460m , 18.4" screen @ 1680x945p

  • Playback and render issues Premiere Pro CS6 on Mac

    I have been having very "skippy" and sluggish issues when it comes to playback and editing. I have deleted all the old render files from my project and my hard drive, but nothing seems to work. Can someone please help me? I'm not sure if it is a space issue or what, but I haven't had much of these problems before. I know it's not a sequence settings issue, so I am very confused. My footage all comes from a Maxell P2 Eseries card and my computer specs are:
    iMac
    Processor  2.5 GHz Intel Core i5
    Memory  16 GB 1333 MHz DDR3

    http://helpx.adobe.com/premiere-pro/kb/cant-capture-dv-hdv-video.html
    Also, Go to http://forums.adobe.com/community/premiere and, in the area just under Ask a Question, type in
    maverick
    or
    mavericks
    or
    10.9
    You may now read previous discussions on this subject... be sure to click the See More Results at the bottom of the initial, short list if the initial list does not answer your question

  • Interesting and an  imporatant issue at sales order schedule line.

    hi all,
    interesting and an  imporatant issue at sales order schedule line.
    i created a sales order with 10 qty.and the system proposed a two schedule lines.
    let's say to order created date is 27.11.2008.and the requested delivery date is 27.11.2008.
    but the stock is not available today then the system proposed two more schedule lines apart from the 27.11.2008.so now there are three schedule lines like below.
    schedule line date                      Material availabilyt date   delivery date                   
    27.10.2008 with zero quantity.     
    28.10.2008 with 5 qty.                28.10.2008                     29.10.2008
    02.10.2008 with 5 qty.                02.10.2008                     03.10.2008
    now the delivery and pgi already for the schedule line 28.10.2008.
    then when i run the availability check on 01.11.2008 system is over writing the material vailability date as today at the scheduleline number two.
    now i can able to view only two schedule lines only.
    schedule line date                      Material availabilyt date   delivery date                   
    28.10.2008 with 5 qty.                01.11.2008                     29.10.2008
    02.10.2008 with 5 qty.                01.11.2008                     02.11.2008
    now my concern when we reschedule the avalability check it should notchange the Material availability date of the schedule line which i already delivered.
    Regards,
    sheshukumar

    can any one repsond for this.....

  • Navigation very slow and not able to enter in memory a sequence issue

    Hello,
    we have a big problem with oracle forms performance since we deployed our
    application to the web. all our customers are not confortable with this new
    environment because the sytem are very slow and working it's very difficult.
    our application is very slow in point of when the user use very quickly the key
    functions it doens't work.
    I explain :
    for example, we have a button &Verifier (alt+v : acces key to this button) and
    when clicking to button we have a dialox box that contains 2 buttons:
    Oui(alt+O:access key) and Non(alt+N:access key) and if we click Oui(alt+O) it
    popup as an information box and we must click Ok(alt+O: access key).
    then if we click quickly alt+v after alt+o after alt+o it doens't work and it
    wait to click againt alt+o.(like the system doesn't follow or has not yet enter all the sequence in the memory)
    before in client/server it work's fine.
    it's like our application in the web it's not able to entered in memory a
    serial of access key.
    please can you help me the problem is always occuring in the production
    environment.
    our environment:
    - oracle jiniator :1.3.1.22
    OAS 10G (9041)
    DATABASE 9206
    - the complete version of forms : 9.0.4.0.19
    - we have 23 USERS.
    any help are welcome, the problem are urgent.
    thank you.

    Hi
    Lets analyse and hope to narrow down your issue
    We have used the Pick and Pack Manager to release goods from Sales Order through to Invoice. The functionality offered is good,
    > Slow performance could be triggered by multile issue  , so lets wait
    > Do you know PICKand PACK manager is only for status ,but it actually doesn't affect inventory level .
    but in practise the system is so slow it is taking 2 to 3 times longer than copying to a Sales Invoice.
    > You need to do delivery first and transfer the delivery into invoice .
    Is there any way of cutting out part of the process to speed things up? What we really need is to be able to create an invoice(s) straight from the Pick and Pack manager.
    >> It basically depends upon your business process . but by software , You can bypass Pick and PACK Manager process. You can transfer  your sales order into A/R invoice  and while posting A/R invoice , inventory will be reduced .
    Hope this help to narrow down your issue
    thank you
    Bishal

  • My iPad mini adapter shorted...I bought a new one but since it charges very slowly and when charged to 100% it falls to 95% immediately after being unplugged...what might be the issue????

    my iPad mini adapter shorted...I bought a new one but since it charges very slowly and when charged to 100% it falls to 95% immediately after being unplugged...what might be the issue????

    When it does that. Replug the charger and charge to 100%. Now does is stay charged when you unplug the charger.
    You may need to recalibrate your battery.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
     Cheers, Tom

  • I use itunes on a Dell XPS502 with W7/64. In some cases have have problems to import CD's. The sound is very disturbed and the import need a lot more time than in normal cases. Is there a problem between itunes W7/64 or a known hardware issue?

    I use itunes on a Dell XPS502 with W7/64. In some cases have have problems to import CD's. The sound is very disturbed and the import need a lot more time than in normal cases. Is there a problem between itunes and W7/64 or a known hardware issue?
    Example-CD : "Tracy Chapman , Telling stories" is not able to import . I have more such negative cases. But in other cases it works fine and the sound is great.
    The firmware at the inbuild CD/DVD DS-6E2SH is the latest version.
    What can I do??

    hi b noir,
    I don't no about virtuel drives like you mententioned. In the mean time I have rebooted the XPS and run again the iTunes diagnostics. I think the back - chance in the registry was not ready to use.  Now there are another results. They are the same in case of a running CD or a not running CD. The difference in total is like before. It takes more time that iTunes reads the (bad) CD and at the there is no good sound. In both cases ( running or not running CD) iTunes diagnostics gives as a result :
    (the copie from ITunes shows the result of the not running CD from Tracy Chapman)
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    Dell Inc. Dell System XPS L502X
    iTunes 10.3.1.55
    QuickTime 7.6.9
    FairPlay 1.11.17
    Apple Application Support 1.5.2
    iPod Updater-Bibliothek 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.0.25
    Apple Mobile Device Treiber 1.55.0.0
    Bonjour 2.0.5.0 (214.3)
    Gracenote SDK 1.8.2.457
    Gracenote MusicID 1.8.2.89
    Gracenote Submit 1.8.2.123
    Gracenote DSP 1.8.2.34
    iTunes-Seriennummer 00D7B2B00CD25750
    Aktueller Benutzer ist kein Administrator.
    Aktuelles Datum und Uhrzeit sind 2011-06-11 19:33:22.
    iTunes befindet sich nicht im abgesicherten Modus.
    WebKit Accelerated Compositing ist aktiviert.
    HDCP wird unterstützt.
    Core Media wird unterstützt.
    Info zu Video-Anzeige
    NVIDIA, NVIDIA GeForce GT 540M
    Intel Corporation, Intel(R) HD Graphics Family
    **** Info für externe Plug-Ins ****
    Keine externen Plug-Ins installiert.
    iPodService 10.3.1.55 (x64) arbeitet zurzeit.
    iTunesHelper 10.3.1.55 arbeitet zurzeit.
    Apple Mobile Device service 3.3.0.0 arbeitet zurzeit.
    **** CD/DVD-Laufwerkstests****
    LowerFilters: PxHlpa64 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.2.0.1),
    D: PLDS DVDRWBD DS-6E2SH, Rev CD11
    Audio-CD im Laufwerk
    11 Titel auf der CD gefunden, Spieldauer: 42:07 auf Audio-CD
    Titel 1, Startzeit: 00:02:00
    Titel 2, Startzeit: 03:59:47
    Titel 3, Startzeit: 07:19:27
    Titel 4, Startzeit: 11:31:30
    Titel 5, Startzeit: 15:31:50
    Titel 6, Startzeit: 20:07:50
    Titel 7, Startzeit: 24:27:15
    Titel 8, Startzeit: 27:49:10
    Titel 9, Startzeit: 32:41:25
    Titel 10, Startzeit: 35:29:65
    Titel 11, Startzeit: 38:38:00
    Audio-CD erfolgreich gelesen (Suche nach alter Firmware).
    Laufwerksgeschwindigkeit erfolgreich erkannt
    Die CDR-Geschwindigkeiten des Laufwerks sind:  4 10 16 24
    Die CDRW-Geschwindigkeiten des Laufwerks sind:  4
    Die DVDR-Geschwindigkeiten des Laufwerks sind:  4
    Die DVDRW-Geschwindigkeiten des Laufwerks sind:  4
    After starting the import it is going slower and slower. If it is helpful I can send you a soundfile with these distortions.
    best regards
    tcgerd

  • I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I have now recently downloaded 10.0.2 which is confusing in itself, as, as far as I can ascertain that is actually version 11, but I'm not even sure about that.
    Version 10.0.2 is the newest version and the successor to GarageBand '11 (version 6.0.5).
    The '11 is referring to the iLife '11 suit of multimedia application - the older GarageBand was a part of this bundle.
    Have a look at Edgar's graphical enhanced manuals, the explain very detailed how things work and why. You can buy them as iBooks from the iBook store or directly from the page:
    http://DingDingMusic.com/Manuals/

  • Tell me what is ******* going on!!!????! The time and date issues!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Every times I went to Apple store, the phone automatically works good time, but when I came back, my phone is working very slow with wrong time!

    The time and date issues!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Every times I went to Apple store, the phone automatically works good time, but when I came back, my phone is working very slow with wrong time!
    I want to get a new iPhone to replace this defective phone. I am gonna be crazzzzzzzyyyyyyyy with anger,!!!,!,,,!  I takes2 hours to go to Regent street apple stores for three times!!!!!. It is a lot of transport fees !
    PLz tell me why! How to deal with it !

    Unless it's confirmed officially that your phone is defective, then you can ask for a replacement. Or you have to live with you. However you can trade it for a new one if you don't care the price drop.

  • Timeline issues - when i drag media back, the timeline becomes very large and out of whack!  What is this CS4

    timeline issues - when i drag media back, the timeline becomes very large and out of whack!  What is this in CS4?

    You are in the wrong forum!
    Premiere Pro CS4 & Earlier

  • I have a new iphone6+  and have paired it to my 3 cars. When playing music from my iphone, the volume is very low and I have to turn the car volume to max to listen. I had no issues with previous iphone parings. Pls help.

    I have a new iphone6+  and have paired it to my 3 cars. When playing music from my iphone, the volume is very low and I have to turn the car volume to max to listen. I had no issues with previous iphone parings. Pls help.

    Sorry if this is too basic or confusing
    Apparently in iOS 8 there are different volume settings for different applications
    The setting on the home screen does not carry over to Pandora for example and it is different ( or at least appears to be) for the in-car experience.
    So I would try to stream the music when not in the car - see if you can turn the volume up and then try again in the car
    Please let us know what happens
    Thanks

  • TS1398 Ever since I upgraded to iOS 7.0.4 my wifi strength is very weak and I have connection issues all of the time.

    I upgraded my iPad 3 to 7.0.4 and now I have wifi issues I never had before and apple customer support is no help. Does anybody know how to solve this issue?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • HP Spectre x360 13-4002dx active pen and other issues

    Hi, I'm havng issues with my active pen, but wasn't sure if it's an issue with my laptop or stylus (or if it's a software/driver issue). Is there an easy way to tell?Also, I've been using my laptop for a month now, and recently have had other issues, listed below. I wrote them down below in case that could provide some information, and/or if those issues are something I should be concerned about and should try to fix. To begin with, after doing some research, I bought a Synaptic active stylus (the Dell one), which worked very well for the first two weeks until last week. All of a sudden, it started to respond very awkward and randomly, sometimes it's too sensitive and draw lines even when the pen was off the screen, and sometimes it didn't draw anything at all even though I see the small circle following my pen tip. I initially thought it was due to low battery, but it's the same issue after I replaced the battery. Right now, the laptop doesn't respond to pen touching the screen (no clicks, no writings), although the pointer follows the pen. Any ideas on how to resolve this issue? How do I know if it's the pen that is faulty or if it's the laptop? Other issues I had or am having:1. Today, I had a BAD_POOL_HEADER error and blue screen of death. After reboot, everything seems to still work, but the login is now much slower. It's very fast to reach to the login screen, but it takes 2-3 minutes to bring up the desktop and other startup applications after I enter my password (I think it used to take less than 10 seconds). I tried rebooting 2-3 times, and it was always the same. 2. The laptop seems to gain heat very easily. With moderate workload (example, some websites with flash advertisements or videos), it can easily go above 70 degrees Celsius on either core (according to CPUID HWMonitor). One time, the system actually failed and forced hibernated due to overheating. (To me, the screen went blank all of a sudden. I turn the laptop back on, and the screen printed a message for a while saying it forced shutdown due to overheating. I realized it was hibernation after I logged in since I see all my windows) 3. On the second day of use of this laptop, the laptop just shutdown for no good reason, and then couldn't boot, saying it cannot find boot image or something like that. I looked up the web and found that it could be a BIOS issue. It said to try reseting the BIOS setting, and then it worked. I also upgraded the BIOS image to the latest after this incident. 4. This is probably more a router issue, but I initially had problems connecting wireless to my router. It was solved after changing my router. For those who are interested, the details is as the following: my old router supported up to 802.11n , but not 802.11ac, That shouldn't matter, but all wireless connections get disconnected once in every several hours if my HP Spectre x360 is trying to use the wireless. However the wired connections stayed ok when this happens, so the router is only "partially" killed. The fact that all wireless connections are getting killed seemed to me that the router didn't like something from my HP laptop. To be fair, I didn't try not using my HP laptop to see if the issue goes away, so it could be  a coincidence that the router started to go faulty at the same time I bought and used my HP laptop. Anyways, it seemed it's a router issue, so after replacing the router. the issue went away. Thanks. 

    Will investigate and let you know what I can find out.
    Although I am an HP employee, I am speaking for myself and not for HP.
    Please click the little thumbs-up dealybopper to the lower right if my reply was helpful to you. Please mark Accept As Solution if it solves your problem. This will help others, too!

Maybe you are looking for