• This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Password

 Martview Forum Password :


Try these passowrds one by one
1st: Www.MobiFirms.Com
2nd: www.MobiFirms.com
3rd: mobifirms.com

Share:

fastboot command

 fastboot oem boot boot.img

fastboot oem wrefuse
fastboot oem rdefuse
fastboot oem efuse_
fastboot oem uart enable/disable
fastboot oem read_bsn
fastboot oem read_die_id
fastboot oem erase_emmc_all
fastboot oem dump ptn
fastboot oem rw
fastboot oem wr
fastboot oem get-build-number
fastboot oem memcpy_count
fastboot oem watchdog
fastboot oem ramdump Inherit all/fastboot/linux
fastboot oem checkemmc
fastboot oem jtagtosd
fastboot oem djtagtosd
fastboot oem coresight
fastboot oem led_vibrator_test
fastboot oem battery_present_check
fastboot oem change_emmc_bus_mode
fastboot oem dmatest
fastboot oem get_socid
fastboot oem seccfg
fastboot oem ddrtest
fastboot oem lowpower
fastboot oem emmc_diag
fastboot oem emmc-dump
fastboot oem linux
fastboot oem cmdline
fastboot oem lock-state info
fastboot oem hwdog certify begin
fastboot oem flash slock
fastboot oem hwdog certify close
fastboot oem get-bootinfo
fastboot oem check-rootinfo
fastboot oem relock
fastboot oem check-image
fastboot oem flashing lock
fastboot oem hwdog certify set
fastboot oem emmc_diag
fastboot getvar emmc_clr_writeprot
fastboot getvar emmc_set_writeprot
fastboot getvar ptable
fastboot getvar cmd
fastboot getvar resize
fastboot getvar ddrid
fastboot getvar emmcid
fastboot getvar memory_num
fastboot getvar serialno
fastboot getvar product
fastboot getvar VerifyPartition
fastboot getvar nve
fastboot getvar call
fastboot getvar memory_info_
fastboot getvar emmc
fastboot getvar memory
fastboot getvar version
fastboot getvar rescue_version
fastboot getvar rescue_phoneinfo
fastboot getvar vendorcountry
fastboot getvar fastboot oem writecid
fastboot oem writeimei
fastboot oem get_identifier_token
fastboot flash unlocktoken unlock_code.bin (for htc devices, learn more at htcdev.com)
fastboot oem unlock-go
fastboot oem unlock
fastboot oem lock
fastboot oem device-info preflash
fastboot oem enable-charger-screen
fastboot oem disable-charger-screen
fastboot oem off-mode-charge
fastboot oem select-display-panel
fastboot oem bootlog
fastboot oem getvar
fastboot oem mmcinfo
fastboot oem info
fastboot oem securewipe
fastboot getvar rescue_enter_recovery
fastboot getvar max-download-size
fastboot getvar error_print
fastboot getvar partition-type rescue_recovery
fastboot getvar
fastboot flash

Share:

Bootloader Lock, Unlock Emmcdl Guide

 To help young people who are entering the field of software service to learn how to do whatever they want with their phones

.
The boot loader is locked. There is no root. The method is after BLU
.
Boot Loader Lock has been around since EDL mode (9008 mode). There are many things that can be solved by EDL, even if it is not BLU, root.
.
Here is an example .. Not Detail 1,2,3,4 ..   Redmi Note 3 Pro .. Firmware up / down (mainly android ver 5.1.1 and 6) Baseband, iemi lost .. Baseband available .. imei lost .. baseband, imei .. No service, Emergency, No Sim It happens all the time. It happens alternately. It turns on the radio on / off
.
The phone line is clear. Qualcomm has EFS partition corrupt
. It's OK to fix this .
So delete the three block or partitions for EFS on your phone: fsg, modemst1, modemst2
.
Once the BLU is rooted, extract the three blocks with the ADB Shell from a good phone. The BLU is already rooted
.
However, because the boot loader is locked, it is not easy to do the above. After BLU, you can use the fastboot program with various commands to get your phone to do whatever you want
.
I think .. How to add three block .. .. .. EDL mode and computer-connected phone
.
emmdcl -p COM3 -f prog_emmc_firehose_8976_ddr.mbn -e fsg
.
It deletes the fsg block. Emmcdl is a program file. -P is a switch that indicates the COM port where the emmcdl command works. -f indicates the driver file associated with Qualcomm emmc. prog_emmc_firehose_8976_ddr.mbn is the driver file that will run EMMC. It is always included in the images folder under the firmware folder of the respective phone. You do not need to search for it separately. -E means do an erase operation. Fsg is the block name you want to delete
.
So deleting modemst1 and modemst2 is the same as before. Finally, instead of fsg, modemst1, 2.
.
Then reboot your phone. Once booted, you have rebuilt the EFS partition
.
Now, I'm going to re-install it. Where are the three blocks? It is not included in the firmware file. Here we need a phone with the same model. BLU has not been done yet. There is no root
.
emmcdl -p COM3 -f prog_emmc_firehose_8976_ddr.mbn -d fsg -o fsg.img
.
Let me just say that the new -d output is a dumb block. What I want to output is the fsg block. I'm getting pc
.
Let me put it back
.
emmcdl -p COM3 -f prog_emmc_firehose_8976_ddr.mbn -b fsg fsg.img
.
The definition is unknown - b is meant to be blocked. The last file name is the one you want to install. Anyway, just boot into modemst1, 2 and boot
.
The problem with the phone line is that everything is stable and calm again. Only then can you do a QCN backup
.
Blocking with BLU and ADB Shell, root, partition number is considered to be different from phone to phone.  
.
To find out the block names for your phone, you can find flash_all.bat in the fastboot rom and rawprogram0.xml under the images folder by reading it in a text editor
.
The rawprogram0.xml will tell you which format to block in the sparse format. You can change the format as needed. Google can easily change the img format.    The xml contains all the definitions of how large Max size each block file can be. You can create img files as needed
.
So try to do it yourself with commands .. Do not rely on double click .. Do what you do .. What happens if you do. You will know what stage you have reached. Then the solution will be easy to just do this to the phone.
.
In the posts I posted, you can see what files you want to do, double click on any file with text editors. It does not work.    
.
The above solution is easy to do baseband, imei issues from EDL. In practice, you need a few tricks to flash one by one. Keep learning.    
.
What mode do you enter? On your computer, rather than what you click on, what steps do you want to do? What happens after step 1? What happened after step 2? Make sure it is OK. Note that the bootloader has not been unlocked yet. There is no twrp.  Learn about technology at the xiaomi forum. Now xiaomi has blocked access to edl from software mode. For major Mi 5s, here's hardware. With this jig, even in this jig, teachers who use the JM to separate the cable from the phone will notice how the Jig at RMN4 Qualcomm does.   You can learn even if you can't invent it yourself. Xiaomi has a lot of worldwide fans and gurus, so the methods are always ready. Xiaomi will come up with a lot of ways to make phones with its own processor, Pinecone.   
.
I conclude with a word of warning, DO IT AT YOUR OWN RISK.   However, since birth, no one has been able to do OWN RISK.  Reading .. Thinking .. You become proficient while working.  
.
Let MIUI Fans Rejoice ...  
Credit - Ko Thet Zaw Ko
Share:

Relation Between Android Bootloader and Available Fastboot OEM Command

 Secured Bootloader မွာ Function ( 3 ) ခု ရွိတယ္လို႔ ဟိုးအရင္က ေရးထားခဲ့ဖူးပါတယ္ .

- ဘယ္ Mode ကို ဝင္မွာလဲ ဆံုးျဖတ္ေပးတယ္ ( adb, fastboot , recovery , edl , preloader , etc ... )
- Disable Some fastboot command
- Partition ေတြမွာ oem ရဲ့ Signature ေတြ မွန္/မမွန္ စစ္ေပးတယ္ ။
ဒီ ထဲကမွ bootloader နဲ႔ fastboot command ေတြ ဘယ္လို ဆက္စပ္လဲဆိုတာ ရွာၾကည့္ၾကရေအာင္ .
............................................................................................
Bootloader ဟာ ဖုန္းထဲမွာ မ်ားေသာအားျဖင့္ aboot ဆိုတဲ႔ partition ပါ . samsung မွာ sboot , mtk မွာ lk (uboot) + secro ပါ .
ဖိုင္ အေန နဲ႔ဆိုရင္ aboot.img , emmc_appsboot.bin , sboot.img , lk.img (uboot.img) + secro.img ပါ .
ကိုယ့္ဖုန္းအတြက္ သံုးလို႔ရတဲ့ fastboot oem command ေတြကို သိခ်င္ရင္ ဖုန္းထဲက bootloader ဖိုင္ထဲမွာ ရွာၾကည့္ႏိုင္ပါတယ္ .
ပထမဆံုး bootloader ဖိုင္ကို ယူရပါမယ္ .
- dd if=/dev/block/platform/*/by-name/aboot of=/sdcard/aboot.img
နဲ႔ထုတ္ယူႏိုင္သလို
firmware ထဲက bootloader ဖိုင္ကိုလဲ သံုးႏိုင္ပါတယ္ .
bootloader ဖိုင္ရလာၿပီဆိုရင္ အဲ့ထဲက oem command ေတြကို စစ္ထုတ္ဖို႔ strings.exe ဆိုတဲ့ binary file တစ္ခုလိုပါမယ္ .
ဒီက down ပါ .
ရလာတဲ့ Strings.exe ကို bootloader ဖိုင္နဲ႔ folder တစ္ခုထဲမွာ ထည့္ထားပါ . အဲ့ဒီ့ folder ထဲမွာ shift+right click ကို ႏွိပ္ၿပီး open command window here ကို ေရြးပါ . ေအာက္ပါ command ကို ရိုက္ပါ .
strings.exe aboot.img | findstr /i oem
( ဒီေနရာမွာ bootloader ဖိုင္က aboot.img ဆို aboot.img ပါ . emmc_appsboot.img ဆို emmc_appsboot.img လို႔ေရးရမွာပါ )
အဲ့လိုရိုက္လိုက္ရင္ ပံုထဲက အတိုင္း ကိုယ့္ဖုန္းအတြက္ သံုးလို႔ရတဲ့ fastboot oem command ေတြ ထြက္လာမွာပါ .
( ပံုထဲမွာ mtk ရဲ့ lk.img ထဲက oem command ေတြ ရွာျပထားပါတယ္ )
ဥာဏ္ရွိသလို သံုးႏိုင္ၾကပါၿပီ .
Good Luck & Have Fun With New Projects :D

Share:

Huawei ID Adb Commands

 adb wait-for-device

adb shell pm uninstall -k --user 0 com.huawei.retaildemo
adb shell pm uninstall -k --user 0 com.huawei.retail.assistant
adb shell pm uninstall -k --user 0 com.booking
adb shell pm uninstall -k --user 0 com.huawei.experience.ec
adb shell pm uninstall -k --user 0 com.android.managedprovisioning
adb shell pm uninstall -k --user 0 com.gamious.briquidmini
adb shell pm uninstall -k --user 0 com.gamious.lines
adb shell pm uninstall -k --user 0 com.microfun.munchkin.test
adb shell pm uninstall -k --user 0 com.vectorunit.silver.demo
adb shell pm uninstall -k --user 0 com.neuralprisma.huawei.retail
adb reboot
Share:

xiaomi anti relock commands

 ပေးပါ အောက်က Command နဲ့ Bypass လုပ်ပါ

adb shell am set-debug-app -w settings get --user
adb shell am set-debug-app -w --persistent com.xiaomi.finddevice
adb shell am set-debug-app -w settings get --user 0 global wait_for_debug
adb shell am set-debug-app -w com.xiaomi.finddevice
အကယ်လို့ Command မသုံးချင်ရင် ကိုသန်းတိုးအောင်
ရဲ့ Tool နဲ့ Bypass လုပ်ပါ



For diag mode
setprop sys.usb.config https://web.facebook.com/groups/540986452644360/permalink/2212540598822262/



Share:

Cookies

 Grammenrly

[
    {
        "domain": ".grammarly.com",
        "expirationDate": 1602065508,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_gcl_au",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "1.1.1578720093.1594289508"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1597509527,
        "hostOnly": false,
        "httpOnly": false,
        "name": "isGrammarlyUser",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "true"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1628440727.326986,
        "hostOnly": false,
        "httpOnly": true,
        "name": "grauth",
        "path": "/",
        "sameSite": "no_restriction",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "AABIMprXLZ5aDbTjm3QIhLbIC2Lb_8DJEtiFGEseMiYBSNEKF26w2rkvOSEO-k3-ejxjvtHamCJ5ZZ3G"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1596908330.753763,
        "hostOnly": false,
        "httpOnly": true,
        "name": "redirect_location",
        "path": "/",
        "sameSite": "unspecified",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "eyJ0eXBlIjoiIiwibG9jYXRpb24iOiJodHRwczovL2FwcC5ncmFtbWFybHkuY29tLyJ9"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1596991131,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_gid",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "GA1.2.2121065111.1595782018"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1628440734.370743,
        "hostOnly": false,
        "httpOnly": false,
        "name": "experiment_groups",
        "path": "/",
        "sameSite": "no_restriction",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "fsrw_in_sidebar_allusers_enabled|fluid_gdocs_rollout_enabled|officeaddin_ue_exp3_enabled|extension_new_rich_text_fields_enabled|officeaddin_upgrade_state_exp1_enabled1|safari_migration_inline_disabled_enabled|gdocs_for_chrome_enabled|officeaddin_outcomes_ui_exp5_enabled1|gb_trial_cerebro_test_1|quarantine_messages_enabled|autocorrect_new_ui_v3|gb_trial_cerebro_qt_logic_test1|emogenie_beta_enabled|officeaddin_upgrade_state_exp2_enabled1|gb_in_editor_premium_Test1|shadow_dom_chrome_enabled|denali_link_to_kaza_enabled|gdocs_for_all_safari_enabled|safari_migration_backup_notif1_enabled|show_sign_in_message_to_signed_out_premium_users_control_2|safari_migration_popup_editor_disabled_enabled|officeaddin_proofit_exp3_enabled|gb_updating_standalone_funnel_test_1|gdocs_sidebar_allusers_enabled|safari_migration_inline_warning_enabled|send_email_premium_popup_aggressive_enabled|splash_extension_animation_test_1|gdocs_for_all_firefox_enabled|gdocs_new_mapping_enabled|officeaddin_muted_alerts_exp2_enabled1|officeaddin_perf_exp3_enabled"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1909822308,
        "hostOnly": false,
        "httpOnly": false,
        "name": "ga_clientId",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "1770510153.1594289508"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1628440727.327085,
        "hostOnly": false,
        "httpOnly": false,
        "name": "csrf-token",
        "path": "/",
        "sameSite": "no_restriction",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "AABIMh0bqb9RchSilNvOAvJoyNIwdX0eieRYIw"
    },
    {
        "domain": ".grammarly.com",
        "hostOnly": false,
        "httpOnly": false,
        "name": "_hjid",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": true,
        "storeId": null,
        "value": "55af730c-810e-4c33-accc-7c599f892449"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1604680726,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_fbp",
        "path": "/",
        "sameSite": "lax",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "fb.1.1594289514125.496288371"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1659976731,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_ga",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "GA1.2.1770510153.1594289508"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1596991122,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_uetsid",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "c3d9051ce931066e9b2f669c6f1117bd"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1598308722,
        "hostOnly": false,
        "httpOnly": false,
        "name": "_uetvid",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "6281f29324999c38155ef02c5aed78af"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1596908330.753886,
        "hostOnly": false,
        "httpOnly": false,
        "name": "browser_info",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "CHROME:84:COMPUTER:SUPPORTED:FREEMIUM:WINDOWS_10:WINDOWS"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1597012730.753852,
        "hostOnly": false,
        "httpOnly": false,
        "name": "funnelType",
        "path": "/",
        "sameSite": "unspecified",
        "secure": false,
        "session": false,
        "storeId": null,
        "value": "free"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1909649507.147254,
        "hostOnly": false,
        "httpOnly": false,
        "name": "gnar_containerId",
        "path": "/",
        "sameSite": "no_restriction",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "lgumaq2vm82s202"
    },
    {
        "domain": ".grammarly.com",
        "expirationDate": 1625825535.983585,
        "hostOnly": false,
        "httpOnly": true,
        "name": "tdi",
        "path": "/",
        "sameSite": "no_restriction",
        "secure": true,
        "session": false,
        "storeId": null,
        "value": "kbnjy3bweykd6cjl"
    }
]


Share:

Popular Posts

About Me

My photo
Hi Friends, I m Shahadat . This Is My Personal Blog Where I Will Share Tech,News,Offers Of Any Operator and Free Net Tricks. I love to know & share my knowledge with you all. I m Also Simple Böy Like You All and a singer. I am fan of SONU NIGAM. Just Study in Collage. I want past my best time with my friends. All Time Visit Our Site .
Powered by Blogger.

Recent Posts

Unordered List

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Pages

Theme Support

Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.