GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   HTC Android based (https://forum.gsmhosting.com/vbb/f485/)
-   -   [Solved] HTC M9 Phone disabled by EE by Babar Abbasi (https://forum.gsmhosting.com/vbb/f485/solved-htc-m9-phone-disabled-ee-babar-abbasi-1964138/)

androidlabs 06-30-2015 10:56

[Solved] HTC M9 Phone disabled by EE by Babar Abbasi
 
First of all install latest build of twrp and then root the phone


here are partitions we need to wipe/format

Code:

mmcblk0p60: 01000000  00000200  "absolute"
Code:

mmcblk0p30: 01600000  00000200  "persist"

here is the platform

Code:

f9824900.sdhci
boot your phone into twrp and use these commands


Code:

adb shell
mke2fs /dev/block/platform/f9824900.sdhci/by-name/absolute
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/absolute


Code:

mke2fs /dev/block/platform/f9824900.sdhci/by-name/persist
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/persist
exit


if you are unable to communicate with phone using twrp you can manually remove base.apk form file manager on twrp goto [/CODE]/data/app/com.absolute.android.agent/base.apk [/CODE]delete base.apk wipe data/freset wipe cache and reboot you will be in manu then trun usb debugging from phone and try to communicate.




Good Luck everyone.

brokendreem 06-30-2015 16:56

bootloader unlock,terp recovery complete, root complete,

all command working but problem not solve,
steel disable by EE


C:\ADB Fastboot Tool>adb shell
~ # ←[6nmke2fs /dev/block/platform/f9824900.sdhci/by-name/absolute
mke2fs /dev/block/platform/f9824900.sdhci/by-name/absolute
mke2fs 1.42.9 (28-Dec-2013)

Warning: the fs_type small is not defined in mke2fs.conf

Discarding device blocks: done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1024 inodes, 4096 blocks
204 blocks (4.98%) reserved for the super user
First data block=0
1 block group
32768 blocks per group, 32768 fragments per group
1024 inodes per group

Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done

~ # ←[6ndd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/absolute
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/absolute
dd: writing '/dev/block/platform/f9824900.sdhci/by-name/absolute': No space left
on device
32769+0 records in
32768+0 records out
16777216 bytes (16.0MB) copied, 1.991531 seconds, 8.0MB/s
~ # ←[6nmke2fs /dev/block/platform/f9824900.sdhci/by-name/persist
mke2fs /dev/block/platform/f9824900.sdhci/by-name/persist
mke2fs 1.42.9 (28-Dec-2013)

Warning: the fs_type small is not defined in mke2fs.conf

Discarding device blocks: done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1408 inodes, 5632 blocks
281 blocks (4.99%) reserved for the super user
First data block=0
Maximum filesystem blocks=8388608
1 block group
32768 blocks per group, 32768 fragments per group
1408 inodes per group

Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done

~ # ←[6ndd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/persist
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/persist
dd: writing '/dev/block/platform/f9824900.sdhci/by-name/persist': No space left
on device
45057+0 records in
45056+0 records out
23068672 bytes (22.0MB) copied, 2.660530 seconds, 8.3MB/s
~ # ←[6nexit
exit

C:\ADB Fastboot Tool>

androidlabs 06-30-2015 17:02

did you hard reset the phone right after using these commands ?

brokendreem 07-01-2015 11:25

Yes i try hard reset
and try this command 2 times but same problem
not solve disable by ee problem

brokendreem 07-01-2015 17:55

C:\ADB Fastboot Tool>fastboot getvar all
< waiting for device >
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: 3572xxxxxxxx
(bootloader) version-main: 1.32.61.15
(bootloader) boot-mode: download
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: ORANG001
all:
finished. total time: 0.004s

C:\ADB Fastboot Tool>

try all procedure but can not success,

log all commands

C:\ADB Fastboot Tool>fastboot getvar all
< waiting for device >
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: 357226064393408
(bootloader) version-main: 1.32.61.15
(bootloader) boot-mode: download
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: ORANG001
all:
finished. total time: 0.004s

C:\ADB Fastboot Tool>adb shell
~ # ←[6nmke2fs /dev/block/platform/f9824900.sdhci/by-name/absolute
mke2fs /dev/block/platform/f9824900.sdhci/by-name/absolute
mke2fs 1.42.9 (28-Dec-2013)

Warning: the fs_type small is not defined in mke2fs.conf

Discarding device blocks: done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1024 inodes, 4096 blocks
204 blocks (4.98%) reserved for the super user
First data block=0
1 block group
32768 blocks per group, 32768 fragments per group
1024 inodes per group

Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done

~ # ←[6ndd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/absolute
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/absolute
dd: writing '/dev/block/platform/f9824900.sdhci/by-name/absolute': No space left
on device
32769+0 records in
32768+0 records out
16777216 bytes (16.0MB) copied, 1.292194 seconds, 12.4MB/s
~ # ←[6nmke2fs /dev/block/platform/f9824900.sdhci/by-name/persist
mke2fs /dev/block/platform/f9824900.sdhci/by-name/persist
mke2fs 1.42.9 (28-Dec-2013)

Warning: the fs_type small is not defined in mke2fs.conf

Discarding device blocks: done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1408 inodes, 5632 blocks
281 blocks (4.99%) reserved for the super user
First data block=0
Maximum filesystem blocks=8388608
1 block group
32768 blocks per group, 32768 fragments per group
1408 inodes per group

Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done

~ # ←[6ndd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/persist
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/persist
dd: writing '/dev/block/platform/f9824900.sdhci/by-name/persist': No space left
on device
45057+0 records in
45056+0 records out
23068672 bytes (22.0MB) copied, 0.938794 seconds, 23.4MB/s
~ # ←[6nexit
exit

C:\ADB Fastboot Tool>

delete also > data/app/com.absolute.android.agent/base.apk file

can you explain me where i am wrong...................

brokendreem 07-04-2015 18:31

finally thanks to ANDROIDLABS

because he is really good man & help me finally solve this problem,
now i am very happy

androidlabs 07-04-2015 18:44

Quote:

Originally Posted by brokendreem (Post 11146995)
finally thanks to ANDROIDLABS

because he is really good man & help me finally solve this problem,
now i am very happy

I am glad to hear success report. commands worked on your phone are

Code:

adb shell

dd if=/dev/zero of=/dev/block/p30

dd if=/dev/zero of=/dev/block/p60


brokendreem 07-07-2015 18:36

Dear
Babar Abbasi

one problem when i connect phone to internet then its again ask pin code and show disable by EE

now what can i do..............

staraswan 07-08-2015 00:57

pls can any one make zip flashable file for remove disabled by EE

androidlabs 07-08-2015 19:47

Quote:

Originally Posted by brokendreem (Post 11153045)
Dear
Babar Abbasi

one problem when i connect phone to internet then its again ask pin code and show disable by EE

now what can i do..............

do the process again hard reset the phone right after commands.

norskgsm 07-09-2015 08:03

hi androidlabs br babar abbasi

what about htc m8 ee account have any sulution.........:rolleyes:

Rahul_Bhutani 07-09-2015 08:30

Quote:

Originally Posted by norskgsm (Post 11155959)
hi androidlabs br babar abbasi

what about htc m8 ee account have any sulution.........:rolleyes:

Try to find name of preset on location /dev/block/platform/f9824900.sdhci/by-name/ and wipe it using dd command.

brokendreem 07-11-2015 07:04

again problem
 
Quote:

Originally Posted by androidlabs (Post 11155199)
do the process again hard reset the phone right after commands.

when try full process then its done, but 2 days later same problem again come disable by EE
its permanent solution or Temporary solution?
because my phone 3 times show this problem

gladiador 10-12-2015 03:05

help me whit s6 g920t
 
hi i need help whit s6 t-mobile , whith block EE any solution

android version is 5.1.1 help me please

daddyunl0cker1 10-16-2015 15:07

how to install latest build of twrp and root the phone ???


All times are GMT +1. The time now is 02:14.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.17624 seconds with 6 queries

SEO by vBSEO