This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, December 29, 2012

Private Online Game Server Make Easy- UntaggedTeamDeveloper

Own a Private Online Game with

UntaggedTeamDeveloper





Ran Online Developing
Ragnarok Online Developing

The advantages of Untagged Team Developer:
  • Cheap Development Fee [P500.00]
  • Cheap VPS from Burst.net
  • Professional Ran Developers
  • Free 15 Days Anti Hack
  • Free .com or .net Domain.
  • First Come First Serve.
 
The advantages of Untagged Team Developer:
  • Cheap Development Fee [P300.00]
  • Cheap VPS from Burst.net
  • Professional Ragnarok Developers
  • Free .com or .net Domain.
  • First Come First Serve.
 

MU Online Developing
Gunz Online Developing


The advantages of Untagged Team Developer:
  • Cheap Development Fee [P500.00]
  • Cheap VPS from Burst.net
  • Professional MU Developers
  • Free 15 Days Anti Hack
  • Free .com or .net Domain.
  • First Come First Serve.
 
 
The advantages of Untagged Team Developer:
  • Cheap Development Fee [P500.00]
  • Cheap VPS from Burst.net
  • Professional Gunz Developers
  • Free 15 Days Anti Hack
  • Free .com or .net Domain.
  • First Come First Serve.

Domains For Sale!
Web Developing


  • 24/7 Online Support Team
  • Free 10GB Working Space
  • with 20 Emails ex. [reid@domain.com]
  • P300.00/year and P500.00/Couple year.
  • Custom Web Design
  • Corporate Website
  • Personal Website
  • PHP Development
  • Search Engine Optimization
  • Website Maintenance
  • Technical Support
  • Free 15 Days Anti Hack

Free Mac Address with 2 Mbps Year End..


I just gave a free mac for wimax user since December 27, lucky me I have a laptop to used to generate Mac address forfree internet. Thanks to robcom working Wimax modem :)

Speed Test and Dowload rate using IDM







I gave 1 mac per person and mark it up with their name so I can assured that only that person  is only the one who using the free mac give away..

Get a 1 Free Mac and Updates like us on http://www.facebook.com/Blogmytuts


Currently testing new Batch series of Mac Generated..



Update >>
done generated 84:A8:E4 with 2mb MAC


Year END  common  sense!!
wala na  March na ngayon nag hihingi kapa ng MAC!!!!!!!!!!!!!!!!! 



Thursday, December 27, 2012

Warning: Missing required field "updated". Warning: Missing required hCard "author"

Warning: Missing required field "updated". Warning: Missing required hCard "author"

When changing template or updating template for blogspot  I always encounter this on a customize template.
This warning appear under the heading  ‘Extracted rich snippet data from the page’ – ‘hfeed’ and ‘hentry’ in the Google Webmaster Tools Rich Snippets Testing Tool.
    This is a short description  ( Google Webmaster Tools - Rich Snippets Testing tool, documentation ) about rich snippets and structured data :

The simple solution insert the vcard in post body after the post or before the post some template miss place this and the Google snippets can't read it.



I already have a scripts like this but this one is a built in my template which is not working.





FIND THIS ON YOUR HTML  ( In some template you can see two of this select the upper one or test where this scripts worked)
<div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
or find this

 <b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

SCREEN SHOOT:






INSERT THIS CODE EDIT ALL TEXT IN RED WITH YOUR OWN NAME AND LINK
<div class='vcard' id='hcard-Jaime-Lacson'>
 <span class='fn n'>
    <span class='given-name'>Written by: Jaime</span>
   </span>
  </div>

<a class='updated' href='http://blogmytuts.blogspot.com/' rel='bookmark'>blogmytuts, </a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr>




Done...

Wednesday, December 26, 2012

Android 4.2: Jelly Bean

Android 4.2: A new flavor of Jelly Bean.

Android 4.2 takes the speed and simplicity of Jelly Bean to a different level – a completely new camera experience that’s beyond smart, a new form of typing that helps you power through your messages, and much more.


Android 4.2 (JELLY_BEAN_MR1) is an update to the Jelly Bean release that offers new features for users and app developers. This document provides an introduction to the most notable and useful new APIs for developers.
As an app developer, you should download the Android 4.2 system image and SDK platform from the SDK Manager as soon as possible. If you don’t have a device running Android 4.2 on which to test your app, use the Android 4.2 system image to test your app on the Android emulator. Then build your apps against the Android 4.2 platform to begin using the latest APIs.



  



Daydream
 Daydream is a new interactive screensaver mode for Android devices. It activates automatically when the device is inserted into a dock or when the device is left idle while plugged in to a charger (instead of turning the screen off). Daydream displays one dream at a time, which may be a purely visual, passive display that dismisses upon touch, or may be interactive and responsive to the full suite of input events. Your dreams run in your app’s process and have full access to the Android UI toolkit, including views, layouts, and animations, so they are more flexible and powerful than either live wallpapers or app widgets.

Secondary Displays

Android now allows your app to display unique content on additional screens that are connected to the user’s device over either a wired connection or Wi-Fi. To create unique content for a secondary display, extend the Presentation class and implement the onCreate() callback. Within onCreate(), specify your UI for the secondary display by calling setContentView(). As an extension of the Dialog class, the Presentation class provides the region in which your app can display a unique UI on the secondary display.

Lockscreen Widgets

4.2 Jelly Bean brings widgets to the lockscreen. Android phone makers like Samsung and HTC have long been trying to fix the static lock screen in stock Android, adding some shortcuts to it, but now Google finally solves this problem. You can now sidescroll right to go into the camera and left to look at widgets. Out of the box there are only four widgets that you can add to the lockscreen, but third-party apps have already started offering lockscreen widgets, so in addition to the stock Gmail for example, you can have say a Twitter widget (via Plume for instance). Good news is that all of those lockscreen widgets are dynamically updated in the background. Whenever you receive a new email you can check it out straight from the lockscreen widget and without going into the mail app.

One word of caution though. Lockscreen widgets do not require a password. Even if you have your device password-protected, anyone can see the widgets without being asked for a password. That means that if you have a Gmail lockscreen widget, anyone who picks up your phone can read your emails on the widget (not in the app, though). This is not a bug, this is a feature. It is there for your convenience, so if you are concerned about the privacy of your email the solution is simple - don’t use those lockscreen widgets that reveal your information.

Multiple Users

Android now allows multiple user spaces on shareable devices such as tablets. Each user on a device has his or her own set of accounts, apps, system settings, files, and any other user-associated data.
As an app developer, there’s nothing different you need to do in order for your app to work properly with multiple users on a single device. Regardless of how many users may exist on a device, the data your app saves for a given user is kept separate from the data your app saves for other users. The system keeps track of which user data belongs to the user process in which your app is running and provides your app access to only that user’s data and does not allow access to other users’ data.

Saving data in a multi-user environment

Whenever your app saves user preferences, creates a database, or writes a file to the user’s internal or external storage space, that data is accessible only while running as that user.

 

 

Identifying users in a multi-user environment

If your app wants to identify unique users such as to gather analytics or create other account associations, you should follow the recommended practices for identifying unique installations. By creating a new UUID when your app starts for the first time, you’re certain to obtain a unique ID for tracking each user, regardless of how many users install your app on a single device. Alternatively, you can save a local token fetched from your server or use the registrations ID provided by Google Cloud Messaging.
Beware that if your app requests one of the hardware device identifiers (such as the WiFi MAC address, the SERIAL number, or the ANDROID_ID number), they will provide the same value for each user because these identifiers are tied to the hardware and not the user. Not to mention the other problems these identifiers introduce as discussed in the Identifying App Installations blog post.

New Global Settings

Next on the list of updates is Quick Setting, a menu of the most oft used toggles and shortcuts, designed to save the average user a trip to Settings. You bring this by either scrolling down from the top to bottom with two fingers, or bringing the notification shade and pressing the Quick Button icon in the top right corner.



Those are welcome additions - displaying things like the battery percentage, and allowing to set the screen brightness, but we do feel that Google could have easily gone with direct toggles for some of the things. Instead we get shortcuts. One glaring example is brightness. Instead of a brightness slider right into the menu, you have to first tap on a shortcut, and only then you get to adjust the screen brightness. That might be picking the nits, but we had to get it off our chests.

 




Tuesday, December 25, 2012

BM622i - 50 pesos or less mac change tuts- dBUG

dbug release his year end tutorial on how to change MAC ADD on BM622i Wimax modem for public. You will spend only 50 pesos for the hardware (SPI Flasher/LPT).

Download the rar file that include:
  • BM622i bin 2010
  • bm622i_public pdf file full tutorial
  • X-Ways.WinHex.v15.9.SR-7
  • SPI FlashROM Programmer 1.9c


SPI FlashROM Programmer 1.9c
****************************

SPIPGM      - binary for Linux
SPIPGM.EXE  - binary for DOS/Win9x
SPIPGMW.EXE - binary for Win9x/NT/2k/XP
IOPERM.DLL  - low-level HW access library for Win9x/NT/2k/XP/Vista/7(NoUAC)

Version 1.7+ has improved LPT port handling resulting in 1,6x faster reading

SPI FlashROM supported:
***********************

AMIC:
A25L05PU/PT (64kB)
A25L10PU/PT (128kB)
A25L20PU/PT (256kB)
A25L40PU/PT (512kB)
A25L80PU/PT (1MB)
A25L16PU/PT (2MB)
A25L32PU/PT (4MB)
A25L64PU/PT (8MB)
A25L512 (64kB)
A25L010 (128kB)
A25L020 (256kB)
A25L040 (512kB)
A25L080 (1MB)

Atmel:
AT26F004 (512kB)
AT26DF041 (512kB)
AT26DF081A (1MB)
AT26DF161A (2MB)
AT26DF321 (4MB)

EON:
EN25P16 (2MB)
EN25P32 (4MB)
EN25P64 (8MB)
EN25P128 (16MB)
EN25F20 (256kB)
EN25F40 (512kB)
EN25F80 (1024B)
EN25F16 (2MB)
EN25F32 (4MB)
EN25F64 (8MB)
EN25F128 (16MB)

ESMT:
F25L004A (512kB)
F25S04PA (512kB)
F25L08PA (1024B)
F25L16PA (2MB)
F25L32PA (4MB)
F25L32QA (4MB)

Macronix:
MX25L1005 (128kB)
MX25L2005 (256kB)
MX25L4005 (512kB)
MX25L8005 (1MB)
MX25L1605 (2MB)
MX25L3205 (4MB)
MX25L6405 (8MB)

PMC:
Pm25LV512A (64kB)
Pm25LV010A (128kB)
Pm25LV020 (256kB)
Pm25LV040 (512kB)
Pm25LV080B (1MB)
Pm25LV016B (2MB)
Pm25LV032B (4MB)
Pm25LV064B (8MB)

Spansion:
S25FL004A (512kB)
S25FL008A (1MB)
S25FL016A (2MB)
S25FL032A (4MB)
S25FL064A (8MB)
S25FL128P (16MB)

SST:
SST25VF010 (128kB)
SST25VF020 (256kB)
SST25VF040 (512kB)
SST25VF080 (1MB)
SST25VF016 (2MB)
SST25VF032 (4MB)
SST25VF064 (8MB)
SST25VF128 (16MB)
SST26VF016 (2MB)
SST26VF032 (4MB)
SST26VF064 (8MB)
SST25VF064C (8MB)

ST Microelectronic:
M25P10 (128kB)
M25P20 (256kB)
M25P40 (512kB)
M25P80 (1MB)
M25P16 (2MB)
M25P32 (4MB)
M25P64 (8MB)
M25P128 (16MB)

Winbond:
W25Q10 (128kB)
W25Q20BV (256kB)
W25Q40BV (512kB)
W25Q80BV (1MB)
W25Q16BV (2MB)
W25Q32BV (4MB)
W25Q64BV (8MB)
W25Q128BV (16MB)
W25X10 (128kB)
W25X20 (256kB)
W25X40 (512kB)
W25X80 (1MB)
W25X16 (2MB)
W25X32 (4MB)
W25X64 (8MB)

Download from Google Drive 
click here

Download from RapidShare
click here

Download from Mediafire
click here

Origin: http://www.symbianize.com/



Want free airtime load? Try MCent

  Want free airtime load?
Sign up First here with your mobile number.
  https://fb.mcent.com/ref/X05GCV/


What is mCent?

mCent is the fast and easy way to get free airtime on your pre-paid mobile phone. Simply
complete surveys online
or using your mobile phone and get airtime
rewards. Answer a few short questions when you sign-up and we will match you with surveys
and other opportunities
to earn free airtime.
100% free & guaranteed!
Your answers will be used by global and local
organizations to help improve your community
and world.
Sign up and let your voice be heard!




Is mCent.com the same as txteagle.com?

Yes! Txteagle is now called mCent. Don’t
worry, your txteagle account information and
airtime balance is the same on mCent.

Why have I not received surveys recently?

We only have a limited number of surveys
available right now, but more are coming soon.
When we match you with
a survey we will send you
an email or SMS to let you know when it is ready.
To make sure we can send you surveys, please check to make sure your
contact information is
correct on your account
settings page.
To be notified as soon as
new surveys become available, enable
notifications on your
account settings page.
Please make sure to
check your spam settings
for your email provider
to allow emails from mCent.com


How do I redeem my
airtime?

Please go to the Get Airtime page. When you
have enough airtime to
top-up, you can click the
top-up button.






Why can’t I redeem my airtime?

Make sure that you have
enough money to top-up.
You can see your balance
on the Get Airtime page.
Make sure that you have
a prepaid mobile number
confirmed on your account.
If the top-up fails, you will be re-credited the
amount within 24 hours. Once the airtime is back in your account please
try again.





I have topped-up, why have I not received my
airtime?


Make sure that you have
enough money to top-up.
You can see your balance
on the Get Airtime page.
If the top-up fails, you will be re-credited the
amount within 24 hours.
Once the airtime is back
in your account please try again.

Kindle Paperwhite

Kindle Paperwhite

Wi-Fi, Paperwhite Display, Higher Resolution, Higher Contrast, Built-in Light


World's most advanced e-reader - higher resolution, higher contrast touchscreen with built-in light and 8-week battery life

  • Patented built-in light evenly illuminates the screen to provide the perfect reading experience in all lighting conditions
  • Paperwhite has 62% more pixels for unsurpassed resolution
  • 25% better contrast for sharp, dark text
  • Even in bright sunlight, Paperwhite delivers clear, crisp text and images with no glare
  • New hand-tuned fonts - 6 font styles, 8 adjustable sizes
  • 8-week battery life, even with the light on
  • Holds up to 1,100 books - take your library wherever you go
  • Built-in Wi-Fi lets you download books in under 60 seconds
  • New Time to Read feature uses your reading speed to let you know when you'll finish your chapter
  • Massive book selection. Lowest prices. Over a million titles less than $9.99
  • 180,000 Kindle-exclusive titles that you won't find anywhere else, including books by best-selling authors such as Kurt Vonnegut
  • Supports children's books and includes new parental controls
  • Kindle Owners' Lending Library - with Amazon Prime, Kindle owners can choose from more than 180,000 books to borrow for free with no due dates, including over 100 current and former New York Times best sellers
Start with 69$ to 179$
 




Monday, December 24, 2012

Kindle Fire HD 8.9" 4G LTE Wireless

Kindle Fire HD 8.9" 4G LTE Wireless

8.9" HD Display, Dolby Audio, Dual-Band Dual-Antenna Wi-Fi, 4G LTE, 32GB or 64GB
Stunning 8.9" HD display, exclusive Dolby audio, fastest Wi-Fi, plus ultra-fast 4G LTE wireless
  • 1920x1200 HD display with polarizing filter and anti-glare technology for rich color and deep contrast from any viewing angle
  • Exclusive Dolby audio and dual stereo speakers for crisp, booming sound without distortion
  • High performance 1.5Ghz dual-core processor with Imagination PowerVR 3D graphics core for fast and fluid performance
  • Dual-band, dual-antenna Wi-Fi for 40% faster downloads and streaming (compared to iPad 3)
  • Over 22 million movies, TV shows, songs, magazines, books, audiobooks, and popular apps and games such as Facebook, Netflix, Twitter, HBO GO, Pandora, and Angry Birds Space
  • Integrated support for Facebook, Twitter, Gmail, Hotmail, Yahoo! and more, as well as Exchange calendar, contacts, and email
  • Front-facing HD camera for taking photos or making video calls using Skype, Facebook, and other apps
  • Free unlimited cloud storage for all your Amazon content
  • Kindle FreeTime - a free, personalized tablet experience just for kids on the Kindle Fire HD. Set daily screen limits, and give access to appropriate content for each child
  • Kindle FreeTime Unlimited - just for kids. Unlimited access to books, games, apps, movies and TV shows. Learn more
  • Prime Instant Video - unlimited, instant streaming of thousands of popular movies and TV shows
  • Kindle Owners' Lending Library - Kindle owners can choose from more than 180,000 books to borrow for free with no due dates, including over 100 current and former New York Times best sellers



Adding Bank Account to Paypal Using Payoneer

Did you know that you can receive payments from select US corporations, such as PayPal, Amazon, Apple, Google, and more, directly to your Payoneer card?
Payoneer’s US Payment Service provides you with a US account and routing number, which can be used to receive US ACH transfers from multiple US corporations on our white list of approved senders.

 How it works?





To view your US Payment Service details, in addition to a full list of approved senders, simply sign in to your My Account page and select “US Payment Service” from the “Services” menu.


 After activate your US Payment Service  Go to your PayPal Account




Fill up the form  with the information you have in your Payoneer account.

Check your email if you receive notification.



Withdraw Funds Fees:






 Get $25 when you sign up @Payoneer w/ my link. Available to over 200 countries worldwide! 
Visit:
http://share.payoneer-affiliates.com/a/clk/1Yq7bT





Sunday, December 23, 2012

Alert Scammer Using my Name Selling Wimax Modem

Alert!! Someone steal my  identify and selling modem on internet don't be fooled . I'm not selling modem I just post tutorial here NOT SELLING HACK MODEM HERE if I sell just to people related to me.just make it clear here. I receive comment on FB that I scam them and I really don't know about this.







My Personal FB Account : http://www.facebook.com/jdlacson1
My Personal email add  :   blognizend@googlegroups.com

I don't know if these people tripping or they hate blogmytuts.

Be careful trusting people who you don't Know or not confirmed it was me ...

-blogmytuts 

How to Change Wimax Mac Add Remote

Follow my blog with Bloglovin
I so some asking how to remote here uncle's modem he want to  destroyed it ,That can done easy for old  Wimax firmware  2009 and 2010 Package date. You can also grab the legit user modem identity  Mac and Serial and change it to other value and soon

Here' How TO ACCESS WIMAX MODEM REMOTELY

1. IP Trace
You must know what is the IP address of your victim. or used  Wimax tools  already post here.
http://blogmytuts.blogspot.com/2012/10/wimaxtool-v3200rar-by-cherles.html

Note: If you can access personally or look at your own IP just click WAN
 in Status


2. REMOTE GUI
Open your Browser  type your victim IP. and log in as user :user  password:user and get  the WAN MAC and ID device , used Password Generator to generate  admin user password.




 3. Enable WAN
If you already have admin password log in a user:admin  password:(password generated from WAN MAC) . Go to Advanced ->ACL-> check ALL box in WAN  then click apply.

NOTE: By click WAN enable is vulnerable to Firmware Destroy so we need to edit config File user.


4. Editing config file.
Now Click Device -> click Advance ->click Download Default


5. Change config user
Open the downloadcarconfigfile.conf   with notepad or wordpad edit user to level 2 , You can edit also TELNET user if you want . but that is an option.
Readmore about editing config http://blogmytuts.blogspot.com/2012/09/wimax-config-patch-protection.html

We edit config for security reason avoid the firmware destroyer.


6.Upload Config
 After  editing upload the edited config file.



7. REMOTE TELNET
Run telnet space IP address of the victim modem. here you can  do what your want in the modem like changing Wimax Mac and soon..



Log in : wimax
Pasword: wimax820

Here you can  do what your want in the modem like changing Wimax Mac and soon..
Read more how to change MAC and Serial .
http://blogmytuts.blogspot.com/2011/07/how-to-change-mac-for-wimax-bm622.html




-blogmytuts REMOTE WIMAX MODEM