I followed the LG Revo downgrade instructions pricisely but when attempting to register the vs910.dll after moving it to the newly created Models folder within C:\LG Electronics\LGNPST\ directory, I get the following error:
"The module vs910.dll was loaded but the call to DllRegisterServer failed with error code 0x80020009."
Can someone help?
Had same error on x64 bit system, I wasn't able to fix it though, I had to use a x32 version of windows on another computer. :/
From http://forum.xda-developers.com/showthread.php?t=1211295&page=2
open CMD with Admin privileges and then type
Code:
regsvr32.exe "C:\LG Electronics\LGNPST\Models\VS910.dll"
Click to expand...
Click to collapse
I was having the same problem, did this with no issues.
Code:
regsvr32.exe "C:\LG Electronics\LGNPST\Models\VS910.dll
Use the code i have posted, the one above has a typo. Make sure you check "run task with administrative privileges" in the "create new task" box as stated above.
Framework43 Had same error on x64 bit system, I wasn't able to fix it though, I had to use a x32 version of windows on another computer. :/
Click to expand...
Click to collapse
I got this to work on Windows 8 x64, so I don't think there is a problem with the type of Windows you have installed, but some problem somewhere else.
Thanks for the catch, I forgot they had the wrong code in the link. Fixed.
thank you
wow, that was awesome guys thanks so much, worked like a charm!!!
Now if someone could only figure out how to Root v6 so we don't have to do this downgrade nonsense....
I ran into the same issue, but started XP Mode on my Win7x64 tied in the usb port with the phone and everything went perfectly - rooted and installed Revolt mod in no time
follow up question
ok so now that I got that dll properly registered, I tried to root using Superoneclick but kept getting permission denied error so I did it manually through ADB and I think it worked, but after downloading SU and running it, it tells me I need to update my SU binary but whenever I try, the program crashes...help again!
I couldn't get the newest version of S1C to work, or the ABD method. It appeared to work in ABD, but would crash Superuser. I ended up using S1C v1.63 and it worked just fine for me.
Try using superoneclick version 1.7 and use the rageagainstthecage exploit if you're having issues with root. Make sure all antivirus is disabled before downloading and installing.
Go to clockwork recovery and do the "fix permissions" procedure. That might help, it did on a Thunderbolt today that had problems updating the su binary. Do rooted programs work?
dbeauch said:
ok so now that I got that dll properly registered, I tried to root using Superoneclick but kept getting permission denied error so I did it manually through ADB and I think it worked, but after downloading SU and running it, it tells me I need to update my SU binary but whenever I try, the program crashes...help again!
Click to expand...
Click to collapse
You can't use the latest version, you need version 1.7. Also, when you connect the phone to the computer, you need to pull down the notification menu and select "Internet Connection." USB Debugging will NOT start in "Mass Storage" or "Charge Only."
adrenaline_rush said:
Try using superoneclick version 1.7 and use the rageagainstthecage exploit if you're having issues with root. Make sure all antivirus is disabled before downloading and installing.
Go to clockwork recovery and do the "fix permissions" procedure. That might help, it did on a Thunderbolt today that had problems updating the su binary. Do rooted programs work?
Click to expand...
Click to collapse
I used S1C version 1.7 also - could not get it rooted otherwise. Also had to mess with the "Debugging Mode" to make it work - turn it off, then quickly turn back on when at Step 6. Once I did that, everything worked perfectly.
dbeauch said:
I followed the LG Revo downgrade instructions pricisely but when attempting to register the vs910.dll after moving it to the newly created Models folder within C:\LG Electronics\LGNPST\ directory, I get the following error:
"The module vs910.dll was loaded but the call to DllRegisterServer failed with error code 0x80020009."
Can someone help?
Click to expand...
Click to collapse
THIS IS BULLCRAP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!
CAN'T MOVE BACK TO 2.3.4 BECAUSE I CAN'T GET A DANG THING TO WORK. First, the components msi file wouldn't install because of some error code, plus i could never get VS810.dll to register. Even did research online, and found that people running 64 bit os were having trouble, so i used my 32 bit os computer BUT STILL DIDN'T WORK ... BEYOND USING A 32 BIT OS, I FOUND NO SOLUTION ON THE ENTIRE WORLD WIDE WEB TO GET THIS TO WORK!!!!!!!
wncoulte said:
THIS IS BULLCRAP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!
CAN'T MOVE BACK TO 2.3.4 BECAUSE I CAN'T GET A DANG THING TO WORK. First, the components msi file wouldn't install because of some error code, plus i could never get VS810.dll to register. Even did research online, and found that people running 64 bit os were having trouble, so i used my 32 bit os computer BUT STILL DIDN'T WORK ... BEYOND USING A 32 BIT OS, I FOUND NO SOLUTION ON THE ENTIRE WORLD WIDE WEB TO GET THIS TO WORK!!!!!!!
Click to expand...
Click to collapse
I had an issue getting the "VS910.dll" to register also. What worked for me was diabling the user account controls in windows. After you do that will have to restart your computer. Then it should register just fin
Sent from LG Revo Stock ZV8 Using XDA App
SnoeDogg said:
I had an issue getting the "VS910.dll" to register also. What worked for me was diabling the user account controls in windows. After you do that will have to restart your computer. Then it should register just fin
Sent from LG Revo Stock ZV8 Using XDA App
Click to expand...
Click to collapse
^^^^^
What he said... i just explained the process in another post in the developement section
Sent from my VS910 4G using XDA
kcarden said:
^^^^^
What he said... i just explained the process in another post in the developement section
Sent from my VS910 4G using XDA
Click to expand...
Click to collapse
how to do this in windows 8 please
dbeauch said:
I followed the LG Revo downgrade instructions pricisely but when attempting to register the vs910.dll after moving it to the newly created Models folder within C:\LG Electronics\LGNPST\ directory, I get the following error:
"The module vs910.dll was loaded but the call to DllRegisterServer failed with error code 0x80020009."
Can someone help?
Click to expand...
Click to collapse
Solution....
1. If you can not register this DLL, Go to safe mode on Windows 7 and register VS910.DLL.
IT works For me. 100%
So, I've been doing some Android development tutorials, as I have almost no experience in any sort of coding. I'm working in Ubuntu 11.10 with android-sdk-linux, Eclipse IDE, & java version 1.6
Things are going ok, but...
I tried to export a signed apk of my application project from Eclipse yesterday, and when I try to install it on my D3 I get this error:
HTML:
Error Parsing Package
What am I doing wrong?
thanks in advance...
lunacie said:
So, I've been doing some Android development tutorials, as I have almost no experience in any sort of coding. I'm working in Ubuntu 11.10 with android-sdk-linux, Eclipse IDE, & java version 1.6
Things are going ok, but...
I tried to export a signed apk of my application project from Eclipse yesterday, and when I try to install it on my D3 I get this error:
HTML:
Error Parsing Package
What am I doing wrong?
thanks in advance...
Click to expand...
Click to collapse
Sorry bro, I have no idea. You might get more help Android Development and Hacking or more specifically Android Software Development which is a subforum of the first link. Sorry I personally can't help you out more than that, wish I could.
If your device is recognized as a development device, you should be able to just hit the 'Run' button and it should compile your app, install it to the device and automatically launch it. Your device needs to have USB debugging turned on and you need to have the ADB driver installed (need to get it from Motorola if this is a Moto device, it won't install automatically like the rest of the storage drivers).
My Droid3 shows up as ???????? in adb. I was exporting a signed apk to install because I can't get the device to recognize. Am I missing a configuration of some kind? I'm guessing there's some kind of vendor code or something that I need for ADB to work properly with my phone?
tnx
EDIT: think I figured it out. it's the udev rules, looks like i'm on the right track....
EDIT 2: Got it! Thanks for the heads up.
after installing the google play and all the APK's that follow
and following http://forum.xda-developers.com/amazon-fire/general/root-playstore-busybox-optimize-flash-t3281804
steps i still continue to have a problem it says "error retrieving information from server.[RPS:S-7:AEC-7 YAD5-IQPZ-AB60M]"
i also did the command promo and did the code but still not working.
What is the step that I'm currently not doing?
i have windows 10 install
So Im creating my first ever app and I cant code so I used buildbox. Im trying to make my game into an apk but when i put it into Android Studio it says:
ERROR: Unsupported method: AndroidProject.getVariantNames().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
Any help would be greatly appreciated!
Dopeyplayz said:
So Im creating my first ever app and I cant code so I used buildbox. Im trying to make my game into an apk but when i put it into Android Studio it says:
ERROR: Unsupported method: AndroidProject.getVariantNames().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
Any help would be greatly appreciated!
Click to expand...
Click to collapse
go to build.gradle and copy paste here all the code
StonebridgeGr said:
go to build.gradle and copy paste here all the code
Click to expand...
Click to collapse
what code do I paste in there?
I want to learn and compile for myself, so I am following the instructions to do it on Sony's website. All good till step 4 Initialise AOSP tree, entering the repo command as sudo in step 1 comes back with a bash error syntax error near unexpected token 'newline'
Any help appreciated, I am using Debian 11
Regards Steve
srdempster said:
I want to learn and compile for myself, so I am following the instructions to do it on Sony's website. All good till step 4 Initialise AOSP tree, entering the repo command as sudo in step 1 comes back with a bash error syntax error near unexpected token 'newline'
Any help appreciated, I am using Debian 11
Regards Steve
Click to expand...
Click to collapse
Maybe here you will find some help https://opendevices.ix5.org/resources/