Jump to content

Help with wavesecure PLEASE


Recommended Posts

Guest drziddo
Posted

Hello, this forums totally ROCKS!

I got a question.

How can I get rid of wavesecure trial version?

Is there any way to activate it, obviously not purchasing it?

How can I uninstall it if I need to?

The version with the rom is 7 days trial.

Thank you so much.

Guest Scott Ricketts
Posted

Buy an Ad Free membership and bake a ROM without it.

Guest hfalk
Posted (edited)

Step 1: Download a terminal emulator from the Android Market and launch it. Once the terminal emulator is started type in the following commands (press enter after each line)

Step 2: Switch to the root user.

su
Step 3: Remount the system partition as read-write.
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 4: Change to the system app directory.
cd /system/app
Step 5: Remove the WaveSecure APK. Replace the "com.wsandroid.apk" with the name of the APK you want to remove
rm com.wsandroid.apk
Step 6: Remount the system partition as read-only.
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
Step 7: Restart the phone
reboot

Tell me if it work, i made the codes, without testing ;)

Edited by hfalk
Guest drziddo
Posted

Thank you so much for your help!

But is not working.

I got a can't remove 'wavesecure.apk': No such file or directory.

By the way I'm using MCR r18 FRF72.

Thank you.

Guest todbld
Posted
Thank you so much for your help!

But is not working.

I got a can't remove 'wavesecure.apk': No such file or directory.

By the way I'm using MCR r18 FRF72.

Thank you.

you gotta bake a new rom with out it most people here dont get the 7 day trail cause we have lifetime memberships for being beta testers so you not having one might want to choose to bake this and all future roms with out it, the reason you cant remove or find the APK is because its baked into the system partition not a add on app thanks to online kitchen, this was done for security so that a theif could not than remove it ;)

Guest HomerPSimpson
Posted
Thank you so much for your help!

But is not working.

I got a can't remove 'wavesecure.apk': No such file or directory.

By the way I'm using MCR r18 FRF72.

Thank you.

In step 5 use

 rm com.wsandroid.apk

Skip Step 7

Reboot

Then you can say Ta Ta to WaveSecure

Guest Mo_Nexus
Posted
Buy an Ad Free membership and bake a ROM without it.

that seems like a pretty anti-opensource solution to me...

Guest Mo_Nexus
Posted
Step 1: Download a terminal emulator from the Android Market and launch it. Once the terminal emulator is started type in the following commands (press enter after each line)

Step 2: Switch to the root user.

su
Step 3: Remount the system partition as read-write.
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 4: Change to the system app directory.
cd /system/app
Step 5: Remove the WaveSecure APK.
rm wavesecure.apk
Step 6: Remount the system partition as read-only.
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
Step 7: Uninstall WaveSecure from the Android Package Manager.
pm uninstall wavesecure
Step 8: Restart the phone
reboot

Tell me if it work, i made the codes, without testing :lol:

works great with HomerPsimpson's correction to step 5, thanks guys

Guest Mo_Nexus
Posted
Step 1: Download a terminal emulator from the Android Market and launch it. Once the terminal emulator is started type in the following commands (press enter after each line)

Step 2: Switch to the root user.

su
Step 3: Remount the system partition as read-write.
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 4: Change to the system app directory.
cd /system/app
Step 5: Remove the WaveSecure APK.
rm wavesecure.apk
Step 6: Remount the system partition as read-only.
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
Step 7: Uninstall WaveSecure from the Android Package Manager.
pm uninstall wavesecure
Step 8: Restart the phone
reboot

Tell me if it work, i made the codes, without testing :lol:

works for com.amazon.mp3.apk as well

Guest drziddo
Posted
that seems like a pretty anti-opensource solution to me...

Agree 100%.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.