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

Recent Posts

Pages: [1] 2 3 ... 10
1
Your device / Popular adb commands
« Last post by ElyStar on November 01, 2024, 02:02:36 PM »
Popular adb commands


Code: [Select]
adb shell //launches a shell on the device

Code: [Select]
adb push <local> <remote> //pushes the file <local> to <remote>

Code: [Select]
adb pull <remote> [<local>] //pulls the file <remote> to <local>. If <local> isn’t specified, it will pull to the current folder.

Code: [Select]
adb logcat //allows you to view the device log in real-time. You can use adb logcat -b radio to view radio logs, and adb logcat -C to view logs in colour

Code: [Select]
adb install <file> //installs the given .apk file to your device.





Basic Operations

Install an app.
Code: [Select]
adb install -r xxx.apk //Reinstall the existing application and retain its data and cached files.

Code: [Select]
adb install -s xxx.apk //Install the APK to the SD card.

Code: [Select]
adb install -f xxx.apk //Install the APK to the internal system memory.


Obtain the installation position.
Code: [Select]
adb shell pm get-install-location
Uninstall an app.
Code: [Select]
adb uninstall <package>
Code: [Select]
adb uninstall -k <package> //Uninstall the app but retain its data and cached files.

Start ADB.
Code: [Select]
adb start-server
Stop ADB.
Code: [Select]
adb kill-server
Go to the shell environment.
Code: [Select]
adb shell
Exit from the shell environment.
Code: [Select]
exit
Checking Device Information
Check the connected device and its serial number.
Code: [Select]
adb devices
Check the CPU architecture and number of cores of a cloud phone.
Code: [Select]
adb shell cat /proc/cpuinfo
Check detailed system memory information.
Code: [Select]
adb shell cat /proc/meminfo
Obtain the disk space of a cloud phone.
Code: [Select]
adb shell df
Obtain the OS version of a cloud phone.
Code: [Select]
adb shell getprop ro.build.version.release
Obtain the MAC address of a cloud phone.
Code: [Select]
adb shell cat /sys/class/net/wlan0/address
Software Package Manager
Clear all data associated with an application.
Code: [Select]
adb shell pm clear <package>
View the APK path of a specified application.
Code: [Select]
adb shell pm path <package>
Check the package names of all installed applications.
Code: [Select]
adb shell pm list packages
Check the application package whose name contains the "android" field.
Code: [Select]
adb shell pm list packages android
Check the package name of a third-party application.
Code: [Select]
adb shell pm list packages -3
Checking Processes
Check the memory usage of each process.
Code: [Select]
adb shell procrank
Check the process information about an application.
Code: [Select]
adb shell "ps | grep <package>"
Kill a process.
Code: [Select]
adb shell kill [pid]




File Operations

Send a file from a local device to a cloud phone.
Code: [Select]
adb push file mobile_directory
Example:
Send file C:/Downloads/test.png /data/media/0/Pictures on the local device to the cloud phone directory /data/media/0/Pictures by running the following command: adb push C:/Downloads/test.png /data/media/0/Pictures. To check whether the file is sent successfully, run the following commands:

Code: [Select]
adb shell
cd /sdcard/Download
ls

Copy a file from a cloud phone to a local device.
Code: [Select]
adb pull file local_computer_directory
Example:
Copy file /sdcard/Download/test.png on a cloud phone to the C:/Downloads directory on a local device by running the following command: adb pull /sdcard/Download/test.png C:/Downloads.

Move a file or folder.
Code: [Select]
adb shell mv path/file newpath/file
Create a folder.
Code: [Select]
adb shell mkdir path
Create a file.
Code: [Select]
adb shell touch filename
Rename a file or folder.
Code: [Select]
adb shell rename path/filename newpath/newfilename
Check the file content.
Code: [Select]
adb shell cat file


--
2
Android Games / Age of Empires Mobile
« Last post by ElyStar on November 01, 2024, 12:12:19 PM »
Age of Empires Mobile


Google Play: Download & Play!

App Store: Download & Play!

Level Infinite
Action
PEGI 12

The immersive medieval war strategy mobile game from the iconic Age of Empires franchise is here!


Age of Empires Mobile combines the familiar elements of Age of Empires with strategic gameplay crafted specifically for the mobile platform to give fans of the genre a brand-new way to enjoy the beloved franchise.

Experience exhilarating gameplay with swift and intense battles, rapid resource gathering and military building, defending against waves of enemies, and forming alliances with hundreds of players to aid in your cause to build a dominant empire.



Immerse yourself in an epic adventure featuring detailed real-time controls, breathtaking visuals, and legendary historical heroes on grand battlefields. Command your empire, unite allies from around the world, and restore your once radiant glory. Embark on a conquest unlike any other!





FEATURES

[EXPERIENCE A NEW AGE OF EMPIRES]

Familiar elements from the classic Age of Empires games merged with brand-new and mobile-specific gameplay. Engage in rapid resource management, develop unique technologies, and train diverse armies to build and defend your kingdom from scratch.


[DOMINATE IMMERSIVE BATTLEFIELDS]

Explore glorious medieval cities transformed into battlegrounds. Strategize meticulously, aiming at archer towers, breaching gates, and seizing central structures. Participate in epic alliance battles with thousands of players worldwide in real-time combat within dynamic, interactive cities, for an authentic medieval battlefield experience on your mobile devices.


[BUILD MIGHTY CIVILIZATIONS]

Choose from 8 civilizations, the magnificent Chinese, the grandiose Romans, the elegant Franks, the glittering Byzantium, the mystical Egyptians, the solemn British, the exquisite Japanese, and the vibrant Koreans. Each civilization has its corresponding types of troops. With even more civilizations set to debut, experience the medieval era with high-definition graphics and richly detailed environments.







--
3
Android Games / Diablo Immortal Legion of Horror Limited Time Event
« Last post by TelVerde on May 07, 2024, 01:49:53 PM »
Diablo Immortal Legion of Horror Limited Time Event


Legions of Horror taunt you, forcing your hand to try and stop their displays of grisly terror. The ground trembles at the sheer weight of their maleficience. Complete daily and weekly tasks for rewards, with each task completed granting coveted Terror Crests. Collecting enough Terror Crests will grant you progress towards milestone rewards. Additionally, completing individual tasks will also grant you gold, scrap, Set items, Telluric Pearls, Legendary Gear, and more.







4
Questions / How to turn off autoplay videos on YouTube iOS and Android?
« Last post by TelVerde on April 17, 2024, 03:57:14 PM »
How to turn off autoplay videos on YouTube iOS and Android?



On iOS and Android, click your avatar and select Settings and Support > Settings and privacy > Accessibility, display, and languages > Display and sound and uncheck Media Previews.





5
Questions / How do I stop WhatsApp from draining my battery?
« Last post by TelVerde on April 17, 2024, 03:52:56 PM »
How do I stop WhatsApp from draining my battery?



In the Settings app, scroll down and tap WhatsApp, then turn off Background App Refresh.


Few other steps you can try:
Clear cache
Restrict background activity
Set to sleeping/deep sleeping
Clear data
Reinstall
Clear data and reinstall
Force stop manually regularly
On data saver
Turn off media auto download
Dark mode
Flight mode/Turn off wifi
Contacted whatsapp support







Related resources
--
Copy apps and data from an Android to a new Android device
Copy apps and data from an iPhone to a new Android device
Connect through Bluetooth on your Android device
Fix Bluetooth problems on Android


6
Questions / How to connect iPhone to your Windows laptop in 3 easy steps?
« Last post by TelVerde on April 17, 2024, 03:46:27 PM »
How to connect iPhone to your Windows laptop in 3 easy steps?



1. Plug your iPhone into your laptop with a USB cable.
2. Open File Explorer on your laptop.
3. Choose your iPhone from the list of devices.







Related resources
--
Copy apps and data from an Android to a new Android device
Copy apps and data from an iPhone to a new Android device
Connect through Bluetooth on your Android device
Fix Bluetooth problems on Android
7
Questions / How to transfer data to a new Android device?
« Last post by TelVerde on April 17, 2024, 03:31:27 PM »
How to transfer data to a new Android device?



Can't transfer over Wi-Fi
Only certain devices can transfer over Wi-Fi. If the old device is an iPhone with iOS 13 or earlier or runs Android 4 or earlier, the transfer won't work.



Not enough storage on your new Android device
Try to sync data to Google One or select fewer data types.
Tips:
Make sure you back up photos to Google One and then don't transfer photos during restore, since they sync again on the new device.
Choose not to transfer apps and app data.



You can't receive text messages on your new Android device
Make sure iMessage is turned off on all iOS devices.
If your old device was an iPhone, you may need to recreate group chats.
You may also need to restart some group chats, especially ones with 10 or more people.
If people message you through your Apple ID in iMessage, ask them to use your phone number instead.
Set up your e-SIM or insert your SIM card.



The device ran out of battery during transfer
Charge the device and you should be able to pick up where you left off. If not, factory reset your device and try again.
If your device supports wireless charging, place your device on a wireless charging pad during a cable transfer.
If you transfer data wirelessly, you can plug your devices into a charging cable while the data transfers.






Related resources
--
Copy apps and data from an Android to a new Android device
Copy apps and data from an iPhone to a new Android device
Connect through Bluetooth on your Android device
Fix Bluetooth problems on Android


8
Questions / Apple wireless headphones connection with Android devices?
« Last post by ElyStar on April 17, 2024, 11:18:49 AM »
Apple wireless headphones connection with Android devices?


Turn on bluetooth. Tap Pair new device. Open the lid of your AirPods case. On your AirPods case, press and hold the button on the back until the device flashes a white light on the front or inside your device and your AirPods show up under “Available devices.”


Related resources
Connect AirPods® and other devices to your Android device
Connect through Bluetooth on your Android device
Fix Bluetooth problems on Android


[NOTE!] What can’t connect to Android devices through Bluetooth
What can’t connect to Android devices through Bluetooth
Although we welcome many devices from many ecosystems, some devices aren’t currently supported on Android. These devices may not work as intended on Android devices:

Apple Watch®: You can learn more about Google’s Pixel Watch available for Android devices.
Airtag™: There are similar products available that are compatible with Android.
9
Android / Teaching Feeling Game On Android 8.0+
« Last post by LeroyByrd on January 10, 2024, 05:19:30 AM »
Sometimes the device is hot and laggy, so is there any problem with Android performance when playing   Teaching Feeling APK en español android devices when hot?
10
Questions / Apply wireless headphones connection with android devices
« Last post by ellis hardy12 on May 04, 2023, 11:16:43 AM »
Does anybody has every try to connect their apple wireless headphone with android devices like smart phone tab or windows PC?

actually i was trying to connect it with my PC but it doesn't work is it normal?
Pages: [1] 2 3 ... 10


Linux Ubuntu Guides Linux games - Lutris.net