News Ticker

Menu

Browsing "Older Posts"

Social Media Optimization (SMO)

Sunday, September 20, 2020 / No Comments


Social Media Optimization (SMO)

  • SMO Basics
  • Twitter Page Optimization
  • Facebook Page Optimization
  • Linkedin Optimization
  • Google+ Page Optimization
  • YouTube Optimization
  • Social media sites
  • Image Optimization and Networking

Off page optimization

/ No Comments

 Part 3:


Off page optimization

  • Directory Submissions
  • Social Bookmarking
  • Blog Commenting
  • Forums Postings
  • Press Release
  • Article Submissions
  • Local Business Listings
  • Search Engine Submissions
  • Social Networking
  • Web 2.0 Submission
  • Blog posting
  • Link wheel
  • Hub page creation
  • Squidoo lens
  • Classifieds Submission
  • And more Off-page techniques

SEO TRAINING COURSE CURRICULUM

/ No Comments

 Part 2: On page optimization

  • Domain selection
  • Keyword research
  • URL Optimization
  • Meta data optimization
  • 301 redirection
  • Robots.txt
  • Anchor Text Optimization
  • XML sitemap
  • H1, H2, H3 tags
  • Image optimization
  • Content quality
  • Keyword density
  • Copyscape
  • Webmaster tools
  • Google analytics tool
  • Posting information
  • Archieves
  • Do-follow and No-follow
  • Indexing and Catching
  • And more on-page techniques

WD USB to SATA Conversion Compatible PCB Guide

/ No Comments


 USB -> SATA
701605 - 701499
701615 - 701499
701635 - 701572
701650 - 701499
701675 - 701672, 701609, or 771672
771737 - 701692 or 771692
771754 - 701692 or 771692
771761 - 771692
771801 - 771823
771814 - 771820
771859 - 771852
771939 - 771959
771949 - 771959 or 771939 (771960 works electronically, but doesn't fit physically)
771961 - 771960, 771939, or 771959
771962 - 771931 or 771959 (771960 works electronically, but doesn't fit physically)
771817 - 771820
800038 - 800025
800041 - 800022-000 (for 3Tb) 800022-002 (for 4Tb)
800069 - 800066 (confirmed) or possibly 800052 (??? unconfirmed ???)
800067 - 800065 (Requires Unlocked PCB)

Please post updates below and I'll update the list. Thanks!


Seagate F3 Terminal Command Set

/ No Comments

 



Seagate F3 Terminal Command Set



Here's a consolidated version of all the Seagate terminal commands collected so far. It's not intended to be an exhaustive list, but rather a collection of commands useful in data recovery. If you have more info to share please post it and I'll add it to the list:


The Very Basics:


TTL Default Settings:

Bits per second - 38400

Data Bits - 8

Parity - None

Stop Bits - 1

Flow Control - None


Ctrl + z (initiates the terminal connection and should prompt with level T>)

Ctrl + a (displays drive info, Package Version, Serial #, Model # (useful for missing label), Servo FW, etc.

Ctrl + l (displays drive info, # heads, serial, preamp type, family ID, etc.)

Ctrl + c (tells some drives to spin down, can be used immediately after CTL + z)

Ctrl + x (displays log of history commands)

/X (used to change levels, replace X with level 2, 3, 4,... 7, T, etc.)

2>Z (puts drive to sleep)

2>U (spins drive up)

7>X (test read/write head resistance)

T>B[N] (sets baud rate to N, so for example T>B921000 sets to 921000 baud. If invald rate is input, e.g. B1, drive will report supported rates)

T>V1 (returns slip defect list - confirm translator loading)

T>V2 (checks T-List)

T>V4 (checks G-List entries)

T>V10 (checks P-List)

T>V40 (checks for non-resident G-list entries)

1>G6A (clear P-List - Not Recommended!)

T> i2,2,22 (clear T-List - Non Recommended!)

C>Q (returns list of all available commands, sometimes just says "No Help Available" on all of them)

1>N1 (clears S.M.A.R.T)

1>N5 (returns SMART values in terminal window)

T>i4,1,22 (clears G-List)

7>m100 (clears DOS config tables)

T>J (displays CAP which has some drive info such as internal model, family ID, serial numbers, etc.)

C>U10 (regenerates the media cache)


F Command: (thanks to hddoracle.com)

This is helpful for drives stuck in pending reallocate mode (E.G. InitiateMarkPendingReallocateRequest for disc_lba: )

All commands issues at level T>. Also HDD needs to be power cycled after issuing.


F (lists out all the parameters and bytes that can be modified within the F command)

F"RWRecoveryFlags",00,22 (disables read sparing, write sparing, and enables correction)

F"RWRecoveryFlags",01,22 (disables read sparing, write sparing and disables correction)

F"BGMSFlags",00,22 (disables background media scan)

F"PerformanceFlags",043C,22 (disables offline sparing and deferred auto reallocation)

F"ReadRetries",00,22 (disables read retries - possibly better performance in software like ddrescue)

F,,22 (resets to default - sometimes necessary to get sector access back afterward)


r & w Commands:

Commands issued at level T>


r command is used to read system files (E.G. T>r93 requests system file 93)

w command is used to write system files (E.G. T>w28 initiates write for system file 28)


These commands can also be used to read/write a specific volume/copy of a system file. The command is issued as follows:

r[FileId],[VolumeNum],[CopyNum],[ByteOffset],[Length],[OutputFmt]

w[FileId],[VolumeNum],[CopyNum],[ByteOffset]

So for example to read system file 28 volume 3, copy 1: T>r28,3,1

To write system file 93 volume 3, copy 0: T>w93,3,0

(Most SA modules are in the default volume 3, just FYI)


These read/write operations are carried out using Y-Modem protocol supported by some terminal programs.


SSHD Specific (Rosewood Drives):


O>I (Clear NAND of Donor in preparation for PCB replacement w/ ROM transfer)


M Command Quick Reference: (thanks to PCLab)

All commands issued at level T>


m0,6,2,,,,,22 (most commonly used to regenerate translator)


m0,2,1,,,,,22 ( To rebuilt slip list, V1 )

m0,2,2,,,,,22 ( To rebuilt G list, V2 )

m0,2,3,,,,,22 ( To rebuilt P list, V3 )


m0,5,1,10,3,,,22 ( To zero fill with slip list )

m0,5,2,10,3,,,22 ( To zero fill with G list )

m0,5,3,10,3,,,22 ( To zero fill with P list )


m0,8,1,10,3,,,22 ( To format with slip list )

m0,8,2,10,3,,,22 ( To format with G list )

m0,8,3,10,3,,,22 ( To format with P list )


m0,D,1,,,,,22 ( To repair bad sector by Slip list )

m0,D,2,,,,,22 ( To repair bad sector by G list )

m0,D,3,,,,,22 ( To repair bad sector by P list )


m0,20,1,,,,,22 ( To format (seacos XF) by Slip list )

m0,20,2,,,,,22 ( To format (seacos XF) by G list )

m0,20,3,,,,,22 ( To format (seacos XF) by P list, most powerfull to repair bad sectors, red and green blocks )


m0,2,2,,,,,22 ( Format user area partition without certifying defects and relocate defects. not effect Data in a drive )

m0,2,1,,,,,22 ( Format user area partition with user slip list with certify defects. DATA WILL BE LOSS )

m0,D,3,,,,,22 ( Format user area partition with repairing of bad sector, auto add bad sector into G list and in the last it will be shifted to P list )


m0,5,1,,,,,22 ( it used for erasing of all sector )

m0,8,2,,,,,22 ( it is used for formatting hard disk sectors )


M Command Full Explanation: (thanks to irs)


Seagate Terminal M Command.doc

(17.67 KiB) Downloaded 5656 times



Terminal Errors Explained: (thanks to HDDGuy)


TCC-001A[0x000042F9][0x000042F9]ZZZZMMMMMMMMMMMMMMMZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZMMMMMMMMMMM.... = This error relates to an inability to read Servo or Overlays. This message is also displayed at some Grenada models when PCB/ROM is not native.


Failed to load overlay 00000004 - this is usually associated with some hardware error and can be caused by non-native adaptives (i.e non-original ROM)


SIM error 1002 = this message alerts us to some error with one or more defect list. Potentially P-list or NRG list can be bad.


SIM error 2044 - Translator tables cannot be read or are damaged.


SIM error 1009 - Module 17A is damaged


SIM Error 203F / SIM Error 2040 / SIM Error 2044 / SIM Error 3005 - Also seem to be damaged or unreadable translator related errors


LED:00000047 FAddr:FFFFFFFE - Usually this relates to Media Cache


LED:000000BC FAddr:00006220 - Usually this also relates to Media Cache or some relocation parameters.


More Terminal Errors Explained: (thanks to jol and acelabs)


SIM ERROR 3005 (mean that “format corrupted flag” in on and Translator is not loaded in RAM)


“No HOST FIS-ReadyStatusFlags” (reason message: why translator is not loaded).


More Terminal Errors Collected From the Web By Your's Truely


LED:0x000000BD FAddr:0x00009887 or LED:000000BD FAddr:0000988E - Usually relates to Media Cache or other background processes in System File 93. Some have reported clearing SMART as having fixed the issue.


MCMTFileHandler: EXCEPTION: Failed MCMT read request - Relates to System file 346 being damaged, or possibly media cache


LED:000000CC FAddr:0024A7E5 - Bad Translator. Short read channel, clear smart, regenerate translator.


SMI init (or) Training Failed - Bad PCB


Disc FW failed to load - Bad PCB


Sense code = xxxxxx82 – problem with sector translation (broken translator) (x's will be other numbers)

Sense code = xxxxxx81 – uncorrected error (bad sector, not translator)


LED:00000067 - Normal if PCB is removed from HDA. Otherwise it's heads/media damage


SimError - Remaining in BootFW

Perform a double download without a power cycle (This error occurs with non-original ROM code or PCB)



Last Updated: 2/6/2019

All Laptop & Desktop Boot Menu & Bios Keys (Dell, HP, Lenovo, Acer, Asus, Samsung, Microsoft, MSI, Toshiba)

/ No Comments

 

All Laptop & Desktop Boot Menu & Bios Keys (Dell, HP, Lenovo, Acer, Asus, Samsung, Microsoft, MSI, Toshiba)




Android Bulk SMS Sender Unlimited -https://www.lantechsoft.com/

Sunday, August 23, 2020 / No Comments

 

Android Bulk SMS Sender Unlimited

Product Code : LTS-DC1001
  • Sends SMS to multiple phone numbers from PC via Android Phones.
  • "SMS Sender Modem Pro App" is required to Connect Android Phone.
  • Internet Connection Required
  • Compatible with All Android Mobiles.
  • Android Version 6 or Above.

Description

Android Bulk SMS Sender is a multiple SMS sending tool from Multiple Android phones through a single platform at once. You can send Thousands of SMS from your PC through connected Android Phones. You need to install 'SMS Sender Modem Pro' App in your phone to get connected to the Android Bulk SMS Sender. You can import the contact list from the files (excel and text files) on your computer or you can enter contacts manually. You can send SMS to any number recipients without any constraints from the software. Android Bulk SMS Sender allows you to send INTERNATIONAL SMS in BULK with the feature of adding country code as prefix to Mobile Numbers. Android SMS sender also allows you to customize SMS with many fields such as (Mobile Number, Name etc). It allows you to select mobile number out of all connected mobile phones through which you want to send SMS from PC. Android Bulk SMS Sender includes many features such as delay in SMS to be delivered.Android Bulk SMS Sender sends SMS from pc to mobile.

Android Bulk SMS Sender acts as an advanced marketing tool in the market, making it easier to send promotional messages and links. You can send Personalized message to all the contacts. For example, you can add the name of contacts in the message for personal touch.It also keepsa Log file for Sent and Failed SMS with number, corresponding message and Dates of SMS sent. The unique feature of Android Bulk SMS Sender is that itsends SMS to All DND/NON-DND Mobile Numbers. This SMS sending softwaresends SMS to individuals or list of phone numbers. Android Bulk SMS Sender is compatible with both Windows 7 and Windows 10. It only requires you to have the SIM in your phone and No data connection is required for its working. It supports Multi Lingual SMS so that you can send SMS in French, Italian, Japanese, Arabic, Hindi, Gujarati, Urdu, Punjabi, Bengali, Tamil, Telugu, Kannada, Malayalam, German and many Others.

IMPORTANT NOTE: "SMS Sender Modem Pro App" required in the Android Phone.

Key Features

  • Send SMS through Android phones via PC.
  • SMS Cost as you can buy unlimited SMS Packs from Airtel/ Vodafone/Idea and other GSM operators.
  • Send SMS to All DND/NON-DND Mobile Numbers.
  • Send SMS to individuals or list of phone numbers.
  • Load Contact Numbers from File.
  • Send unique or personalized SMS to every Contact using Excel File Data.
  • Send message in many different Languages (Unicode).
  • Add Custom Field value to generate unique SMS for Every Contact.
  • Sent messages can easily be saved and viewed by the user.
  • Compatible with All Android Phones.
  • Internet connection is required to send SMS.

How It Works

How to send Bulk SMS

  • Ensure "SMS Sender Modem Pro App" is installed on Mobile and your mobiles have SMS pack or enough balance to send SMS.
  • Connect your Android Phone With Local Network Using WiFi
  • Open SMS Sender Modem Pro App
  • Set SMS Sender Modem Pro as Default SMS Sending App
  • Selct PC Sync From Top-Right Menu
  • Login With the Same Email as you use in Software
  • An IP is Generated for Connection
  • Start Android Bulk SMS Sender.
  • Click 'Add Android Phones' Button
  • Enter IP Address Displayed in SMS Sender Modem Pro App
  • Click 'Add' Button
  • List of Connected Android Phone is Displayed
  • Add or Import Mobile Numbers of recipients.
  • Apply SMS text.
  • You can also send unique PERSONALIZED SMS for each recipients using Excel Data
 

Conversion Discrete To UMA 90% Testing Over --Raminfotech Laptop service Center

Friday, August 21, 2020 / No Comments

  Sony MBX-267 Conversion Discrete To UMA

Samsung RC510-S04AE Conversion Discrete To UMA

HP 15-Ab027tx DAX11AMB6D0 Rev D Conversion Discrete To UMA












0000000000000000000000000000000000000000000000

Create Windows 10 installation media

/ No Comments
Create Windows 10 installation media To get started, you will first need to have a licence to install Windows 10. You can then download and run the media creation tool. For more information on how to use the tool, see the instructions below.


media creation tool. For more information on how to use the tool, see the instructions below.



Your current edition of WindowsWindows 10 edition
Windows 7 Starter
Windows 7 Home Basic
Windows 7 Home Premium
Windows 7 Professional
Windows 7 Ultimate
Windows 8/8.1
Windows 8.1 with Bing
Windows 8 Pro
Windows 8.1 Pro
Windows 8/8.1 Professional with Media Center
Windows 8/8.1 Single Language
Windows 8 Single Language with Bing
Windows 10 Home
Windows 10 Pro
Windows 10
Windows 8/8.1 Chinese Language Edition
Windows 8 Chinese Language Edition with Bing
Windows 10 Home China​


Before you install Windows 10, it’s a good idea to save any work and back up your PC before you start. If you used the media creation tool to download an ISO file for Windows 10, you’ll need to burn it to a DVD before following these steps.

  1. Attach the USB flash drive or insert the DVD on the PC where you want to install Windows 10.
  2. Restart your PC.

    If your PC does not automatically boot to the USB or DVD media, you might have to open a boot menu or change the boot order in your PC's BIOS or UEFI settings. To open a boot menu or change the boot order, you'll typically need to press a key (such as F2, F12, Delete, or Esc) immediately after you turn on your PC. For instructions on accessing the boot menu or changing the boot order for your PC, check the documentation that came with your PC or go to the manufacturer's website. If you do not see the USB or DVD media device listed within the boot options, you may need to reach out to the PC manufacturer for instructions for temporarily disabling Secure Boot in your BIOS settings.

    If changing the boot menu or order doesn't work, and your PC immediately boots into the OS you want to replace, it is possible the PC had not fully shut down. To ensure the PC fully shuts down, select the power button on the sign-in screen or on the Start menu and select Shut down.

  3. On the Install Windows page, select your language, time, and keyboard preferences, and then select Next.
  4. Select Install Windows.