I need to get the ini files for the Moto ADB, I am testing Winderz 8 and the installer for Moto Driver help doesn't recognize the OS build so it won't install.
Any one know if there is a zip with just the ini's and dll's to manually update the ADB?
I've attempted to run the exe and then find the unpacked files in hopes to find it but no go.
Related
I am trying to get my viewsonic g tab back to factory. I installed the APX driver ok, and downloaded the applicable files. I try to run the nvflash_gtablet.bat script and it comes up with a file configuration error that the file can't be found. I am running windows 7. Any suggestions?
i have never done nvflash and never got brick and loaded multiple roms and went on dif dev branches
this is for 1.1
http://tapntap.http.internapcdn.net/tapntap/viewsonic/update-smb_a1002-3588-user.zip
and this is for 1.2
http://tapntap.http.internapcdn.net/tapntap/viewsonic/update-smb_a1002-4349-user.zip
rename the zip file to "update.zip"
hopefully you partioned your tab before nvflashing it. if not then please ignore this.
put update.zip in root of your sd card.
create a folder named "recovery" and place an empty file named command with this text inside
Code:
--update_package=SDCARD:/update.zip
then go into recovery and let it update.
hope i helped somewhat
ps to make files in win 7. i open notepad and paste code then save a command.tmp then i go and delete tmp. it leaves it as a file. and works
Jrome86 said:
I am trying to get my viewsonic g tab back to factory. I installed the APX driver ok, and downloaded the applicable files. I try to run the nvflash_gtablet.bat script and it comes up with a file configuration error that the file can't be found. I am running windows 7. Any suggestions?
Click to expand...
Click to collapse
h i because you didn't have the image files to flash into. This is probably the most common mistake that beginners make.
Go to my website linked in my signature and go to the start here page. You're probably a code yellow.
Hey, I have a problem trying to SBF my DX2. I can only install one driver to my computer because I only have a very old windows as we moved to Apple's and the other driver cannot be downloaded. Also, I downloaded the SBF file, and when I open RSD lite (new version) it won't recgonize it, it is a sbf.gz file. Do I have to extract that? Any help would be appreciated.
Download 7zip (just google it). You can use it to extract the .rar and .gz files
this may help you
http://blog.opticaldelusion.org/search?updated-max=2011-03-11T23:28:00-08:00&max-results=2
Hi,
i would like to edit the stock rom, removing some app from it,
i've already read something about dsixda's Android Kitchen but i can't extract file from my stock rom because it's a file .KDZ and when i extract it i found a file .wdb
and i don't know how to decompress it.
so, could you help me to begin editing the rom?
thank you!!
.kdz will not help you
you need to use system dump do this one
I hope you have adb installed properly and all drives of your phone
so now type in cmd
cd to your folder where you want all files
and then
type "adb pull system"
and you get all files in your located folder
I hane an Android tablet based on the MOMO9. I wanted to compile C++ programs on it so I got C4droid. But the GCC installer does not install.
So, I have decided to do a manual install. I've extracted all the files but I don't know where to put the files. All the files I got are shown in the attachment.
Please help.
(I have a rooted device so I can put the files manually in the root directories)
I own an MTK6735 phone with locked bootloader running Android Lollipop 5.1 64-bit.
I have access to the original rom and I am able to edit system files by mounting system.img in linux, make changes, rebuild and finally flash the new system with mtk flash tool. I was able to add opengapps to my phone by extracting it and putting everything in the correct folders manually. I have however had no such luck with superSU. I tried putting the "su" and "supolicy" binary in both bin and xbin and adding libsupol.so to lib and lib64 folders.
I would greatly appreciate it if anyone can point me in the right direction.