søndag den 30. september 2012
Gadget for Windows 8 RTM
It seems like the gadget function which origins from Windows Vista has been removed from the new windows. However this can be installed again by running this setup: http://8gadgetpack.bplaced.net/
søndag den 15. april 2012
Create Partition in Linux
Using GParted Live on USB
and install Linux Live USB Creator to create bootable ISO.
Worked fantastic without problems.
http://gparted.sourceforge.net/liveusb.php
and install Linux Live USB Creator to create bootable ISO.
Worked fantastic without problems.
http://gparted.sourceforge.net/liveusb.php
torsdag den 29. marts 2012
auto login windows8
Start Windows 8 and log into the user account. You are taken to the Metro UI start screen. Enter netplwiz and hit enter. This should open the User Accounts screen on the Desktop.
mandag den 27. februar 2012
mysql
Updating columns from one database to another in MYSQL
mandag den 20. februar 2012
Cu white space in dreamweaver
How to remove extra spaces
- While the document is open in Dreamweaver, press CTRL+F to load the Find & Replace dialog box. Do the search on the source code view.
- Check the box “Use regular expression” and uncheck any other boxes.
- Find: [\r\n]{2,}
- Replace: \n
- The hit “replace all”
That’s it!
Soure: http://www.jaredstenquist.com/2009/02/13/removing-extra-linebreaks-and-spaces-in-dreamweaver/
torsdag den 19. januar 2012
Running Windows 8 Developer Preview from USB
I followed this tutorial on how to run it from USB:
No need for me to write it again, except that i couldn't get it to work with the last dos command..
bcdboot.exe f:\windows /s f: /f ALL
I deleted the /f ALL, so now it looks like this:
bcdboot.exe f:\windows /s f: /
Now my Intel Atom 320 computer is preparing the settings, or what ever it is doing.. takes quite some time..
Ps. it only 77 min to prepare the bootable usb from a basic Intel Core I3 processor with 4gb ram (x64 bit windows 8 dev preview OS)
lørdag den 7. januar 2012
Android - Missing Shared Library (found out to be google maps)
I'm a lucky owner of a Gadmei T820, a great Android device with nice battery time (seriously). I'm following a the faceboook group: http://www.facebook.com/GadmeiT820 which is the only source right now who provides new builds for the device. The newest build called DIY 2.5B http://www.sendspace.com/file/vflkex is missing a the shared library: com.google.android.maps, which i detected while trying to install PicsIn. it gave me the error "Missing Shared Library".
(Phone needs to be rooted, can be done by downloading Z4Root or SuperOneClick on the android market )
This is the procedure of how I managed to identify the error and fix it for my device (and maybe yours)
Detect Error:
- Install an app to log activity on your android device. I used "alogcat" (can be found on android market)
- Launch logging app ("alogcat")
- Install the app that gives you "Missing Shared Library" error (in this case PicsIn)
- Go back to alogcat, to pause the logging. Now read anything in red to detect what errors you get.
- I found out com.google.android.maps is missing
Fix:
- Get the default Google Apps: http://www.mediafire.com/?m9uhwv08u1r4hum
- Copy those 2 files from the zip to your SD card:
/system/etc/permissions/com.google.android.maps.xml
/system/framework/com.google.android.maps.jar - use Root Explorer (can be downloaded from android market) to copy the two files to:
- Copy com.google.android.maps.xml to /system/etc/permissions/ (on your android device's flash memory)
- Copy com.google.android.maps.jar to /system/framework/ (on your android device's flash memory)
- use Root Explorer to add the below code in red in: /system/etc/permissions/platform.xml:

Restart phone, and the library should be added. You should be able to install PicsIn.
Have fun!
Abonner på:
Kommentarer (Atom)