🌟 GsmMamu.com is Africa's biggest wholesale server, we support Rand, INR, USDT 🌟
🔥 Contact us if you are a reseller 🔥
🎉 We work 24/7 🎉
🌧 Auto Payment Not Add Contact +91 7043259004 🌧

Important: Please check your Spam or Junk folder!

If you don't receive the activation email within a few minutes, it might be there.

Blog

WHAT IS THE PART NUMBER / SALES MODELS?

07 Jan, 2025
0    

WHAT IS THE APPLE ID HINTS?

07 Jan, 2025
0    

Apple ID Hint Service. Apple ID Hint is ideal for users that forgot their Apple ID (e-mail address) since it will give you a partial iCloud ID hint for Apple Devices. This service can be applied to CLEAN and Network Unlocked devices. It supports ANY Apple Device, iPhone, iPad, iPod Touch and Apple Watch. Sample Apple ID Hint results: Your Apple ID is ( l****.hotmail.com )

Try to activate your phone, When show this apple id hints


also you can see by iTunes mode when you active your device.

WHAT IS THE SOLD BY INFO ?

07 Jan, 2025
0    

Here Example of sold by info,

Model: IPHONE 6 PLUS MM GOLD 64GB

MEID Number: 35206XXXXX4333

IMEI Number: 35206XXXXX243330

Serial Number: FK1PXXXXG5QL

Product Sold By: AT& T MOBILITY LLC

Warranty Status: Out Of Warranty (No Coverage)

Estimated Purchase Date: 2 Feb 2016

Purchase Country: United States

Telephone Technical Support: Expired

Repairs and Service Coverage: Expired

Repairs and Service Expiration Date: 1 Feb 2017

AppleCare Eligible: No

Valid Purchase Date: Yes

Registered Device: Yes

Replaced Device: No

Loaner Device: No

Find My iPhone: ON

iCloud Status: Clean

SIM-Lock Status: Unlocked 

Here full info of Sold by info; Product Sold by + Purchase Country + Purchase Date

Question: how to check this info?

Answer: below service details in our Website;

More details Contact at WhatsApp: +27620202007

tecno BG7 and all tecno mobile mdm remove

21 Dec, 2024
0    

below are the adb commands that you can use to remove mdm or finance lock from tecno bg7, these method will work for all tecno models,


adb devices

adb shell getprop ro.soc.manufacturer

adb shell getprop | grep ro.product.name

adb shell getprop | grep ro.build.version.release

adb shell getprop | grep ro.product.model

adb shell getprop | grep ro.build.version.security_patch

adb shell pm uninstall user 0 com.transsion.systemupdate

adb shell pm uninstall user 0 com.transsion.overlaysuw




enjoy

Samsung KG/MDM removal ADB commands

21 Dec, 2024
0    

Below are the ADB commands for removing Samsung Knox Guard (KG) and Mobile Device Management (MDM) locks. These commands are essential for bypassing restrictions and restoring full access to your Samsung device. Stay tuned for more tips and guides on mobile software repair and troubleshooting!


adb shell pm uninstall user 0 com.android.systemui

adb shell pm uninstall user 0 com.samsung.klmsagent

adb shell pm uninstall user 0 com.android.ons

adb shell pm uninstall user 0 com.android.dynsystem

adb shell pm uninstall user 0 com.samsung.android.app.updatecenter

adb shell pm uninstall user 0 com.google.android.configupdater

adb shell pm uninstall user 0 com.wssyncmldm

adb shell pm uninstall user 0 com.sec.enterprise.knox.cloudmdm.smdms

adb shell am set-inactive com.samsung.android.kgclient true

adb shell am kill com.samsung.android.kgclient

adb shell am crash com.samsung.android.kgclient

adb shell am stop-app com.samsung.android.kgclient

adb shell pm uninstall-system-updates com.samsung.android.kgclient

adb shell pm disable-user user 0 com.samsung.android.kgclient

adb shell pm enable user 0 com.samsung.android.kgclient

adb shell pm uninstall-system-updates com.samsung.android.kgclient

adb shell pm suspend com.samsung.android.kgclient

adb shell pm uninstall user 0 com.samsung.android.kgclient

adb shell pm install-existing restrict-permissions user 0 com.samsung.android.kgclient

adb shell cmd appops set com.samsung.android.kgclient RUN_IN_BACKGROUND ignore

adb shell cmd appops set com.samsung.android.kgclient RUN_IN_BACKGROUND ignore

adb shell pm suspend com.samsung.android.kgclient

adb shell cmd appops set com.samsung.android.kgclient RUN_IN_BACKGROUND ignore

adb shell am set-inactive com.samsung.android.kgclient true

adb shell am kill com.samsung.android.kgclient

adb shell am crash com.samsung.android.kgclient

adb shell am stop-app com.samsung.android.kgclient

adb shell cmd appops set com.samsung.android.kgclient RUN_IN_BACKGROUND deny

adb shell cmd appops set com.samsung.android.kgclient RUN_ANY_IN_BACKGROUND deny

adb shell cmd appops set com.samsung.android.kgclient WAKE_LOCK deny

adb shell cmd appops set com.samsung.android.kgclient POST_NOTIFICATION deny

adb shell cmd appops set com.samsung.android.kgclient ACCESS_RESTRICTED_SETTINGS deny

adb shell cmd appops set com.samsung.android.kgclient SCHEDULE_EXACT_ALARM deny

adb shell cmd appops set com.samsung.android.kgclient BLUETOOTH_CONNECT deny

adb shell cmd appops set com.samsung.android.kgclient SYSTEM_EXEMPT_FROM_DISMISSIBLE_NOTIFICATIONS deny

adb shell pm install-existing restrict-permissions user 0 com.android.systemui

adb shell pm uninstall user 0 com.google.android.setupwizard

adb install hitech.apk

adb shell dpm set-device-owner com.afwsamples.testdpc/.DeviceAdminReceiver

adb reboot



enjoy

how to calculate network lock by imei

01 Dec, 2024
0    

today we will learn how to calculate network lock by imei in sprd phones

network lock Algorithm Explained

The algorithm transforms an IMEI number into network lock by following these steps:

  1. Split into pairs: Take two digits at a time from left to right.
  2. Add digits in each pair: Keep only the last digit of the sum.
  3. Use the first digit: Instead of the last digit of the IMEI, add the first digit to the result.
  4. Combine: Join everything to get the final number.

Example 1: IMEI 354065369874555

  1. Break into pairs: 35, 40, 65, 36, 98, 74.
  2. Add digits in each pair:
    • 35 → 3+5=83 + 5 = 8 → Keep 8
    • 40 → 4+0=44 + 0 = 4 → Keep 4
    • 65 → 6+5=116 + 5 = 11 → Last digit = 1
    • 36 → 3+6=93 + 6 = 9 → Keep 9
    • 98 → 9+8=179 + 8 = 17 → Last digit = 7
    • 74 → 7+4=117 + 4 = 11 → Last digit = 1
  3. Use the first digit: The first digit is 3.
  4. Combine Results: 8419713

Final Output: 8419713


Example 2: IMEI 354012365897456

  1. Break into pairs: 35, 40, 12, 36, 58, 97.
  2. Add digits in each pair:
    • 35 → 3+5=83 + 5 = 8 → Keep 8
    • 40 → 4+0=44 + 0 = 4 → Keep 4
    • 12 → 1+2=31 + 2 = 3 → Keep 3
    • 36 → 3+6=93 + 6 = 9 → Keep 9
    • 58 → 5+8=135 + 8 = 13 → Last digit = 3
    • 97 → 9+7=169 + 7 = 16 → Last digit = 6
  3. Use the first digit: The first digit is 3.
  4. Combine Results: 8439363

Final Output: 8439363

Summary

  • IMEI 354065369874555 → Output: 8419713
  • IMEI 354012365897456 → Output: 8439363

This algo works on hisense infinix tecno itel and rest spd models

The cookie settings on this website are adjusted to allow all cookies so that you have the very best experience. If you continue without changing your cookie settings     Change Settings
X
Powered by Dhru Fusion