How to upgrade my model?

When i first bought my iTouch a few years ago, it was a 1st gen.
Sadly it was stolen and i worked for a year to save for a new one.
I finally bought a 2nd gen about 1 year later and I loved it.
The problem is, I would really love a 4th gen, with the cameras and its slimmer design.
Is there any way i can upgrade to a 4th gen iTouch? Can I turn in my older one, and get a new one, for free or at least for a lower price? I can't afford to buy a brand new iTouch.

No. Apple with give you a 10% discount on a new iPod (recycling). Usually you can sell it yourself and get more.

Similar Messages

  • How to upgrade Data Modeler design to new version when using subversion?

    Hi,
    I just installed Data Modeler 3.1 product version and I'm using subversion. When I open a design which I have modified with earlier 3.1EA3 version, I get the message " This design is in old format You should use "Save as... from file menu ...
    Is there other more smart way to upgrade to new version than "save as" ? I remember having problems in earlier versions with this also. Am I supposed to save the design with different name or...? Or what is the best way?

    Hi ,
    I have updated the model to 3.1 version with subversion and I have to say that is quite hard for me,
    I have "save as" with other name in other folder and after I have dropped from SVN my current folder and copy the new files to new folder in SVN and add the files to SVN,
    I hope that I should not do this workaround too many times in future,
    maybe if we save the model below a folder with the version number of the tool will help us but I don't like this option,
    I guess someone could help us with a simpler solution than mine,
    Regards

  • Upgrading of model to use new version of UML Profile

    Hi,
    I'm using Eclipse Luna SR2 and Papyrus 1.0.2.v201504030953.
    My question/problem concerns how to upgrade a model that has a UML profile X version 1.0.0 applied to use a later version, say 1.0.1 of the same UML profile.
    We provide the profiles as plugins and use pathmaps to address them. Opening the old model in an eclipse with profile X v 1.0.1 seems to be fine, since the profile version displayed is 1.0.1. However, selecting a model element that should have an new stereotype property (that was introduced in latest profile), then an exception is thrown, as shown below (property1 is the new property in the new profile version):
    java.lang.IllegalArgumentException: property1
    at org.eclipse.uml2.uml.internal.operations.ElementOperations.getValue(ElementOperations.java:565)
    at org.eclipse.uml2.uml.internal.impl.ElementImpl.getValue(ElementImpl.java:297)
    at org.eclipse.papyrus.uml.profile.tree.objects.AppliedStereotypePropertyTreeObject.getValue(AppliedStereotypePropertyTreeObject.java:125)
    at org.eclipse.papyrus.uml.profile.tree.objects.AppliedStereotypePropertyTreeObject.createChildren(AppliedStereotypePropertyTreeObject.java:93)
    at org.eclipse.papyrus.uml.profile.tree.objects.ParentTreeObject.getChildren(ParentTreeObject.java:114)
    at org.eclipse.papyrus.uml.profile.tree.ProfileElementContentProvider.hasChildren(ProfileElementContentProvider.java:121)
    at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(AbstractTreeViewer.java:2141)
    at org.eclipse.jface.viewers.TreeViewer.isExpandable(TreeViewer.java:553)
    at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(AbstractTreeViewer.java:2171)
    at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(AbstractTreeViewer.java:2863)
    at org.eclipse.jface.viewers.TreeViewer.updatePlus(TreeViewer.java:804)
    at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:844)
    at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:818)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:791)
    at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:611)
    at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:762)
    at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1495)
    at org.eclipse.jface.viewers.TreeViewer.handleTreeExpand(TreeViewer.java:903)
    at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:1507)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:132)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1070)
    at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7633)
    at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5618)
    at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1935)
    at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:5169)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4666)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
    at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2443)
    at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1553)
    at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:6501)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4646)
    at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:6024)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
    If I manually remove the profile shown in the Profile tab when the model element is selected, and then add it again, everything is fine. The model has the new profile applied. However, this procedure is useless since all stereotypes also have to be reapplied, and their properties must be reentered.
    Surely a smother upgrade must be supported?
    Thanks alot!
    /Andreas

    Hi, Andreas,
    See some responses in-line, below.
    HTH,
    Christian
    On 2015-08-06 15:22:31 +0000, Andreas Jakobik said:
    > Hi,
    >
    > I'm using Eclipse Luna SR2 and Papyrus 1.0.2.v201504030953.
    >
    > My question/problem concerns how to upgrade a model that has a UML
    > profile X version 1.0.0 applied to use a later version, say 1.0.1 of
    > the same UML profile.
    > We provide the profiles as plugins and use pathmaps to address them.
    > Opening the old model in an eclipse with profile X v 1.0.1 seems to be
    > fine, since the profile version displayed is 1.0.1.
    Do you mean an old model with the 1.0.0 version of X applied? If the
    1.0.1 version is applied, then there's nothing to migrate and the UI
    should not run into exceptions.
    > However, selecting a model element that should have an new stereotype
    > property (that was introduced in latest profile), then an exception is
    > thrown, as shown below (property1 is the new property in the new
    > profile version):
    This sounds like a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=474610
    > java.lang.IllegalArgumentException: property1
    > at
    > org.eclipse.uml2.uml.internal.operations.ElementOperations.getValue(ElementOperations.java:565)
    >
    > at
    > org.eclipse.uml2.uml.internal.impl.ElementImpl.getValue(ElementImpl.java:297)
    >
    > at
    > org.eclipse.papyrus.uml.profile.tree.objects.AppliedStereotypePropertyTreeObject.getValue(AppliedStereotypePropertyTreeObject.java:125)
    >
    > at
    > org.eclipse.papyrus.uml.profile.tree.objects.AppliedStereotypePropertyTreeObject.createChildren(AppliedStereotypePropertyTreeObject.java:93)
    >
    > at
    -------- 8< --------
    >
    > If I manually remove the profile shown in the Profile tab when the
    > model element is selected, and then add it again, everything is fine.
    > The model has the new profile applied. However, this procedure is
    > useless since all stereotypes also have to be reapplied, and their
    > properties must be reentered.
    > Surely a smother upgrade must be supported?
    Absolutely. Papyrus is supposed to prompt automatically when opening a
    model, if any profiles are out-of-date, to migrate them. A dialog lets
    you select which profile applications to migrate to the current
    version. If you skip that step, you should later be able to migrate a
    profile application to the latest version by hitting the little button
    with the two yellow arrows in a circle formation. This migration
    process preserves data in stereotype attributes that are still
    compatible (having the same name as before, and a compatible data type
    and range/enumeration).
    As described in the bug report referenced above, it appears that the
    handling of profile migration is completely broken now in Papyrus.
    Because Papyrus thinks the latest version of the profile is applied,
    the migration button is disabled. For now, you will have to open the
    *.uml resource in the UML2 example editor and re-apply the profile in
    that editor. Then save and re-open the *.di resource in the Papyrus
    editor.
    > Thanks alot!
    > /Andreas

  • How do upgrade my ipad apple model MB293b7 iOS 5.1.1 to iOS 7

    how do upgrade my ipad apple model MB293b7 iOS 5.1.1 to iOS 7?

    You can't; that's a first generation iPad, which can't be updated past 5.1.1.
    (109680)

  • How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1, How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1

    How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1,

    Identifying iPod models
    Check which ipod model you have.
    The 2nd gen can only go to 4.2.1

  • How to upgrade RAM in iMac 2013 models

    how to upgrade RAM in iMac 2013 models. I know one can ask for RMm upgrade while buying iMAC from online store. Is it advisable to upgrade the RAM by self or from some professional?

    Even if you do get the 27",  RAM installation is a PTA to install.  Prior to setting up your computer on your desk, you must lay it it face down on a soft area (couch).  Then you have to maneuver your hand & fingers either around or under the pedal to pop open the RAM door.  When putting the RAM into the slots you need to use all of your God given muscles to get them in there.  Otherwise, while you are seating one RAM, the one next to it will pop right on out. 
    When you hear the "snap," the RAM is seated properly and it's neighbor(s) will not pop out.

  • HT1444 As an obvious novice I want to know how to upgrade my mac mini OSx 10.4 to a newer system can anyone help?

    As obvious novice I want to know how to upgrade my mac mini 10.4 OS X to a more uptodate system

    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto but not including the Serial#...
    Hardware Overview:
      Machine Name:          Mac mini
      Machine Model:          PowerMac10,1
      CPU Type:          PowerPC G4  (1.2)
      Number Of CPUs:          1
      CPU Speed:          1.42 GHz
      L2 Cache (per CPU):          512 KB
      Memory:          512 MB
      Bus Speed:          167 MHz
      Boot ROM Version:          4.8.9f1

  • How to upgrade my mac os 10.5 to 10.8?, how to upgrade my mac os 10.5 to 10.8?, how to upgrade my mac os 10.5 to 10.8?

    how to upgrade my mac os 10.5 to 10.8?, how to upgrade my mac

    You need to purchase the 10.6 Operating Disks, as 10.6 is not downloadable.  You can purchase these disks from the on-line apple store - http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard. 
    Also, make sure that your computer can in fact be upgraded to the newer OS version.  Check your computers model and year - - https://selfsolve.apple.com/agreementWarrantyDynamic.do.
    Once you know this, ensure that your model is supported - http://www.apple.com/osx/specs/.
    Lion System Requirements - Mac OS X 10.7 Lion System Requirements
    Mountain Lion System Requirements - http://support.apple.com/kb/HT5444.

  • HT4972 How I upgrade my iPod to iOS 4.3

    How I upgrade my ipodvto iOS 4.3

    If you have a 2G you do not. Those ony go to 4.2.1. Otherwise follow the instruction in the article.
    A 3G can go to 5.1.1. Requires iTunes 10.5 or later on computer
    A 4G (has cameras) can go to current 6.1.3. Requires iTunes 10.7 or later on computer
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

  • My imac osx10.5.8 how to upgrade osx to 10.7?

    i want to know how to upgrade my imac osx10.5.8 to osx 10.7?

    You have a PPC Mac according to your profile. You cannot upgrade past where you are now unless you buy a newer Intel model.
    Snow Leopard General requirements
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible Internet service provider; fees may apply.
    Some features require Apple’s MobileMe service; fees and terms apply.
    Lion System Requirements
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Some features require an Apple ID; terms apply.

  • HT201318 how to upgrade icloud storage plan with  10.6.8?

    I haven't upgraded my computer software, so how to upgrade my icloud storege plan as when inside system preferences
    there is no icloud icon just the old mobile me. Thanks

    You can only do this from a Mac running 10.7.5 or above, or Mountain Lion; or an iOS5 or above device; or the iCloud Control Panel on a compliant version of Windows.
    If you only have access to the Mac and don't want to upgrade the system you could go to an Apple Store and ask the 'Genius' to do it for you (make an apppointment). Note that you won't be able to cancel the automatic renewal yourself .
    If you decide to upgrade your Mac you will need to check that it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    To purchase it you will have to ring Apple at the number given at the bottom left of this page.
    The requirements for Mountain Lion are:
    OS X v10.6.8 or later
    2GB of memory
    8GB of available space
    and the supported models are:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    Xserve (Early 2009)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    It is available from the Mac App Store (in Applications).
    You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

  • How to upgrade SAFARI in OS X 10.6.8

    How to upgrade SAFARI in OSX 10.6.8

    Yosemite works fine for me.
    Check that your computer is compatible with Mountain Lion/Mavericks/Yosemite.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    One option is to create a new partition (~30- 50 GB), install the new OS, and ‘test drive’ it. If you like/don’t like it it, you can then remove the partition. Do a backup before you do anything. By doing this, if you don’t like it you won’t have to go though the revert process.
    Check to make sure your applications are compatible.
    Application Compatibility
    Applications Compatibility (2)
    Or you can try Mountain Lion.
      Mountain Lion

  • How to upgrade cd drive on PowerMac G3 B&W

    i just got a new DVD drive to replace the old cd drive in my PowerMac. How do I take the old one out and replace it with the new one?

    http://www.everymac.com/systems/apple/powermac_g3/faq/power-mac-g3-how-to-upgrad e-processor-zif-optical-zip-drive.html#optical
    "...Apple declines to provide optical drive replacement instructions for end users, but the not for public distribution service source manuals (if they are still online) for the Desktop, Minitower, All-in-One, and Blue & White models, respectively, may help..."
    http://preterhuman.net/texts/computing/Apple_Service_PDF/PowerMac_G3/powermac_g3 _blue.white.pdf
    see page 67.

  • How To Upgrade to Windows 8 - Useful Informations

    Hi community
    I would like to share very interesting Toshiba page providing the info and details about the new Win 8 upgrade.
    *How To Upgrade to Windows 8*
    http://eu.computers.toshiba-europe.com/innovation/generic/windows8-upgrade-stepbystep/
    Dear Customer,
    Microsoft offers to upgrade Windows 7 computers to Windows 8 Pro. The information in this document explains the requirements and how to make use of the Windows 8 upgrade offer.
    The upgrade process consists of the 5 following parts:
    1. Check if your computer is eligible for upgrade by Microsoft and supported by TOSHIBA.
    2. Things to do before upgrading to Windows 8.
    3. Order Windows 8 from Microsoft and install it.
    4. Download the TOSHIBA Upgrade Assistant.
    5. Upgrade software components using the TOSHIBA Upgrade Assistant.
    _*Part I: Checking the Eligibility Requirements and List of Supported Models*_
    1. This offer is available if you have purchased a PC preloaded with genuine Windows 7 Home Basic, Home Premium, Professional or Ultimate between June 2, 2012 and January 31, 2013.
    2. Check from the list of supported models, if your computer model is supported for upgrade by TOSHIBA. Visit https://eu.computers.toshiba-europe.com/innovation/generic/windows8-matrix
    _*Part II: Things To Do Before Upgrading to Windows 8*_
    1. Update your current version of Windows 7 to the latest version supplied by Microsoft at: http://www.update.microsoft.com.
    2. Backup all your files and settings before upgrading. Note: Do not back up files to the same hard disk that Windows is installed on. For example, do not back up files to a recovery partition. You can back up to another drive or DVD.
    3. Use the Recovery Media Creator utility to create Recovery media (DVD or USB Flash Memory) which will allow you to restore the factory pre-installed software.
    4. If Toshiba Disc Creator is installed on your computer, remove it.
    a) Click Start ? Control Panel ? Control Panel ? Uninstall program.
    b) Select Toshiba Disc Creator and click the Uninstall/change button.

    _*Part III: Ordering Windows 8 from Microsoft and installing it*_
    1. Register for the Windows 8 upgrade through the Windows Upgrade Offer website managed by Microsoft https://windowsupgradeoffer.com and follow the online instructions. Submissions must be completed online by February 28, 2013.
    2. After registration, you will receive a confirmation that will provide more information as to when the Windows 8 upgrade is available for purchase.
    3. After the general availability of Windows 8, you will receive the promotion code and purchase instructions.
    4. Use the Recovery Media Creator utility to create Recovery media (DVD or USB Flash Memory) which will allow you to restore the factory pre-installed software.
    5. Purchase the upgrade as instructed and download Windows 8. You will also be guided to perform a self-qualifying test via an upgrade step-by-step tool with information on the PC before the upgrade.
    6. Follow the online instructions to upgrade the operating system. During this process, select Keep Windows settings, personal files, and apps.
    Caution: Operate your computer from the AC power supply. Otherwise, you may run out of battery power during the upgrade process.
    _*Part IV: Download the TOSHIBA Upgrade Assistant*_
    1. To receive the TOSHIBA Upgrade Assistant and necessary software updates (e.g. BIOS, drivers, utilities, applications) from TOSHIBA, please visit
    https://eu.computers.toshiba-europe.com/innovation/windows8_drivers.jsp
    2. Follow the online instructions.

  • How to Upgrade PowerBook Firmware( All Hardwares )

    How to Upgrade PowerBook Firmware( All Hardwares )?
    Thank U in advance

    If there is a firmware upgrade available for your model of PowerBook, it will appear when your run Software Update and also be listed at http://www.apple.com/support/downloads/
    Then you download the installer and run it. Usually you have to do something like hold down the Command key and Power button while you're restarting.
    Firmware updates don't come along very often. The last one I can remember installing was for my B&W G3. The last firmware upgrades I can see listed for a PowerBook were for the 550MHz or 667MHz G4s back in 2002.
    Is there a specific reason why you're asking about firmware upgrades?

Maybe you are looking for

  • Is icloud compatible with Windows 8.1?

    does anyone have experience with syncing the icloud with SkyDrive and a surface pro 2?

  • How to deploy a webservice in a server

    Hi Team, Hi have created small webserver application using powerbuilder 12.5.1 (PB.net).I have deployed the application in my local IIS server.Its working finr.Now i want to deploy the same application in a server, so that it will be available for ex

  • SDK 1.4 compilation problems

    I get the following error when I try to compile a java program in the 1.4 envt. There are no errors in 1.3 envt. home/skreddy/jsdk14/jre/lib/sparc/client/libjvm.so, because ld.so.1: xjavac: fatal: relocation error: file /home/skreddy/jsdk14/jre/lib/s

  • Visual Studio 2012 - Source Not Available After Pressing Pause While Debugging

    Hi, In Visual Studio 2008, when we'd open a dialog in our application (Native C++, 64-bit) and pressed 'Pause', the debugger would automatically go to the location of the dialog in the code and the call stack would show the series of calls to arrive

  • Using UDDI key in OSB business service

    Hi All, I want to know how to invoke a service published in Oracle service registry through dynamic lookup in OSB. I tried importing service published in OSR as a OSB business service through sb console. In that the business created had the actual se