GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Samsung > Samsung Android based phones


Samsung Android based phones Discussion and all of your questions relating to the Samsung Android based phones.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-18-2015, 14:34   #16 (permalink)
No Life Poster
 
Mr.3.'s Avatar
 
Join Date: Feb 2009
Location: CMB/Ceylon
Posts: 8,096
Member: 962029
Status: Offline
Sonork: OEM Lock : ON
Thanks Meter: 4,127

Quote:
Originally Posted by xtreme View Post
Thnx bro i already solved
Willing to share ? .........
 
Old 06-21-2015, 09:11   #17 (permalink)
No Life Poster
 
brokendreem's Avatar
 
Join Date: Nov 2009
Location: BaNgLaDeSh
Age: 41
Posts: 807
Member: 1150957
Status: Offline
Thanks Meter: 60
Quote:
Originally Posted by androidlabs View Post
Hello everyone!


I was getting requests everyday to post full solution for "This Phone is Disabled by EE" but i was very busy in other some stuff, so finally today i have decided to post the solution to help you guys.



Solution


This data is in persist partition in samsung phone named (persdata) of the phone so you need to format it to fix your phone. But to format this partition you need access to "adb shell" to communicate with phone.

1. First of all find latest CWM/PHILZTOUCH/TWRP recovery for your phone and flash it using odin.

2. Boot you phone in you custom recovery and connect the cable make sure its detected as adb device in you device manager to confirm you can also run the command in CMD ''adb device"

3. Now you are ready to format your persist partition. (This is for S5, Note3 and Note 4)

Code:
adb shell
mke2fs /dev/block/platform/msm_sdcc.1/by-name/persdata
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/persdata
exit
4. For Galaxy Alpha and latest models

commands are almost same but partition table is little bit different so first of all you need to run this command to determine where is persdata in the partition.

Code:
ls /dev/block/platform
ls /dev/block/platform

And you will see something listed, e.g. “15540000.dwmmc0″. So you would then replace “msm_sdcc.1″ with “15540000.dwmmc0″. The above command will then become

Code:
mke2fs /dev/block/platform/15540000.dwmmc0/by-name/persdata
For S6 :


G920f

Root with this file Root

And install this recovery
twrp-2.8.6.2

And use this command

Code:
adb shell
dd if=/dev/zero of=/dev/block/sda11

dd if=/dev/zero of=/dev/block/sda13
And the final step is to Wipe Dalvik & data / factory reset. Its always recommended to flash phone with other firmware then EE uk region firmware so that this will never come back.



Good Luck

For Galaxy Alpha and latest models

1st command

C:\ADB Fastboot Tool>adb shell
~ # ←[6nls /dev/block/platform
ls /dev/block/platform
15540000.dwmmc0
~ # ←[6nmke2fs /dev/block/platform/15540000.dwmmc0/by-name/persdata
mke2fs /dev/block/platform/15540000.dwmmc0/by-name/persdata
mke2fs 1.41.14 (22-Dec-2010)
Could not stat /dev/block/platform/15540000.dwmmc0/by-name/persdata --- No such
file or directory

this command not working
mke2fs /dev/block/platform/15540000.dwmmc0/by-name/persdata

any solution..............
 
Old 06-22-2015, 08:12   #18 (permalink)
No Life Poster
 
way2unlock's Avatar
 
Join Date: Sep 2007
Location: EARTH
Age: 42
Posts: 541
Member: 582682
Status: Offline
Sonork: 100.1607124
Thanks Meter: 136
MY PHONE G850F DISBLAY BY EE SOLUTION
1>flash phone
2>flash CF-Auto-Root-slte-sltexx-smg850f
3>Flash openrecovery-twrp-2.8.1.1-slte
4>go in recovery mode

copy persdata.img with command> adb push PERSDATA /sdcard/

than
IN COMMAND PROMPT USE THIS COMMAND > ADB SHELL
THAN USE THIS COMMAND
dd if=/sdcard/PERSDATA of=/sdcard/PERSDATA of=/dev/block/platform/15540000.dwmmc0/by-name/PERSDATA

than in phone advance wipe/cache
reboot in download flash phone done 100%
 
The Following 3 Users Say Thank You to way2unlock For This Useful Post:
Show/Hide list of the thanked
Old 06-22-2015, 11:54   #19 (permalink)
Junior Member
 
Join Date: Mar 2007
Location: Romania
Posts: 21
Member: 459774
Status: Offline
Thanks Meter: 0
androidlabs please post and for s4 i9505???
 
Old 06-22-2015, 20:27   #20 (permalink)
No Life Poster
 
THE GREAT ONE's Avatar
 
Join Date: Apr 2008
Location: INSIDE OCLHASHCAT
Posts: 2,585
Member: 751235
Status: Offline
Sonork: 100.1662008
Thanks Meter: 526
SM-G900F disable by ee how do i solve it please am getting this



Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.



C:\Android>adb shell
~ $ ←[6nmke2fs /dev/block/platform/msm_sdcc.1/by-name/persdata
mke2fs /dev/block/platform/msm_sdcc.1/by-name/persdata
/sbin/sh: mke2fs: Permission denied
~ $ ←[6ndd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/persdata
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/persdata
/dev/block/platform/msm_sdcc.1/by-name/persdata: cannot open for write: Permissi
on denied
~ $ ←[6n
 
Old 06-25-2015, 17:26   #21 (permalink)
No Life Poster
 
kanokh's Avatar
 
Join Date: Mar 2012
Location: *#0011# NG
Posts: 643
Member: 1736804
Status: Offline
Sonork: @kanokh / @imeione
Thanks Meter: 451
Donate money to this user
persdata.img How to Find ...............

Quote:
Originally Posted by way2unlock View Post
MY PHONE G850F DISBLAY BY EE SOLUTION
1>flash phone
2>flash CF-Auto-Root-slte-sltexx-smg850f
3>Flash openrecovery-twrp-2.8.1.1-slte
4>go in recovery mode

copy persdata.img with command> adb push PERSDATA /sdcard/

than
IN COMMAND PROMPT USE THIS COMMAND > ADB SHELL
THAN USE THIS COMMAND
dd if=/sdcard/PERSDATA of=/sdcard/PERSDATA of=/dev/block/platform/15540000.dwmmc0/by-name/PERSDATA

than in phone advance wipe/cache
reboot in download flash phone done 100%
persdata.img How to Find ...............

Help me Plz .................. bro
 
Old 06-25-2015, 23:30   #22 (permalink)
No Life Poster
 
androidlabs's Avatar
 
Join Date: Mar 2014
Location: Rawalpindi, Pakistan
Age: 35
Posts: 612
Member: 2157308
Status: Offline
Sonork: 100.1655088
Thanks Meter: 677
Donate money to this user
Quote:
Originally Posted by THE GREAT ONE View Post
SM-G900F disable by ee how do i solve it please am getting this



Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.



C:\Android>adb shell
~ $ ←[6nmke2fs /dev/block/platform/msm_sdcc.1/by-name/persdata
mke2fs /dev/block/platform/msm_sdcc.1/by-name/persdata
/sbin/sh: mke2fs: Permission denied
~ $ ←[6ndd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/persdata
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/persdata
/dev/block/platform/msm_sdcc.1/by-name/persdata: cannot open for write: Permissi
on denied
~ $ ←[6n
Try this

Adb remount

Then other commands..

Sent from my LG-F320S using Tapatalk
 
Old 06-25-2015, 23:31   #23 (permalink)
No Life Poster
 
androidlabs's Avatar
 
Join Date: Mar 2014
Location: Rawalpindi, Pakistan
Age: 35
Posts: 612
Member: 2157308
Status: Offline
Sonork: 100.1655088
Thanks Meter: 677
Donate money to this user
Quote:
Originally Posted by kanokh View Post
persdata.img How to Find ...............

Help me Plz .................. bro
Contact me on skype tomorrow evening i will send it to you

Sent from my LG-F320S using Tapatalk
 
Old 06-26-2015, 03:48   #24 (permalink)
Freak Poster
 
kaka16dz's Avatar
 
Join Date: Dec 2011
Location: ALGERIA
Posts: 195
Member: 1706377
Status: Offline
Thanks Meter: 61
please need g850f persdata.i dont hafe this file.
 
Old 06-29-2015, 22:02   #25 (permalink)
Junior Member
 
Join Date: May 2007
Posts: 3
Member: 508767
Status: Offline
Thanks Meter: 0
G925F disabled by EE,

Please help
 
Old 06-30-2015, 10:33   #26 (permalink)
No Life Poster
 
androidlabs's Avatar
 
Join Date: Mar 2014
Location: Rawalpindi, Pakistan
Age: 35
Posts: 612
Member: 2157308
Status: Offline
Sonork: 100.1655088
Thanks Meter: 677
Donate money to this user
Quote:
Originally Posted by sikander3786 View Post
This place is full of lazy copy/pasters, sadly!

LOL. You have earned a lot of respect Mr.androidlabs. What did you think that by copy/pasting other people's solutions people will say "androidlabs is great. He is a talented person who knows his way around Android. He is a genius." LOL.

But now they will know you are such a crappy person who just wants to build his respect by standing high on someone else's shoulders.

See what you posted:

"I was getting requests everyday to post full solution for "This Phone is Disabled by EE" but i was very busy in other some stuff, so finally today i have decided to post the solution to help you guys."

So, may I ask, who was requesting you Sir? And were they requesting that "Please Mr. androidlabs, copy/paste the solution from somewhere because we know you've got vast experience in cheating. Please find us the solution."

Actually, you were so lazy that you couldn't even change the words from my post as you copied this whole paragraph:

"And you will see something listed, e.g. “15540000.dwmmc0″. So you would then replace “msm_sdcc.1″ with “15540000.dwmmc0″. The above command will then become:"

LOL. That's quite amazing.

Anyhow, you could have copied my solution and given proper credit but you wanted to make fame. So, here you can have it now.

I can bet that this solution wasn't anywhere on the web when I posted. People were doing it with "persdata + persistent" tar files and that was only targetted at Galaxy S5. This is purely my solution. Hope you got it.

I didn't want to make money or fame with this solution. Alhamdulillah, I discovered this solution at least a year ago and have already made enough money and fame. You can keep it now.

I posted the solution because I just wanted to share it, wanted to give it to all the GSM world's hard workers who come from there homes to earn living for there families just like me. But I didn't post it for people like you to make fame.

Thanks a lot to "Mr. 3." for trying to mention that androidlabs copied the solution from:

?This phone has been disabled by EE? Absolute Software Computrace? ? Free solution: All Samsung ? Cell Rabta

I wouldn't be here if you didn't state that "I was getting requests but I was busy blah blah...". You are a moderator. Man! Earn some respect and learn to give respect.

Thanks everybody for reading.

lol go and get a life man ,I must appreciate that it was a great publicity stunt for your blog , i am shocked to see your mentality


"Everyone with some knowledge of adb commands would know how to wipe/format a partition via adb "

hahahahaha i am literally laughing out loud "do you actually think you own adb commands to wipe/format a partition ...you invented them ..hahahahah ????"

here is the full guide on how to dump & wipe partition posted on 19th September 2013, 07:18 AM

[GUIDE] Making Dump Files Out of Android Device Partitions - XDA Forums


and the paragraph you claim that its your is actually a platform "hahahahaha" you think you own platform name or you can only use it ???

for more information read thread posted above from WAY#2 which says


This command is not universal between devices, and you will need to gather its pieces (/dev/block/platform/dw_mmc/by-name).

How?
Quote:
- In your device, use any explorer that can get you to the device root (personally I use ES Explorer, by pressing on "/" on navigation bar).
- Go to "/dev/block/platform/" folder
- Here you will see some files and folders, we need to open folders and search for the folder called "by-name" inside one of them; in my situation it was "dw_mmc" folder which has the folder "by-name" inside it.
- At the end, my targeted piece info will be (/dev/block/platform/dw_mmc/by-name)
 
Old 06-30-2015, 11:03   #27 (permalink)
No Life Poster
 
androidlabs's Avatar
 
Join Date: Mar 2014
Location: Rawalpindi, Pakistan
Age: 35
Posts: 612
Member: 2157308
Status: Offline
Sonork: 100.1655088
Thanks Meter: 677
Donate money to this user
Htc M9 phone disabled by ee solution here for everyone who is looking for and sending me inbox


http://forum.gsmhosting.com/vbb/f485.../#post11138212
 
Old 06-30-2015, 14:05   #28 (permalink)
Super Moderator
 
~Leo~'s Avatar
 
Join Date: Jan 2006
Location: [Egypt, Alex]
Posts: 5,052
Member: 224065
Status: Offline
Sonork: 100.1577902
Thanks Meter: 7,930
Thread gone way off topic
Thread closed for investigation
__________________
USE "THANKS" Button.
Follow Forum Rules
OFFLINE and Away
 
The Following User Says Thank You to ~Leo~ For This Useful Post:
Closed Thread

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 06:11.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.27606 seconds with 8 queries

SEO by vBSEO