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 > Sony Ericsson > Sony Android based phones


Sony Android based phones General SONY Android based phones discussion, firmwares, solution, root, help

Reply
 
LinkBack Thread Tools Display Modes
Old 12-13-2014, 18:18   #1 (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
Arrow [Solved] Xperia SOL22 Not Asking for Unlock Code


Few days back a customer bring Xperia SOL22 sim locked condition but it was not asking for Unlock code. I searched the solution on internet but i couldn't found even a single clue and i saw many people around the world was also suffering with same bug. So i have decided to do some experiments on the phone and after 3 days of hard work i managed to unlock the phone with a trick. Then i have tested 3 more same phones with a same problem and my trick worked perfectly. So today i have decided to Share my solution with all of you guys.

Preparation of the SIM unlock of SOL22
  • Little knowledge about how to play with adb commands

    Rooted Phone

    Adb and Fastboot files to communicate with phone using CMD

    Busybox

    SimlockUnlockApp.apk

    NCK code of "SOL22"


Send the SimlockUnlockApp.apk and busybox.
Code:
adb push SimlockUnlockApp.apk /data/local/tmp/
adb push busybox /data/local/tmp/
adb shell chmod 777 /data/local/tmp/busybox

Then place the app in the system root privileges required.

Code:
adb shell
(1)./data/local/tmp/run_root_shell
(2)./data/local/tmp/busybox mount -o remount,rw -t ext4 (3)/dev/block/mmcblk0p12 /system
(4)dd if=/data/local/tmp/SimlockUnlockApp.apk of=/system/app/SimlockUnlockApp.apk
(5)chmod 644 /system/app/SimlockUnlockApp.apk
After all step are complete then restart the phone and put sim inside and then dial * # * # 7465625 # * # * a window will appear asking for NCK code. Put your Nck and enjoy

LInk to download : Download Password: babarabbasi

Ps. If you are unable to do this commands step i will suggest you to root the phone and then install root explorer and put the SimlockUnlockApp.apk manually into system/app/ and reboot.

Last edited by THE CLASH; 01-09-2015 at 11:00.
  Reply With Quote
The Following 7 Users Say Thank You to androidlabs For This Useful Post:
Show/Hide list of the thanked
Old 12-24-2014, 17:39   #2 (permalink)
No Life Poster
 
Join Date: Mar 2013
Location: Nepal
Age: 41
Posts: 728
Member: 1906979
Status: Offline
Sonork: 100.1681049
Thanks Meter: 162
Donate money to this user
its not works in my 4.4.2 , please help me
  Reply With Quote
Old 12-24-2014, 20:29   #3 (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 KE6SOLTI View Post
its not works in my 4.4.2 , please help me
What exactly is not working can you please be more specific ?
  Reply With Quote
Old 12-25-2014, 05:39   #4 (permalink)
No Life Poster
 
Join Date: Mar 2013
Location: Nepal
Age: 41
Posts: 728
Member: 1906979
Status: Offline
Sonork: 100.1681049
Thanks Meter: 162
Donate money to this user
SimlockUnlockApp.apk not starts, and i get a new app same with new size. it works good.

thanks for solution
  Reply With Quote
Old 12-27-2014, 10:31   #5 (permalink)
Freak Poster
 
Join Date: Mar 2013
Posts: 343
Member: 1900449
Status: Offline
Sonork: 100.1613676
Thanks Meter: 26
i am thanks full to androidlab babar abbas my friend when i see his post on forum my sony sol22 need code now when i try his post instruction . this sony au sol22 come from japan my sonork id is 100.1613676
when i update my sol22 with flashtool now camera not worked any solution
  Reply With Quote
Old 01-09-2015, 10:18   #6 (permalink)
Insane Poster
 
Join Date: Mar 2006
Location: bauang la union philippines
Posts: 60
Member: 241767
Status: Offline
Thanks Meter: 3
Quote:
Originally Posted by KE6SOLTI View Post
SimlockUnlockApp.apk not starts, and i get a new app same with new size. it works good.

thanks for solution
kindly upload the SimlockUnlockApp.apk sir for 4.2.2 can't find anywhere tia
  Reply With Quote
Old 01-13-2015, 19:10   #7 (permalink)
No Life Poster
 
rea1One's Avatar
 
Join Date: Feb 2006
Location: EDSELLULAR
Posts: 1,569
Member: 236564
Status: Offline
Sonork: 100.1667122
Thanks Meter: 816
not working here version 4.2.2


@KE6SOLTI
can you upload new app that works with 4.2.2?


tnx
  Reply With Quote
Old 03-23-2016, 14:08   #8 (permalink)
No Life Poster
 
Join Date: Aug 2012
Posts: 979
Member: 1792561
Status: Offline
Thanks Meter: 78
Quote:
Originally Posted by androidlabs View Post
Few days back a customer bring Xperia SOL22 sim locked condition but it was not asking for Unlock code. I searched the solution on internet but i couldn't found even a single clue and i saw many people around the world was also suffering with same bug. So i have decided to do some experiments on the phone and after 3 days of hard work i managed to unlock the phone with a trick. Then i have tested 3 more same phones with a same problem and my trick worked perfectly. So today i have decided to Share my solution with all of you guys.

Preparation of the SIM unlock of SOL22
  • Little knowledge about how to play with adb commands

    Rooted Phone

    Adb and Fastboot files to communicate with phone using CMD

    Busybox

    SimlockUnlockApp.apk

    NCK code of "SOL22"


Send the SimlockUnlockApp.apk and busybox.
Code:
adb push SimlockUnlockApp.apk /data/local/tmp/
adb push busybox /data/local/tmp/
adb shell chmod 777 /data/local/tmp/busybox

Then place the app in the system root privileges required.

Code:
adb shell
(1)./data/local/tmp/run_root_shell
(2)./data/local/tmp/busybox mount -o remount,rw -t ext4 (3)/dev/block/mmcblk0p12 /system
(4)dd if=/data/local/tmp/SimlockUnlockApp.apk of=/system/app/SimlockUnlockApp.apk
(5)chmod 644 /system/app/SimlockUnlockApp.apk
After all step are complete then restart the phone and put sim inside and then dial * # * # 7465625 # * # * a window will appear asking for NCK code. Put your Nck and enjoy

LInk to download : Download Password: babarabbasi

Ps. If you are unable to do this commands step i will suggest you to root the phone and then install root explorer and put the SimlockUnlockApp.apk manually into system/app/ and reboot.

i respect your job bro.

i need small help to how to install this file via adb i am not understand cmd. so you can put some hints/ photo for us please i have sol22 4.2.2 same case pending from 1 month.

thanks.
  Reply With Quote
Reply

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 05:02.



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.19166 seconds with 8 queries

SEO by vBSEO