Please, how can i flash cwm 6.0.19 manually? - General Questions and Answers

Hello, please be patient with me. I need to install a cwm to change a korean rom, but when i go to the market and install the rom manager, when i click, says that my phone is not on the list. My phone is a korean vega 5 im-t100k and i've found a download web for this phone http://mizal.net:82/pantech/NO.5. And i've found this CWM_6.0.19_For_T100K.zip to download. ok, when i decompress, it appears a directory with 6 files: adb.exe, fastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll, installer.bat and recovery.img. Well, i've rooted my phone with unlock root and superuser works ok. I've installed adb in my windows 8 and i have access to my vega 5. Ok, I connect windows 8 with my phone in debuggin mode and transfer files with no problem. Ok, i've opened the directory with the 6 files and clicked on installer, it appears the terminal and says is looking for device, but nothing else. Please i've been looking information all around the web but it's all a mess. Please someone would be so kind to tell me how to do it step by step?. Thank you very much in advance, i'm desperated.

Related

Beginner's Guide to Installing the SDK and Getting Started with ADB

It looks like we may have some users that are new to rooting or to Android all together.
I posted these instructions in the perm root thread, but I figured putting them in their own thread would make it easier to find.
This is meant as a basic pre-cursor to following BCNice's perm root instructions.
I've added a link to TrueBlue_Drew's adb/fastboot guide here
If you use the method that I outline below just download his zip and extract the files to your desktop. Then move the fastboot file into your AndroidSDK\platform-tools sub directory. Thanks to Drew for putting together a great guide!
You will need fastboot installed to install BCNice20's recovery.img.
Make sure you have HTC Sync installed on your computer HTCSync
First download the SDK here
Make sure to dowload the installer_r09-windows.exe
Now install the SDK when prompted for the install path paste C:\AndroidSDK over the default path
Once you have installed it open it from the start menu
Select install packages
The main one we are concerned with is "Platform Tools"
Go to the start menu and right click on My Computer in XP Computer in Windows 7.
Select properties, then select advanced/advanced system settings in Windows 7, then environment variables, now go to the lower box (system variables) and select path then edit.
Paste the following as your path C:\AndroidSDK\platform-tools then select o.k.
Make sure you have temp root via Visionary or Z4.
On your phone go to Settings, Applications, Development, and make sure USB Debugging is checked.
Now connect your phone to your computer and leave the connection type as "charge only"
On your computer select Start, then run, type in CMD
Once in the Command Prompt enter
Code:
cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in
Code:
adb
If adb runs you are ready to start!
Type
Code:
adb shell
Then type
Code:
su
Allow Superuser on your phone
You are now in and ready to follow BCNice's directions
Here's some adb stuff that I found from the evo days that has linux, mac, and windows adb and some of the files it needs. I flashed the evo with it so it should work for the shift too. I used an all in one for the epic to root mine in windows. I just extracted the zip and ran adb inside it. I could have included that or instead but there were a lot more files in there pertaining to recovery, root exploits, and images of things I didn't know if they could safely be removed and still work or not. I used the mac version of the file in this package instead of running back and forth from win to mac. I purposely keep the win partition off the internet. Yeah, vmware works but sometimes it doesn't and I didn't want to risk anything when flashing a phone.
As usual, use at your own risk. It worked for me in the past so I don't see any reason why it won't work now. Make note of the adb program naming schemes because they aren't just "adb". I uploaded this because it was very useful to me in the past and I've always failed or got lost when trying to set up sdk per google's instructions. It's very stripped down so don't expect it to be as fully functional as the sdk would be.
If you want to do it the way I did then head over to the epic section and get the all in one root and recovery in the dev section, unzip it, then use the adb.exe inside. Don't use any bat files or scripts in there, you might brick the phone.
As a Win7 64bit user, I had the additional steps of downloading and installing HTC Sync so that Win7 would install the proper drivers for my phone before I could use adb shell to access my shift.
JigSawMan said:
As a Win7 64bit user, I had the additional steps of downloading and installing HTC Sync so that Win7 would install the proper drivers for my phone before I could use adb shell to access my shift.
Click to expand...
Click to collapse
Yes, of course, how could I forget that? You definitely need drivers for windows.
Anybody care to link me to a good guide for Linux mint/Ubuntu 64 bit?
I've done it on 32, but I can't find good resources for 64.
I used adbwireless and it worked first shot!
Time to work on some roms...;-)
Sent from my PG06100 using XDA App
So is there like a video review or a picture review of this. I am trying to do the steps, but the process is different from your steps. I have tried this on xp and windows 7
When I get to this step
"On your computer select Start, then run, type in CMD
Once in the Command Prompt enter cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in adb"
It tells me "The system cannot find the path specified"
Can anyone help me.
all of my drivers are installed for my phone.
koolkid09 said:
When I get to this step
"On your computer select Start, then run, type in CMD
Once in the Command Prompt enter cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in adb"
It tells me "The system cannot find the path specified"
Can anyone help me.
all of my drivers are installed for my phone.
Click to expand...
Click to collapse
You need to locate the SDK and rename it. It should be on your C drive in the program files folder and the android sub folder.
Once you have located the folder I believe is named android-sdk-windows right click on it and rename it to AndroidSDK.
Then open up a new window in My Computer on Windows XP or Computer on Windows 7.
Open the C drive and then drag the renamed AndroidSDK file over to the root of the C drive.(not in any folder)
BrandoKC said:
You need to locate the SDK and rename it. It should be on your C drive in the program files folder and the android sub folder.
Once you have located the folder I believe is named android-sdk-windows right click on it and rename it to AndroidSDK.
Then open up a new window in My Computer on Windows XP or Computer on Windows 7.
Open the C drive and then drag the renamed AndroidSDK file over to the root of the C drive.(not in any folder)
Click to expand...
Click to collapse
Ok. I deleted everything and I am going to try over.
OK.. When I'm first trying to install it do I install it to C:\Program Files (x86)\Android\android-sdk-windows. That is the defualt place it wants me to install it to. (I am on Windows 7)
I've updated the original post with some more specific instructions for Windows 7.
I had to reboot my computer before I could move the SDK to the C drive and rename it.
The first time I entered the command prompt adb wouldn't work, but I closed it out and the second time it worked flawlessly.
Ok thanks BrandoKc. Coming from windows mobile it would of tooken me a while to figure this adb stuff I out. I have a question??? I just finished rooting... if I hard reset does this break the root???
Sent from my PG06100 using XDA App
koolkid09 said:
OK.. When I'm first trying to install it do I install it to C:\Program Files (x86)\Android\android-sdk-windows. That is the defualt place it wants me to install it to. (I am on Windows 7)
Click to expand...
Click to collapse
That will work! Once installed there and updated rename it to AndroidSDK and move it to the root of the C drive. You may need to reboot your computer before it allows you to edit the folder.
alanherrera59 said:
Ok thanks BrandoKc. Coming from windows mobile it would of tooken me a while to figure this adb stuff I out. I have a question??? I just finished rooting... if I hard reset does this break the root???
Sent from my PG06100 using XDA App
Click to expand...
Click to collapse
By hard reset I assume you mean factory reset. It may but you can re root if it does.
I'm glad to have helped. I know when I rooted my Hero I nearly shatted a bricked Hero.
UGH! Now my SDK manager is not working. It pops up then goes away and I can keep it up. This is happening on this step "Once you have installed it open it from the start menu". I'm probably going to wait until the morning or somebody makes a video on how to do this because I'm getting frustrated.
Koolkid come to the IRC so we can help you
BrandoKC said:
Koolkid come to the IRC so we can help you
Click to expand...
Click to collapse
I sent you a PM.
BrandoKC said:
By hard reset I assume you mean factory reset. It may but you can re root if it does.
I'm glad to have helped. I know when I rooted my Hero I nearly shatted a bricked Hero.
Click to expand...
Click to collapse
Lol. As from my language... You can tell I come from windows mobile, in those forums we refered a factory reset as a hard reset and a soft reset as a battery pull
Sent from my PG06100 using XDA App
alanherrera59 said:
Lol. As from my language... You can tell I come from windows mobile, in those forums we refered a factory reset as a hard reset and a soft reset as a battery pull
Sent from my PG06100 using XDA App
Click to expand...
Click to collapse
Once we have a recovery you will definitely be able to wipe/hard reset/factory reset without losing root.
I would imagine at this point you should be able to without losing root also.
Left WinMo when the G1 came out and haven't looked back. Enjoy Android!

[FIX][INFO] NVFlash USB Driver Solution...

When setting up to nvflash my G-Tablet to recover from an install problem, I couldn't flash because my computer couldn't find the driver to install that would let my Windows 7 64-bit PC talk to my G-Tablet. Turns out that the file set I was using for nvflash did not have the drivers in it.
Per Roebeet's sticky thread I went to:
http://db.tt/Wm25t7U
and downloaded the Windows files:
nvflash_gtablet_2010110500.zip
nvflash_windows_20100500.zip
The second file with "windows" in the middle has the nvflash program in it and also has an Android USB .inf file listed in it. After working with it, however, I found that it does not have the drivers to go with the .inf file. So I searched all over Nvidia's site and everywhere else looking for USB drivers.
Then I remembered that I had downloaded a copy of Advent Vega's USB files while researching one day. I extracted it and put it in my NVFlash folder and tried flashing again.
When I connected my tablet to the PC, the PC immediately tried to load a driver -- but since it didn't know where my files were it failed. I then went to Start/Control Panel/Device Manager and found APX listed in the devices with a yellow "!" (exclamation point) on the icon. I then selected the APX item and found the "Update Driver" button and clicked it. When it ask where to search, I took the local computer manual selection choice and told it to Browse.
I then pointed Browse (and the USB install) at the "USB" directory under "SystemUSB" in my NVFLash folder. (The SystemUSB folder actually has a "Flash USB driver" folder under it with the "USB" folder under it.) I suppose when you extract from the original you could just put the "USB" folder in the NVFlash directory.
When pointed at the "USB" directory, the driver installed and I was ready to nvflash.
I did this myself successfully. I have read posts from two other folks who also have used this successfully. So I believe it works fine.
But, of course, I urge you use caution and can't promise something could go wrong. (Disclaimer complete.)
The USB driver download is at:
http://www.myadventvega.co.uk/
Find the "Downloads" tab in the middle of the page and click on "USB System Driver" to get the files.
I hope this helps.
Rev
I also posted the files in one of the nvflash related threads here.. if you have the msi you can do this:
msiexec /a %1 /qb TARGETDIR=%~d1NVtemp
move "%~d1\NVtemp\PFiles\NVIDIA Corporation\%~n1\usbpcdriver" %~d1usbpcdriver
thats a batch file.. and it extracts the msi without installing.. into <drive>\NVtemp\
%1 = file name
%~n1 = file name without extension
%~d1 = drive of file name
windows will fill in the blanks if you drag and drop the msi file onto the batch file you create.
fyi latest is tegra_ventana_froyo_20110207.msi .. well technically it is tegra_ventana_gb_20110222.msi - but they both have 01/31/2011 driver inf and 06/24/2010 dll files - so... not that new
this is the apx drivers rar'd up. from tegra_ventana_froyo_20110207.msi
http://forum.xda-developers.com/attachment.php?attachmentid=535715&d=1299488454
Listed below is a link from Blades which provides the USB drivers we need without
having to load the whole SDK to get to them:
http://forum.xda-developers.com/attachment.php?attachmentid=535715&d=1299488454
I hope he doesn't mind my moving the link over here since I have been trying to get
this info together where people having trouble can find it. Thanks to him for the info.
rev
I posted it here first.. but no prob.. those drivers worked right away.. make sure to point to the inf file and not the subdirs AMD64/i386.. as they only contain dll files
Blades,
hmmm. I would have swore your edit was not there when I wrote my post. Certainly you can see that there would be no reason to re-post otherwise!!! Your edit was way before my post
unless there's something weird with the time stamp. Or maybe my tired old head is just working weirder than usual today.
Either way, your work is appreciated and you should get the credit for it. Thanks,
Main thing for me is that I am trying to solve the problem that people didn't have the needed USB drivers. Now we have multiple sources.
Rev
All,
Otreblada posted the following message in a thread over in General. Since it provides a download source for the NVFlash stuff we are talking about, I have copied it over here.
His work, not mine. It contains the nvflash file, image files and USB subdirectory needed to nvflash your tablet back to stock. I have not used it. He says it works fine.
"Get this zip from mediafire.Instructions inside zip file. It does work I created this zip after struggling for almost 1 hr trying to flash back stock rom."
http://www.mediafire.com/?5op96ostv5w2qiy
butchconner said:
When setting up to nvflash my G-Tablet to recover from an install problem, I couldn't flash because my computer couldn't find the driver to install that would let my Windows 7 64-bit PC talk to my G-Tablet. Turns out that the file set I was using for nvflash did not have the drivers in it.
Per Roebeet's sticky thread I went to:
http://db.tt/Wm25t7U
and downloaded the Windows files:
nvflash_gtablet_2010110500.zip
nvflash_windows_20100500.zip
The second file with "windows" in the middle has the nvflash program in it and also has an Android USB .inf file listed in it. After working with it, however, I found that it does not have the drivers to go with the .inf file. So I searched all over Nvidia's site and everywhere else looking for USB drivers.
Then I remembered that I had downloaded a copy of Advent Vega's USB files while researching one day. I extracted it and put it in my NVFlash folder and tried flashing again.
When I connected my tablet to the PC, the PC immediately tried to load a driver -- but since it didn't know where my files were it failed. I then went to Start/Control Panel/Device Manager and found APX listed in the devices with a yellow "!" (exclamation point) on the icon. I then selected the APX item and found the "Update Driver" button and clicked it. When it ask where to search, I took the local computer manual selection choice and told it to Browse.
I then pointed Browse (and the USB install) at the "USB" directory under "SystemUSB" in my NVFLash folder. (The SystemUSB folder actually has a "Flash USB driver" folder under it with the "USB" folder under it.) I suppose when you extract from the original you could just put the "USB" folder in the NVFlash directory.
When pointed at the "USB" directory, the driver installed and I was ready to nvflash.
I did this myself successfully. I have read posts from two other folks who also have used this successfully. So I believe it works fine.
But, of course, I urge you use caution and can't promise something could go wrong. (Disclaimer complete.)
The USB driver download is at:
http://www.myadventvega.co.uk/
Find the "Downloads" tab in the middle of the page and click on "USB System Driver" to get the files.
I hope this helps.
Rev
EDIT: Since this post I have found a post by CyHawk which has a direct link to the nVidia Android SDK:
http://developer.download.nvidia.com/tegra/files/android_tegra_froyo_20101105.msi
If you download and install this it looks like it includes the nvflash stuff in the "windows" files listed above --
and more importantly it has a folder in it called "usbpcdriver" which contains the same files as the Advent
Vega download above. I have not used the nVidia SDK stuff, though, so I can't vouch for it.
Click to expand...
Click to collapse
When you unzip those 2 nvflash zip files do they containany zip files within them? When icicles I see abunch of files and a zip file.
isu205,
I don't remember any .zip files. The "nvflash" file does start off with an .inf file, but that is the USB .inf file that does not have the drivers with it (which is one of our problems.
If you:
1. Download the Advent Vega USB files
2. Down load and extract the two .zip files roebeet suggested.
Then put those files in a NVFlash subdirectory -- your are ready to nvflash.
That's all you will need to restore to the older bekit stock version.
(I think if you download the otreblada file it has the above already in it.)
Rev
P. S. -- You can find, download and install the nvidia SDK, and it will give you
the same files plus more -- but it also adds some complexity.
You pays your money and takes your choice!!!
EDIT: I double-checked and the answer is NO. No zip files I could find.
I'm a linux guy but do have a Win 7 Starter netbook. A while back I installed everything (sdk and USB driver)? necessary to grab screenshots using adb and ddms or QtADB and everything works well.
Anyway, does this mean all I need on the netbook is:
nvflash_gtablet_2010110500.zip
nvflash_windows_20100500.zip
to get nvflash up and running?
joe2262,
Yes, I think you should be good to go as you have described. Once you install the
USB drivers, or once ADB is installed in the SDK with its drivers -- the drivers stay in
the system and are activated when you connect the tab and PC.
And actually, I've never done it this way, but if you have the SDK you should have
the nvflash_windows-20100500 installed. All you would need is the .img files from
nvflash_gtablet_2010110500.zip (and the ngflash_gtablet.bat file which runs the flash
which is in the other .zip file).
Rev
I might have missed something.
I am trying to install the USB driver, but it looks like I am not having much luck.
I first tried to connect the Gtab while it was running the stock software. It showed that it connected with no problems. When I try to run it in APX mode, it does not show that the Gtab is connected.
Is there a way to go back and start over?
EDIT: I just tried it and it said that it installed the drivers - now it is showing something like NVIDIA USB Boot, but it is not showing APX as a drive.
I recover my gtab and it is working fine as long as I keep turned on... when I turned off and turned on again, goes straight to APX mode and I have to nvflash to get on.
Does anyboby knows how to disable the aPX mode?
I am using windows xp.
none of the drivers seem to work for windows xp x64... suggestions?
thanks for this!
Does anyone know where I can get the following files?
"nvflash_windows_20100500.zip" and ""nvflash_gtablet_2010110500.zip
Need to a restore on my veiwsonic gtablet and need these files to do so.
Thanks in advance,
Steve
The DropBox on the first post will work
find the url

Flashing Questions

For http://forum.xda-developers.com/showthread.php?t=1056847
Where do I download the APX Drivers? I can't seem to find them..
Also, after flashing CWM, I can just flash roms right? I don't need to install CWM everytime I flash a rom..
APX Drivers
When you download the NVFlasher.zip. set up a new folder and place the .zip file inside of it. Then unzip the file inside that folder. There will be two folders. One of them is the NV Flasher program folder. The other folder is titled APX. The particular driver .dll file you will be looking for is in the i386 folder inside of the APX folder. So after you unzip that file, continue to follow the instuctions in that particular thread. When the computer asks you to browse for that particular folder (search automatically, or manually choose it) navigate to the NVFlasher folder, double click the APX folder and then double click on the i386 folder and choose the particular .dll file it is asking for.
You will not need to flash every time after following this particular method. This creates a permanent recovery on your phone. You can simply enter recovery and flash a new rom. However, I strongly suggest you always create a backup of your current ROM before trying something new. Just in case...
Hope this helps.
Derp. I google'd half an hour trying to found APX Drivers. It was included in the download.
Btw, what if I have a AMD computer instead of an intel?
Do I use the amd64 folder instead?
Another question. Do I need adb tools and some LG drivers before I can install cwm and root?
As far as which folder to use, I am unsure. I think that the APX driver install box will list a very specific .dll file. I know that I found that particular file in the i386 folder. That's what i would recommend. If it doesn't work, you can always restart the process and click on the other folder.
I do not think you need to install sdk and adb tools. It appears that NV Flasher is a complete package, all in one type of program.
Good luck. Keep us posted on how it goes.
It doesn't matter where you extract the drivers to because when you need to load them tell the computer where to look rather than it searching automatically. Do it manually that way it will get the right driver from the file folder you downloaded. Like other poster said if one doesnt work try the other your computer is smart enough to know which is right for it atleast.
I don't think you need any other drivers because those other drivers are for when you sync it or use the phone as a mass storage device. I would just do a back of up and load a custom rooted rom and go from there.
If your G2X is still using froyo go for the ultimate rom as your first rom till you decide to go for GB or whenever we get ICS

How I unbricked my Prestigio PAP5300DUO

I read "All the Internet" and there is no other place explaining in english except here for this particular phone so I think one more point of view is not hurting anyone.
You may want first to see the link of stefano2626 then go back. He assumes you have no trouble with the drivers. I posted 2 links with drivers below so you wont need to search it along with the original Firmware & uptate from Prestigio site in case you need it in future but all the files you need for now are in the stefano2626's link which posted below .
http://forum.xda-developers.com/showthread.php?t=2541009
I downloaded the first link and uncompressed it in "system_recovery" folder on Desktop like stefano2626 said on the link.
After installing all the drivers (because i wasnt sure if/which will work) i wrote 'adb devices' to see if it reads my phone and then typed "adb reboot bootloader" The phone restarted but instead in recovery it "stuck" on boot image - thats WHAT YOU WANT -then hit the "install-system-windows.bat' from the uncompressed folder from the link of stefano2626 (which posted below). The display will flash in white for 1-2 sec then go dark,dont worry wait and dont touch anything. The phone will start showing you what its doing and after its finished will start normally. Then update it from settings/about phone/system updates trough internet because it will be the older version (firmware). Thats it.
optional: To be easier type CMD in search go to directory and copy it ,not the shortcut but the file "cmd.exe", then paste it in the uncompressed folder from the link and start it from there. That way it will start from the folder & you wont type as much.
I applied these links I found in my "quest" - download them in a folder somewhere in your harddrive in case you need them in the future. Restart Windows if doesn't recognize the drivers. You can uninstall them, restart & install the drivers again. After restart & before install you may wanna clean your registry.
Im not sure if it is relevant or not thats why I should mention it. I pasted update.zip from the original prestigio Firmware v1.0.16 in the uncomressed "system_recovery" folder and then I hit "install-system-windows.bat'
p.s. I would like to see more content for this phone. Its not so popular but in Europe and Russia there is a significant part Prestigio owners.
http://www.4shared.com/archive/f7ss3Bg6ba/system_recovery.html
http://androidxda.com/download-prestigio-usb-drivers
http://singledrivers.blogspot.com/2013/12/prestigio-multiphone-5300-usb-driver.html
optional:
http://www.prestigio.com/catalogue/..._5307_DUO#/product-support?article=PAP5300DUO
http://www.prestigio.com/news/firmware_updates/MultiPhone_5300_DUO_v1_0_25_eng

Rooted H63120G update

Hello there i dont know if anybody has been having issues rooting the new 20G update but i for one did (at first) kingroot doesnt work nor does one click. But I was able to root mine through adb. If anyone needs help ill post what i did later .
Please post. I haven't rooted my 20g Stylo yet.
Ok so i downloaded sdk tools, and the TWRP recovery file. I then went into the sdk directory file which if youre on pc is located uner c:\programfiles\android\platformtools. I copied and pasted the recovery image in that directory and then openex up a command line in that window by holding down shift and right clicking. ***NOTE YOUR BOOTLOADER NEEDS TO BE UNLOCKED BEFORE DOING THIS**** you can find out how here http://forum.xda-developers.com/lg-g-stylo/how-to/guide-lg-g-stylo-how-to-root-t-mobile-6-t3333916 just follow these steps and you're good to go

Categories

Resources