Friday, July 26, 2019

Dell Vostro 620 No AHCI BIOS Option

Note: If you don't trust using this file, the original BIOS can be modified by yourself with the correct program. I would not bother because the file offered below works fine. This simply reveals setting that are already built into the BIOS but not allowed by Dell. I think Dell simply screwed up and never bothered to fix it when they offered updates. SSD speeds did increase but are still pathetic in comparison. This may be due to an inferior chipset. It is Intel and mine is up to date and running as SATA 6GB but disappointing. Still far better than standard hard drive. I will post speed test results later.

(Why do you need original Dell A10? The file below is the extracted and modified A10.exe zipped. You will need Dell's original A10.exe to initiate the process. When run it will extract into the temp folder. You will simply copy these files below into Dell's A10 temp folder. One file will not copy because A10.exe is still open and using that file. It has not been changed and need not be copied. The instructions explain renaming the A10AHCI.bin file to A10.bin so be aware. The process is simple but must be followed. I think the only file that has been changed is the .bin but I copied all of them anyway.)

(Bonus: I think this BIOS also makes dual monitor setting available but I didn't look for it. The board already allows for dual monitors by using existing VGA and HDMI. But if one of those go down you can use an add on card and the motherboard port together. This is probably not a big deal because any card you buy today may likely have two or three ports already.)

I'm explaining way too much and hoped to rely on instructions below. You will seem confused at first because the guy had flashed A10 already and needed to run it again to get the process going for the temp folder/file copy process. A10.exe will refuse to process unless it detects an older version. He tells how to force the process to run. You will not need to force and can simply start the A10.exe file in a normal manner unless you also have already flashed A10.

Someone has already modified the Bios. It is based on A10, which is the most current. Get A10 from Dell. You will need to run A10 but DO NOT push the "update" button yet. Follow the instructions below.
Here is the fix . . .
File download link.
Thread link.

Thread reproduced here in case it disappears . . .
I just downloaded the file. Does not install because I have already unpatched A10 running. Message: "same or older" and I can only choose "quit".
Tried to "downgrade" BIOS by flashing A08 but same message.

Does anyone know a way how to get the A10AHCI installed? A patch to toggle between IDE and AHCI would be great...

Why did Dell disable AHCI in the first place? Angry

Argh wish I had read this before I updated to A10. Silly me, thinking Dell's latest BIOS would have unlocked AHCI.

Now to find a way to downgrade the bios first...

Ok problem fixed! (For a Dell Vostro 260 running Windows 7 64bit)

In Windows 7, I opened a CMD window (run as admin) and traversed to where the MS-A10.exe file was.

Then I typed MS-A10.exe /forceit

BUT DON'T CLICK ANYTHING ELSE YET. Leave the bios updater open.

Go to your temp folder (C:\Users\USERNAME\AppData\Local\Temp\) and the last folder created should be MS-A10. Either manually edit the MS-A10.BIN [using software like AMIBCP] to your preferences, or just copy the already edited BIN from the dropbox file so graciously provided above by ermax (rename his MS-A10AHCI.BIN to MS-A10.BIN).

Now click Update in the bios updater and reboot when it's done.

On bootup, confirm the BIOS now includes SATA settings but don't change them yet.

I let Windows load and then I used Regedit to change the "Start" value at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services\msahci to a 0. Rebooted, went back into BIOS and turned on AHCI mode.

Windows automatically loaded new drivers on this boot. I manually updated those drivers to the ones downloaded from Intel here afterwards.

Wednesday, July 24, 2019

Lenovo X1 Carbon

My favorite refurbs . . .
X1 Carbon (1st Gen) 3443, 3444, 3446, 3448, 3460, 3462, 3463 August 2012
(I think from 2nd gen onward, standard m.2 2080 will work)
*X1 Carbon (2nd Gen) 20A7, 20A8 January 2014
*(Avoid 2nd Gen because of trackpad - 3rd Gen returned to original)
X1 Carbon (3rd Gen) 20BS, 20BT January 2015
*X1 Carbon (4th Gen) 20FB, 20FC February 2016
*(4th Gen has odd touch strip for F-Keys)
X1 Carbon (5th Gen) - Kabylake 20HR, 20HQ February 2017
X1 Carbon (5th Gen) - Skylake 20K4, 20K3 February 2017
X1 Carbon (6th Gen) 20KH, 20KG

X1 Carbon 3460 ssd
X1 Carbon 20A7, 20A8
X1 Carbon 20BS, 20BT
X1 Carbon 20FB, 20FC
X1 Carbon 20HR, 20HQ
X1 Carbon 20K4, 20K3
X1 Carbon 20KH, 20KG

Starting gen2 M.2,2280,SATA6. I'm guessing not proprietary socket? Not sure when PCIe happens?
Check Models and get manuals and drivers here

Why do I care about SSD compatibility? The way I use these little guys, I don't need a lot of room. I just think being able to replace the SSD without finding some after market adapter and an abnormally short SSD is another thing not to worry about. I have yet to have a problem so . . .

Why do I care about models? Sellers don't get it right. They will call a 1st gen Carbon a 3rd gen. The CPU is 3rd gen but the Carbon is 1st gen. Anyway, you need to use caution to know exactly what you are getting . . . only to evaluate accurate pricing because a 1st gen Carbon is totally fine.

Gotta love Lenovo driver update. Need to access on line to work properly.

Purchase History (Each of these Gen 1's have been excellent)
Now it seems these prices are high but the prices keep dropping. I would still buy a gen 1 if I needed one but will pull the trigger on a gen 3 or above it the price is right even if I don't currently need one.

Good buy below and love the screen but pushing all those pixels seems to slow performance. I still love the Gen 1 models. Wonder if I will ever use touch?

Thursday, July 18, 2019

Control Android (Shield - Fire) With PC SCRCPY

Bottom Line - I don't use this but it is interesting and does work.
Download the Windows Version of SCRCPY.
(Scroll down the page to find it.)

You can place the unzipped folder anywhere but C:\ is easiest.

Find your Android device's ip eg. 192.168.1.2

On your Android Device, enable developer mode (not needed on Fire).
Then turn Developer Options ON.
Turn Network Debugging ON
Open Command Prompt as Admin
Navigate to the scrcpy folder
Type adb connect 192.168.1.2:555
Watch Android device and accept connection
Then run scrcpy.exe
You should now have a screen on your PC reflecting your Android.
Give some time after commands to allow things to happen.
This "Android" screen on your PC will not be in the CMD window. Look around.
If you have low bandwidth a switch may be needed to use smaller window, eg.
  scrcpy -b2M -m800 or scrcpy -b2M -m600
To shut off the server when done use adb kill-server.

This is fantastic when it works. Mouse, keyboard . . . everything works.

However . . . these days, few things are needed for streaming and little typing is needed.
(Several different sources are available for each item.)
Downloader is #1
  Fire just say "downloader" into mic.
  Shield (thinking-maybe playstore)
APKTime (Get it right away. Several apps for Shield error on download "can't parse package" but I      have not run into this with Firestick.)
Kodi
  Fire-Downloader http://troypoint.com/kodistable (seems not to be on store)
  Shield in Playstore
Current Best Kodi Build
  http://xanaxrepo.com/repo/
Current Best APK
  UnlockTV APK
  Fire-Downloader http://bit.ly/unlocktv
  Shield-Downloader http://bit.ly/unlocktv
VPN-Private Internet Access
  Seems to be in All Playstores now
Browser
  PuffinTV is the best - (Forget all other browsers)
  Fire get it from APKTime
  Shield get it in playstore
    Fast.com Internet Speed Test works well in Puffin. Bookmark it.
    https://www.techdoctoruk.com/downloads/ is a good bookmark also.
Youtube (no adds)
  This is a moving target . . . So try
  https://www.techdoctoruk.com/downloads/
  or APKTime
Filelinked is another way to acquire apks. You need an address and sometimes a pin.
  This program can be irritating at times.
  address 22222222 pin 4754
This address has most current apks
Ciberflix (has worked well but recently iffy)
CinemaHD (can be okay)

Any more than this and you are just playing. Not that there is anything wrong with that :)

Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...