IDSM on 6500 Native IOS

we are running the IDS in mod 8 I do not see 8/1 the monitoing port assigned anywhere, but on vlan 2 I see 8/2, we have vlan shut dur to security. when I do a sh vlan I see all the IDS ports 8/3..8/8. how do I know if 8/1 is monitoring the traffic on the IDS?. I tried to set a vlan 188 to 8/1 and it would not set. any help would be great! thanks

As far as I can see I'm using SPAN, when I do a sh port count I see data and in IEV I'm getting alarms. Is there anyway I can display the vir ports of my IDS it's on mod 8

Similar Messages

  • How to convert a Hybrid Sup3 to a Native IOS Sup3

    I have redundant 6509's with currently 1 sup 3 board in each. The Sup3's are running Native mode. The Sups are not running redundant to themselves. If I lose a switch, I have to physically move cables from one switch to the other. I have just received 2 new Sup3 boards that are configured for Hybrid. How can I incorporate the new Hybrid boards into the NAtive system and convert the new boards to NAtive and get the MSFC's and Sups to back each other up? Is there a simple document or URL that anyone can direct me to? Or has anyone experienced this for themselves???

    There is no "Sup3" for 6500. Did you mean to say a Sup720? Here are the conversion process.
    http://www.cisco.com/warp/public/473/81.html
    http://www.cisco.com/warp/public/473/80.shtml
    If you have a Sup32, we do not have Native IOS for it at this time.

  • How to open Adobe Reader file from another native IOS application?

    There is an existing thread, but I want to re-open it because I think this is an important feature that we need badly.  I was wondering if there is any plan to add this feature so we can open PDFs directly into Adobe from the web / other apps.
    How to open Adobe Reader file from another native IOS application?
    Basically, we just want to use a custom URL scheme to open a specific document in the App.  Currently, this only opens the app but does not load the file.
    APB

    Not to hijack the conversation but I can explain why this would be useful for both the above case and another.
    What I believe Pavel is talking about is setting up a "URL Scheme" for the Adobe Acrobat iOS application so that you can easily open a PDF specifically in Adobe Acrobat iOS from other native applications and even from web applications opened within Safari. This is particularly useful if your application requires some of the specific features in Adobe Reader iOS to grant them the best experience possible and you want to encourage this.
    Another case: If you're using Adobe Livecycle's document security modules (that encrypts PDF files so that Adobe Acrobat must "phone home" to decrypt and view the document), these PDF's can only be viewed inside the Adobe Acrobat application and appear as blank in most other PDF readers. Having a URL scheme allows your application utilising this functionality to have a 1 click step to view the PDF rather than the current non-user friendly process:
    - Within Safari, touch the PDF link (appears as blank in the default Safari PDF reader, which in itself is confusing)
      - Touch "Open in..."
      - Touch "Adobe Acrobat"
    We have an immediate need for this functionality for the example above. I can resubmit it in a separate post if necessary.

  • SMP3.0 SP05 register process and reconnect in native iOS app

    Hi,
    we do this steps Getting started with SMP3 Native OData iOS apps to get a native iOS application functioning through the SAP Mobility platform version 3.0 SP05 and retrieving data from OData services.
    But we do not understand the register process completely.
    If we install the app and do the register process and retrieve the data everything is ok. A user with the ApplicationConnectionID is registered in in SMP. But if we start the app again (without a new installation) we do not register the user again an set the connection id we get in the registration process:
    [self.clientConn setApplicationConnectionID:[selfreadInPlistMitKey:@"appConnectionID"]];
    we set the encryptionKey in the manager and initialize the Cache once for the application launch.
    [EncryptionKeyManager setEncryptionKey:key withError:nil];
    But if we want to retrieve the data we get a Request Failed.
    2015-01-15 18:13:31.885 AuthTest[12663:5b07] Firing requests from DB...
    2015-01-15 18:13:31.886 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Connectivity changed...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Detected network...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Start queue...
    2015-01-15 18:13:31.900 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.906 AuthTest[12663:907] Request Failed
    What do we wrong? Where is the different between the request with registration an without.
    Thanks,
    André

    Hi Ali,
    thank you but this was not realy what we need. But we can now register without to use the MAFLogonScren but when we whant to open the Online Store we get this error: "OpenStore failed with network error: 401 unauthorized" Do you know what we cvan do against this error or what the reason of this error is?
    Here is the code snipped what we use:
        MAFLogonUIViewManager *logonUIViewManager = [[MAFLogonUIViewManager alloc] init];
        NSObject<MAFLogonNGPublicAPI> *logonManager= logonUIViewManager.logonManager;
        HttpConversationManager* httpConvManager = [[HttpConversationManager alloc] init];
        [[logonManager logonConfigurator] configureManager:httpConvManager];
        MAFLogonCore *lc = self.appDelegate.lc;
        MAFLogonContext *context;
        if ([lc unlockSecureStore:@"abcd1234" error:&error]) {
            context = [lc getContext:&error];
        MAFLogonRegistrationContext *regContext = context.registrationContext;
        SODataOnlineStore *onlineStore = [[SODataOnlineStore alloc]
                                          initWithURL:[NSURL URLWithString:regContext.applicationEndpointURL]
                              httpConversationManager:httpConvManager];
        [onlineStore setOnlineStoreDelegate:self];
        [onlineStore openStoreWithError:&error];

  • Using the native iOS video player?

    I would like to learn more about using the iOS native video player in my Adobe Air app.
    I understand that you can launch the native iOS video player by using StageWebView.
    What are some of the limitations of using the native IOS player with this method?
    Can I not limit the user's control of the playback controls so the user cannot fastforward thru an ad video?
    Once the video is done, can I auto start to a new video?
    When the user clicks the DONE/BACK button, can I close the StageWebView?
    Are there other ways to launch the iOS native player instead of using StageWebView?
    Is anyone creating a Native Extension for the iOS native video player?
    If you were to create an app using native iOS code instead of Adobe AIR, what can you do with the native player that you can't control using Adobe Air?
    thanks!
    Jack

    Hi, Jack:
    My answers are based on what I have done:
    other than stageWebView, you can load native player from native UIWebview, and probably (I guess) directly open a video players.
    If you do it from UIWebview, you can have the full access control of the video player, and interaction between Flex and Objective-c is also supported.
    Regarding what we can do with the native player, I say we can do anything we want if it's loaded on the UIWebview.
    Let's say 'pause', you can make your native player to be paused in the flex code, besides directly click the pause button. The simple workflow is:
    Mapping 'pause' function to a objective-c function which triggers the native videoplayer pause function. One situation would be that you have HTML5 page only contains a video player, and java script functions to control the video (player pause, fullscreen etc).
    Therefore, you can just call those javascript functions from objective-c.
    You can also get information back from objective-c. Let's say you wanna do something after the video is finished, so the objective-c call javascript to listen end info of the video. then objective-c pass this information back to flex as an event. The Flex side catches this event and maps this event into Flex event for your use.
    If there is a way to direcly invoke native player, those steps above will be much simpler, but I haven't tried. I am sure someone is doing that, hopefully they can answer you here.
    Regards,
    Matthew

  • Prodedures of converting CatOS to native IOS in production

    I'm converting a few 6509 Sup720 in hybrid mode to native IOS. Like to hear your suggestions of how to do it with least impact to production and minimum need of being on site physically.
    A few things I can think of:
    1. Convert the standby sup to native IOS first, including the code and config;
    2. Go to the site, physically swap the active sup with the standby sup, and do a reload;
    3. Convert the swapped sup to native IOS code;
    4. Go to the site again, insert the converted sup to standby slot and let it sync with the first sup for config.
    Questions:
    a. If I have two 6509 where hosts are dual homed, from your experience, should I do the convertion one 6509 at a time or both at the same time?
    b. Any way I can simplify the steps?
    Thanks a lot
    Gary

    1. Convert the standby sup to native IOS first, including the code and config;
    2. Go to the site, physically swap the active sup with the standby sup, and do a reload.
    >> If you are removing the current active sup with teh sup that you've converted in step 1. removing the only sup in the chassis will will reload the box already, no need to reload it again when you put in the native sup.
    3. Convert the swapped sup to native IOS code;
    4. Go to the site again, insert the converted sup to standby slot and let it sync with the first sup for config.
    >> This would be the ideal steps, but you will still need to schedule a downtime. Replacing sup during production hours and if nothing goes wrong everyting could be up and running in less than an hour. But scheduling a downtime is still recommended and be prepared for the worst and hope for the best.
    Questions:
    a. If I have two 6509 where hosts are dual homed, from your experience, should I do the convertion one 6509 at a time or both at the same time?
    >> I am infering that if you do both sups at the same time you will still be doing the conversion outline in steps 1 and 2 above. If that is the case then doing both will save you the most time.
    b. Any way I can simplify the steps?
    >> I think, what you have outline is the best way, since you have another chassis to test the conversion which would not put pressure on you to do it quickly.

  • Native IOS on 6509

    We have upgraded 6509 with SUP720 to Native IOS (s72033-psv-mz.122-18.SXD6) and now it does not give OK status for line cards (WS-X6348). When it powers up initially it gives stutus as "other" and then after a few minutes it shows status as "Pwrdown".
    Please advice if we are doing something wrong or some additional configuration is required to make these line cards enable.

    Hi Rehan,
    Can you please confirm if you just converted your catos to native ios on sup720 or you also installed sup 720 in the chassis?
    I mean was the sup 720 earlier in the chassis with CATOS everything was working fine?
    Because For a Supervisor Engine 720, you need to install a high-speed fan tray and install a 2500 W or larger power supply.
    Can you also check the power supply running in your chassis.
    Regards,
    Ankur

  • Mix native iOS development with Adobe DPS created iPad apps

    Is it possible to mix programmtic elements into an app developed with the Adobe DPS tools?
    Although one can hook up buttons and gestures for slide shows, as I've seen in some of the videos, I need to build a hybrid app where a section of the app hands control over to a native IOS built set of components.
    I'm coming from the iOS development side of things, so I know little of the capabilities of a client's InDesign and DPS toolset, except that I haven't found resources to do anything beyond simple interactions within DPS.

    No, you can't include native iOS components in a DPS publication. For extensibility people tend to write HTML5 content and include that in a web overlay.
    Neil

  • SMP3 - AppDevelopment (native iOS Offline):

    Hi, I have a question on SMP3 and AppDevelopment (native iOS Offline):
         when i am online the posting of data to backend is working fine, when i go offline and add an entry the log shows the message as follows
    now i came to online , the automatic calling of offline requests are not invoking.
    As for postbody i am using a Json format
    {"Street":"","CityX":"","BankCountry":"IN","BankName":"Off-Test","City":"","Region":"","BankKey":"32106","__metadata":{"uri":"http://xxxxxxxxx:8080/com.chandu.bankdelta/BankSet(BankCountry='IN',BankKey='32106')"},"BankNameX":""}
    help me where i go wrong.
    Regards
    Siva Chandu

    Hi Midhun,
         i have add these libraries
        this is the code i am using for post.
        ODataEntry *newBank = [[ODataEntry alloc] initWithEntitySchema:[self.smpCont.serviceDocument.schema getCollectionByName:@"BankSet"].entitySchema];
        ODataPropertyValueObject* filterValue = [newBank getPropertyValueByPath:@"BankCountry"]; 
        [filterValue setValue:@"IN"];
        ODataPropertyValueObject* filterValue1 = [newBank getPropertyValueByPath:@"BankKey"];
        [filterValue1 setValue:self.idTF.text];
        ODataPropertyValueObject* filterValue2 = [newBank getPropertyValueByPath:@"BankName"];
        [filterValue2 setValue: @"Off-Test"];
        ODataPropertyValueObject* filterValue3 = [newBank getPropertyValueByPath:@"Street"];
        [filterValue3 setValue: @""];
        ODataPropertyValueObject* filterValue4 = [newBank getPropertyValueByPath:@"CityX"];
        [filterValue4 setValue: @""];
        ODataPropertyValueObject* filterValue5 = [newBank getPropertyValueByPath:@"Region"];
        [filterValue5 setValue: @""];
        ODataPropertyValueObject* filterValue6 = [newBank getPropertyValueByPath:@"BankNameX"];
        [filterValue6 setValue: @""];
        ODataPropertyValueObject* filterValue7 = [newBank getPropertyValueByPath:@"City"];
        [filterValue7 setValue: @""];
        ODataEntryBody *entryBody1 = buildODataEntryRequestBody(newBank, ENTRY_OPERATION_CREATE, self.smpCont.serviceDocument, NO, BUILD_STYLE_JSON);
    [RequestBuilder setRequestType:HTTPRequestType];
        [RequestBuilder enableXCSRF:YES];
        NSString *url = [NSString stringWithFormat:@"%@%@",self.appEndPointURL,urlString];
        url = [url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
        id<Requesting> request = [RequestBuilder requestWithURL:[[NSURL alloc] initWithString:url]];
        [request setRequestMethod:@"POST"];
        [request setUsername:self.username];
        [request setPassword:self.password];
        [request addRequestHeader:@"X-SUP-APPCID" value:self.appConnectionID];
        [request addRequestHeader:@"Content-Type" value:@"application/json; charset=UTF-8"];
    NSString *postBody = [entryBody1 body];
    NSMutableData *data = [NSMutableData dataWithData:[postBody dataUsingEncoding:NSUTF8StringEncoding]];
        [request setPostBody:data];
    if([[Reachability reachabilityForInternetConnection] currentReachabilityStatus] != NotReachable)
            [request setDelegate:sender];
            [request setDidFinishSelector:finishSelector];
            [request setDidFailSelector:failSelector];
            NSLog(@"Starting initial asynchronous POST request for Travel Agency Create");
            [request startAsynchronous];
            return;
        else{
            [RequestBuilder setDelegate:self];
            [RequestBuilder setDidFinishSelector:@selector(OfflineRequestSuccesSelector:)];
            [RequestBuilder setDidFailSelector:@selector(offlineRequestFailedSelector:)];
            [request setCacheUrlKey:url];
            NSLog(@"Starting initial synchronous POST request for Travel Agency Create");
            [request startAsynchronous];
            return;
    note : I am using Mac OS 10.7.5
    ref : 1933862 - SAP Mobile SDK 3rd Party Installation Version Requirements
    Regards
    Siva Chandu.

  • Flash CS6 will try to run in a native iOS Simulator

    Hello
    I CCT users.
    Flash CS6(ver 12.0.2.529) will try to run in a native iOS Simulator
    But it does not run.
    I specify the path below, but this should not be running.
    Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/App lications/IOS Simulator.app
    The OSX version is 10.7.5.

    uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Cat 6500 booting from bootflash: running Native IOS

    I have a couple of questions. I currently have a bunch of 6500's w/Sup1 and sup2's MSFC2's. The devices are set to autoboot. In my config I have the following lines:
    boot system flash bootflash:c6sup12-jsv-mz.121-22.E2.bin
    boot system flash slot0:c6sup12-jsv-mz.121-22.E2.bin
    My questions is, If the switch fails to boot from bootflash: will it then go on and try to boot from slot0:?
    What is the best practice for keeping boot system statements in the config?
    Should there be a backup statement?
    Thanks,

    You are correct. It checks the first line and if the image is available, it will boot from there. Otherwise it will move on to next in line. Your config look fine!
    HTH

  • How do I add these native iOS blue menu boxes to my apps?

    I would like to have these menus for various things in my apps, those that look like this:
    Although this example image I took from Google shows it on the home screen, I want to use them in my apps, not outside. I don't really know what they are called and all my attempts to find code for this on Google has failed. I have extensions which makes these pop-up, like Milkman Game's Push Notification extension, but there's no code for using these in an app manually, only way to make them pop-up is if Urban Airship sends out a push notification message to the phone.
    So, anyone know what the code would be to use these? Maybe an extension for just this sort of thing is needed as they are not included in Adobe Air. Only way I can think of is just faking it by just showing a vector/bitmap of this menu, but I don't want to do it that way.

    Thanks for taking your time (once again) to reply, and sorry for the time it took for me to reply, but better late than never right
    If you have all code in one place, you'll certainly have to search it with Ctrl+F to find the method you want. It's not very different if you have multiple classes.
    Yup, like I've said before, all in one place so I simply just search for what I want to work with, having // here and there for faster finding. So it doesn't make it more conventient to have the code in multiple classes, even if I can maybe search through them all with Ctrl+H or whatever, as having the code in one place as I have now yelds these benefits over classes: way less code, less files, all code in one place (and more for other various reasons).
    Even if you have it structured in sections using comments, it's looks pretty painful to me to scroll through such a big file (I know, because I've sometimes had to edit pretty long code files). Plus everything outside a method is in the global scope. It's pretty easy to mess up when all methods have access to all variables. That's what public/private/protected is for.
    I know what these public/private/protected things are for, and with my way I don't have to use them and never have any conficts anyway. I have no need for them and using them doesn't make coding easier for me. I have my simple and conventient way of handling all my variables and functions without conflicts, it's all very easy to not mess up, no need for these extra things, and once again, using them just means more code and the use of as files which also is not needed.
    Imports are still needed when coding in the Actions panel, as you said a few posts ago, where you were having problems importing with asterisk. Using other IDEs all imports are handled for you. And you can even add an import for a class under the cursor just by pressing Ctrl+1.
    Yup, but only maybe 5% of the imports needed if using classes is needed when doing it my way, so way less code. It's very rarely I need to import something other than some nifty as files I'm using, like one for hitTesting. They are single as files so np to import, was a bit different with those in com.folder.folder.etc, usually that's easy and works straight away every time, but not this time, but I figured it out, still no good reason to code in classes as the benefits of what I'm doing outweighs the other way by tons, as mentioned above.
    I also use the Flash IDE to create screens. I agree it's easier to do it in a WYSIWYG environment. But then I don't add any code to it, because it would be a nightmare to search code inside all those movieclips. The code belongs to separate AS classes, so there's good separation between code and design, and a graphic designer could edit the graphics without understanding a line of code.
    I don't add code inside movieclips, that's not very efficient and structurised if having code everywhere, hence why I do it all in one frame. Sure, a lot of times it's much easier if I just have some code inside movieclips, but I always try to have it in one and the same place anyway, but sometimes I can get lazy . There is no problem editing the graphics on my apps, I can even import them if needed, then the graphic designer just have to update the outside pictures and not touch anything inside Flash or anywhere. If I'm using vectors I can just import them from an swf, so the graphics designer just have to change the graphics in that without touching the game or movieclips or code etc. So, for an outsider to fiddle with the graphics is no problem, only if I made it all inside my Flash app with code everywhere on frames inside movieclips etc, which is not very organized.
    Well, I wrote the code like that for clarity, though maybe it was too many lines for such a simple piece of code, but I don't do it like that necessarily always. It depends on the length. If it's short, I do it in one line. If it's a lot of code, I prefer to break it in several lines for readability. I don't think less lines mean faster readability, but rather the opposite.
    For example. What code do you think it's more readable?
    This one? http://code.jquery.com/jquery-1.9.1.js
    Or this one? http://code.jquery.com/jquery-1.9.1.min.js
    They both do EXACTLY the same. The computer does not care
    Ok, maybe the example is a bit extreme, but you get the point
    Yup, like I said, it depends on the code if I would do something similar like you did or not, usually it's not needed and I do it as I showed earlier as it makes less code and still easy to read.
    For the example: of course http://code.jquery.com/jquery-1.9.1.js looks way better and is a bad example . No one would ever code like that, not me anyway, I follow my auto-formatting style: (copy/paste from Flash Auto-Format settings section)
    function f(x) {
      if (x <= 0) {
        return 1;
      } else {
        return x * f(x - 1);
    As that's the one I find best. Each thing has its own place. It's no problem getting fewer rows of code, but it has to look good and be structurized and not have tons of scrolling to the far left, like in your "bad" example . Eventhough http://code.jquery.com/jquery-1.9.1.js looks way better than the other one (of course), I would have done it a bit differently resulting in fewer rows, less code and still keeping my standard formatting of things.
    You're missing a lot of features this way. Just one example. You can create your own button class, with your own features, event listeners automatically added when added to stage and removed when removed from stage, a property that sets the text, pressed states, etc. And then you don't have to do that again ever in your app. Instead, now you have to add and remove event listeners each time you have to add a button. And this is just a tiny example. For more complex stuff, it would save even more time.
    You're just throwing away decades of programming, created by great minds, much better than you and me (combined ), just because you don't want to learn to do it the right way. And I'm by no means a great programmer. But still, I think you're shooting yourself in the foot by coding that way.
    No need to create button classes when I do it right on the "canvas?". I know I can do them dynamically and for that I don't need classes. I just make my buttons in Flash and then remove/add listeners to them as needed, np, tons less code. If I would need to be able to remove the entire button, to maybe save memory or whatever, then I could just create them with code, but it's not needed and creating them with code as you mentioned above doesn't need classes, but that's what it sounds like it does if I read your text correctly. I can do what you mentioned above without classes and less code. Even if I couldn't do exactly as you said, the way I can do it now is more than enough anyway, full control over what I need to do and it's less code and less complex.
    Yup, decades of programming by pros (and I'm far from being one, but I'm pretty good anyway, good enough for what I need to do and I like challenges when they arrive, coding ftw ), but that doesn't matter, because why do it the "right" way when my way suits me better as I get soooo many benefits from doing it my own way. I have yet to see any real benefits/advantages in doing it any other way than I'm doing right now, which sort of saddens me a bit , as I want to do it the right way, IF I found it make things faster, easier, more structurized etc etc etc, but it doesn't.
    You need just a few steps to get any of those IDEs working. Not something terribly difficult. Just download FDT Free, the Flex SDK and the latest AIR SDK. Unzip the Flex SDK in a folder, then unzip the AIR SDK in the same folder, overwriting files where needed. Then just configure FDT so it points to the Flex+AIR SDK folder. Finally, create a project and start experimenting . It has pretty good documentation to get started:
    Settings things up are no problem, but it's no use when it clearly doesn't make things "better" for me.
    OOP makes a lot of sense when working in teams. Having everyone working in the same single long sheet of code as you're doing now would be unthinkable. And here's where all those "private/public" thingies come into play. You create your class and the other developer leverages your class using only its public methods and properties. They don't need to know about the exact internals of the class, just the exposed methods and properties you chose to make public. That's how it works.
    I know, and that's what I've said , but I won't change my way of doing things as I'm a solo coder anyway, but like I said earlier (sort of), it would be nice knowing I could work with others if I just coded correctly. Changing my ways to the "right" way have too few benefits to me, and even if I did change my way, it would result in me having to learn a lot of new things, getting into a lot of problems etc till I know how it all works. What I mean is if I use the right way, I could get lots of problems where I'm not quite sure what's causing them, as I'm then using as files instead, with new code I've not needed before, problems with variables if I don't set the private/public etc right and stuff. Not worth it as I would be backtracked and have to relearn things. Now if I have a bug or problem, I can usually fix it very fast as I understand it all perfectly now (years of experience), but changing to the new way would add many new variables and take me time to solve problems (depending on what they are) as things have changed. But like I said, doing that has no real benefits to me anyway so I'm staying my my old ways.
    By that description (getting a notification after you quit the app), I think what you need are Push Notifications, which were added to AIR in version 3.4. You don't need a native extension for that. Take a look here:
    http://www.adobe.com/devnet/air/articles/ios-push-notifications.html
    If you just want notifications INSIDE your app, you can still use the NativeAlert / NativeDialogs extension to display the messages, and use getTimer() to get the time before and after (i.e: you get the value of getTimer() when you want to start counting, and then you get it again from time to time to check if enough time has passed. Not sure if the Timer class (as opposed to the getTimer() method) can do that as well while the app is inactive.
    Well, I hope any of this helped a bit
    I have Push Notifications (bought from Milkman Games) and it works, but only receiving them when sent from the Urban Airship (I can recieve them anywhere, even if the app is off). It didn't work like I was hoping, which is what I said in my earlier post. I wanted something that could send a Push Notification or some sort of alert message to the user when a certain time has passed, can't seem to do that with the Push Notification from Milkman Game. I know the consept and how to use the getTimer() of course, but it doesn't help me. Here's a scenario I would like to be able to do:
    * Player builds somehing, 1 hour remains till it's done, so the leave/quit the app
    * One hour has gone and a notification pops up telling the user that whatever they built in the app is now ready
    * The user starts the app and the thingy has been done
    I now have the Native Alert and Milkman Games extensions working, but none of these can do what I want. Of course I would use a getTimer() to check the time they start building the thingy, store it on the phone in one of those shared object files, then when the user returns, it checks if enough time has gone since he started building it as the starting time was stored and I can check current time either from their phone or the internet (internet is more secure or they can cheat, which I have in some games by chaning the iphone time). So, no problem there, the problem is how I can alert them about these things outside the app. Only way I can think of is if maybe they have to log into an account on a server I host which receives their timer stuff, so if the app is off and 1 hour has gone by, the server will send out a message to urban airship and tell it to send a notification to the user.... bleh... But that's not how other people have done it as I don't have to be logged into anything to recieve these things.
    So, unfortunately, there are still not even close to enough benefits for me to change my ways. Changing it to the "right" way would still just mean all the things mentioned before: more files, more code, more complications as I have to relearn things which will result in problems I can't that easily fix, unlike now as I understand everything...
    edit/ps: I haven't proof-read anything above, no idea if I explained myself properly or if there's tons of spelling errors, I just wrote away, posted and now I'm off, bit in a hurry....

  • EoMPLS problem with 6500 and IOS SXF6 + SXE5

    My EoMPLS stopped working after one ge-wan interface gone down and up.
    Before the down it was working fine.
    The connection is between two 6500 switches, trough GE-WAN (OSM+4GEWAN) ports.
    One swith have IOS 12.2(18)SXF6 and the other is using 12.2(18)SXE5
    Any incompatibilities between the IOS ?
    or maybe another problem or BUG ?

    Did this help ? What I meen is: have you had another up/down after you have changed the OSM and did the EoMPLS worked fine after this up/down ?

  • Native iOS app with MAF logon components: Linking fails

    Hi all,
    I try to compile a SDK 3.0 project with MAF logon components.
    I followed this tutorial and finally got a running iOS app with the dependencies for the SDK: Getting started with SMP3 Native OData iOS apps
    Now I would like to add MAF logon component usage. The Sybase guide describes this under Developing with MAF Logon.  I copied the basic initialization steps from there to my project.
    However, although I have all the required headers, the linker fails trying to find the implementation for MAFLogonUIViewManager.h
    I guess I did not add a dependency properly. In which of the files/bundles added should this component be?
    Best, Martin

    Hi,
      I am having a similar issue. I am following the same instructions. At the point where I create the LogonHandler, the file MAFLogonManagerNG.h is not found by Xcode. This file does not seem to be present in the SDK either. When I comment it out, the MAFLogonUIViewManager is not recognized.
    Have you been able to resolve your issue?

  • Use Native iOS/Android APIs with Flex/Flash Builder 4.5.1?

    Is there any documented, official  way to access the native APIs on mobile devices (iOS and/or Android,  specifically)?  Perhaps some sort of ExternalInterface support?  My most  important need for this is importing 3rd party SDKs, the first one  being the Facebook iOS SDK for Single Sign-On.
    If not, is support for native APIs planned?  Has anybody figured out an unofficial way to access the native APIs?
    Related:
    http://forums.adobe.com/thread/865548?tstart=30
    http://forums.adobe.com/thread/785130
    [Re-posted here from Flash Builder forum]
    http://forums.adobe.com/message/3754084

    Nothing official is available; although there is an AIR for TV Document on building ACtionScript extensions to AIR.  I expect that "approach" will show up in other AIR runtimes.
    You can look at this for an "ad-hoc" way to do it: http://www.jamesward.com/2011/05/11/extending-air-for-android/

Maybe you are looking for