Showing posts with label iPhone. Show all posts
Showing posts with label iPhone. Show all posts

Feb 3, 2012

Boom!!! Windows Jailbreak for iPhone 4S & iPad 2 Released!

Summary : The Chronic Dev-Team has released the Windows version of its Absinthe utility to perform an untethered jailbreak of the iPhone 4S and iPad 2.

  • PandaApp Editor
  • Current Device: iPhone 3GS, Omnia 7, iPad 1
  • Future Device: iPhone 5
  • Introduction:Techni-Geek live a life in Technicolor!
The Chronic Dev-Team has released the Windows version of its Absinthe utility to perform an untethered jailbreak of the iPhone 4S and iPad 2.
You can download the utility from here.
Download Absinthe v0.4 for Windows
Download Absinthe v0.4 for Mac OS X
Download Absinthe v0.4 for Linux x86/x86_64
We'll be posting Windows tutorials on how to use Absinthe below...
TUTORIALS Are Here:
● iPhone 4S How to Jailbreak iPhone 4S with Absinthe  (Windows)

● iPad 2 How to Jailbreak Your iPad 2 Running iOS 5.0.1 (Windows)


via iclarified

You Will Never See Apps' Ads With White iPhone?

Summary : It would not be a total surprise that Apple is asking developers to stop use white iPhone mockup to promote third-party apps on the web. Yet, we know Apple has always been a company that stresses the details. Everything down to the tiniest pixel is highly scrutinized to perfection.

  • PandaApp Editor
  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!
It would not be a total surprise that Apple is asking developers to stop use white iPhone mockup to promote third-party apps on the web. Yet, we know Apple has always been a company that stresses the details. Everything down to the tiniest pixel is highly scrutinized to perfection.
Cupertino doesn’t like the idea of developers using white iPhones to show off their work in marketing materials. It’s a black iPhone or the highway.
TechCrunch founder Mike Arrington reports for Pando Daily:
The private written communications I’ve seen from Apple, though, are quite clear on the restriction. In verbal communications they’ve said that they’re reserving use of the white iPhone for their own marketing materials.
Apple clearly outlines the type of iOS promotional materials third-party developers can use, and the mockup examples show black iPhones only. Does that mean white iPhones are off limits?
via cultofmac

Step By Step Tutorial to Setup A Spire Server Without iPhone 4S Keys With SiriServer

Summary : A few days ago we told you guys about a new project being developed with the help of @cale250 dubbed SiriServer that will actually replace the need for Siri to contact Apple’s server altogether. This is because instead of using Apple’s servers for the speech processing SiriServer uses Google Speech-To-Text API. While this is a great development because it takes away the need for iPhone 4S Authentication keys (you no longer need to have access to an iPhone 4S), it does mean that you are limited to commands that are shorter than 10 seconds. The developer notes that he may be able to overcome this, but at this time this 10 second command limitation is here to stay.

  • PandaApp Editor
  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!
 
A few days ago we told you guys about a new project being developed with the help of @cale250 dubbed SiriServer that will actually replace the need for Siri to contact Apple’s server altogether. This is because instead of using Apple’s servers for the speech processing SiriServer uses Google Speech-To-Text API. While this is a great development because it takes away the need for iPhone 4S Authentication keys (you no longer need to have access to an iPhone 4S), it does mean that you are limited to commands that are shorter than 10 seconds. The developer notes that he may be able to overcome this, but at this time this 10 second command limitation is here to stay.
For those of you who were interested in setting up a server using SiriServer you will be glad to know that in this How To guide from iJailbreak.com you will learn how to setup SiriServer on a Linux computer or Linux virtual machine. This will allow you to use Siri on your older generation iOS Device thanks to the Spire Cydia tweak without the need of iPhone 4S authentication keys.
Note: Please keep in mind that SiriServer will work on Mac OS X, but in this tutorial we will be setting it up on Ubuntu (a form of Linux).
Setup SiriServer Ubuntu
Section A: Setting Up The Required Components
Step 1 Windows: For Windows users it should be fairly easy to get Ubuntu working on your computer (as there is numerous ways). Probably the easiest way to do this is to go to the Ubuntu download page by clicking here, and then simply following the instructions for dual-booting your computer with Ubuntu. You could of course also use a Virtual Machine (like virtualbox), or boot Ubuntu from a CD or USB drive.
Step 1 Mac OS X:  For Mac OS X users your options of running Ubuntu are slightly more limited. You can either use a Virtual Machine (like virtualbox) or of course you can boot Ubuntu from a CD or USB drive by clicking here.
Step 2: Once you have found a way to get access to an Ubuntu computer you will need to launch terminal and type in the following command:
sudo apt-get install libspeex1 libflac8
Tip: If you do not want to type all of the terminal commands shown in this tutorial you can copy the command and paste it into terminal by right clicking and then clicking the paste option.
Step 3: Make sure you keep Terminal open, as we will come back to it soon, but you will now need to open the Ubuntu Software Center. Once the Ubuntu Software Center is up and running you will need to search for the following:
Python
When you see Python on the search results (it will be labeled interactive high-level object-orientated language (default version)) you will need to install it to your Ubuntu computer.
If you do not see an Install button, but rather a Remove button this means you already have Python install and can move on to step 4.
Step 4: Next you will need to install another package to your Ubuntu Computer, thus search for the following through the Ubuntu Software Center:
M2Crypto
When you see M2Crypto appear on the search results you will need to click it and install it your computer Ubuntu computer.
Step 5: We will now be exiting the Ubuntu Software Center and going back over to terminal. With Terminal resumed you will need to enter the following command:
Step 6: Once the command above has been executed you will need to enter the command shown below:
sudo easy_install biplist
Step 7: It is now time to download the SiriServer files. Go to the official SiriServer GitHub page and download the files as .zip file by clicking here.
Step 8: Extract the the file you just downloaded and rename the folder to:
siriserver
Step 9: Now go back to terminal and type in the following command to go into the Downloads directory:
cd ~/Downloads
Step 10: Next type in the command shown below to move the SiriServer files into your Ubuntu root directory:
sudo mv siriserver /
Note: It is recommend that you double check to see if your siriserver folder was indeed moved to the the Ubuntu root directory. To double check this open up a folder, go into the File System tab and you should see siriserver sitting there.
Section B: Generating Your Certificate
Step 11: The SiriServer files have now been placed in the correct directory. We have now setup all of the required components for SiriServer to work. Congratulations for getting this far! We will now start generating the certificate for your iOS Device to properly connect to the server you are creating. To do this the first thing you need to do is go into the proper directory:
cd /siriserver/gen_certs
Step 12: From here you will need to enter the command shown below. Keep in mind, however, that you will replace XXXXX with most likely an IP Address or in some cases a domain name (for more information click here).
./gen_certs.sh XXXXX
Example: ./gen_certs.sh 192.168.1.1
OR ./gen_certs.sh domain.com
Step 13: After you have entered the command shown above you will find a certificate file named ca.pem in the siriserver directory (the siriserver folder that you moved to the Ubuntu root directory). When you see the ca.pem file in the siriserver directory you will need to copy it to your desktop and email it to yourself.
Section C: Installing The Certificate
Step 14: Now you will need to grab your iOS Device, fire up your email client and click the ca.pem file you attached to your email.

Step 15: When you click the attachment you will need to click the Install button, read the warning screen, click the other Install button, and finally click the Done button.
Step 16: With the certificate now installed, you will need to go back into the Settings.app, into the Spire tab and you will need to enter the address of your server. This will be whatever you replaced XXXXX with in step 12.
Example: https://192.168.1.1
OR https://domain.com

Note: Keep in mind that you are using https not http.
Section D: Activating The Server
Step 17: Everything has now been configured, and the final step is to begin the server. To do this navigate to the siriserver directory by entering the following command:
cd /siriserver
Step 18: Finally you will need to enter that command that will turn the server on:
sudo python siriServer.py
Your server should now be up and running and you can try using Siri on your iOS Device. We hope you have enjoyed this How To guide from iJailbreak.com on setting up SiriServer to use Siri on your older generation iOS Device with the Spire Cydia tweak. If you are having troubles we suggest visiting the official documentation page by clicking here.
via ijailbreak

T-Mobile to Offer Additional Support to Unlocked iPhone Users

Summary : TMO News reports that T-Mobile USA will start offering its users who are using unlocked iPhones on their network additional support.

  • PandaApp Editor
  • Current Device: iPhone 3GS, Omnia 7, iPad 1
  • Future Device: iPhone 5
  • Introduction:Techni-Geek live a life in Technicolor!
TMO News reports that T-Mobile USA will start offering its users who are using unlocked iPhones on their network additional support.

Though T-Mobile USA is the only US Carrier among the top 4 carrier not to offer Apple's iPhone, it had revealed last year that more than a million unlocked iPhones are used on their network.
Back in July 2011, T-Mobile USA started offering micro-SIM cards, which is required for iPhone 4 and iPhone 4S.
T-Mobile will begin offering the additional support from tomorrow, January 30th. According to the leaked document, the support will include common procedures, information about features and specifications, and other basic device questions.

The leaked document also lists down the following benefits for its 1 million plus users with unlocked iPhones:
*The customer benefits by making only one call.
*The employee benefits by having access to information needed to resolve these calls.
*The business benefits by lower call times and improved resolution.
Though 3G works for few lucky iPhone users on T-Mobile's network, earlier this month, T-Mobile USA's CEO Philipp Humm revealed that it had not managed to get iPhone due to its unique band technology. While most GSM operators use the 850, 900, 1900 or 2100 MHz frequencies, T-Mobile uses the 1700/2100 MHz AWS band for its 3G. Unfortunately that means that mobile phone manufacturers need to use a chipset that works with the AWS band.
T-Mobile Chief Technology Officer Neville Ray has revealed that Apple's next generation iPhone will support the AWS bands. It remains to be seen if Apple will finally offer the iPhone on T-Mobile USA's network this year.
But by offering additional support, T-Mobile seems to be at least gearing up for it

Summary : This design rings home a bell because right this minute, the inside flap of my iPhone case has a sticky-note to-do list stuck to it! If it was not enough to expect zillions of functions from our smartphones, apparently now their protective covers need to come handy too! This clever silicone rubber case has five slits that are good enough to tuck in bills, pen, stylus or credit cards. Elasty is an awesome thought and has even won the Korean Belkin Design Awards! lazy_applelover PandaApp Editor Current Device: iPhone 3GS, Omnia 7, iPad 1 Future Device: iPhone 5 Introduction:Techni-Geek live a life in Technicolor! This design rings home a bell because right this minute, the inside flap of my iPhone case has a sticky-note to-do list stuck to it! If it was not enough to expect zillions of functions from our smartphones, apparently now their protective covers need to come handy too! This clever silicone rubber case has five slits that are good enough to tuck in bills, pen, stylus or credit cards. Elasty is an awesome thought and has even won the Korean Belkin Design Awards! Designer: Yoori KooSimple iPhone Case brings New Function to You

Summary : This design rings home a bell because right this minute, the inside flap of my iPhone case has a sticky-note to-do list stuck to it! If it was not enough to expect zillions of functions from our smartphones, apparently now their protective covers need to come handy too! This clever silicone rubber case has five slits that are good enough to tuck in bills, pen, stylus or credit cards. Elasty is an awesome thought and has even won the Korean Belkin Design Awards!

  • PandaApp Editor
  • Current Device: iPhone 3GS, Omnia 7, iPad 1
  • Future Device: iPhone 5
  • Introduction:Techni-Geek live a life in Technicolor!
This design rings home a bell because right this minute, the inside flap of my iPhone case has a sticky-note to-do list stuck to it! If it was not enough to expect zillions of functions from our smartphones, apparently now their protective covers need to come handy too! This clever silicone rubber case has five slits that are good enough to tuck in bills, pen, stylus or credit cards. Elasty is an awesome thought and has even won the Korean Belkin Design Awards!
Designer: Yoori Koo

Feb 2, 2012

Boom!!! Windows Jailbreak for iPhone 4S & iPad 2 Released!

Summary : The Chronic Dev-Team has released the Windows version of its Absinthe utility to perform an untethered jailbreak of the iPhone 4S and iPad 2.

  • PandaApp Editor
  • Current Device: iPhone 3GS, Omnia 7, iPad 1
  • Future Device: iPhone 5
  • Introduction:Techni-Geek live a life in Technicolor!
The Chronic Dev-Team has released the Windows version of its Absinthe utility to perform an untethered jailbreak of the iPhone 4S and iPad 2.
You can download the utility from here.
Absinthe 0.3 (Win) [info]: absinthe-win-0.3.zip
Absinthe 0.3 (Mac) [info]: absinthe-mac-0.3.zip
Absinthe 0.3 (Linux) [info]: absinthe-linux-0.3.tar.gz

We'll be posting Windows tutorials on how to use Absinthe below...
TUTORIALS Are Here:
● iPhone 4S How to Jailbreak iPhone 4S with Absinthe  (Windows)

● iPad 2 How to Jailbreak Your iPad 2 Running iOS 5.0.1 (Windows)


via iclarified

Burn Wood And Charge Your iPhone

Summary : They say you can’t teach old dogs new tricks — but the same axiom apparently isn’t true for the wood burning camp stove — the oldest camping gear dog of all. Like any other timber burnin’ stove, the BioLite CampStove is great for cooking, since there’s no risk of fire-starting chemicals flavoring your grub.


  • PandaApp Editor
  • Current Device: iPhone 3GS, Omnia 7, iPad 1
  • Future Device: iPhone 5
  • Introduction:Techni-Geek live a life in Technicolor!


They say you can’t teach old dogs new tricks — but the same axiom apparently isn’t true for the wood burning camp stove — the oldest camping gear dog of all. Like any other timber burnin’ stove, the BioLite CampStove is great for cooking, since there’s no risk of fire-starting chemicals flavoring your grub.

Lugging fuel isn’t an issue either, as long as pellets, sticks, pine cones, or other random flammable biomass are lying about. Unlike every other stove out there, however, the Biolite can convert heat energy from the fire into electric power for charging gadgets via USB.
How much power is generated isn’t directly shared, but BioLite says charge rates are similar to a laptop USB port. The complete kit also weighs a feathery 2 lbs and can pack down to 8.25 x 5″ (which is roughly the size of a Nalgene), making it suitable even for ultralight backpacking.
via funkyspacemonkey

Apple Expected to Launch iPhone 5 at WWDC 2012 in June

Apple Expected to Launch iPhone 5  at WWDC 2012 in June
As we know Apple always unveil it's new iPhone on the Summer, only the iPhone 4S is on the October. However, the new report suggests we may not have to wait until October of this year to see the iPhone 5.

Apple: There is No iMessage Bug

Summary : A major bug was found in the new iMessage on iOS 5 that several users reported that their iMessage accounts continued to remain active after wiping their devices. Apple finally gave a a statement to the public: there is no iMessage bugk, only about your setting.

  • PandaApp Editor
  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!
 
A major bug was found in the new iMessage on iOS 5 that several users reported that their iMessage accounts continued to remain active after wiping their devices. Apple finally gave a a statement to the public: there is no iMessage bug.
Gizmodo added fuel to the fire yesterday when it published several images of strange iMessage conversations it was receiving on an iPhone after visiting an Apple Store for tech support. Apparently, when a Genius inserted his personal SIM card into the phone to test the device, the handset locked on to his iMessage account…
After months of silence regarding the so-called iMessage bug, Apple gave a statement to The Loop this morning claiming that what happened with Gizmodo’s iPhone isn’t the result of a bug. It was simply an employee error.
    “This was an extremely rare situation that occurred when a retail employee did not follow the correct service procedure and used their personal SIM to help a customer who did not have a working SIM,” Apple representative Natalie Harrison told The Loop. “This resulted in a temporary situation that has since been resolved by the employee.”
So how do you keep this from happening to you? Well for starters, you might think twice before dropping your SIM card into another device. But if you must do it, make sure you toggle the device’s iMessage switch off and then on again once the original SIM card is re-inserted. The Loop says that doing this will unregister your iMessage account with the device.
You can find the switch by going into your device’s Settings app, and tapping on the Messages tab. Since Apple doesn’t see this as an actual “bug,” we may never see an official fix for this. So it might be a good idea to remember this tip.
Have you noticed your iMessage account staying active after wiping your device?
via idownloadblog

App of Today: GHOST TRICK: Phantom Detective

Summary : Ghost Trick is a fun one -- you play as a ghost detective who needs to solve crimes by inhabiting inanimate objects, like possessing phones to listen in on phone calls, or moving objects around to convince the living to move as well.

  • PandaApp Editor
  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!

 
Ghost Trick is a fun one -- you play as a ghost detective who needs to solve crimes by inhabiting inanimate objects, like possessing phones to listen in on phone calls, or moving objects around to convince the living to move as well.
Description
Experience this much beloved, touching story for yourself. Try this brand-new kind of "Interactive Mystery" for free right now!
 *Devices and iOS supported: iPhone 3GS or later, iPod touch, iPad with iOS 4.3 or later
 *iPhone 3G / iPod touch 2G are not supported
 *Languages: English, French, Italian, German, Spanish
 ◆ This Story Starts with Your Death
 In an obscure corner of the city, a single bullet takes your life, but that’s not all it takes. When you awaken as a spirit, you realize you have no recollection of who you are. Thus begins your search for the answers to these questions: “Who am I?”, “Who killed me?”, and “Why was I killed?”
 One night is all you have to answer these questions before your soul vanishes at dawn’s first light, and your only lead is the female detective who witnessed your death...
 ◆ "Possess" and "Manipulate" Your Way to the Truth!
 As the main character, you can possess and manipulate objects, such as a guitar or an umbrella, using your "Powers of the Dead". A variety of actions will be available to you depending on what you possess. Strive to possess the truth itself!
 ◆ Rewind Time "4 Minutes Before Death" to Change Fate!
 Death seems to follow you wherever you go, but you can do something about that! Using one of your ghostly powers, go back to a point 4 minutes before a person’s death and change their fate!
 ◆ Chapters 1 and 2 are Free!
 Should this touching tale “possess” you, the rest of the story is available for purchase under “Buy More Chapters” on the title screen.
 ◆Based on the Critically Acclaimed Nintendo DS Game
 *GameSpot Best of 2011 Awards - Best Handheld Game Winner
 *GameTrailers Game of the Year Awards 2011 - Best Nintendo DS Game Winner
 *For iPod touch and iPad users, a Wi-Fi environment will be necessary to purchase additional chapters.

Five Best iOS Games Round Up For Today

Summary : It's a busy day, the highly expected Reckless Racing 2 is finally here, along with CrimsonHeart, Gorilla Gondola, Elf Defense Eng, The Lost City. Check them out

  • PandaApp Editor
  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!

 
1.Reckless Racing 2
Reckless Racing 2, the sequel to Polarbit and Pixelbite's 2010 top-down arcade racer, brings new cars, more challenging tracks, better graphics, with improvements in the car models, together with customised cars. Now live on Pandaapp!
Description
Strap down and prepare for the ride of your life... Reckless Racing is back with more!
 Including a selection of 18 highly detailed cars, ranging from small dirt buggies to fast supercars, and 24 routes in a variety of flavors make this a racer for all tastes - both dirt and tarmac.
 Compete in the Career mode to earn money for new cars and car upgrades. Have a quick race in the Arcade mode with 40 pre-defined challenges. Compete against your friends on the leaderboards in Single Event mode - including Race, Hot Lap and Elimination events.
 Tune your car in the garage to match your driving style with a vast selection of parts and upgrades. Whether you are a reckless power slider or a slick race driver, make your car the way YOU want it.
 * Probably the best power slides in the world
 * Tune and tweak the performance, handling, tires, rims and colors of your cars
 * Shader based game engine with normal maps, reflections, specularity, shadows, particles and more
 * Improved and optimized shaders for iPad 2 and iPhone 4S
 * Online leaderboards with downloadable ghost cars
 * Online multiplayer over the Internet
 * 17 characters, including your favorites from Reckless Racing 1
 * 5 control layouts with customizable button positions
 * Optional assists, such as race lines, mini map, chase camera and more

Special 3D Action BLOOD ROOFS to Come in March

Summary : I just found a nice looked 3D action game. In the game, you have to hold your girl all they way, run, shoot all the monsters and always keep on the roofs.

  • Current Device: HTC Chacha
  • Future Device: iPhone 5.6.7.8...iPad 2.3.4.5...
  • Introduction:Tracing new technology like fashion!

 
I just found a nice looked 3D action game. In the game, you have to hold your girl all they way, run, shoot all the monsters and always keep on the roofs.
According to the developer, almost everything except the music is all created by one man. That is a amazing!
"As always, I've been creating nearly everything on my own (Graphics & Design, Digital Painting, Modelling, Animation, Sound Effects and Programming).
The game features full scene realtime bumped specular reflections (even Infinity Blade doesn't have that, the background there is always static baked lightmap stuff) - and running with 30 fps even on iPad 1.
Gameplay will be an intuitive 3D runner experience with tilt controls for left/right, left tap for jump, right tap for shooting. Or vice versa, if you change the setting
It will come for iPhone 3GS, iPad1 and of course all newer devices."
Now take a look at the tailer, seems to be a nice game to be expected.

BLOOD ROOFS will be available on March, we will keep you updated.

Twitter Delicious Facebook Digg Stumbleupon Favorites More