Posted on Leave a comment

49.4C02 Error HP P3005

HP P3005 – 49.4C02 Error when sending a pdf to print.

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=1846099&prodTypeId=18972&prodSeriesId=1846088&swLang=8&taskId=135&swEnvOID=54

Run the executable, choose the appropriate printer, printer receives the update and then after about 5 mins the update is done.

Voilà!

Posted on Leave a comment

Getting G2 recognized by adb in debian squeeze

List of devices attached
???????????? no permissions

Minor Path issue that was fixed with this added to .bashrc:

export PATH=$PATH{}:~/development/adt-bundle-linux-x86/sdk/platform-tools

edit /lib/udev/rules.d/91-permissions.rules change:

# usbfs-like devices

SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, \

MODE=”0664″

 

# usbfs-like devices

SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, \

MODE=”0666″

 add /etc/udev/rules.d/99-android.rules
SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, ATTRS{idVendor}==”0502″, MODE=”0666″

(0502 is for my laptop ID):

List of Vendor devices: http://developer.android.com/tools/device.html#VendorIds

of great help was this link: http://solutions.online.rs/android-development-bridge-on-debian/

Posted on Leave a comment

.htaccess file dissapears in listing with filezilla

After choosing to do custom links in wordpress I encountered an interesting issue. WordPress was saying that the file was not accessible to it for changing and that I should do it manually. I created a file called “1.htaccess” since you cannot create “.htaccess” on windows xp (at least) transferred the file, renamed it and it would promptly disappear!

After some digging:

Under “Server->Force Show Hidden Files” took care of the problem of having it displayed.