Cellphonesguide.net
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
Android Android Games iOS iPhone Samsung Galaxy Google Pixel OnePlus Huawei Xiaomi
Discord Social FB Group Games Ask a Question Apps

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ElyStar

Pages: 1 [2] 3 4 ... 14
17
Ask for user manuals / Samsung Galaxy S7 SM-G930F
« on: January 25, 2017, 02:54:17 AM »
This is Samsung Galaxy S7 user manual. Available for download in PDF format)
For Samsung Galaxy S7 SM-G930F and SM-G930FD
View Samsung Galaxy S7 manual (.pdf)
Download Samsung Galaxy S7 manual (.pdf)


18
Android Apps / Re: Top 10 Essential App for Android
« on: January 25, 2017, 02:25:41 AM »
Nice apps guys. Ty

19
Which smartphone is best for me? / The best iPhone 6S deals for 2016
« on: June 15, 2016, 11:46:38 PM »
Apple iPhone 6 Deals - Compare iPhone 6 Contract Deals Online
Apple. Trade up to iPhone for as low as $11 a month.
Give us your eligible smartphone and we’ll use its value to lower the monthly payments on a new iPhone of your choice. Once your iPhone is activated, it remains unlocked so you can choose the carrier and rate plan that work for you. Visit an Apple Store to get started.
Apple Retail Stores, United States http://www.apple.com/retail/storelist/

Verizon
Order online and get your new device within 2 hours, just select In-Store Pickup.
Orders must be placed between 8 a.m. and 5 p.m. local time Monday through Saturday. Sunday orders must be placed before 2 p.m. local time. Requires purchase of eligible device.
https://www.verizonwireless.com/smartphones/apple-iphone-6s/

AT&T
iPhone 6s or iPhone 6s Plus Buy One, Get One Offer – AT&T
https://www.att.com/cellphones/iphone/iphone-6s.html#sku=sku7730375

Best Buy
http://www.bestbuy.com/site/iphone/iphone-6s/pcmcat748300580129.c?id=pcmcat748300580129

20
Android / Re: Download Open GAPPS (Google Apps)
« on: May 20, 2016, 05:08:16 PM »
3. I'm having problems that I believe are Open GApps related. What can I do to fix it?
There are 2 things you can do that are almost always guaranteed to fix these types of problems. Please do not post a support request until you have tried these first.

[LIST=1]
  • Make certain you are using the latest version of TWRP Recovery for your device.
    • Other Recovery types are not officially supported
  • Reinstall your ROM and GApps as part of a 'Clean' install
  • This will remove any data corruption that might be causing your issue
[/LIST]
A 'Clean' install consists of the following:

[LIST=1]
  • Factory Reset (or manually wipe (format) Data partition - Internal Storage wipe is NOT necessary)
  • Manually wipe (format) your System partition
  • Flash your ROM
  • Flash GApps package
  • Wipe the Dalvik & cache
  • Reboot
NOTE: YOU WILL LOSE ALL OF YOUR DATA AND APPLICATION SETTINGS using this method. Be sure to do a NANDroid backup prior in case you want to restore later.

21
Android / Download Open GAPPS (Google Apps)
« on: May 20, 2016, 03:56:32 PM »


Download Open GAPPS

http://opengapps.org/



Download

http://opengapps.org/#downloadsection


Changelog: https://twitter.com/opengapps
GitHub: https://github.com/opengapps/opengapps

InstallationThe Google Applications packages should be installed via recovery. Exact steps vary, but the general process is the same as that used to install CyanogenMod, or any other flashable zip:[LIST=1]
    • Copy the gapps .zip-file to /sdcard/
        • Using adb: adb push filename.zip /sdcard/
        • Reboot your device to recovery via any one of these methods: 1) using the power-on key combo for your device; 2) running adb reboot recovery from your computer; 3) or via the Advanced Reboot power menu (enabled in Developer Options).
        • Choose "install zip" or "Apply update" from within recovery, and navigate to the zip-file loaded earlier.
        • Reboot from recovery back to Android.
      TroubleshootingGoogle Apps packages are not generally supported by the CyanogenMod team, or by their distributors. The good news is that there is very little that can go wrong! If you are experiencing problems, here is a list of different things you can try (each one a bit more extreme/destructive than the last):[LIST=1][/li][/list]
      • Reboot your device
      • Verify all apps are up-to-date in the Play Store
      • Re-flash the Gapps package (via recovery)
      • Wipe the /system partition and reinstall both CyanogenMod and Gapps (as long as if you don't wipe /data, your data will be preserved)
      • Wipe /system, /data and /cache and reinstall both CyanogenMod and Gapps (this will delete all of your data, i.e. like you're starting from a clean slate)
      [/list]

      25
      ofc you can but depends.. app type and/or your Android OS.

      Uninstalling Downloaded Apps (without terminal method)
      [LIST=1]
      • Open the Settings app. You can delete any app that you've downloaded using the Settings app on your device. ...
      • Tap "Apps" or "Applications." ...
      • Swipe to the "Downloads" tab. ...
      • Find and tap the app that you want to delete. ...
      • Tap the "Uninstall" button.
      [Important!] DO NOT remove system apps!
      [Note!] Terminal method is for rooted devices only. You can install Terminal for Android but you can't use if your phone is not rooted.

      26
      Your device / Antutu test Google Nexus 5 Android 5.1 (LMY47l)
      « on: May 04, 2015, 12:20:03 AM »













      27
      Servere si Retelistica. Zona IT & Datacenter / Common ADB Commands
      « on: May 03, 2015, 10:30:08 PM »
      Lists which devices are currently attached to your computer
      adb devices

      Drops you into a basic linux command shell on your phone with no parameters, or lets you run commands directly
      adb shell

      Lets you install an Android application on your phone
      adb install

      Remounts your system in write mode – this lets you alter system files on your phone using ADB
      adb remount

      Rets you upload files to your phones filesystem
      adb push

      Lets you download files off your phones filesystem
      adb pull

      Starts dumping debugging information from your handset to the console – useful for debugging your apps
      adb logcat

      28

      Install ADB and Fastboot tools

      Code: [Select]
      sudo apt-get install android-tools*

      29
      • Restart adb by issuing 'adb kill-server' followed by 'adb start-server' at a cmd prompt / terminal
      • Disable and re-enable USB debugging on the phone
      • Rebooting the phone if it still doesn't work.

      99% of your issues will be resolved.


      30
      This is enough...

      Code: [Select]
      sudo add-apt-repository ppa:ubuntu-wine/ppa
      sudo apt-get update
      sudo apt-get install wine1.7

      Pages: 1 [2] 3 4 ... 14