Wednesday, 11 July 2018

iPhone Flashing Apple Logo On and Off? Here Are 3 Tips


1. Force Reboot iPhone

When your iPhone gets stuck in a specific situation like this and doesn't work even after trying numerous times to get out of the Apple logo loop, you can try force rebooting it. Force reboot fixes iPhone or iPads when they become unresponsive to user interactions and bring them back to normal. Here, we are going to explain to you, how to force reboot the iPhone and get it back to action.
iPhone 6S, SE or Older Versions –

Press and hold the 'Sleep/Wake' button along with the 'Home' button till the Apple logo starts appearing on screen.


iPhone 7/7 Plus –


Tap the 'Power/Lock' button (found on the side of the phone) and 'Volume Down' key (present on the left side) together until the Apple logo appears.


The 'Slide to Power Off' slider will appear, which you need to ignore during this period and let the iPhone enter the startup process.


iPhone 8/iPhone X –


Tap the 'Volume Up' key and let go instantly.


Then repeat the same with the 'Volume Down' key as well.


Now, tap and hold the 'Power' key as long as the Apple logo is not visible.



Note: After the appearance of Apple logo, ensure to feed in the passcode of your iPhone rather than a fingerprint ID, to ensure the issue gets resolved without any glitch.

Now that the device has been force restarted we hope your iPhone flashing Apple logo problem is fixed, along with other iOS system issue.Gihosoft Free iPhone Data Recovery is a professional iPhone Data Recovery software to get back all your lost text message, photo, video, call history, note, contact and more from iPhone/iPad/iPod Touch. It offers a full solution to recover your lost data in different tough situations. Besides recovering data directly from iPhone, iPad and iPod touch, it also allows you to recover data from iCloud and iTunes backup files.



2. Restore iPhone with iTunes Using Recovery Mode

You can also restore your iPhone with iTunes using recovery mode when your device doesn't respond to restore or update normally. In those cases, your iPhone needs to be rebooted in recovery mode and then restore via iTunes to perform normally. Here are the steps –

Step 1. Update your iTunes to the latest version, and exit it if already open. Now, get your iPhone connected to the PC and launch iTunes and force restart it following the below mentioned steps. You need to keep getting hold of the buttons when the Apple logo appears unless your device establishes connection with iTunes successfully.

iPhone 6S and older/iPad/iPod touch –Hold down the 'Home' and 'Power' buttons simultaneously till the 'connect to iTunes' screen appears.

iPhone 7/7 Plus –Hold down the 'Power' and 'Volume Down' buttons together till 'connect to iTunes' is visible on screen.

iPhone 8/8 Plus/iPhone X –Tap and instantly release the 'Volume Up' key and then repeat the same with 'Volume Down' key. Hold down the 'Power' button till 'connect to iTunes' appears on screen.

Step 2. Click on the 'Restore iPhone' button after that and iTunes begins reinstalling the iOS and restoring your device back to the normal state (factory state). You then need to setup your iPhone from scratch when the process completes.

Note

Performing restore with iTunes will wipe off all your data from your iPhone, consider twice before choosing this method.


3. Check iPhone Hardware at Apple Store

In case the iPhone flashing apple logo on and off issue is not resolved with any of the above methods, it might be a hardware issue. Getting in touch with Apple customer care will be of great help in resolving problem. They will check if there is a hardware problem that causes your iPhone flashing apple logo.Sponsor ads:
Gihosoft iPhone Data Recovery Free
Free iPhone Data Recovery Software for Windows/Mac
Recover up to 12+ types of files, including contacts, SMS, photos, WhatsApp, Viber, notes, etc.
Restore lost data from iOS devices directly or from iTunes and iCloud backup
Recover iPhone data lost due to iOS upgrade/jailbreak, accidental deletion, device lost or broken
Support all the latest iPhone, iPad and iPod Touch
Both Free and Pro version.
If you lost data after you updated to a new iPhone, you can always use Gihosoft iPhone Data Recovery to get the data back from the old iPhone or backup.You may also like: iphonerecovery.com
If you use android phones, please choose Gihosoft Android Data Recovery.
With Gihosoft Android Data Recovery, no longer afraid of data loss!
Gihosoft RePicvid Free Photo Recovery Software provides a free photo recovery software for windows to help users recover the deleted or lost photo for free.
Jihosoft Android Data Recovery: the best Android Data Recovery software for Windows and Mac to recover deleted contacts, messages, photos, videos, WhatsApp and etc from Android devices.Tips:How to transfer messages from iPhone to iPhone
Jihosoft File Recovery:Recover deleted, Lost, formatted, or corrupted files from PC, flash drive and memory card easily & safely
Also Read:Update Android


Sunday, 8 July 2018

How to Fix DPKG_LOCKED/cydo returned an error code after Electra1131


WHY DOES CYDIA THROW THE DPKG_LOCKED/CYDO RETURNED AN ERROR CODE ERROR?

Cydia throws the DPKG_LOCKED and cydo returned an error code messages on a number of occasions, namely –
  • Cydia not installed properly on your iPhone or iPad.
  • Cydia installation getting corrupt.
  • Jailbreak uses a bogus or outdated version of the Cydia package manager.
  • User error.
DPKG_LOCKED Cydia error on iOS 11
Thankfully enough, the good old Delectra script still works for Electra1131 even though the developer didn’t update it.
You can easily use this script to clean your Cydia installation and then jailbreak your device again from scratch.

REQUIREMENTS

  • iPhone, iPad, or iPod touch
  • iOS 11.2-11.3.1 firmware
  • Wifi connectivity
  • Delectra uninstall script
  • A computer running Windows or macOS
  • Wifi network

FIX DPKG_LOCKED AND CYDO RETURNED AN ERROR CODE ON IOS 11.2-11.3.1 WITH DELECTRA

PREPARE YOUR DEVICE

Step 1 First and foremost, ensure your device is in jailbreak mode. If it isn’t, re-jailbreak your device by following this guide.
Step 2 Download Cyberduck for macOS or Windows from here.
Step 3 Download the Delectra shell script (unjailbreak.sh) from this link.
Step 4 Open the Settings app on your Apple device, go to Wi-Fi and tap the “i” icon present alongside your Wifi network you are connected to. Note down the IP Addressvalue as we will be using it in the subsequent steps.
In our case, the IP address is 192.168.1.100.

TRANSFER THE UNINSTALL SCRIPT TO YOUR DEVICE

Step 5 Launch CyberDuck SSH utility and click on Open Connection.
We will demonstrate this process using macOS Mojave but you can perform all steps on Windows as well.
Step 6 Select SFTP (SSH File Transfer Protocol) from the protocol dropdown list. If you set it to any other option, you will not be able to establish an SFTP connection.
Step 7 Enter the following details to establish an SFTP session –
  • Server – Your Wifi network’s IP address you noted in step 4 above.
  • Username – root
  • Password – alpine (default password)
  • SSH Private Key – None (default)
Step 8 Cyberduck will now warn you about an “unknown fingerprint”. Click Allow to move on to the next step.
Step 9 Transfer the unjailbreak.sh shell script to the /private/var/root folder by dragging it onto Cyberduck’s window.
Remember, this is the default folder and contains only two sub-folders (Application Support and Library) and a file (files.list).

EXECUTE DELECTRA SCRIPT

Step 10 On your Mac, close Cyberduck and go to Go > Utilities. If you are on Windows, you must use PuTTY telnet client that you can download from this link.
Step 11 Open the Terminal app.
Step 12 You would now want to log in to your device as root. Enter the following commands –
ssh root@<IP Address noted in step 4>
Step 13 Terminal will now warn you about the authenticity of the host and will ask you to continue or abort the session. Type in yes to continue.
Step 14 Type alpine in the “password:” field and wait for it to log you in. Remember, you must use your custom password if you modified it before.
Step 15 Type the following command and hit enter/return key to execute it.
bash ./unjailbreak.sh

JAILBREAK YOUR DEVICE

Step 16 Once the script removes jailbreak from your device, it will go back to its original stock firmware version. Restart and jailbreak your iPhone/iPad using Electra1131.
That’s all there’s to it! You will now be able to install your favorite Cydia tweaks without DPKG_LOCKED and cydo returned an error code messages pestering you.
Sponsor Ads:
Gihosoft Free iPhone Data Recovery is a professional iPhone Data Recovery software to get back all your lost text message, photo, video, call history, note, contact and more from iPhone/iPad/iPod Touch.
Gihosoft Android data recovery Free is a super awesome software specialized in Android file recovery. With this program, you are able to recover deleted photos, music, videos, messages, contacts, call logs, WhatsApp messages, Viber chat history and more from Samsung, Huawei, LG, HTC, Motorola, Google, Oneplus, Sony, Lenovo, ZTE and other Android devices directly. Meanwhile, this Android data recovery software is available for both Windows and Mac platforms.

Thursday, 5 July 2018

How to Send Animated Activity App Stickers in Messages for iOS 12 2018 guide


How to Send Animated Activity App Stickers in Messages for iOS 12 2018 guide

Step # 1. Launch Messages app on your iOS device.
 Launch Messages app on iPhone Running iOS 12
Step # 2. Now, open a conversation .
 Open a conversation in iMessage in iOS 12
Note: If you do not see the app drawer, click on App Store icon to the left of the text field
Step # 3. Next, tap on Activity app icon .
 Tap on Activity app icon in iMessage app drawer in iOS 12
Step # 4. Next up, choose the sticker depending on the exercise you are doing (or mood). Then, hit the arrow button
 Choose Animated Activity App Stickers to Send iMessages on iPhone running iOS 12
That's pretty much it!
Your take ?
Memoji is currently my hottest item for a joyful conversation. And, I'm going to put these new add-ons in the kit because they are great.
Let me know what you think of these stickers and if you like them in iMessage.
Do you like this story?
Sponsor Ads:
Gihosoft Free iPhone Data Recovery is a professional iPhone Data Recovery software to get back all your lost text message, photo, video, call history, note, contact and more from iPhone/iPad/iPod Touch.  It offers a full solution to recover your lost data in different tough situations. Besides recovering data directly from iPhone, iPad and iPod touch, it also allows you to recover data from iCloud and iTunes backup files.

How to Record WhatsApp Calls on Android and iPhone

WhatsApp is a great messenger app with a number of features including both video and audio calls. We use it every single day because it’s ...