News Ticker

Latest Posts
Browsing Category "How Tos"

How to Impress Girls in College Life without being Rich & Creepy

- Thursday, July 16 No Comments

How to Impress Girls in College Life without being Rich & Creepy NewVijay


Yo Guys, Hows going? So you have taken admission in college and now looking for make new network with friends or the girlfriends. yeah welcome, today we are going to learn how to make friendship with any girl in college and all such related tips and tricks. First keep in mind we are going to impress girl by our personality & attitude without being rich & creepy.
"TO IMPRESS ANY GIRL YOU NOT NEED TO BE RICH"

Tips: You should implement at College Event:
    
    First you need to gather info about her likes, what she likes, how she react, how she look at other
    
    Then you need to make your good image in respective college by participating in different-different activities which she likes.

    Must take part in, where is she taken, it will be good chance to start communication. (if she talk with you then start communication, don't you need to talk with her first)
    
Tips: You should implement in Regular College Days:

    Stay calm and happy, Always keep smile on your face and respect others. by doing this you will success to make awesome personality image in others mind.
    
    Don't speak any vulgar or bad words and fighting in college.

    Wear such cloth which suite your personality and get you comfortable.
    
    Make yourself neat & clean, stop increasing much beard, suitable hairstyle, good looking college bad.
    
    Don't tell your girlfriend's name to everyone and what's going between you and she.

    Look in her eye everyday until she come to know you are watching her, but don't too much stare and don't smile.
    
    Check inside the classroom, when you pass through her class.
    
    Wait on college gate until she arrive.
    
    In break or free lecture slowly pass by her without looking.
How to Impress Girls in College Life without being Rich & Creepy NewVijay
So Guys. These were the small effective tips to impress any girl in your college. It was my one of the friend's experience and finally he got that girl by following such tips. Just you need to cycle it everyday and each event to make your friendship stronger. and once you get connected with that girl you can request for social network's details and then after everything will happen as planned.
"DON'T FORGET TO FOCUS ON STUDY AS WELL"
You can comment out your professional tips & tricks to get mention in this post and don't forget to share this tips with your friend who is looking for girlfriend. Good Luck :)

How to get User Location in JavaScript / jQuery PHP Website

- Monday, June 22 No Comments
How to get User Location in JavaScript / jQuery PHP Website-newvijay

Solution : 1




The HTML5 geolocation API will get you the user's latitude and longitude (assuming they opt in). If you need to get info such as the city, country, or postal code, you'll need to use a reverse-geocoding web service. There are plenty of those out there:

    Google
    Bing
    etc

So take your pick... just make sure to look at the terms & conditions and be sure you won't be in violation once the site goes live.

You should be able to find code samples by googling around a bit, it's a fairly common use case. The steps will be:

    Get the user's lat/lng with your existing code.
    Make an AJAX (JSONP) call to request the reverse-geocode (use your Geocode provider to figure out what URL to use. eg, for Google it is like this).

    Parse the JSON response to extract the info you need (country, city).




Solution : 2


Try this code using the hostip.info service:

$country=file_get_contents('http://api.hostip.info/get_html.php?ip=');
echo $country;

// Reformat the data returned (Keep only country and country abbr.)
$only_country=explode (" ", $country);

echo "Country : ".$only_country[1]." ".substr($only_country[2],0,4);


Solution : 3

MaxMind GeoIP is a good service. They also have a free city-level lookup service.

How to Parse Cloud Code relational query syntax

- Sunday, June 21 No Comments
How to Parse Cloud Code relational query syntax newvijay






 Question:
I have a cloud function on Parse. When it's called it retrieves a PFObject then adds a relation between that object and the user. This part works fine (Seen towards the end of the function). I'm having trouble getting the query that selects the PFObject to ignore those that the user is already related to

I'm sure i'm just not understanding how the relation query syntax works.



Parse.Cloud.define("NextMedia", function (request, response) {

    var LikeRequest = Parse.Object.extend("LikeRequest");
    var query = new Parse.Query(LikeRequest);

    query.equalTo("completed", false);
    console.log("user: " + Parse.User.current().id);

    query.notEqualTo("user", Parse.User.current());

    // Also only fetch if never been sent before
    // HERE SHOULD USE THE BELOW RELATIONSHIP
    var innerQuery = new Parse.Query(Parse.User);
    innerQuery.exists(Parse.User);
    query.matchesQuery("sentTo", innerQuery);

    query.ascending("createdAt");

    query.first({

        success: function (object) {
            // Successfully retrieved the object.
            console.log("Got 1 object: " + object.get('mediaId'));

            // Record that the user has been sent it
            var user = Parse.User.current();
            var relation = object.relation("sentTo"); // RELATION ADDED HERE

            relation.add(user);
            object.save();

            response.success(object);
        },
        error: function (error) {
            console.log("Error: " + error.code + " " + error.message);

            response.error("Error getting next mediaId");
        }
    });
});




Answer:

I think Kerem has it partially correct but notContained in is not dynamic enough for your case. You need to construct the query from the relation and then use doesNotMatchKeyInQuery to exclude those objects from your outer query.

This stretch:

// Also only fetch if never been sent before
// HERE SHOULD USE THE BELOW RELATIONSHIP
var innerQuery = new Parse.Query(Parse.User);
innerQuery.exists(Parse.User);
query.matchesQuery("sentTo", innerQuery);
Could be changed to:

// Also only fetch if never been sent before
query.notContainedIn("sentTo",[Parse.User.current()])


what about Query Constraints?

If you want to retrieve objects that do not match any of several values you can use notContainedIn

  // Finds objects from anyone who is neither Jonathan, Dario, nor Shawn
query.notContainedIn("playerName",
                     ["Jonathan Walsh", "Dario Wunsch", "Shawn Simon"]);

How to Increase Internet Speed in your Android Smartphone

- Sunday, December 7 No Comments

The holidays are coming and you know what this means — everyone who came home is helping to hog the home Wi-Fi. It is also the time of the year when we are treated with plenty of online content which can zap your data plan faster than you can say "What’s for dinner?".

Despite the availability of 3G and 4G cellular communication technologies which allow us to have access to the Internet wherever we are, it doesn’t hurt to get a bit of a boost when it comes to getting a faster Internet connection.

Here are 5 Android apps that can help boost speeds to tolerable levels, and help you survive the long holiday gatherings. Note that some of them only work with rooted devices.

Internet Booster & Optimizer


Internet Booster & Optimizer is an Android app thatcomes with a series of commands that prioritizes the browser among the other applications that are using the Internet. This means that one can dig out more speed from the available Internet connection. It usuallypauses the secondary apps that are using Internet, cleans RAM & cache memory and flushes the DNS to make sure that most of the Internet speed is utilized by browser only. [DOWNLOAD]

Faster Internet 2X


Faster Internet 2X provides a convenient way to get more speed from 3G and 4G cellular networks. The app is designed using special programming scripts that will boost the Internet speed to approximately twice of what’s available. This provides a better Internet user experience.It works fine with both rooted and non-rooted Android phones. The app displays ads that can be disabled.

Internet Speed Booster


Internet Speed Booster isan easy-to-use app with a sleek and minimal design. It uses a unique algorithm that can increase the Internet Speed of your Android device with a single tap of your finger. Internet Speed Booster app is designed in a way that has it working impeccably with rooted as well as non-rooted Android devices.

Internet Booster (Root)


Internet Booster (Root) uses a different method for getting more out of the available Internet connection. It basicallychanges the configurations of system ROM to increase the Internet speed to 40% to 70% higher than before. Internet Booster (Root) only works with Rooted Android Devices which means one shouldallow the Super User privileges to run this application properly.

Free Internet Speed Booster


Free Internet Speed Booster is another Android app which could possibly help you get rid of the slow Internet speed. It increases the Internet speed from 40% to 80% more than usual byimproving the Ping latency, halting the unnecessary background apps and managing a balance between parallel connections. Free Internet Speed Booster does not require a rooted Android device.

How to Install Android 5.0 Lollipop in Galaxy Nexus

- Monday, November 10 No Comments
We have included the instructions from the XDAdeveloper forum below. install at your own risk, all credit to MWisBest:


How-To1st FML Flash:


1. Do a backup in recovery and (optionally) backup apps with Titanium Backup or something similar.

2. Factory Reset in recovery (wipe data (NOT /SDCARD THOUGH), dalvik-cache, cache)

3. Wipe /system in recovery.

4. Flash ROM in recovery.

5. Flash GApps in recovery.

6. Reboot, and be patient. First boot takes a while.

Subsequent FML Flashes, unless otherwise instructed:


1. Do a backup in recovery and (optionally) backup apps with Titanium Backup or something similar.

2. Wipe /system, cache, and dalvik-cache in recovery.

3. Flash ROM in recovery.

4. Flash GApps in recovery.

5. Reboot, and be patient. First boot takes a while.

NOTE: You can probably get away with just wiping the 2 caches without wiping /system, however if any issues occur please re-test with a /system wipe.

Flashing the TWRP .img:

For this you can either use fastboot or the Flashify app, however I'm not going to delve into the details of that as it's really more deserving of a separate thread to fully explain.

Latest Build





LOLLIPOP INFO:

These builds are very early! They aren't daily-driver-stable, but they are progressing extremely fast. They don't include the usual FML optimizations either, but they are surprisingly snappy already...


They are EXTREMELY MINIMAL! Not even SetupWizard is included. I used the PA GApps, "Nano", as the base for it.

Known Issues:
- EXT4 ONLY CURRENTLY! F2FS will be OK for the next build though!

- Stock Camera app isn't working yet. Aftermarket ones, such as Camera ZOOM FX, might work however.

- Mobile data and MMS, isn't working on (at least) the LTE Galaxy Nexuses, however phone calls and text messages should be OK.

- Various other things I'm sure are lurking.

How to install Autodesk 3ds Max 2015 in some other Drive

- Friday, August 1 No Comments


Hello, Guys. So you are facing difficulty in installation of Autocade 3DS MAX 2015 or any version? Now you not need to worry about that, Its solved. we are here to provide one solution. This solution has worked really fine in my case.

Problem : When I was installing 3DS MAX 2015 in my laptop its show you don't have sufficient space to install this software. I got stuck over there. I changed my installation path to another drive, again the same problem occur.

Finally I know that my C: drive has not that much space to create TEMP directory for installation process. I performed two operation for cleaning up my C: drive so installation process get start.

Solution:

1. Press Windows + R -> type %TEMP% -> press enter ( select all items and delete all )
2. Run CCleaner as Administrator -> Go to Cleaner : Click Analyze and Run Cleaner.

Or you can uninstall any of unwanted application from C: drive for Autodesk installation. Keep in mind your C: drive at least require 4.00 GB of free space minimum. ( actually C: drive uses as temporarily process )

After having free space you can install Autodesk 3DS MAX 2015 in any of Drive. Hope this guidance will work all of you :)

How to Hide last seen status in Whatsap Messenger Trick

- Monday, January 20 No Comments
Don't like to display that last seen time to the another person, just want to stay hidden, well earlier it was not possible and we use to use some 3rd party apps, well now it can done officially.

How to Hide last seen status in Whatsap Trick-NewVijay

  1. Open WhatsApp application on your device.
  2. Navigate to Settings > Chat Settings > Advanced > Last Seen Timestamp.
  3. It will be one just disable it and that's it now no one can see your last seen timestamp. So its officially disabled.

How to make Friendship with Girls in WeChat Messenger

- Thursday, August 15 No Comments

How to make Friendship with Girls in WeChat Messenger


Hello guys so today I'm gonna share with you some tips about WeChat. Specially those who want to make friendship with girls on WeChat. In this post I'm giving you some ideas and suggestion that may help you to how more mature with girls and how do to chat with girls.

How to make Friendship with Girls in WeChat Messenger_NewVijay 

You know WeChat is cool application which is most of used by youngsters. Basically in WeChat there are three way to find/make new friends.


1. Look Around:
Look Around will fetch IDs those are using WeChat near to you approximately near around 2-3km.
2. Shake:
Shake is best way to make new friends. actually me also using this way too much ;) lets see how Shake work in WeChat.


Example. One Person A is using WeChat and he want to make friends by shake. then what actually happen in WeChat server. If the Person A is got ID of Person B then it means B person surely having A person's ID in theirs WeChat.

3. Drift Bottle:
This is unique way to make friends. In this way you have create one message in one bottle and after it you throw it in WeChat water. If some one looking in water then by chance he may got your bottle and you become friends too.


How to make Friendship with Girls in WeChat Messenger_NewVijay



Lets come on main point. How to make Friendship with Girls in WeChat Massanger. Many of you have tried to make girl friend in WeChat some of got success and still many of are remained alone they are still finding. So those are still finding right girlfriends on Wechat. 

You need to follow below some points.


1. Set Awesome/Handsome profile picture. A picture should be clear and there must not written anything on picture.

2. Set Effective status. If you set effective status then every girl like to react with your status and she will ask you about status in chats.


3. Memories : WeChat provide Moments for upload favorite picture to world, yes you can also upload private picture that non can see.


After all these now remaining thing about Chatting:

Now, you may wondering How to Chat with Girls. Don't worry we have every answer that are you looking. See first no need start chat with directly "How are you dear?" Thats not make any sense because she may get bored with this question. You know why girls coming online? Yes, for time-pass and if you get success to make friendship in this time then you are master.


How to make Friendship with Girls in WeChat Messenger_NewVijay

Chat must be start from simplicity. Comments on her photos and ask in chat "Where did you capture this image?, You are looking cool in this Style, You dreass color are similar to my cloths, I have visited this place," suggest some good places if she like traveling, send her dresses photos if she like shopping" its just for make your conversation live. Use WeChat emotive etc. Overall just chat which make you like and interactive conversation.

This were some tips which may help you to Friendship with Girls. If you have more better ideas expect this one, or you want to ask something then you can post your idea in our comment box. 

Share this post with your lonely friends. Good luck.

How to Block Calls & SMS in Nokia WP8 Lumia

- Saturday, August 10 No Comments
A new update of the Extras + Info service app for Nokia Lumia brings options for call and SMS blocking. The update is available to all Windows Phone 8-powered Lumia smartphones, but the new functionality works only on those running on the GDR2 a.k.a. Amber update.

How to Block Calls & SMS in Nokia WP8 Lumia

Thanks to new APIs coming with the WP8 GDR2 update, Nokia was able to add the call/SMS blocking functionality to its latest smartphones. Currently, Nokia Lumia 1020 and Lumia 925 are running it officially, while the rest of the Lumia WP8 gang (920/820/720/620/520) will be getting it any moment now.

In case you are running WP8 with Amber (GRD2) on your Lumia, then you can update your Extras + Info app. Then go to Settings, Extras + Info and find the call + SMS filter. Here you can add numbers and all incoming communication from those will be ignored automatically.

You can find the updated app here.

How to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand

- Tuesday, July 9 No Comments
Now you can test official  ROM based on Android 4.2.2 for the Galaxy Grand DUOS. Galaxy S4 was the first Samsung device to run Android 4.2.2 out of the box but Samsung’s been busy updating older devices to Android 4.2.2. We don’t know the exact date or the devices that will get Android 4.2.2 but we expect it to be from this quarter for Galaxy S III, Galaxy Grand DUOS, Note II and a couple of tablets.

How to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand_NewVijay


Required Things :


- Make sure that you have got back-up before you processed ahead.

- Also start with good battery level : 80%

Note: keep in mind this process might be damage your device. We recommend you that try this process on your own risk.(once in blue moon)

How to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand_NewVijayHow to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand_NewVijay


How to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand_NewVijayHow to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand_NewVijay


Tutorial : How to Install Android 4.2.2 Jelly Bean update on Samsung Galaxy Grand

step 1: Extract the downloaded file

step 2: Goto extracted folder and Open Odin 3.07

step 3: Restart Galaxy Grand into Download Mode (Press and hold Home + Power + Volume down buttons)

step 4: Connect phone and wait until you get a blue sign in Odin

step 5: Add CODE_I9082XXUBMF2_871997_REV05_user_mid_noship.tar.md5 to CODE

step 6: Add CSC_OXA_I9082OXABMF2_871997_REV05_user_mid_noship.tar.md5 to CSC

step 7: Add MODEM_I9082XXUBMF2_REV05.tar.md5 to MODEM

step 8Make sure re-partition is Marked

step 9: Now, Start flash and wait for while

Note: If you encounter any issues with the firmware (Any FC, Bootloop etc), Boot into recovery mode (Home+ Power + Volume Up), Choose to wipe/factory reset, then choose reboot and you should be good to go

Congratulation ! You have installed new Android 4.2.2 Jelly Bean into your Samsung Galaxy Grand. Any how if you faced any difficulties in between processes just leave your comment below. Don't forget o share this method to your friends.


How to Install Android 4.2.2 Jelly Bean firmware on Samsung Galaxy S III

- Sunday, June 23 No Comments
Yes, Now you can install new android 4.2.2 Jelly Bean firmware into your Galaxy S 3. New Jelly Bean version 4.2.2 us leaked, now lest update your Galaxy S 3 with new version. We of SamMobile would like to give you the latest I9300XXUFME7 – Android 4.2.2 Jelly Bean test firmware for the Galaxy S III.

How to Install Android 4.2.2 Jelly Bean firmware on Samsung Galaxy S III_NewVijay

Development on Android 4.2.2 update isn’t completely done yet. We do not know if Samsung will bring the new Galaxy S4 Camera features to the Galaxy S3. We expect Samsung to do this but we are not really sure if Samsung will do this with Android 4.2.2 or with 4.3 for the Galaxy S3.
Android 4.2.2 is still under testing phase by Samsung and they will release the official final Android 4.2.2 Jelly Bean update for the Galaxy S III in July/August. We wanted to give Samsung’s hardcore fans a sneak preview of what Samsung is up to at their dev center.
Android 4.2.2 Jelly Bean Changelog for Galaxy S III

How to Install Android 4.2.2 Jelly Bean firmware on Samsung Galaxy S III

- Android 4.2.2 – Build ID: JDQ39
- New S4 Lockscreen: Multiple Widgets, two Unlock effects (Ripple and Light), improved ripple effect than Android 4.1.2, ability to change clock size and set a personal message
- New Screen modes (From S4): Adapt Display and Professional Photo
- Daydream
- Driving mode
- Actionable notifications
- New Additions in Notification Center
- Completely revamped Settings UI (Tabbed interface – Exactly like the S4)
- Addition of Voice controls (Let’s you control various parts of the phone using voice commands – Galaxy S4 feature)
- Gallery modes have white background (When changing gallery modes to 3D the background changes to white)
- Full screen Samsung apps
- New S-Voice (from S4)
- New smart switch widget
- Found more? Tell us about them in the comments below!
Tutorial : How to Install Android 4.2.2 Jelly Bean firmware on Samsung Galaxy S III
step 2: Extract the downloaded file into your computer
step 3: Go to extracted folder and open "Odin 3.04" file
step 4Restart phone in download mode (Press and hold Home + Power + Volume down buttons)
step 5Connect phone and wait until you get a blue sign in Odin
step 6Add I9300XXUFME7_I9300OXAFME7_I9300XXUFME7_HOME.tar.md5 to PDA
step 7Make sure re-partition is NOT ticked
step 8Start flash, sit back and wait a few minutes.
step 9If you encounter any issues with the firmware (Any FC, Bootloop etc)
step 10Boot into recovery mode (Home+ Power + Volume Up)
step 11Choose to wipe/factory reset. (THIS WILL ERASE ALL OF YOUR DATA INCLUDING YOUR INTERNAL SD CARD!)
step 12Then choose reboot and you should be good to go.


Congratulation!, Your Samsung Galaxy S III is now running on new Android 4.2.2 Jelly Bean Firmware. So, this was simplerooting tutorials. if you have faced any problem them let us know. Share this post with your friends.


How to Root Samsung Galaxy Express I8730

- Saturday, June 22 5 Comments
Lets roll out for rooting process. Here we will root your device if you really want to root your Samsung Galaxy Express I8730. Each steps are very clear to understand, don't miss the any of steps. First read understand and after execute in your device. If you face any problem during rooting process then just be free and post your problem in our comment box, we will reply you as soon as possible.

How to Root Samsung Galaxy Express I8730_Newvijay


Note: keep in mind this process might be damage your device. We recommend you that try this process on your own risk ( its happen once in blue moon ). And this rooting guide will not work on any other device. its only for Samsung Galaxy Express I8730.

Required Things:

2. Device Battery Level : 80%+
3. USB Debugging : Enabled

Tutorial : How to Root Samsung Galaxy Express I8730

step 1: Connect your device to computer via USB Cable.

step 2: Extract downloaded "motochopper.zip" into computer.

step 3: Go to extracted folder and right click on "run.bat" file and select "Run as administrator"

step 4: Here One command prompt will appear and and will ask you to "press any key to continue.. " press Enter.

step 5: Its take few minutes for root processing and after all again will ask you for "press any key..." again hit enter and now your device will reboot.

Congratulation!, Your Samsung Galaxy Express I8730 is now rooted. So, this was simplerooting tutorials. if you have faced any problem them let us know. Share this post with your friends.

How to get back your Stolen Mobile Device

- Friday, June 7 3 Comments
Today we are going to teach you how you can get back your stolen mobile phone. If you one of them, then we can help you to get it back. Here listed bellow steps will help you to what to do.


How to get back your Stolen Mobile Device_newvijay


1. If you have loss your phone, this will required your IMEI number. To get IMEI number you have to Dial *#06#. You will get 15 Digits on your mobile screen.

2. But, What if you don't have mobile how will you get it? No, problem we are here for solve out your query. just check in your mobile's bill or mobile box. You will it from this both.

3. Save your IMEI number anywhere in your computer or other mobile.

4. Once your phone stolen, Mail your IMEI Number to "cop@vsnl.net" this address.

5. From this mail you will get lot of information about your stolen device, like where is located, where its operated even in case if your number being changed.

So, this little useful information, which can help you to get back your stolen mobile phone. Share this news with your friends and spread it everywhere. If you loss your phone you can post here your IMEI Number, we will try to get your device back.

How to Root/Unroot Samsung Galaxy Mega 5.8 I9150

- Thursday, June 6 1 Comment
Samsung Galaxy Mega is one of the biggest touch screen smartphone. Now we going to guide you for How to root your Samsung Galaxy Mega 5.8 I9150. You need you understand each and every point before you go ahead. Here, listed all steps are very simple. You will get many benefits is you root your device like you can upgrade device to new android version, install cool applications, its become more faster and secure etc. lets root your Samsung Galaxy Mega with simple steps. If you face any problem in between step then just put your problem in our comment box, we will help you as soon as possible.


How to Root/Unroot Samsung Galaxy Mega 5.8 I9150


Required Things :

Note: keep in mind this process might be damage your device. We recommend you that try this process on your own risk.( thats happen once in blue moon )

1. Download Full SDK (JDK)

2. Special SuperOneClick software for Samsung Galaxy Mega 5.8

3. .NET Framework at least version 2.0 +

4. Samsung Galaxy Mega 5.8 Battery Level : 80%+


Tutorial : How to Root Samsung Galaxy Mega 5.8 I9150

step 1: Install both downloaded .NET and SDK (JDK) Application.

step 2: Extract SuperOneClick on your Desktop.

step 3: Connect your device to computer via USB cable, Listen but not in USB Mode. Connect it in "Connect Mode" or "Modem Mode"

step 4: Now, Run "SuperOneClick.exe" in your Computer. You will get number of option on your screen, press "Root Button".

step 5: Here your device will turn into firmware mode for replace some ADB files into your phone. It will take couple of minutes to be done.

step 6: If all process is done then remove the USB cable and restart your phone.

step 7: There will new SuperUser icon in your application list. Thats means you have successfully rooted your Galaxy Mega 5.8.

Congratulation!, Your Samsung Galaxy Mega 5.8 is now rooted. So, this was simple rooting tutorial. if you have faced any problem them let us know. Share this post with your friends.

Tutorial : How to Unroot Samsung Galaxy Mega 5.8 I9150

step 1: For Unroot Samsung Galaxy Mega 5.8 there is not such many steps. You can unroot your phone in the same procedure following the step 1 or 2, depending on what you have followed to root. You will get your stock firmware, Thanks for visiting NewVijay.