[Q] MotoWpNoMo Error

Search This thread
I keep getting the following error message when running MotoWpNoMo:
Code:
WTF: why are you even here?

The entire output of MotoWpNoMo is below:
Code:
C:\>Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\wpbegone.exe


 ==================== Moto-WP-NoMo 0.0.4 ==============================

    Moto-WP-NoMo comes with NO WARRANTY (express or implied)
    and NO GUARANTEE OF FITNESS for any particular task.
    We have made every effort we can to make this a safe process for users
    however the authors disclaim any liability for damage to your phone
    or other materials or devices used during this process.

    The entire risk of running Moto-WP-NoMo lies with you, the user.
    By using this software you acknowledge and accept that the authors
    are not liable for any loss, material or otherwise howsoever caused.

Do you understand the implications of this warning?
(Yes/No)
Yes

Dear User: We will expect that YOU:
(1) Know how to use ADB and FASTBOOT binaries
---- [Yes, use these tools to test USB connection BEFORE running Moto-WP-NoMo] -
---
(1) Know how to enable USB-debugging on YOUR device  (Yes, do that now)
(2) Understand that you may NOT repack or redistribute Moto-WP-NoMo

Ok?
(Yes/No)
Yes
!! Do NOT for any reason bite, punch, or molest your device !!
Please wait....
..........
Checking for updates......
this is getting boring, let's go ahead and get started..

clobbering (1)...
WTF: why are you even here?
Press ENTER to exit

@beaups

If anyone can help, I'd greatly appreciate it.

Thanks!
 
Last edited:

nwinston96

Member
Jan 26, 2014
9
0
I keep getting the following error message when running MotoWpNoMo:
Code:
WTF: why are you even here?

The entire output of MotoWpNoMo is below:
Code:
C:\>Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\wpbegone.exe


 ==================== Moto-WP-NoMo 0.0.4 ==============================

    Moto-WP-NoMo comes with NO WARRANTY (express or implied)
    and NO GUARANTEE OF FITNESS for any particular task.
    We have made every effort we can to make this a safe process for users
    however the authors disclaim any liability for damage to your phone
    or other materials or devices used during this process.

    The entire risk of running Moto-WP-NoMo lies with you, the user.
    By using this software you acknowledge and accept that the authors
    are not liable for any loss, material or otherwise howsoever caused.

Do you understand the implications of this warning?
(Yes/No)
Yes

Dear User: We will expect that YOU:
(1) Know how to use ADB and FASTBOOT binaries
---- [Yes, use these tools to test USB connection BEFORE running Moto-WP-NoMo] -
---
(1) Know how to enable USB-debugging on YOUR device  (Yes, do that now)
(2) Understand that you may NOT repack or redistribute Moto-WP-NoMo

Ok?
(Yes/No)
Yes
!! Do NOT for any reason bite, punch, or molest your device !!
Please wait....
..........
Checking for updates......
this is getting boring, let's go ahead and get started..

clobbering (1)...
WTF: why are you even here?
Press ENTER to exit

@beaups

If anyone can help, I'd greatly appreciate it.

Thanks!

Did you ever figure this out? I'm having the same problem!
 
Did you ever figure this out? I'm having the same problem!

Yes, the answer was simpler than you'd think.

The problem was in this line:
Code:
C:\> Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\wpbegone.exe

The solution is to actually navigate to the exact folder with wpbegone.exe, and launch the exe directly. Rather than launching wpbegone.exe by the command above, I had success by doing this:
Code:
C:\>Z:
Z:\>cd Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\
Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\>wpbegone.exe

Please let me know if this makes sense/helps.
 
  • Like
Reactions: nwinston96

nwinston96

Member
Jan 26, 2014
9
0
Yes, the answer was simpler than you'd think.

The problem was in this line:
Code:
C:\> Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\wpbegone.exe

The solution is to actually navigate to the exact folder with wpbegone.exe, and launch the exe directly. Rather than launching wpbegone.exe by the command above, I had success by doing this:
Code:
C:\>Z:
Z:\>cd Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\
Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\>wpbegone.exe

Please let me know if this makes sense/helps.

It worked, thank you!
 

nwinston96

Member
Jan 26, 2014
9
0
Thanks for the update, I'm glad I could help.
If you can click the Thanks! button at the bottom of the post, it'll help me build some reputation points on xda.

Thanks!

Damn, ran into another problem.

When trying to run
Code:
dalvikvm -cp /sdcard/SlapMyMoto.jar SlapMyMoto

I keep getting this error:
Code:
Dalvik VM unable to locate class 'SlapMyMoto'

Any ideas?
 

dray_jr

Senior Member
Jul 3, 2009
603
256
Fort Myers,FL
Damn, ran into another problem.

When trying to run
Code:
dalvikvm -cp /sdcard/SlapMyMoto.jar SlapMyMoto

I keep getting this error:
Code:
Dalvik VM unable to locate class 'SlapMyMoto'

Any ideas?

i would think ethier the file did not push over when you typed
Code:
adb push SlapMyMoto.jar /sdcard/SlapMyMoto.jar

or your trying to run the delvikvm command in Command Prompt instead of over telnet

Code:
telnet IPADDRESS 2222

replace the IPaddress part with you phones IP and then try the command that is giving you issues
 
i would think ethier the file did not push over when you typed
Code:
adb push SlapMyMoto.jar /sdcard/SlapMyMoto.jar

or your trying to run the delvikvm command in Command Prompt instead of over telnet

Code:
telnet IPADDRESS 2222

replace the IPaddress part with you phones IP and then try the command that is giving you issues

I'd say @dray_jr is 100% right. It sounds like you forgot to copy the files to the SD Card.

Keep us posted!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Did you ever figure this out? I'm having the same problem!

    Yes, the answer was simpler than you'd think.

    The problem was in this line:
    Code:
    C:\> Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\wpbegone.exe

    The solution is to actually navigate to the exact folder with wpbegone.exe, and launch the exe directly. Rather than launching wpbegone.exe by the command above, I had success by doing this:
    Code:
    C:\>Z:
    Z:\>cd Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\
    Z:\Bobo\Downloads\MotoWpNoMo-0.0.4\>wpbegone.exe

    Please let me know if this makes sense/helps.