If you are using Moutain Lion Hackintosh and try to connect to App Store you may get error like “An unknown error has occurred”.

When you trying accessing other native applications, you will get errors like below

iCloud
Unable to sign in because of a problem communicating with iCloud.
Try signing again.

FaceTime
The server encountered an error processing registration. Please try again later.

Messages
The server encountered an error processing registration. Please try again later.

Technically, this is because in NetworkInterfaces.plist it shows

IOBuiltin

Fix

1. Download EFI Studio

2. Extract and launch EFIStudio-1.1 App

3. Select Ethernet from the Select Device: drop down.

4. Click Add Device, the Editor will be displayed.

5. Now open the org.chameleon.Boot.plist file located in /Extra directory with TextEdit.

6. at the end, you can see something like this
</dict>

</plist>

7. now add

<key>device-properties</key>
<string>key will come here</string>

before
</dict>
</plist>
8. switch to EFI Studio and from the Editor window click the Hex String to Clipboard button.

9. replace “key will come here” with copied value

10. re-boot and you can now access app store and other apps without any problems :)

If you come across, any other problems… write in comments


Hmmm,
After almost one and half year, I am doing a post on this blog.

with much depression, bore i think its very high time to continue blogging here to share my thoughts.

Lot of things happened in these days… many UPs and DOWNs and learnt many lessons from them.

infact in dielemma about life….Where its taking me to.

i hate the idea of life taking me somewhere…. i want to lead it but some how things reversed… may be that is life…?


This year I got chance to go to my native place for batukamma along with my wife

We enjoyed it very much
Below are some pic taken there







Voilà
Publishing this post from iPhone wp plugin using wifi just got hours back at home

Just testing it now to see how it works


Many things happened in these days and they are once in a life time moments
i.e. my marriage and all other formalities.

i married to my Jyo

now iam back, so i hope i will update this blog from now…


Hi Friends,

As we know that the heavy  floods  in south india, has devastated thousands of houses, animals, crops for lacks of hectors and killed around 250 people in the states of Andhra Pradesh and Karnataka.

At least five million people are crammed in temporary government shelters. Relief officials used helicopters and boats to drop off rations and plastic sheets to hundreds of marooned villagers in Andhra Pradesh and Karnataka.

Now the flood victims were sheltered in over 1,200 temporary camps. Included about 2.5 million people from Karnataka and Andhra Pradesh who have lost their homes

The Loss is irreplaceable …..

Let us join our hands to gift a smile to the Shattered families. Let us show our humanity, love & compassion towards fellow citizens.

We may not give them a new house built
We may not bring their family back, whom so ever they lost in the flood waters.
We may not compensate their lacks of rupees, which they lost inform of crops.

But We can

Gift them one blanket to cover themself under the tree +
Provide them food to survive atleast for one day +
Gift them one soap to cleanse themselves +
Medicine (One Capsule ) to protect from Cholera , diarrhea (etc) +
Essential commodities to encourage them to start a new life.

one of my Friends, james is organizing a floor relief camp,
so if any of you interested in helping those victims,
please give me a reply.

your 1$ can give them food for an entire day


finally i fixed my mac,
i called up vasu ( sra bf) but he didn’t want to come here and wanted me to bring mac to their showroom,
thus i decided to fix it myself ( touched my ego ;) )
and i fixed it completely yesterday.

now i upgraded to latest mac version and iphone os 3.1

i wanted to upgrade to snow leopard but its available only in cd format,
so i contacted croma and ril regarding the same but it won’t arrive in next 15days.
so i decided to go with the present OS.


Just come across a great post about making more money via adsense at www

In order for AdSense to work, your site visitors, at least a percentage of them, must be interested in buying things. Learning the basics of earning on the web OUTSIDE of AdSense is important in order to earn significantly INSIDE AdSense. There is NO get rich quick recipe. You can't buy this for twenty dollar or find it on a WAHM site. Study.

Finding profitable niches

Fuzzy is good

Optimizing for obscure phrases

Look into my eyes

Improving content site revenue

Ugly sites sell

Word concepts

Note: A subscription is required for access to the WebmasterWorld Supporters Forums.

Read more and credits at link


Now a days you can see that almost all sites putting up translate to other language bars (probably country colors)
but if you are developing your website for your country ( if your country first language is not english) then you don’t need to put all language images, because your visitors don’t need other languages and it eats up your online real estate.

so, i have come with a solution for this.

showing single language in sigle post page

showing single language in sigle post page

in above pic, you can see that, iam giving option for translating my site into hindi just below title.

before doing this, you must know url path for each language,
if your site is english and your path is like http://site.com/post-title/
then when choose translated language to hindi, it becomes http://site.com/hi/post-title/
or if you choose japanese, url become http://site.com/ja/post-title/

when you use global translator in widgets, it do all the work for you but since we are trying to do in single post page,
we have to edit the url.

Editing URL

using php regular expressions, we have to change url.
for that we can use below code.

<?php
$linkurl = get_permalink();
preg_match ('/(http:\/\/yoursite.com\/)(.*)/', "$linkurl", $matchesarray); ?>

you can observer reverse slashes for // in http:// they are mandatory.
replace yoursite.com with your website name

now we need to put above code in single. php

open your theme single.php
you can find code like

<?php if(have_posts()) : while(have_posts()) : the_post(); ?>

i.e. thats where the loop begins,

just below that, add above code.

implimenting
now above code returns $matchesarray array variable.

now put following code in single.php where ever you want to show text for trasnlation.

<?php echo "<a href='".$matchesarray[1]."hi/".$matchesarray[2]."'>Read this page in hindi</a>"; ?>

if you have any questions, feel free to ask using below comment box, i will help you out.


may be microsoft, adobe making millions or billions with their products,

but selling product is not a simple matter at all, atleast for me.

we have made a school management software named LSMS , and tried marketing for last 5months,

after a lot of trials, showing demo and all, yesterday i was able to make first sale.

we have spend a lot morethan 2500$ for developing this software and yesterday i sold a copy of this software for 100$ and they gave me only 20$ as advance.

i don’t know whether i should feel happy for it, or feel shamed of it.

with this software, we provide 3 days training for them,
i have to train a person who is computer illeterate,
oh god please save me,
beside providing training, i have to tell them how to start and shut down the computer.

i will update this post soon with full details.