• TFS 2013 plugins cannot load dependencies located in the “Plugins” folder

    I have a plugin for TFS 2010 that reads a config file containing custom section handlers. When I deployed my plugin on TFS 2013, it thrown the following error when trying to instantiate those section handlers :

    A first chance exception of type ‘System.Configuration.ConfigurationErrorsException’ occurred in System.Configuration.dll

    Additional information: An error occurred creating the configuration section handler for xxxxx: Could not load file or assembly ‘xxxxx’ or one of its dependencies. The system cannot find the file specified.

    The problem was that there was no adequate probing path defined for .NET 4.5 in the TFS 2013 Services’ web config.

    Click to Read More

    TFS 2013 Services are loading plugins from C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\bin\Plugins.

    But once those plugins loaded, they can only load their own dependencies from the GAC or from the TFS 2013 Services’ bin folder (C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\bin). I.e.: the sub-folder ‘Plugins’ of that bin folder is not probed…

    In my case, when my plugin read its custom section, it needs to load the assembly containing the related custom section handlers (actually, the plugin and the custom handlers are in the very same assembly…). It works fine if I deploy the assembly in TFS 2013 Services’ bin folder (or in the GAC I presume) but I cannot bring myself  to simply do that. Especially taking into account that it was working fine within TFS 2010.

    Having a look at TFS 2013 Services’ web config, in order to specify my own probing path, I noticed that there was already one defined, but ONLY for .Net 2.0. I.e.: here is the <runtime> section of C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\web.config

    [code language=”xml”] <!– Plugin directory path –>
    <runtime>
    <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
    <probing privatePath="bin\Plugins;bin\Plugins\zh-chs;bin\Plugins\zh-cht;bin\Plugins\de;bin\Plugins\es;bin\Plugins\fr;bin\Plugins\it;bin\Plugins\ja;bin\Plugins\ko"/>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
    </dependentAssembly>
    </assemblyBinding>
    </runtime>

    [/code]

    As my plugin targets .Net 4.5, I simply defined the probing path for all target runtime.

    [code language=”xml”] <!– Plugin directory path –>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <probing privatePath="bin\Plugins;bin\Plugins\zh-chs;bin\Plugins\zh-cht;bin\Plugins\de;bin\Plugins\es;bin\Plugins\fr;bin\Plugins\it;bin\Plugins\ja;bin\Plugins\ko"/>
    </assemblyBinding>

    <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    [/code]

    And that solved my issue !

    FYI (and google indexing): my plugin is a Server Side Event Handler for TFS…

    Loading

  • Creative WebCam Live! Motion on Windows 8 x86

    I still have that very old webcam that I wanted to reuse under Win8 x86 on the PC of my daughter… It works fine with the drivers for Win2000 installed in compatibility mode…

    Click to Read More

    Creative WebCam Live! Motion
    Creative WebCam Live! Motion
    • Go to the support website of Creative.
    • Select “Web Cameras”.
    • At the very bottom, click on “If your product is not listed above, please click here”.
    • Select “Others” in the first column.
    • And select “WebCam Live! Motion” in the second column.
    • Then, click on “Next”.
    • Now, you see a list of “Latests Downloads”. Take the first one : “Creative WebCam Live! Motion Driver 1.11.02“. It’s a beta version for Vista.
    • Once those drivers downloaded, right click on it and open the “properties”.
    • If required, at the bottom of the “General” tab, “Unblock” the file
    • Then, in the “Compatibility” tab:
      • Select “Run this program in compatibility for”: “Vista”, and
      • Select “Run this program as an administrator”
    • Finally, run the setup.

    Loading

  • Upgrade from DSM 4.3 to DSM 5.0

    Wow, what a fancy look & feel !!! That’s my first impression  😀

    But what I really care about, is that all the services I was using on DSM 4.3 are still running fine… And it seems to be the case once a few issues fixed…

    Click to Read More

    After the upgrade, various packages had to be updated. Unfortunately, the updates did not all passed successfully. I got errors like “failed to download” (notice: I did an update of all my packages before upgrading from DSM 4.3 to 5.0 as recommended by users on Synology’s forum)

    I discovered soon that I was actually unable to download and install any other packages. And looking into Control Panel > Update & Restore, I saw the Status “Connection failed. Please check your Internet connection“.

    I  was unable to play Internet radio within the Audio Station and trying to “Update Now” the DDNS service (Control Panel > External Access > Update Now), I was receiving a message like “Network error occurred. Please check your DNS and network settings.

    As Download Station was still able to download, the internet connection was not the issue. So, based on the hypothesis that it should be a DNS issue, I did force a DNS address manually in Control Panel > Network > General > Manually configure DNS Server. I did set the IP of my Adsm Modem as it’s configured to forward DNS request to my provider. But I could have tried with Google’s DNS: 8.8.8.8 or 8.8.8.4

    And it solved all the issues above ?!

    As a reminder, my DHCP server is configured on my Buffalo Router to provide the IP of my NAS as a DNS Server (I run the “DNS Server” package of Synology) and the IP of my ADSL model as a fallback. It used to work fine before the upgrade and as I didn’t change anything else in my infra, I thought that some behavior could have change in some Syno’s services. I did try various changes and found one that was solving the issues without manual configuration of a DNS IP on my Syno:

    I had to “Enable resolution services” in my Synology’s “Control Panel > DNS Server > Resolution” settings. Simple, no ?

    But I discovered then another issue: my Plex Server was not accessible anymore (when opened from DSM’s start menu). It was trying to start on the IP address of an unused Ethernet port – There are two Ethernet ports on the DS713+ and only the second one of mine was plugged on my Switch. The IP used by Plex Server was therefore a default one: 169.254.x.x. So, I did connect the first Ethernet ports on my Switch and did a reboot. I was next able to access the Web UI on the IP assigned now to my NAS’s first Ethernet port.

    But it was not solving everything. Indeed, plex.tv was still not able to reach my NAS since my ADSL Modem was forwarding the default port of Plex (32400) onto the IP of the second Ethernet port and not on the first one (I.e.: on the IP Plex Server was actually listening on). As my NAS is only connected to one LAN, I decided to enable the Link Aggregation to merge the two ports into a “virtual single one”. Doing so, I would have only one IP assigned to my NAS and both Ethernet port used together to increase a bit the bandwidth: Control Panel > Network > Network Interface > Create > Create Bond > IEEE 802 Dynamic Link Aggregation. I did complete the Wizard (using DHCP the get an IP) and went to reconfigure my DHCP server (on my Buffalo Router): I.e.: I did update the static leases and assigned the static IP wanted for my NAS on the MAC address currently used by the Dynamic Link Aggregation (It’s available in the Control Panel > Info Center > Network > Bond 1).

    Once the DHCP server and the Synology reconfigured, I did reboot both (to avoid caching effect). Unfortunately, when accessing my server via plex.tv, it was still not displayed as “online” 🙁 Also, in the “Plex Media Server”‘s settings “myPlex”, I was unable to connect with my login/password and worst, I was unable to change any settings in my Plex Server: Saving changes was always failing… I found a note about a known issue on the Synology website:

    DSM 5.0: Known Issue – Plex Media Server
    Users need to manually set read permission for the “plex” user at the User page in Control Panel to allow Plex Media Server to read the shared media folder content.

    But trying this fix didn’t solve my issues.

    I thought then that there could be a more recent version of the Plex Server on plex.tv than on Synology… And indeed. The version I had was 9.8 and there was a 9.9 on Plex.tv. I did download the spk for my processor (DS713+ = Intel) and did install it manually. And Bingo, my Plex Media Server was now able to connect to myPlex and it appeared as “Online” in plex.tv !!!

    So, to conclude, the following services are now running fine:

      • Download Station (it resumes the download of your the torrent without any issue)
      • Surveillance Station (the time line is not broken)
      • DNS Server (once the “Resolution Service” enabled as mentioned above)
      • Video Station (has been updated)
      • Photo Station (has been updated)
      • Webalizer (has been updated)
      • Plex  (After a manual update as mentioned above and some reconfiguration of the IP/Ethernet port used)
      • WordPress (has been updated)
      • phpMyAdmin

    Changes I noticed:

    • As usually, after the upgrade of WordPress (If you do so), you will have to reset the permalinks’ format (via Dashboard > Settings > Permalinks > Common Settings > re-select your structure and “Save Changes”). Otherwise, links to your posts (E.g.: found via google or kept as favorites by readers) won’t work anymore..
    • The DDNS service is now named “External Access”. Nothing has changed and nothing needs to be reconfigured.
    • MySQL has been replaced by MariaDB (a fork of the original project). Start it once to finalize the update (you will have to provide your password). phpMyAdmin still runs fine and connects automatically to MariaDB with your current root login and password.
    • You will now get a monthly report by email with the status of the disks. Ex.:

    Dear user,

    The following is your monthly report regarding the health of disks on <serverName>. You can also check the health of individual disks at Storage Manager > HDD/SSD > Health Info.

    Disk 1:

    Disk Reconnection Count 0

    Bad Sector Count 0

    Disk Re-identification Count 0

    Disk 2:

    Disk Reconnection Count 0

    Bad Sector Count 0

    Disk Re-identification Count 0

    Loading

  • Plex Server on Synology DS713+: Cannot load M3U8: 404 not found

    When trying to watch a movie streamed by the Plex Server of my DS713+, I used to get an error “Cannot load M3U8: 404 not found” (only on mobile devices or within a browser). This was due to a wrong “temp” directory configured (out-of-the-box) for transcoding purpose.

    Click to Read More

    Watching movies was working fine with the Plex Theater on my PC.

    I had the error message “Cannot load M3U8: 404 not found” only when trying to play movies within Chrome (on a PC or on a tablet).

    I read on the web that this error could be due to the NAS struggling with transcoding the movie (which is done or not depending on the client’s spec). Plex clearly states that one needs a dual-core NAS to be able to do transcoding. But I have a DS713+. So it should have been fine

    I also read that Plex Theater (on Windows) does not need any transcoding. As it was working fine, I definitively though there should be something wrong with the configuration  of the transcoding…

    I did look at the logs of Plex Server (in \\<MyNas>\plex\Library\Application Support\Plex Media Server\Logs) and found that error:

    [code]ERROR – Exception handled: boost::filesystem::temp_directory_path: Not a directory: “/volume1/Plex/tmp_transcoding”[/code]

    Checking directly on the NAS via telnet, I found that the right path should have been /volume1/Plex/Library/tmp_transcoding (Notice: “Plex” starts here with a upper case although the related shared folder accessible via SMB starts with lower case!!!)

    So, I did force that correct value via the Plex server web interface > Settings > Transcoder > Show Advanced Settings > Transcoder temporary directory.

    And BINGO !!!

    Loading

  • Migration from my DS209+ to my DS713+

    I have just moved my blog from my Synology DS209+ to my new DS713+.

    If you see this, it means that the migration is successful 😉

    Click to Read More

    The setup of the new DS713+ was straightforward and really easy using the setup Wizard of Synology. It took more time to screw the two drives (WD SE 2TB WD2000F9YZ) in the trays. Those trays look cheap (plastic) and fragile, but they are really easy to use, plug and unplug.

    1/ I did use http://find.synology.com to search for my new DS. It worked fine and found both the 209+ and the 713+. From there I did start the setup on the 713+. It automatically download the latest version of DSM and install it.

    2/ Once installed, a wizard opens within DSM to configured the most important features:

    1. Create a volume with the disks (I didn’t create the default “Hybrid RAID (SHR)” as already suggested during the setup. I did a RAID 0 using the wizard instead).
    2. Users and Shared Folders
    3. File Station
    4. Other Packages (I did re-install all my favorite packages): Audio Station, Cloud Station, CouchPotato Custom*, DNS Server, Download Station, Git, Mail Server, Mail Station, Media Server, Photo Station, phpMyAdmin, Plex Media Server, Python, Python 3, Surveillance Station Time Backup, Video Station, Web Console*, Config File Editor*, Webalizer, WordPress

    3/ In the Package Center, I did reconfigure the custom “Package Sources” (required for * above):

    1. http://packages.missilehugger.com : ‘Config File Editor’ and ‘Web Console’
    2. http://packages.synocommunity.com : ‘Couch Potato Server’
    3. http://www.cphub.net : ‘Advanced Power Manager’
    4. http://packages.quadrat4.de : IPKG ‘Bootstrap installer’, …

    4/ Via the Control Panel  > Terminal, I did enable “telnet”

    5/ I did next set a fix IP for the DS713+ on my DD-WRT router (under “static leases” in the “Service” tab) and did connect on the DS713+ via telnet to force it to renew its IP with the command “/etc/rc.network restart”

    6/ I did also reinstall the package Perl, BootStrap Installer (Install Ipkg) and iPKGui  (manage ipkg packages) – both from packages.quadrat.de –  and configured the following package source: http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable (name ‘cross’, type ‘scr/gz’, file ‘cross-feed.Conf’)

    7/ I did install the “web-Console” package and logged in with admin/admin. Then I did restart the web-console after changing the password via the command (typing also the #) : #users modify admin

    Notice: I didn’t use Synlogy’s migration wizard to backup and restore the full “configuration settings” as I wanted to clean a bit my NAS and restore/reconfigure only what I really still need. More details on migration methods are provided on Synology’s wiki.

    Click to Read ‘Wordpress’ Part

    1/ Regarding WordPress, once the package installed, I did:

    1. Export the ‘wordpressblog’ database from my DS209+
    2. I did copy the following folders from the DS209+ on the DS713+
      1. \wordpress\wp-content\icons
      2. \wordpress\wp-content\themes
      3. \wordpress\wp-content\uploads
      4. \wordpress\wp-content\plugins
    3. I did restore that backup on the DS713+
    4. I had to reset the “Header Image” via Appearance>Themes>Customize.
    5. I did check that all the plugin’s where enabled. All settings where correctly recovered from the backup restored previously.

    I didn’t re-install the plugin MultiDomain as I am now using the DNS package of Synology to solve the issue I had in the past when accessing my blog from my intranet or from internet.

    2/ I did copy the other webpages in /web from the DS209+ onto the DS713+

    3/ I did reconfigure the port-forwarding on my DD-WRT (via the tab “NAT/QoS”) to forward the traffic on port 80 to the DS713+ instead of DS209+. I also configured “Wake on Lan” on the DD-WRT (via the “Administration” > “WOL”) to be able to wake-up my new NAS although it should run 24/7.

    Et voilà… the “web part” of the DS713+ is up and running 😛

    Click to Read ‘Photo Station’ Part

    1/ To move the Photo albums, I did use Synology’s “Main menu” > “Backup and Restore” feature on the DS209+.

    1. On the DS713+, enable the “Network Backup” service (without rsync) via “Main Menu” > “Network Backup”. This is going to create a Shared Folder ‘NetBackup’.
    2. Back to the DS209+, In the “Backup” tab of the “Backup and Restore” wizard, click create and select “Data Backup type”.
    3. In the wizard, type a name for the backup and select “Network Backup (Synology Server)”. Let the DS209+ find the DS713+ (clicking into the “server name” combo-box) and use this one as server name for the backup destination (fill manually the password for the username and pick “NetBackup” as shared folder. Keep in mind the name of the “folder” to be created in “NetBackup” to store the backup).
    4. In the tab where you can select application data, configuration, etc… pick
      1. In the “Application” part, select “Photo Station”
      2. In the “Shared folder” part, select “photo”
    5. And finally “Back up immediately after the wizard finished”

    2/ Next, on the DS713+, using the same  “Main menu” > “Backup and Restore” feature, I did the restore

    1. In the “Restore” tab, click on “Restore” and select “data”.
    2. In the wizard, select “Local Restoration” and keep next “NetBackup” and select the name of the “folder” where the DS209+ stored its backup.
    3. Do not select any “configuration settings to restore”
    4. Select however all “items to restore” in the next screen. You will see that there is a “conflict” for the Shared Folder “photo”. No matter, the existing folder on the target will be overwritten.

    Et voilà. It’s magic: all the photo and thumbnails are restored, including the albums, smart albums, covers, etc…

    One thing is however not restored via this process: the users’ privileges… I presume that this is because I didn’t restore the users table. I had to grant access to the users to each album manually via the “Parameters” > “User accounts” menu of Photo Station.

    Click to Read ‘Surveillance Station’ Part

    1/ To move the Surveillance Station settings, I did use also Synology’s “Main menu” > “Backup and Restore” feature on the DS209+.

    1. First, I did disable all my camera in the Surveillance Station of the DS209+ via the “Main Menu” > “Surveillance Station” > “IP Camera”
    2. Next, I did delete all the records as I wanted to only migrate the “settings”
    3. Finally, I did a backup of ‘surveillance’ as I did for the Photo Station here above. I only had to provide another folder-name under ‘NetBackup’ than for the photo

    2/ Next, on the DS713+, I did

    1. “Stop” the Surveillance Station, via “Package Center” > “Surveillance Station” > Action “Stop”.
    2. Restore the ‘surveillance’ following the same procedure as for the Photo Station.
    3. Once the restore completed, “Run” the Surveillance Station, via “Package Center” > “Surveillance Station” > Action “Run”.
    4. Go to the “Main Menu” > “Surveillance Station”  > “IP Camera” and re-enable the camera. You can see that not only the camera are restored, but also the patrol settings, etc…

    Notice: the paid licences have been transferred !!! What is weird: I was able to re-enable the camera also on the DS209+. Both NAS were then consuming stream from all the camera… I was not expecting the licenses to be usable on several devices ?!

    Click to Read ‘Audio and Video Station’ Part

    1/ Simply copy the content of the Shared Folders “music” and “video” from DS209+ to DS713+. Audio Station and Video Station will re-index the files.

    2/ Reconfigure Video Station (Collections and Custom Libraries must be redefined)

    3/ Recreate your favorite Web Radio Station in the Audio Station

    This is a bit of work but I didn’t find a backup/restore similar to the one available for the ‘photo’ and the ‘surveillance’. And I didn’t want to restore the full configuration of my DS209+ as-is.

    Click to Read ‘Other’ Part

    1/ Reconfigure the other port-forwarding rules on the DD-WRT to transfer all required traffic to the DS713+:

    1. Admin: 5000
    2. WebDav and WebDav https: 8000 and 8443
      1. Enable WebDav via “Main Menu” > “Control Panel” > “WebDAV”
      2. Configure the port 8000 and 8443 resp. for http
    3. CouchPotato: 5050

    2/ Reconfigure the WorkGroup via “Main Menu” > ” Configuration Panel” > “Win/Mac/NFS” > “Windows File Service”

    3/ Enable “Recycle Bin”, “Windows ACL” and “File Indexing” on required shared folders via “Main Menu” > ” Configuration Panel” > “Shared Folder” > (select a folder) “Edit”.

    4/ Reconfigured the “DNS server” as made on DS209+. Or, use the “Export Zone” > “Complete Zone settings” menu of the “DNS Server” on DS209+ and then “Create” > “Import Zone” menu of the “DNS Server” on the new DS.

    5/ Recreate the MySQL Backup Task and the reconfigure Time Backup’s tasks.

    Click to Read ‘DDNS’ Part

    I also had to register my DDNS’ domain name olympe.diskstation.me for my new DS713+ instead of for my DS209+.

    1/ Log in https://myds.synology.com

    2/ Click on the “Unlink” icon on the row of your old DS.

    3/ Select the old DS and click on “Delete” on the right side of the “DDNS status” header.

    4/ Go now to the “Control Panel” of the new DS and click on “DDNS”.

    5/ Click on “Add” and re-register the DS with the domain name that used to be linked to the old DS.

    Loading

  • Request Microsoft for an existing hotfix not publicly released

    I found a kb (article from the knwledge base) of Microsoft mentioning an existing hotfix but not providing a link to download this one.

    Here is a link to request Microsoft for such hotfix without going through the long and expensive process of a phone call,  etc… E.g.: for a dummy kb 1234567: Click here.

    Click to Read More

    I found a post that give all the requested details on that process: http://www.pesikov.tk/blog/request-download-kb-update-hotfix-directly-without-contacting-microsoft-customer-support-services/

    Only notice that you must now use a parameter “ln” in the URL to enforce the language of the page. Ex.: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567&ln=en-us.

    This will bring you to such a support page:

    Request Microsoft for a hotfix
    Request Microsoft for a hotfix

    Loading

  • Mouse entering a ClickLock-like selection mode within Visual Studio

    Quite often, when I stop the Visual Studio debugger (possibly mainly when I just did an “edit and continue“) the mouse enters a kind of “ClickLock” mode: the text is automatically highlighted between the current mouse location and the location where it was when I stopped the debugger. Impossible to move the mouse (or the cursor using the arrows) without highlighting text (I.e.: doing a text selection)… So, impossible to work anymore as pressing any key will immediately delete the selection.

    I found only a few reports about that “issue/behavior” on the web. I still have no idea how to prevent it. But I found a way to halt it when it occurs: Press Alt-Gr + CTRL + SHIFT

    Loading

  • Upgrade Fuhu Nabi 2 from Ice Cream Sandwich to Jelly Bean

    I used to root Kids’ tablet Fuhi Nabi 2 in order to be able to install Google Play. But I got a notification from Fuhi two weeks ago announcing that Google Play was now available out of the box with their latest update… This one upgrades from Android 4.0.1 to 4.1.1… So, hop, hop, hop, I immediately decided to rollback my tablet to a stock Rom and give a try to that new update. Piece of cake… if you know how to proceed…

    Click to Read More

    1. The Nabi 2 had Rom 1.9.37 and TWRP Recovery Image 2.2.2.1.
      • I had a touch screen calibration issue with more recent TWRP. I didn’t try to most recent one however (E.g.: 2.6.3.0).
      • Original site of TWRP can be found Here.
      • All TWRP versions tested for Nabi 2 can be found here as well as the native Recovery Image from Fuhu.
    2. Download the stock Rom 2.0.5 and unzip it from your PC onto a SD card under \TWRP\Backups\<device serial number>\abcdstock123, then re-plug the SD into the Nabi 2
      • This is the folder where TWRP did store my backup when I did root the device
      • All Stock Versions can be found here.
      • There should be 4 files: boot.emmc.win, boot.emmc.win.md5, recovery.emmc.win an System.ext4.win
    3. Install PDA.Net, to be found here, if not available anymore on your PC.
    4. Boot the Nabi 2 in recovery mode by pressing both the Volume + Button and the Power Button.
    5. Press twice the Volume – Button to move to the menu “Recovery Kernel”
    6. Press once the Volume + Button to enter the selected menu
      • it takes quite a few seconds to enter. Be patient.
    7. Once entered in Teamwin (TWRP), select “Restore”
    8. Then select “Using external SD” and pick the Stock Rom version 2.0.5 copied on the SD
    9. Only restore System and Boot, but not your data!
      • I presume that all your data, if any, are in gmail, google+, etc…
    10. Once the restore completed, reboot the system.
    11. It will take some time to reboot, installing the various packages, etc…
    12. Once back into Android, go to the “Settings” > “About” > “System Updates” > “Check now” for updates, “Download” it and install. Android will reboot at the end of that update.
    13. This was actually the “first part” of the upgrade from the Stock Rom 2.0.5 to 2.3.11. With that first part, you are not yet running Android 4.1.1. You have to redo the step here above once more to install the “second part”.

    Notice: I had an issue with the installation of the “first part”. I think that the “update” file was corrupted because I lost the Wi-Fi connection for a few seconds during the download. So, I had to restart the operation and it went then well.

    I had a bigger issue when I tried to install the “second part” of the update. During the reboot, I got the red triangle dead Android picture… This is because I still had traces of rooted files on the tablet. The update din’t recognize some system files and refused to proceed further… Fortunately, there is a solution

    1. Download the fix OTA2.zip to be found here (named Part2 Work Around)
    2. Copy the zip as is onto the SD card under \TWRP\ and re-plug the SD into the Nabi 2
    3. Reboot into Recovery mode as explained previously
    4. Now, instead of “Restore”, select “Install” and pick the file OTA2.zip from the “external SD”
    5. As far as I am concerned, I did a “Wipe Cache/dalvik” after the installation..
    6. Reboot the system.

    Et voilà. The Nabi 2 is now running a fresh Jelly Bean with all kids’ favorite games re-installed from Google Play. Big big thanks to XDA-Developers’ community for providing such a great support!!

    Notice: I am now running a US version instead of a UK version… But I don’t care as everything seems ok 😛

    Click to Read More

    I am not that happy about the upgrade…

    For sure, the new Android interface for the parents is great. But there is no real change for my kids except that:

    • It’s much slower to boot
    • It freezes regularly while my kids are unlocking the screen immediately after the boot. The lock screen start to slide and then freeze in the middle of the screen. I have no choice but hard-reboot (keeping the power button pressed for some seconds)
    • It also freezes sometimes while my kids are playing. Not often but still… I never had any issue in the past.

    And a problem that I always had: when charging the tablet, the tablet always completely switch off and it’s a real pain to reboot it once charged. I always have to wait a bit (> 1 minute) after unplugging the tablet before being finally able to boot. Possibly due to the fact I am on 230V/50Hz and some kind of protection ? It looks indeed like the tablet refuses to boot because the battery is too hot…

    Loading

  • Cropping and printing photos for standard photographic print sizes

    As far as photos edition and printing is concerned, I only use two free softwares: FastStone and Paint.Net. I use FastStone to crop pictures using predefined standard photographic print sizes or to print pictures keeping its size…

    Click to Read More

    Although Paint.Net is really great for editing photo (Ex.: clone and heal details, convert into Sepia, …) it can’t crop using predefined standard print sizes…

    Also, assuming that I have a photo with a custom size and a resolution like 600×600 , I cannot print it in its actual size… Paint.Net will always resize the photo to fit the paper (although I do not check the option “fit picture to frame”) – or – will print Full page, 13×18, 20×25, 10×15, 9×13, Wallet (9 picture) or Contact sheet (35 pictures). As said by the Team developping Pain.Net : it would mean rewriting the printing functionality from scratch and isn’t something we’ll do because it would take months if implementation and debugging.

    So, I use open my photos with FastStone and use its “Crop Board” as well as its “Print” feature.

    If I have to edit the photo, I can open it within Paint.Net directly from FastStone using its “Edit With External Program”…

    Notice: I use the “Sepia” adjustment of Paint.Net as the result is much better than with FastStone. I also use the “Clone stamp” of Paint.Net as I can adjust its width, something that I cannot do with FastStone.

    Loading

  • View or flush the content of the DNS cache on Windows

    Although my primary DNS is my Synology and the IP returned for ‘beatificabytes.be’ is expected to be the IP of my NAS, Chrome tried to access my blog on the web instead of locally. I thought it was an issue with the DNS and wanted to know how it resolved my domain name.

    Click to Read More

    Windows is caching the IP resolved by a DNS. So, thinking my DNS was possibly off when Chrome tried to resolve my domain name, I had to view the content of the cache. This can be done with the following command:

    ipconfig /displaydns

    The result was clear. My DNS didn’t answer itself and the domain name was therefore resolved by the DNS of my provider:

    www.beatificabytes.be
    —————————————-
    Record Name . . . . . : www.beatificabytes.be
    Record Type . . . . . : 5
    Time To Live . . . . : 30
    Data Length . . . . . : 8
    Section . . . . . . . : Answer
    CNAME Record . . . . : <myNAS>.diskstation.me
    Record Name . . . . . : <myNAS>.diskstation.me
    Record Type . . . . . : 1
    Time To Live . . . . : 30
    Data Length . . . . . : 4
    Section . . . . . . . : Answer
    A (Host) Record . . . : 91.182.141.78

    So, I tried to just flush the cache to see if my DNS would now resolve the domain name. The command to do so is:

    ipconfig /flushdns

    For information purpose, here are the commands to respectively turn off/on the DNS cache until next reboot:

    net stop dnscache

    net start dnscache

    Flushing the DNS didn’t solve the issue unfortunately 🙁

    Neither ipconfig /release nor ipconfig /renew did solve the issue either*… But this post is to keep a note about viewing/flushing the DNS cache only 😉

    * To be continued…

    Loading

Tags


Acer iDea 510 AirPlay Android Backup DD-WRT DNS DS209+ DS713+ DS1815+ FlexRaid Galaxy Galaxy S2 Galaxy S7 Google Assistant Google Home HTPC Kies MCE MySQL Nabi 2 Nvidia TV Shield One Plus One OpenHab Outlook Philips Hue Plex RAID Raspberry PI Remote Desktop Root Access Samsung Scripts Synology Team Build Visual Studio VMWare Wi-Fi Windows Windows 8 Windows 8.1 Windows 10 Windows Server 2012 XBMC Xpenology ZigBee

Categories


Archives