Postovi

JFFS2 filesystem corrupts immediately (Magic bitmask 0x1985 not found errors)

  If you have this error it may be a problem with SPI frequency. [ 99.740000 ] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d4070: 0xff0a instead [ 99.760000 ] jffs2: Empty flash at 0x001d4074 ends at 0x001d412c [ 99.770000 ] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d412c: 0xffff instead [ 99.790000 ] jffs2: Empty flash at 0x001d4130 ends at 0x001d4194 [ 99.790000 ] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d4194: 0xff0a instead   Mine was not related to erasesize or image creating.  Had to lower my SPI Freq to 30Mhz instead 100Mhz in my dts file.   I know, it is confusing but really that was the problem.  Hope it helps.  

Windows CE on Windows 10 problem installing driver

I had a problem with driver install for windows CE 6.5 device on windows 10 1709.  Installed Windows Mobile Device Center: https://social.technet.microsoft.com/Forums/en-US/557e9694-0e45-409e-9bb9-8a7139eb2088/windows-mobile-device-center-wont-install-on-windows-10-fall-creators-update?forum=win10itproapps  Device keeps disconectiong and it's not recognised in Windows Mobile Device. So what I did? I  installed HHP PDT Driver and ActiveSync worked as charm. Device got recognised.  

SOLVED: SQL SERVER 2005 Failed to start / Mainboard CPU replaced

Faulting application sqlservr.exe, version 2005.90.1399.0, time stamp 0x434f82e9, faulting module sqlservr.exe, version 2005.90.1399.0, time stamp 0x434f82e9, exception code 0xc0000005, fault offset 0x01019027, process id 0xe70, application start time 0x01c8d28679b262eb. My solution was to install new SP4  Instance  and copy binn folder from new instance to to my  old    instance and than i cound start the service, than I upgraded it to SP 4 thru setup to be sure that everything is as it should be.  Works like a charm.  :)

The Registry Editor could not set security in the key currently selected, or some of its subkeys" error fix / registry you don't have permission to view current permission settings

The above error happens when you or some program tries to change permissions on some registry keys in Windows Vista or Windows 7. Here is the fix.... Download  PsExec.exe  to your  desktop  (IMPORTANT!) Go Start and in "Start search" type in: cmd Hold CTRL and SHIFT keys, press Enter. Command prompt window will open. Copy and paste following command: "%userprofile%\desktop\psexec" -i -d -s c:\windows\regedit.exe Press Enter. Registry Editor will open. Now you'll be able to change permissions for any key. 

Problem installing USB CDC / USB To Serial Drivers on Windows 7 Embedded

Slika
Problem installing USB CDC / USB To Serial Drivers on Windows 7 Embedded To install USB CDC / USB To Serial Drivers on Windows 7 Embedded you will probably have the nightmare with driver installation.  Soo... On most Windows 7 Embedded operating systems something is missing whats the reason you cannot install USB CDC or USB to Serial drivers.  Problem: Thing that's missing is:  usbser.sys.  Solution:  Copy usbser.sys from regular Windows 7 with sam arhitecture to “% SYSTEMROOT%\system32\drivers” After you will be able to install USB CDC or USB to Serial drivers.  I had to set user compatibility settings on driver setup (Run as: "Windows 7" and "Run as administrator")  Wasted a lot of time but this tweak is working.  Hope it helps! 

Install new language to Android Device / Install new language to Android Device / Translate Android Device

This should do the trick it worked for me perfectly.  https://play.google.com/store/apps/details?id=com.bruce.setlocale&hl=hr App is called: "Set locale and language" and can be found on Google Play. Hope this helps.  Set Locale Set Locale and Language As we know that some rom of Android have no full set of language,sometimes it is hard to set the language you want in your phone.Or if the custom locale function in menu don't support your language,you can try this app! You can select more locales via this app.This app will tell you what language is supported in your cellphone, you can set this language by just one click! If your locale doesn't appear, please use custom locale function in menu. Save locale function is available. To search apps for this app, you may try with Key Words: -Language -set language -more locale 2 -more locate -xda -locale set

Solved: Microsoft.CompactFramework.CSharp.targets' was not found

When I try to open a Project on .NET Compact Framework in VS 2008 (installed Windows Mobile Pro SDK) it says: "Microsoft.CompactFramework.CSharp.targets'  was not found". I Installed NETCF 3.5 Power Toys and it did the trick. http://www.microsoft.com/en-us/download/details.aspx?id=13442 Hope this helps.