Jan
26
2010
0

Never Fear Non-Jailbreaking iPhone Users, Google Voice is Here!

Google just gave Apple another flip of the bird today with offering Google Voice in full HTML5 fashion! Now a simple Safari bookmark is all you need to get the majority of the goodness of the full GV Mobile app offers without the need to Jailbreak your phone.

The new site is at http://m.google.com/voice.

It is reported that you’ll need at least iPhone OS 3.0 or WebOS to use the new site. Still no confirmation on Android, Windows, or Blackberry browsers.

Some of the new features include:

  • New design for the Google Voice Inbox
  • Create Homescreen icons for individual pages
  • Display your Google Voice number as the outbound caller ID for return callers
  • Send and receive text messages for free
  • JSON based data feeds

The real beauty of the new interface is that it is supported by most other smartphones in addition to the iPhone. Even the developer for GV Mobile, Sean Kovacs, is excited about the new data feeds. He mentioned that the old web code required a significant amount of parsing to achieve some simple listing tasks. I’m looking forward to seeing what Sean is able to come up with now with the new format. I expect we’ll get another performance improvement at minimum.

[ via Sean Kovacs | Mashable | iClarified ]

Written by Justin in: Gadgets, Google Voice, News, Technology, WebOS, iPhone | Tags: , ,
Jan
24
2010
1

Adding Push Notifications to GV Mobile

As you probably know, Apple (or possibly AT&T?) has given Google the shaft over the last 6 month and removed Google Voice from the iPhone. The developer of the application “GV Mobile“, Sean Kovacs, disagreed with Apple’s decision and chose to continue to offer his application on the iPhone through the JailBreaking appstore “Cydia“.

If you know Google Voice at all, it already does have the ability to forward SMS messages to your cellphone, but the problem is that the forwarded messages are charged the same as normal SMS through your cellular carrier. By using Push notifications you can bypass all cellular charges since push uses data instead of SMS.

The only draw back to using Cydia, besides having to JailBreak your phone, is jailbroken applications (like GV Mobile) are not able to use Push notifications. However, using a concert of applications, you can now get Push Notifications for GV Mobile. There are a few alternatives, but we’re going to go over Prowl and GVMax.

Prowl an official Appstore supported application ($2.99) that adds Push notifications for developers and 3rd party plugins. The Prowl setup is actually very straight forward:

  • First you’ll want to register at Prowl site and get your API key.
  • Then you’ll need to purchase and install the application from the Appstore.
  • Finally, load the Prowl app on your phone, login with your new account, and add the redirections for GVMobile SMS & Voicemail.
  • You just need to click settings, scroll down to bottom (I personally disabled the “Ask before redirection” option) and select redirection.
  • Tap the update launchable list and the add new redirection. Type “GV SMS” in the Application name, scroll down, and select “GVMobile (SMS)“.
  • Select add new redirection again and type “GV Voice” in the Application name, scroll down, and select “GVMobile (Voicemail)“.

Now, GVMax take a bit more to get running. GVMax an standalone application that uses Google’s free Appengine cloud computing services. The application takes minimal resources, so the vast majority of Google Voice users will never come close to the usage limits for free users. The install and setup process is a bit complicated. However, if you just can’t follow or don’t want to try, you can pay the GVMax developer $25 via paypal and he’ll do it for you. Keep in mind you still have to create the Google Appengine Application and invite him from the dashboard. If you still want to trudge through and do the install yourself this is what you will need to do:

  • Open Google’s Appengine site, login with your Google account, click “Create an Application“, select your country and cellular carrier in the drop downs, put your cellphone number in the box, and click “Send”.
  • Once you get the SMS, take the code you received and place it in the in the verification box.
  • Pick a name for your GVMax application and put it in the Application Identifier section, verify that it is available, type a title for your application, scroll down and accept the terms by checking the box, then click “Save“.
  • If you are using a Google Apps site with your own domain name and don’t see a page confirming that your application was created successfully then you need to goto https://appenging.google.com/a/, then verify your new application is listed.
  • Install Java SDK (I believe simply having the JRE installed is sufficient for this): Here
    Install Eclipse IDE Here: Win | Mac (64bit) | Lin (64bit)
  • Open Elipse, click the Help menu, select “Install New Software..“, Click “Add…“, leave the name blank, paste this location: http://dl.google.com/eclipse/plugin/3.5, click “Ok
  • Check both boxes next to Plugin and SDKs then click “Next“.
  • Select all three options: “Google App Engine Java SDK 1.3.0“, “Google Plugin for Eclipse 3.5“, and “Google Web Toolkit SDK 2.0.0“, and click “Finish“.
  • Use an SVN client to checkout GVMax source tag here: http://gvmax.googlecode.com/svn/tags/4-0-1/
  • Import the “gvmax” project into Ecplise by clicking the “File” menus, select “Import“, expand the “General” header, select “Existing Projects into Workspace“, browse to the SVN source folder “gvmax“, click “Finish“.
  • Expand the “gvmax” workspace, expand “src“, expand “conf“, open “gvmax.properties“.
  • Change the application name to match your Google Appengine Application name you selected, change your email address to match your Google account email address, and save your changes.
      Optionally: If you intend on getting notifications sent to Google Talk, you can use GVMax’s buddy server, but you’ll have to get an external key from the admin by emailing “gvmax@gvmax.com”. He will need your Google Appengine Application name to generate your key.
  • Expand the “war” header, then expand the “WEB-INF” header, and open “appengine-web.xml“.
  • Expand the “appengine-web-app” section inside the editor, select the “application” name and modify it from “gv-max” to match your Google Appengine application name, and save your changes.
  • Right click the “gvmax” header at the top of the workspace, select “Google“, then “Deploy to App Engine“.
  • Verify your google account is listed in the email section, then put in your password, and click “Deploy“.
  • Everything should deploy successfully, if not try to verify you updated the two files above correctly and saved each of them.

Now that you have Prowl & GVMax both installed you just need to configure your account settings:

  • Open your GVMax application by going to your application URI: https://<your application name>.appspot.com.
  • Login with your Google Voice account details, and click add user, type your google voice account details again scroll down, check the box next to “Foward to IPhone (Prowl API Key)“, paste your Prowl API key in the box (you can get it again by logging into your Prowl account and clicking settings), and click “Save“.
  • Log in to your Google Voice account, click “Settings“, click “Voicemail & SMS“, check the box next to “Email the message to:“, make sure the address drop down contains your GMail address, and click “Save Changes“.
  • Log into your GMail account, click “Settings” on top, click “Filters“, click “Create a new filter“, type “*@txt.voice.google.com” in the from address section, click “Next Step“, check the box on “Forward it to:”, and type “sms@<your application name>.appspotmail.com“, and click “Create Filter“.

[ Via GVMax Tutorials | GVMax User Manual | Google Plugin for Eclipse ]

Written by Justin in: 4JB Site, Gadgets, Hacks, Technology, iPhone | Tags: , , , , ,
Jan
22
2010
2

Geohot Actually Hacked the PS3!!!

Well, he did it! George Hotz has actually weaseled his way past the security and hacked the Sony Playstation 3!

Geohot just tweeted a little teaser on the PS3:

fine, one tweet… i just hacked the PS3… http://geohotps3.blogspot.com/

And his block post says the following:

Friday, January 22, 2010
Hello hypervisor, I’m geohot
I have read/write access to the entire system memory, and HV level access to the processor. In other words, I have hacked the PS3. The rest is just software. And reversing. I have a lot of reversing ahead of me, as I now have dumps of LV0 and LV1.

3 years, 2 months, 11 days…thats a pretty secure system

Took 5 weeks, 3 in Boston, 2 here, very simple hardware cleverly applied, and some not so simple software.

Shout out to George Kharrat from iPhoneMod Brasil for giving me this PS3 a year and a half ago to hack. Sorry it took me so long :)

As far as the exploit goes, I’m not revealing it yet. The theory isn’t really patchable, but they can make implementations much harder. Also, for obvious reasons I can’t post dumps. I’m hoping to find the decryption keys and post them, but they may be embedded in hardware. Hopefully keys are setup like the iPhone’s KBAG.

A lot more to come…

Congratulations George! You have yet again changed the world for technology and security. I’m very proud that my birthday will live on as the day George Hotz hacked the first PS3!

[ Via @GeoHot | GeoHotPS3 Blog ]

Written by Justin in: Hacks, News, Playstation 3, Technology | Tags: , , ,
Jan
21
2010
1

RedSn0w 0.9b3 Released for Windows & Mac

The Dev-Team just released RedSn0w v0.9 Beta 3 for both Mac & Windows. Now that Windows has a tool, there is no excuse to support those plagiarizing clowns behind Sn0wBreeze.

Download RedSn0w here: Windows | Mac

If you downloaded Sn0wBreeze, I highly suggest you remove it immediately and replace it with RedSn0w.

The Dev-Team has yet to let anyone down. Their releases are solid, stable, and complete.

Kudos to Musclenerd and the rest of the crew behind the scenes! You guys are the best at what you do and we all love you for it! There is absolutely no telling where the iPhone would be with your efforts (including Geohot). I can only speculate that without your tools, Apple would not let near the development on the device that they have in the last two years. We probably would still be stuck without mms, copy/paste, video, or any 3rd party apps.

[ via iPhone Dev-Team Wiki | Twitter ]

Written by Justin in: Flashing, Hacks, Technology, iPhone | Tags: , , ,
Jan
19
2010
1

iXtreme LT for LiteOn & Jungle Flasher v1.70 Released!

C4eva finally released iXtreme LT for LiteOn DVD-Rom drives. In concert with iXtreme LT, Team Jungle just released Jungle Flasher version 1.70 beta.

You can download both release from here:
iXtreme LT for LiteOn
Jungle Flasher v1.70 Beta

@TeamJungle tweeted at 17:17 (GMT-8):

C4eva presents iXtreme Lite Touch (LT) in association with Team Jungle and Team Xecuter

[ Via @teamjungle | Team Jungle ]

Written by Justin in: Flashing, Hacks, Technology, XBox360 | Tags: , , , ,
Jan
18
2010
1

iXtreme LT Releasing In the Very Near Future!

Attention XBox360 hackers, Team Jungle just sent a tweet about iXtreme LT confirming the highly anticipated firmware will be released soon without any fees.

iXtreme LT will release shortly as promised for free. Unofficial files are incomplete and unsafe. Protection was to prevent unofficial use!

[Via @TeamJungle | Twitter]

Written by Justin in: Flashing, Hacks, News, Technology, XBox360 | Tags: , , , ,
Jan
18
2010
0

Apple Event Invites Are Rolling Out

Apple is sending invitations out to all the big gadget sites and other media giants today. The invites state: “Please join Apple on January 27 at the Yerba Buena Center for the Arts in San Francisco for a Special Event.” & “Come see our latest creation.”

The Wall Street Journal reported previously this month that Apple will be releasing a tablet computer on January 27th. The most possible speculated name for the new tablet is the “iSlate“. Personally, I really think the name is horrible.

There are also other rumors about possibly revealing the next generation iPhone (4G) earlier than in previous years. Some are hoping that the iPhone will also be included this announcement. However, in my opinion, this would be far less likely than the tablet. I dont expect they would want to take away from the potential sale impact of the new device and muddy the water with another iPhone just yet. However, they have made some pretty interesting moves before. Let’s just say, I wouldn’t be surprised either way.

Regardless of what they rumors say, Apple has a new product that they are making a big stink over and they don’t want to wait for WWDC.
[ via Cult of Mac | Kotaku ]

Written by Justin in: Gadgets, News, Technology, iPhone | Tags: , , , ,
Jan
18
2010
1

Potential iPhone 4G Delays Forthcoming…

iPhone Factory Workers Go On Strike

On January 15th, more than 2,000 workers gathered and damaged facilities and vehicles after rumors that the factory may not pay a planned bonus for 2009, the newspaper said, citing the statement. The plant belongs to Taiwan-based Wintek Corp., the world’s biggest touch-screen maker for mobile phones.
[via iClarified | Bloomberg]

Written by Justin in: Gadgets, News, Technology, iPhone | Tags: , , ,
Jan
17
2010
0

About the file box…

That file box is linked to my MegaUpload lifetime account. Technically anything you upload there will not ever be deleted. Please feel free to use it as much as you’d like to share or store your files. I can’t control whether MegaUpload will delete your file if they find any issues with the contents. Never the less, it is available for anyone to use as much as they want. Beside if you keep your files under 100MB, I’ll get reward points each time the file is downloaded. So everyone wins! -Cheers!

Written by Justin in: File Hosting, MegaUpload, Technology | Tags: ,
Jan
17
2010
1

Forums anyone?

I’m considering adding a forum for yall. But I think the comments section on the blog entries will suffice for now. Tell you what, if you want another forum, I’ll set something up.

Written by Justin in: 4JB Site, Programming, Technology | Tags: ,
Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Template: TheBuckmaker.com WP Themes