Is Your Google Play Apps not Getting Downloaded Enough??? Do you need more downloads for your android App? If you answered yes, then you MUST read every word in this email!!!!!

by nolovelust 21. January 2013 21:14

Well, that was the subject of an email I have received that promotes fake app rankings.

Carefully crafted to look like an official Google Play Store, this email asks $49 for 40+ 5 star rating.

Here is the full email

 

Good New!

Hello, I was just going through Google Play store and I found your app near the last page of its category. I think it's Amazing that you have managed to create an app! Well done on taking action! This is a huge market that is growing by the day as more and more people get smart phones. You have overcome the first challenge which is to create and app, but the second challenge can be very tricky to overcome! It's not your fault, getting an app posted and reviewed by high traffic App websites is something that is very time-consuming and sometimes doesn't pay off! But, one thing that does get you more downloads is good ratings and positive reivews! You will notice that all of the big apps and apps on the front page (of any category) have lots of positive reviews and 5 star ratings! That is the only way you can rank and get noticed, not only in Google's Play store, but also in the Search Engines for your Keywords because each rating and comment is like a backlink! I want to help you get more downloads and put your app on the front page where it should be. Your app deserves to be there more than some of the other apps I have seen there! Normally the only way for getting ratings and good reviews is by promoting your app using services like Facebook PPC, www.onthemob.com, www.mobyaffiliates.com and app-promo.com! The only problem is that these services can become very costly very quick - and not everyone can afford to pay $1000 - $10.000 a month to promote an app! Lucky for you I have been doing lots of research and tests and found a way to generate lots of reivews and positive 5 star ratings without it costing an arm and a leg! Here is what I can do for you;

You will get 40 or more 5 Star Ratings delivered in less than 5 days for just $49.

This is has been enough to get some apps on the front page in some categories! Or

You can order 80+ 5 Star Ratings and 20 positive Comments delivered in less than 5 days for $99!

With this package, you are guaranteed to see a HUGE improvement on your overall ranking in Google Play store and other android markets... and you stand the chance of getting noticed by the editors and have your app be recommended by the Editors (which would mean 1000s if not 100s of thousands of downloads)!!!! This is a 1 off limited offer! And you won't get it anywhere else! Get in touch now and tell me which package you would like to order today! All the best, may 2013 be a great year for you! Kind Regards James Anderson.

REPLY THIS EMAIL IF YOU NEED

Tags: , , ,

Nexus S 4.1.1/JRO03E Jelly Bean Update official link

by nolovelust 20. July 2012 12:48

Tags: ,

Get VLC for Android pre-alpha

by nolovelust 24. September 2011 18:15

Somebody built VLC for Android pre-alpha from VLC's GIT repository.

 

I have tested it on Nexus S and although it is pre-alpha, it works very nicely.

You can download it from http://cvpcs.org/blog/2011-09-18/videolan_for_android_pre-alpha 

There are 2 versions of the VLC pre-alpha build, try NEON version first  

 

 

Tags: , ,

Ajax load with swipe gesture on touch screen phones

by nolovelust 21. July 2011 15:26

There is a nice jQuery plugin called TouchWipe to obtain touch gestures from iPhone, iPod Touch and iPad and Android phones. Simple example below shows how to trigger an ajax load with left or right swipe on certain element

<!DOCTYPE html>
<html>
    <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
    <script src="http://www.netcu.de/templates/netcu/js/jquery.touchwipe.min.js"  type="text/javascript"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $("#list").touchwipe({
                wipeLeft: function () { loadData(); },
                wipeRight: function () { loadData(); },
                preventDefaultEvents: true
            });
        });  
		
		function loadData() {
		$.ajax({
			type: "GET",
			url: "AjaxLoad.htm",
			dataType: "html",
			success: function (result) { $('#listul').html(result); },
			error: function (err) {  }
		});
	}

    </script>
</head>
<body>
<div id="list" class="list" title="Swipe your finger left or right on the thumbnails below to load next set video set.">
<ul id="listul"></ul>
</div>
</body>
</html>

Tags: , , , , , , ,

Mobile web | Useful

Run android apps on Nokia N900

by nolovelust 17. February 2011 13:46

Although nokia has given up on all of their platrforms like Maemo, N900 that runs Maemo never stops to amaze me!

Thanks to Alien Dalvik it now runs most of the android apps!

Via CoolSmartphone

Tags: , , ,

Android | maemo

Tag cloud

Month List