Cannot install ClockworkMod Recovery - Galaxy S II Q&A, Help & Troubleshooting

Installing a custom recovery on Galaxy S II
Download codeworkx's ClockworkMod Recovery, and the Heimdall Suite:
codeworkx's ClockworkMod Recovery: download
md5: 364315cb9a499d50638d05b93bb44422
Windows:
Heimdall Suite 1.4RC1: download
NOTE: The Heimdall Suite requires the Microsoft Visual C++ 2010 Redistributable Package to be installed on the computer, which can be downloaded here.
Release Candidate (RC) versions may require the Debug Visual C++ 2010 DLLs which Microsoft does not offer for redistribution or download
Power off the Galaxy S II and connect the USB adapter to the computer but not to the Galaxy S II.
Boot the Galaxy S II into download mode by holding down Volume Down, Home & Power while connecting via USB.
Windows only:
Run the included zadig.exe in the drivers folder of the Heimdall Suite.
Choose Options ยป List All Devices from the menu.
Select Samsung USB Composite Device or Gadget Serial or Device Name from the drop down menu.
Click Install Driver.
NOTE: A prompt may appear warning that the installer is unable to verify the publisher of the driver, ignore it and select "Install this driver anyway."
Untar codeworkx's ClockworkMod Recovery into the Heimdall directory.
On the computer, open a terminal and run the following command from the Heimdall directory:
heimdall flash --kernel zImage
A blue transfer bar will appear on the device showing the recovery being transferred. Once completed, the device will reboot automatically.
The Galaxy S II now has ClockworkMod Recovery installed. Continue to the next section.
Click to expand...
Click to collapse
Okay, so I downloaded the ClockworkMod Recovery and the heimdall suite, and I unzipped them both. It took me a while to get the step with the Zadig.exe working on Windows 8, because it doesn't allow unsigned drivers, but I got that working. When I tried to do the "heimdall flash --kernel zImage" bit, I get an error saying msvcp100d.dll cannot be found. Now I checked in Programs & Features, and it says that I have Microsoft Visual C++ 2005 Redistributable (like 3 times), Microsoft Visual C++ 2005 Redistributable (x64), Microsoft Visual C++ 2008 Redistributable x64 9.0.xxxxx, Microsoft Visual C++ 2008 Redistributable x64 9.0.xxxxx, Microsoft Visual C++ 2008 Redistributable x86 9.0.xxxxx, Microsoft Visual C++ 2010 Redistributable x64 10.0.40219, and Microsoft Visual C++ 2010 Redistributable x86 10.0.40219.
So I decided to try and get a msvcp100d.dll off the net, I put that in the System32 and in the directory of heimdall.exe and it still did nothing differently.
Now that should be enough? All it needs is the Visual C++ 2010 redistributable.. right?
Though it does say this "Release Candidate (RC) versions may require the Debug Visual C++ 2010 DLLs which Microsoft does not offer for redistribution or download"
Now.. what can I do? It shouldn't be this hard should it?
I've also tried this on 2 other computers too, 1 of them running Windows 8 and another running Windows 7. Same thing.

hxc_pokecore said:
Okay, so I downloaded the ClockworkMod Recovery and the heimdall suite, and I unzipped them both. It took me a while to get the step with the Zadig.exe working on Windows 8, because it doesn't allow unsigned drivers, but I got that working. When I tried to do the "heimdall flash --kernel zImage" bit, I get an error saying msvcp100d.dll cannot be found. Now I checked in Programs & Features, and it says that I have Microsoft Visual C++ 2005 Redistributable (like 3 times), Microsoft Visual C++ 2005 Redistributable (x64), Microsoft Visual C++ 2008 Redistributable x64 9.0.xxxxx, Microsoft Visual C++ 2008 Redistributable x64 9.0.xxxxx, Microsoft Visual C++ 2008 Redistributable x86 9.0.xxxxx, Microsoft Visual C++ 2010 Redistributable x64 10.0.40219, and Microsoft Visual C++ 2010 Redistributable x86 10.0.40219.
So I decided to try and get a msvcp100d.dll off the net, I put that in the System32 and in the directory of heimdall.exe and it still did nothing differently.
Now that should be enough? All it needs is the Visual C++ 2010 redistributable.. right?
Though it does say this "Release Candidate (RC) versions may require the Debug Visual C++ 2010 DLLs which Microsoft does not offer for redistribution or download"
Now.. what can I do? It shouldn't be this hard should it?
I've also tried this on 2 other computers too, 1 of them running Windows 8 and another running Windows 7. Same thing.
Click to expand...
Click to collapse
1. Wrong thread
2. USE DAT SEARCH BUTTON!
Sent from my JellyBam'ed Galaxy SII using Tapatalk 2

Are you using a apple running mac computer or windows pc ?

I think it's because heimdall binary has been compiled with debugging option, so it is looking for "msvcp100d.dll" (look at the "d" at the end of the name) that is not available in the Visual C++ 2010 Redistributable Package...
I have the same problem and I am in Windows 64 bit...
Now I am trying to flash from a live ubuntu...
edited:
in live Ubuntu desktop 12.10 32bit works

Didn't find anything with a search.
Cosmic Blue, I stated twice that I was using Windows.
And that's a pain in the ass, have to use Ubuntu just to flash. Hopefully I still have an ISO for it somewhere >_>

In case anyone was wondering, I ended up using Odin and it worked after my second try.
Couldn't make it work on Ubuntu with Heimdall.

Related

Windows Mobile 5.0 SDK for Pocket PC "official"

Any one tried it http://www.microsoft.com/downloads/...f2-f524-4ec5-9155-717cbe5d25ed&DisplayLang=en
The Windows Mobile 5.0 SDK for Pocket PC extends Visual Studio 2005 Beta 2 so that you can write managed and native application software targeting Windows Mobile 5.0 based Pocket PC devices.
This includes:
Windows Mobile 5.0 based Pocket PC Device Emulator images & skin files
Headers, Libraries, IDL files, and Managed reference assemblies
Sample Code
Documentation in CHM Format
Tools, Sample Configuration files, and Test Authenticode Certificates

[Q] Building apps with sql (mysql) support problem

Hi,
i`m trying to develop simple ubuntu application. This application should connect to remove mysql server, query and display data in UbuntuListView. Project was created in Qt Creator 3.1.1 as QML app with c++ plugin (cmake).
In my cpp class, i connect to mysql server using QSqlDatabase db = QSqlDatabase::addDatabase("QMYSQL"); according to qt documentation.
On my desktop (ubuntu 14.04) application works fine (after installing libqt5sql5-mysql), but when i tried to run this application on my aquaris E4.5 ubuntu edition (using Framework ubuntu-sdk-14.10) i got this error:
QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE
Open database: false
I have found package libqt5sql5-mysql 5.3.0+dfsg-2ubuntu9 (armhf binary) for utopic unicorn. In qt creator, under Tools->Options->Ubuntu, I clicked on Maintain button in Framework ubuntu-sdk-14.10 and install that package. But this didn`t solve my problem.
Do yo have any ideas ?
If you want to include said libaries, you need to ship them as .so files in your click package. Don't ask me how to do it (I don't know in this specific case), but simply installing it in your chroot won't work.

How to check apk-device compatibility before installing?

Hi everyone! I'm making a program to extract apk files to sideload them to other devices when needed. I want to check the compatibility between apk files and devices to avoid errors and wasting time pushing incompatible files.
Wich properties should I check before installing? And wich commands should I use?
I'm currently checking abis, sdk version, and app version via
-'adb getprop' for device info
-'adb shell dumpsys package' for installed apps on device
-'aapt dump badging' for apk files in my HDD.
OS: Windows 10 1909 x64
Language: C# .NET
IDE: Visual Studio 2013

adb.exe v1.0.40

Ubuntu 20.04 sees phone with Linux adb v28 using 'adb devices'.
I've installed the usb driver for my Blackview A80 phone in VirtualBox Windows 10 VM. However, VirtualBox Windows 10 VM fails to see my phone with adb (v1.0.32 & 1.0.39). I'd like to download adb.exe v1.0.40 (as that's the requirement to run B4A Windows app under Wine in Ubuntu.). But I can't find that version anywhere. Has anyone got adb.exe v1.0.40?
I've followed the instructions on
http://adbcommand.com/articles/How to build adb(1.0.40) for windows on Ubuntu but I get 'fatal: cannot make .repo directory: Permission denied' on the step
repo init -u https://android.googlesource.com/platform/manifest. I know nothing about repo. Anybody have any ideas about this repo problem?
johnaaronrose1 said:
Ubuntu 20.04 sees phone with Linux adb v28 using 'adb devices'.
I've installed the usb driver for my Blackview A80 phone in VirtualBox Windows 10 VM. However, VirtualBox Windows 10 VM fails to see my phone with adb (v1.0.32 & 1.0.39). I'd like to download adb.exe v1.0.40 (as that's the requirement to run B4A Windows app under Wine in Ubuntu.). But I can't find that version anywhere. Has anyone got adb.exe v1.0.40?
I've followed the instructions on
http://adbcommand.com/articles/How to build adb(1.0.40) for windows on Ubuntu but I get 'fatal: cannot make .repo directory: Permission denied' on the step
repo init -u https://android.googlesource.com/platform/manifest. I know nothing about repo. Anybody have any ideas about this repo problem?
Click to expand...
Click to collapse
have you tried using chocolatey on the windows VM, to see if their adb source works for you?
you would need chocolately preinstalled, this thread would explain better.
How To Use Chocolatey
========================= ============================================ HOW TO USE CHOCOLATEY ============== ============= Hi Friends~! This amazing package manager changed my Windoz life
forum.xda-developers.com
after you have chocolatey installed, you would run this command:
choco install adb
essentially, it will dl the latest adb, and wrap all it's variables with the correct permissions, even in a vm. I'm not sure if this will help you, but just wanted to put it out there~!
Have a good day~!
jenneh said:
have you tried using chocolatey on the windows VM, to see if their adb source works for you?
you would need chocolately preinstalled, this thread would explain better.
How To Use Chocolatey
========================= ============================================ HOW TO USE CHOCOLATEY ============== ============= Hi Friends~! This amazing package manager changed my Windoz life
forum.xda-developers.com
after you have chocolatey installed, you would run this command:
choco install adb
essentially, it will dl the latest adb, and wrap all it's variables with the correct permissions, even in a vm. I'm not sure if this will help you, but just wanted to put it out there~!
Have a good day~!
Click to expand...
Click to collapse
The specified link does not AFAIK give instructions on how to install chocolately.
Oh It Does~! As well As a VM demonstration on how to install on an unlisted YT vid. But Okay~! Just trying to help ;-)
The link you supplied with its links to "How to install chocolately" sends me to an advertising site.
johnaaronrose1 said:
Ubuntu 20.04 sees phone with Linux adb v28 using 'adb devices'.
I've installed the usb driver for my Blackview A80 phone in VirtualBox Windows 10 VM. However, VirtualBox Windows 10 VM fails to see my phone with adb (v1.0.32 & 1.0.39). I'd like to download adb.exe v1.0.40 (as that's the requirement to run B4A Windows app under Wine in Ubuntu.). But I can't find that version anywhere. Has anyone got adb.exe v1.0.40?
I've followed the instructions on
http://adbcommand.com/articles/How to build adb(1.0.40) for windows on Ubuntu but I get 'fatal: cannot make .repo directory: Permission denied' on the step
repo init -u https://android.googlesource.com/platform/manifest. I know nothing about repo. Anybody have any ideas about this repo problem?
Click to expand...
Click to collapse
Would this help?
Android SDK Platform Tools for Windows
Android Debug Bridge version 1.0.26 platform-tools_r03-windows.zip (2011-02-23) platform-tools_r04-windows.zip (2011-05-10) platform-to...
cxzstuff.blogspot.com

Question Help installing WSL or WSL2

Greetings:
Im a noob trying to learn Linux and I have PhoenixLiteOS installed and installing from cmd wsl --install is not avail.
I want to install Ubuntu. Can someone guide me a certain direction? Do I install WSL from MS Store? then what else?
thanks
Installing Ubuntu With a GUI + WSL2 Upgrade - Windows Subsystem For Linux + Premade Ubuntu Virtual Machines (and more!)
Hello Friends~! I decided to write out a step by step guide to install WSL - Windows Subsystem for Linux, with an Ubuntu Distro, and integrated GUI using Xserver. As well as how to update WSL to WSL2. Open Powershell as Admin, then paste: wsl...
forum.xda-developers.com
Here you go!
Open the Microsoft Store on your Windows machine.
Search for "WSL" or "Windows Subsystem for Linux" in the search bar.
Choose a Linux distribution that you want to install (e.g., Ubuntu, Debian, or Fedora). Click on it to open the distribution's page.
On the distribution's page, click the "Install" button to start the installation process. It might take a few minutes to download and install the Linux distribution.
Once the installation is complete, you can launch the Linux distribution from the Start menu or by searching for the distribution's name. The first launch may take a bit longer as it sets up the necessary files.
Follow the prompts to set up a username and password for your Linux distribution.
Congratulations! You have successfully installed WSL on your Windows machine. You can now use a Linux environment directly within Windows.

Categories

Resources