SE Update Engine - XPERIA X10 Android Development

Watching the Sony Ericsson PC Application on a repair today I noticed that it was downloading and installing an update engine.
Maybe I'm day dreaming but I believe this will hold the key to the bootloader issues. This engine should be what's controlling the bootloader while loading to OS image to the Qualcomm chip.
So my hypothesis is that if we can pull this update engine out of the application by removing the rest of the application we can use the tools and UI from any of the DEV or HTC ROM loader applications to control said engine. Basically what we'd be doing is taking their tool and wrapping a new shell around it to control what we need and are legally entitled to make our devices do.
Thoughts?
--------------------------------------------------------------------------------------------------
============================================================================
--------------------------------------------------------------------------------------------------
FOLLOWING TWO PAGES OF YOUR RESPONSES:
Okay guys. The secret to the bootloader is actually inside of the PC Companion application with SEUS. We need to figure out how to wrap a different Windows UI around this. Basically take all the critical guts and use the RUU loader found on device sites like Rhodium, HD2, etc... and only use it's UI. So to get this is there a way to watch in real time what files PC Companion and SEUS are downloading while in the repair stages of operation?
If this is not possible we need to remember that SE develops a lot more Symbian than Android. Some of the chip security could be the same found in those devices. I've included a link that may help guide us. I haven't wrapped my head 100% around this concept but at least I have a strong grasp on solutions!
http:// developer. symbian. org/wiki/index.php/What_are_the_product_development_kits%3F
This product development kit is geared towards hardware and if you scroll down some will see details on accessing the Kernel Taster Kit which is a subset of the PDK which enables the creation of new baseports and device drivers. Because SE is probably using a BIOS designed for Symbian this could likely help us with our quest. Or ultimately give us a big FU to Sony and give us Symbian 3^ on our Xperia... so basically one hell of a sweet as Vivaz. The Mini Pro could replicate the Vivaz Pro.

Hey, the idea is nice. But Basically thats what was done with X10flash. X10flash is based on SEUS, it takes all update functions out of SEUS and lets us flash what we want to.
The Problem is that there is no function for flashing the Bootloader.
We have the loader.sin which controls the flashing on phone itself. What is needed is a loader.sin which unlocks Bootloader or or or
So the idea is not bad but was there before And X10flash is the result
Regards
Bin4ry

Why X10flash need the DeviceID, and SEUS not ?
I try to find a way to flash without DeviceID... is it a dream too?

Thol said:
Why X10flash need the DeviceID, and SEUS not ?
I try to find a way to flash without DeviceID... is it a dream too?
Click to expand...
Click to collapse
Flashing with a DeviceID would be tricky since you need to know what hardware the program should speak with. SEUS probably finds out the ID automatically while we have to find it manually.

then who had work about this problem ?
i want to help him... i want to know what ways are already searched... to don't loose my time in theses bad way ...

So now I have a question...
If we need to change the bootloader in order to get new roms, then why do Sony not need that?
An other thing, how is the bootloader locked, is it a des-key or what?
I am just trying to understand the problems here...
Sent from my X10i using XDA App

Thol said:
Why X10flash need the DeviceID, and SEUS not ?
I try to find a way to flash without DeviceID... is it a dream too?
Click to expand...
Click to collapse
SEUS has an automatic detection, but is is tricky to find, because we can only decompile the java JAR's which are located in plugins folder. If you decompile them you get only function names like a b c d e f g etc. And because of this its very hard to follow these.
So DeviceID is the minior Problem we have, so we don't spent time in automatic detection as we have a method with decon, grep and cut. (I think this is totally okay for now) If we have finally a way around BL we can spent more time in making the flashin Process with X10flash more cute.
pshdo said:
If we need to change the bootloader in order to get new roms, then why do Sony not need that?
Click to expand...
Click to collapse
Because the firmware is signed
The problem is less the flashing. Even if we can flash what we want the Bootloader checks the signature on every boot, so we are running the wrong way to think about altering the flash process. We must look in other areas.
Regards
Bin4ry

had you try to switch the X10 BL with an another device with same specs ?

Bin4ry said:
Because the firmware is signed
The problem is less the flashing. Even if we can flash what we want the Bootloader checks the signature on every boot, so we are running the wrong way to think about altering the flash process. We must look in other areas.
Regards
Bin4ry
Click to expand...
Click to collapse
Any luck on disassembling the BL? If we're insanely lucky then all that sets the retail loader apart from the dev loader is a debug flag or something. It would seem counterintuitive to write a complete separate bootloader just for development when the standard qualcomm should work just fine.
Even if we don't have access to the unsigned loader from SE we could perhaps compare the X10 bootloader with the stock one from Qualcomm's SDK and if those look similar. If the SE one is a modified version of the reference BL we might be able to figure out what bits to flip in order to enable debug-mode.

Bin4ry said:
Because the firmware is signed
The problem is less the flashing. Even if we can flash what we want the Bootloader checks the signature on every boot, so we are running the wrong way to think about altering the flash process. We must look in other areas.
Regards
Bin4ry
Click to expand...
Click to collapse
So if I understand correct (I probably don't), then the more updates Sony put out, the more likely it is that we can figure out how the lock works ?
All the updates from Sony should pass that lock in order to work, right?
Sent from my X10i using XDA App

Thol said:
had you try to switch the X10 BL with an another device with same specs ?
Click to expand...
Click to collapse
Tryed and failed (Was one of the first thing we tryed )
ddewbofh said:
Any luck on disassembling the BL? If we're insanely lucky then all that sets the retail loader apart from the dev loader is a debug flag or something. It would seem counterintuitive to write a complete separate bootloader just for development when the standard qualcomm should work just fine.
Even if we don't have access to the unsigned loader from SE we could perhaps compare the X10 bootloader with the stock one from Qualcomm's SDK and if those look similar. If the SE one is a modified version of the reference BL we might be able to figure out what bits to flip in order to enable debug-mode.
Click to expand...
Click to collapse
Yep thats what i'm trying. The original Qualcomm does not load, but we must have some value which can be set on S1Loader because if you take a look with a simple hexeditor then you see some normal strings which are about Debug etc.
So feel free to help me pushing the Loader through IDA or smth. to find a way to do smth.
I think if we can manage to find the DBG value we could be lucky and get the S1Loader switch our normal BL to DEV or DBG mode.
Worth a try
pshdo said:
So if I understand correct (I probably don't), then the more updates Sony put out, the more likely it is that we can figure out how the lock works ?
All the updates from Sony should pass that lock in order to work, right?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
No sorry. There is no way to crack the key. Its to hard encoded, with actual power of Computers you will calculate the key for approx 10^27 years
Even if you have 1000 updates :/
Regards
Bin4ry

Bin4ry we believe in your mathematic scientic powers!
Go go go ! You will have pscychological support from us !!!
Everybody.. support our team !
GO GO crack the boot you can do it ! The people believe in you !!!! I believe in you ! My wife believe in you
We love you man !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Bin4ry said:
No sorry. There is no way to crack the key. Its to hard encoded, with actual power of Computers you will calculate the key for approx 10^27 years
Even if you have 1000 updates :/
Regards
Bin4ry
Click to expand...
Click to collapse
Thank you for the answer...
Someone have cracked lots of other stuff in the past, eg satellite and a lot other things, so if someone can setup a search engine, perhaps we can all help... it COULD be hard, but no one know for sure...
But that offcource means that we need to know exactly what we are looking for...
Is it kind of a management key or?
Not that I know anything about searching offcource...
Sent from my X10i using XDA App

Hello Binary,
When you try to flash a new boot loader does it check that you're flashing a valid loader or will it let you flash anything you want? And if you were to flash anything you want (even just a whole load of 0s) would that mean that your phone would be destroyed or is there a recovery method? Can you simply write back over it with a good loader?
Also, has anyone read out the SE loader? And if so can it be disassembled? And if that has been done, roughly how many lines of assembly code is it?
Sorry about all the questions but I'm interested in this stuff but it's awkward to find a good starting point.
Sent from my X10i using XDA App

Related

HELP with G4 Unlocking project!!!!

It was suggested in this thread that those unlocking their Wizard devices through IMEI Check, download USB-Monitor (available HERE free for 30 days as shareware) and run it BEFORE RUNNING THE IMEI CHECK SOFTWARE ON THEIR DEVICE!
Then post the results to the FORUM.
I propose that we use this thread to do that, so a SIMPLE AND FREE unlock method can be found!
Before you start in on me about taking one for the team, I PAID TO UNLOCK MY G3 WITH IMEI CHECK TOO! (And if I'd have known I could have helped by doing this, I would have!)
I feel it would be an excellent way to repay the entire wizard community for their wonderful time and effort!
And NO, this is NOT something I'm doing myself, I'm just trying to get the ball rolling!
i will gladly post dumped info after imei check unlocking procedure. cuz i think its too expensive . im planing to do this in abt two weeks.
blazoner said:
It was suggested in this thread that those unlocking their Wizard devices through IMEI Check, download USB-Monitor (available HERE free for 30 days as shareware) and run it BEFORE RUNNING THE IMEI CHECK SOFTWARE ON THEIR DEVICE!
Then post the results to the FORUM.
I propose that we use this thread to do that, so a SIMPLE AND FREE unlock method can be found!
Before you start in on me about taking one for the team, I PAID TO UNLOCK MY G3 WITH IMEI CHECK TOO! (And if I'd have known I could have helped by doing this, I would have!)
I feel it would be an excellent way to repay the entire wizard community for their wonderful time and effort!
And NO, this is NOT something I'm doing myself, I'm just trying to get the ball rolling!
Click to expand...
Click to collapse
i have been working on this with another member,i will post my findings later,i also plan to ask for help from 2 members that undestand more that me about rom unlocking logs.
Thanks for taking notice, Faria!
It's some of the discussion about your 3.0.0.0 ROM's that has inspired me to get this started.
I figure the more objective (system provided) information we have, the closer we are to a simple solution.
Looking forward to any findings!
faria said:
i have been working on this with another member,i will post my findings later,i also plan to ask for help from 2 members that undestand more that me about rom unlocking logs.
Click to expand...
Click to collapse
hello mine is cid unlocked but if you need me to try anything give me a bell
iam on g4
spl/ipl 2.21
faria rc1 12mb
ext v3
rom 3.0
radio02.47.11
Mine is CID unlocked using the IMEI site:
G4 - i-mate k-jam
IPL/SPL 2.16.0001
ROM Faria RC1 8mb
ExtROM v3
Radio 2.47.11
Happy to help if i can
Not going to work
I just tried to run the IMEI software again while run USB monitor, but the IMEI software can not connect to the phon with the monitor program running. I tried 5 times
still cid locked here. I plan to unlock as soon as I get done getting all the crumb-snatcher's xmas shopping done . I will be sure to to what I can to help with logs/etc.
cptcafne said:
I just tried to run the IMEI software again while run USB monitor, but the IMEI software can not connect to the phon with the monitor program running. I tried 5 times
Click to expand...
Click to collapse
Bad news
Somebody else ?
usb-monitor log file
hello,
i've just unlocking my Wizard devices through IMEI Check...And i've log file from usb-monitor !!
But file size is over 2mb !
fla242 said:
hello,
i've just unlocking my Wizard devices through IMEI Check...And i've log file from usb-monitor !!
But file size is over 2mb !
Click to expand...
Click to collapse
Cool! I was just about to assume that the IMEI Check software checked for usb monitor, etc. and disallowed running the two together.
Can you zip the file and upload it?
If you don't have a zip program, google winzip, or winrar.
If the file is text based, it shoul zip nice!
Forgive the spelling, I'm sitting on the side of the road waiting on a tow-truck....
oops!
NIX THAT! DON'T POST YOUR IMEI INFO!!
We'll get in touch and make arrangements!
blazoner said:
NIX THAT! DON'T POST YOUR IMEI INFO!!
We'll get in touch and make arrangements!
Click to expand...
Click to collapse
That's what i'm tell me
Mine is Locked
Have a look at this thread in order to understand how this was done in the Hermes:
Reverse engineering the HERMES imei-check unlocker
The bootloader commands for the Hermes are explained in these wiki pages, you _really_ need to do something similar for the wizard:
Hermes Bootloader Information
Hermes Radio Bootloader and AT command interpreter
Some hints that may help you:
1. You can run the unlocker as many times as you want, it doesn't matter if you've already cid unlocked your device, the imei-check unlocker will behave the same.
2. In order for the USB monitor capture to be useful, you need to click on the "COMPLETE" tab and when you have captured it, export it as ANSI TEXT.
3. If the app fails (communication error) you need to create 2 admin users, 1 for running usb monitor and the other for running the unlocker. Use right click, "run as..." and then select the other admin user. You need to repeat this process several times until you can successfully get the log.
4. be careful on what you post here, as imei-check has intelectual property rights on their work. Do not "copy" their solution, but reimplement it in another way.
look its not intellectual property simply because its a solution around a software lock put on by the manufacturer ...this voids the warrantee anyway. post it simply because you can don't worry about intellectual property
goldcard
and what about goldcard(http://forum.xda-developers.com/showthread.php?t=270952)? is it way to flash whithout unlockCID?
docdoc8 said:
look its not intellectual property simply because its a solution around a software lock put on by the manufacturer ...this voids the warrantee anyway. post it simply because you can don't worry about intellectual property
Click to expand...
Click to collapse
It's intellectual property simply because it's their solution. DON'T post it, unless you want to be named in their lawsuit! Furthermore, DON'T post it because none of us can afford having xda-developers closed down because they are getting sued!
The trick is that the ultimate solution was designed by HTC. IME Check just exploits it.
Therefore, if we can see what IMEI Check is doing, we can find a different way of doing the same thing!
As an example:
IMEI Check rolls a ball by pushing it with a stick, so we blow on it to make it move, or we dig under it to make it roll downhill.
Either way, we can't be accused of doing it the same way they are, but we're still rolling the ball.
if anyone will sue xda developers it will not be IMEI Check it will be the HTC or the companies involved in making the phones/MDA's. Remember its the company who made the phone G4 so people couldn't mod it.
i doubt IMEI check has the money for lenghy court costs.
plus if you reverse engineer IMEI's way of Unlocking but change the order of doing it your essentially copying them anyway.
Just my opinion.
anyway this site is great, keep up the good work fellas.
Is there a way of checking if you're PDA is locked o not?

Official SE Bootloader-Unlock to Xperias

Hi all,
surely most of us know that SE's newer Xperias have official unlocking instructions. I just went to the website anyway and poked around;
http://unlockbootloader.sonyericsson.com/instructions
I've an X10 Mini by the way. I followed the instructions, SE asked for my IMEI in return for a code to unlock my device, and I fully expected to get rejected at this point and nope, I got a code unique to my device. I can go ahead and TRY to unlock, and I'm not sure what could go wrong now...but the site is, naturally FULL of warnings against noobs who may destroy their device. Anyone know what are the chances of a brick if I do as they say in the instructions? It's really simple-download the Andorid SDK, enter a command, enter a code unique to my device and boom...boom to unlock, or as I'm afraid -boom to brick it...These instructions may OFFICIALLY be for particular newer SE devices, but they did after all give a code unique to my phone which may make it work, no? UNLESS, they changed something in the bootloader of the newer Xperias, hence mine might not work.
Any ideas?
This thread shows up every week, you can give them a nokia imei and they'll still give you a code, won't do anything tho.
So if entering an IMEI-based code doesn't change anything, does that mean it's a bootloader issue? Meaning that the older and newer Xperias do have some differences between the bootloaders which defines what's possible? Or something else?
This may of course come to nothing. It was this paragraph in particular that got me wondering. Also, will the code just not work, or could it brick the device?
"The only way to determine if you can unlock the boot loader for your phone is to connect your phone to the Fastboot tool in the Android™ SDK. If your phone can connect to Fastboot, the boot loader can be unlocked."
http://unlockbootloader.sonyericsson.com/which-phones
phoneyericsson said:
So if entering an IMEI-based code doesn't change anything, does that mean it's a bootloader issue? Meaning that the older and newer Xperias do have some differences between the bootloaders which defines what's possible? Or something else?
This may of course come to nothing. It was this paragraph in particular that got me wondering. Also, will the code just not work, or could it brick the device?
"The only way to determine if you can unlock the boot loader for your phone is to connect your phone to the Fastboot tool in the Android™ SDK. If your phone can connect to Fastboot, the boot loader can be unlocked."
http://unlockbootloader.sonyericsson.com/which-phones
Click to expand...
Click to collapse
We cannot enter Fastboot mode on the mini/minipro. So we cannot unlock the bootloader with their "official" method.
Thanks mate, that clears that up!
he guys what is the unoffical way to unlock my phone
Unlocking is a different thing altogether...
when I got my X10 Mini it was so new that most places didn't know what to do with it. I did find a shop I know and trust and got it unlocked there. I have no idea how it is with doing it yourself. The older SEs yeah, Xperias, I've no experience.

[Solved]Help me delete data

Hey everybody,
I just got the x10 today and I've never hacked a Sony so I know nothing about it right now, so forgive my ignorance.
The phone was used and didn't come with a sim card. I've put 2 different sim cards in it that I know are good, but when I boot up it gives me a sim card error and only let's me make an emergency call.
I'm thinking that because his data is on it, it needs his sim card? I have always had cdma phones so sim cards are new to me also.
My question is... Is their a way to get into some kind of boot menu by a button combination at startup or something, where I can delete the phone data?
Any help is appreciated.
Edit... Phone is stock, not rooted, yet
Dude,it seems ur phone is sim locked and u can't use any sim card beside sim card ov network operator that locked ur phone.
Sent from my "z10i"
neoxx3m said:
Dude,it seems ur phone is sim locked and u can't use any sim card beside sim card ov network operator that locked ur phone.
Sent from my "z10i"
Click to expand...
Click to collapse
How would that happen? The phone is legit, no outstanding bill on that account and its not stolen. Are you saying I need his sim card to unlock it so I can use another?
Just to give you more info, when the lockscreen comes up, it says "sim card is faulty" but if I hold power and select airplane mode, then turn off airplane mode, it let's me past the lockscreen and then I get a toast box that says "sim is not provisioned mm2"
The phone was on at&t when it was used. I don't have an at&t acct. For now I just want to learn about it and root/mod it. Maybe ill call at&t.
Might be another issue :
Some anti-theft antivirus programs are able to lock your phone for your sim-card only (to prevent using another sims when phone is stolen).
If its set as device-manager, it also cant be disabled (requires some password).
So, try to boot up your phone without SIM card ant check this first. If device-manager is not set, then your phone is surely simlocked.
Thanks for the reply, I've tried booting up without a sim card and it gives me an error that no sim is installed and will only let me make an emergency call.
I called at&t last night and the rep asked me to hold the menu + return buttons while pressing power and I should get an option to hard reset the phone. That didn't work so she patched me to Sony. They had me download Sony pc companion and sent me instructions to "repair" it.
He said it was 1 of 2 problems. It's a "software glitch" or a broken sim port.
If the repair won't fix it, ill have to send it in and for $185 they'll fix it (yeah right). When I get home ill try the pc companion. This phone is in mint condition and was fully working before the guy that gave it to me went to an iPhone.
wikdNoob said:
Thanks for the reply, I've tried booting up without a sim card and it gives me an error that no sim is installed and will only let me make an emergency call.
I called at&t last night and the rep asked me to hold the menu + return buttons while pressing power and I should get an option to hard reset the phone. That didn't work so she patched me to Sony. They had me download Sony pc companion and sent me instructions to "repair" it.
He said it was 1 of 2 problems. It's a "software glitch" or a broken sim port.
If the repair won't fix it, ill have to send it in and for $185 they'll fix it (yeah right). When I get home ill try the pc companion. This phone is in mint condition and was fully working before the guy that gave it to me went to an iPhone.
Click to expand...
Click to collapse
Might be both - hardware malfunction or simple simlock. Personally expect simlock. My phone is not simlocked and when turned on it can run without sim card simply as PDA.
Try to flash your phone with generic WWE ROM and try again. Or before, check if phone doesnt have usb debugging on.
Afraid that no, but try to look with flashtool or adb (if yes, we can make full wipe within xrecovery)
HeliumX10 said:
Might be both - hardware malfunction or simple simlock. Personally expect simlock. My phone is not simlocked and when turned on it can run without sim card simply as PDA.
Try to flash your phone with generic WWE ROM and try again. Or before, check if phone doesnt have usb debugging on.
Afraid that no, but try to look with flashtool or adb (if yes, we can make full wipe within xrecovery)
Click to expand...
Click to collapse
If its sim locked then I'd think that I could use the previous owners sim to get into the system, right? Then how do I sim unlock?
I can't check for USB debugging because I can't get past the emergency call only screen.
I've got the pc companion downloaded on my working phone, when I get home I a couple of hours I'm gonna xfer it to the comp and run it, hopefully that'll fix it. If not, ill wait till Monday and get the previous owners sim and try that. If that doesn't work.... I'm gonna get the night vision goggles back that I traded for this phone, lol.
Running this phone without a sim is exactly what I want, just as a pda. How'd you do it, or better yet, what it called, sim unlocking? I can look for a guide, but I don't even know what its called. I feel really dumb about this phone, sorry bout that, if you came to the evo3d forum I could give you all the help you needed.
wikdNoob said:
Running this phone without a sim is exactly what I want, just as a pda. How'd you do it, or better yet, what it called, sim unlocking? I can look for a guide, but I don't even know what its called.
Click to expand...
Click to collapse
OK then If you want to use your phone as pda, without gsm or data connection, then the simpliest thing you can do is to flash stock generic ROM (you dont have to care about baseband and so on).
However you need to do a sim-unlock first because otherwise it will be still locked on the operator. Heart about many unlocking methods on websites, eg. this one (really expensive):
http://www.mobile-unlocker.com/sony-ericsson-xperia-x10/rs2wp9/
Never tried (always buying phone without sim-lock).
What operator is your phone locked?
YOu probably have to google about your exact operator locked version, hopefully you will find unlocking code or online service for it.
BAM! I got it, thanks for all your help. I used the pc companion and chose repair, I lost all data but that's ok, I was gonna erase data anyway. When I boot up it still gives me a notif that the sim is not provisioned but I can still get into the system.
Time to start hacking away at this thing, I've got a lot to learn I'm sure. I downloaded flashtool and it says it'll root so I'm gonna try that. I'm open to any more help you can give out, you probably think that some of the easy stuff is common knowledge but even the smallest stuff will help me get started. I'm gonna start reading in the sticky section, thanks again for the replies.
Also, after the repair, I have a different lockscreen, it looks like an iPhone lock kinda. Before, I had the lock that went up and right on a curve kinda, how do I get back to that one?
wikdNoob said:
Also, after the repair, I have a different lockscreen, it looks like an iPhone lock kinda. Before, I had the lock that went up and right on a curve kinda, how do I get back to that one?
Click to expand...
Click to collapse
Now i understand why you wasnt able to get into system without sim You were on old android 1.6 which was default OS when X10i was released. But there were two big software updates - 2.1 and last year our beloved 2.3.3.
Thats why you have different lockscreen. In 1.6 it was shaped like half-circle, in 2.3 its just a simple horizontal slide... But there is not any solution how to get this lockcreen back as I know. BTW.: Also liked the old one lockcreen
Everytime you will need a help, post and we will surely help you !!
HeliumX10 said:
Thats why you have different lockscreen. In 1.6 it was shaped like half-circle, in 2.3 its just a simple horizontal slide... But there is not any solution how to get this lockcreen back as I know. BTW.: Also liked the old one lockcreen
Click to expand...
Click to collapse
Ok, I'm starting to get it now... My system info says
Firmware version 2.1-update1
Baseband 2.1.65
Kernel 2.6.29
So far I've rooted, installed xrecovery and unlocked the bl. All the roms I've looked at say I need a higher baseband to use that rom. Can I use the pc companion to update to 2.3.3, and is it gonna cause an issue since I have a custom recovery and unlocked bl? The reason I ask is because on an LG I had, it would brick if you did an official update with a custom recovery.
wikdNoob said:
My system info says
Firmware version 2.1-update1
Baseband 2.1.65
Kernel 2.6.29
Click to expand...
Click to collapse
Ohh, branded phones are really loosers It seems that your version wasnt updated to 2.3.3, on which are based all roms for X10i and X10a.
wikdNoob said:
So far I've rooted, installed xrecovery and unlocked the bl. All the roms I've looked at say I need a higher baseband to use that rom. Can I use the pc companion to update to 2.3.3, and is it gonna cause an issue since I have a custom recovery and unlocked bl? The reason I ask is because on an LG I had, it would brick if you did an official update with a custom recovery.
Click to expand...
Click to collapse
I recommend you to use Flashtool intead There are problems to get the ftf file with generic ROM, which also includes .71 baseband which is surely needed for any custom ROM. But I think this is simplier solution. If you want active link to FTF bundle I will post it (also with guide, already wrote it for another users).
You can also use PC Companion, and it surely dont affect your phone in any way. If you rooted it and installed xrecovery its surely not problem (I performed this once on my device). Dont know about unlocked bootloader (dont have it and dont want to have it ), but think thats also not problem.
You can brick X10i only if you flash kernel and something unexpected happens (cable unplug etc...).
Wow, 200th post - will celebrate my anniversary
HeliumX10 said:
Ohh, branded phones are really loosers It seems that your version wasnt updated to 2.3.3, on which are based all roms for X10i and X10a.
I recommend you to use Flashtool intead There are problems to get the ftf file with generic ROM, which also includes .71 baseband which is surely needed for any custom ROM. But I think this is simplier solution. If you want active link to FTF bundle I will post it (also with guide, already wrote it for another users).
You can also use PC Companion, and it surely dont affect your phone in any way. If you rooted it and installed xrecovery its surely not problem (I performed this once on my device). Dont know about unlocked bootloader (dont have it and dont want to have it ), but think thats also not problem.
You can brick X10i only if you flash kernel and something unexpected happens (cable unplug etc...).
Wow, 200th post - will celebrate my anniversary
Click to expand...
Click to collapse
Got it, I installed DiXpreia 7 'avenger' using xrec for Rom and flashtool for the ftf file. wow, what a difference in graphics, this is cool.
I appreciate all the time you've spent on me. Congrats on the 200th, I'm helping you stack up some thanks' too
One last thing, what's the benifit of an unlocked bl? And would it benifit me to unbrand since I have a custom Rom?
wikdNoob said:
I appreciate all the time you've spent on me. Congrats on the 200th, I'm helping you stack up some thanks' too
Click to expand...
Click to collapse
Haha, thanks bro !
wikdNoob said:
One last thing, what's the benifit of an unlocked bl? And would it benifit me to unbrand since I have a custom Rom?
Click to expand...
Click to collapse
For unlocked bootloader there is only one main benefit. You can flash any custom kernel directly. On locked bootloader you can also use custom kernel, but it uses "bypass" method - once stock kernel is loaded, special init script gives the control to custom kernel and then custom kernel is loaded. This is 100% safe for noobs and also devs (I was doing some kernelt tweaks, thats why I am on locked - if I do unloadable kernel and flash it on unlocked device... It will be bricked ). But it takes about 2x time to load the system on reboot, because you need to load two kernels instead just one. If you unlock your bootloader, you can overwrite stock kernel with custom one. And when device it powered on, custom kernel is loaded directly and loads faster then by "bypass" method. Another "benefit" is that all of CyanogenMod ROMs requires unlocked bootloader
Unlocked bootloader doesnt affect your "brand", it wont remove it. As wrote before, you need some service which offers unlocking codes or I saw saome tutorials on youtube (give a search ).
But think this is a little nonsense if you want to use your phone as PDA. "Branding" affects only gsm network and 3G data, so you cant use these features without SIM.
Thanks for the info on the locked/unlocked bl.
Now for another question. Let's say I install a Rom and kernel combo that aren't compatible, you said it'll brick. Will that be a hard/permanent brick or could I just use the pc companion and repair it.
wikdNoob said:
Thanks for the info on the locked/unlocked bl.
Now for another question. Let's say I install a Rom and kernel combo that aren't compatible, you said it'll brick. Will that be a hard/permanent brick or could I just use the pc companion and repair it.
Click to expand...
Click to collapse
On locked bl you can everytime use Flashtool or PC Companion to reapir your phone.
On unlocked mostly too. BUT, as told you. Only if you flash loader or kernel badly (bad cable, unexpected power shutdown etc.) you cant repair your phone with any software. Or, to be perfectionist You can unbrick it, using the "JTAG" connector with some "JIG" box. These hardware are hard to buy, its highly specialized devices and costs about 200€ or even more... With these tools you can unbrick any device everytime, even with damaged system ROM, or unloadable kernel. It will simply overwrite the whole NAND adress by adress, byte by byte with standart system image.
You can also use some high-level services which are equipped with this hw and could do it for you. But its also expensive.BTW. thats why I am thinking about to buy JIG box perosnally

Samsung Galaxy A10e - Is this the right place to be???

Hi!
I recently purchased a Verizon-build Samsung Galaxy A10e (the "economy Flagship" / little-brother of the A10) but XDA has very little information on this phone. Would this be the best place to try to find/request information?
Thanks for your help!
where can i get more developer information on this phone
Give it some time before developers start posting, since the phone was released only a couple of monthes ago. It will be a good minute before you start seeing significant posts for the galaxy a10 e. Keep updating by searching on a regular basis. Check howardforums or android central as well.
On another note:
Some of us need to know the a10e galaxy update to android 10, anyone got then lastest news on that yet? I got one with metro pcs.
Thx
Sent from my SM-A102U using Tapatalk
yea like alot of sites keep saying galaxy a10e will not be getting android 10 and one ui 2.0 but the fail to see samsung own site says they will probavly in may or june of 2020
Also using an SM-A102U device, I believe the official Android 10 date is sometime in the first half of 2020. I believe March.
What would really help us is pHH-Treble support for these devices and Android 10, which I can't find any info for, aside from a GSI post on the Galaxy a20, which has (essentially) the same Exynos chip.
timba123 said:
On the metro variant I was trying to figure out bootloader unlock and the phone vibrated and a yellow exclamation ! Appeared at bottom of black screen. What is that?
Click to expand...
Click to collapse
depends on wat u mean by trying to figure it out lol.. if its like any the other usa variants its not unlockable which is why u dont see oem unlock
timba123 said:
This.
Click to expand...
Click to collapse
i dont kno wat that is but seems to be a indicator for your charger.. maybe not fast charging or something.. i assume the device is off when you get this screen.. if its off and plugged in via pc it could simply be indicating its not fast charging as its being charged from the usb port.
Sent from my SM-N976V using Tapatalk
timba123 said:
It's not off exactly. Kinda reminds me of system crash on eng fac roms. I've seen articles about older devices and it meaning no battery or no charging like you say. Guess I got over excited for nothing lol. Though it might be a hackable situation etc or different mode of some kind.
Click to expand...
Click to collapse
Yea.. and fyi, a common misconception is "eng fac" roms are two completely different things lol.. it's a pet peeve of mine which I owe to all the firmware sites and generic "guides" on the web lol.
They always refer to factory/combo roms as "eng" when they are not eng at all.. fac roms are debuggable (ro.debuggable=1) and permissive and adb enabled by default and dmv disabled with a bare bone os mainly used for testing or fixing issues with the device.
Eng on the other hand is typically a stockish build with su binary by default (allows actual adb root shell) is permissive, verity disabled, contains other high level engineering software etc etc that is supposed to be used by engineers to test their software and things of that nature. My sampwnd root for s8/s8+ for example used eng system.img to gain root. Older devices did have eng boot.img many used to root devices but since s8 and newer they are no longer used because samsung implemented security measures to where u cant flash or run them without an eng token and device being in actual eng mode. Eng tokens are hard to find as they are device specific and need to be generated on samsung servers at which if u can find someone willing to make one they are usually expensive since they need to have a legit business, purchase a signing cert from samsung to be able to generate eng tokens as well as they typically need to also pay for each individual token which just the signing cert alone I've heard various prices from thousands to 100k lol. Then after all that if you have an eng token and device is in eng mode then it's not the same as a bl unlock as you would need to flash eng firmware which is another adventure to locate and probably another pretty penny.
Rant on eng/fac differences is over lmao.
On a side note, I'm working on something that "might" work... according to my dev buddies it will work.. it's a process tho as I need to generate some custom files and I never did this before (I mainly use usa locked snaps) .. but if all goes as planned with some trickery could probably unlock the bl and at the very least root the device.. stay tuned lol
timba123 said:
On the metro variant I was trying to figure out bootloader unlock and the phone vibrated and a yellow exclamation ! Appeared at bottom of black screen. What is that?
Click to expand...
Click to collapse
I also tried (with my limited knowledge here) to enable OEM bootloader unlock by changing the settings flag in the phone but have not had luck. I talk about what I tried to do/have a screenshot showing where the system has it looked in this post:
https://forum.xda-developers.com/ga...rint-oem-lock-developer-t3963898/post80909957
I have also looked at using Tasker/other tools to try to change something here or to see if there's an intent or action or something that will trigger the unlock but haven't had luck.
timba123 said:
So since this is the only A10e root thread. I'll post here. After browsing the internet I found out that Samsung changed some security. Now fac combo cant be flashed with 3.14 odin which newer devices like our A10e will not work with odin 3.13 and before patched or not. A new odin needs to be made. Patched. And the new Security for samsung.
Click to expand...
Click to collapse
This isnt new information. I do not think a new/patched odin will work since it uses a token system. Trying to flash will say you need approval to use factory binary.
With that being said you can use a factory bin token which will then allow you to flash combo rom.
There are ways to bypass need for a token but they are not public.
Also tokens are device specific and if you can find someone to get them they are not free.
Side question that's not totally related but I'm finding conflicting answers online:
Does the A10e NOT have USB-OTG capabilities? :-/
I don't have a USB-C OTG cable to test myself. I realize this phone purposely does not have some features/capabilities that I guess are supposedly deemed more "premium," in order to keep this phone in a class I've heard described as "Economy-Flagship," (lol ). Hence: no wireless charging, no fingerprint reader, no gyroscope, no proximity sensor (this exclusion is kind of annoying - surely I can't be the only person experiencing the annoying phenomenon of chronic cheekbone-call-muting? ). But overall, I'm super happy with this phone!
I also wish I could disable Knox but I don't think that's possible without the OEM bootloader unlock setting enabled.
timba123 said:
No not new info but figured alot of people especially new people could use the info. Lol they sure are locking down phones. I wonder what influence the NSA etc have.
Click to expand...
Click to collapse
govt contracts are definitely a big part of it.. every device manufacturer wants that govt money lol
elliwigy said:
govt contracts are definitely a big part of it.. every device manufacturer wants that govt money lol
Click to expand...
Click to collapse
^This makes a lot of sense.
Sorry for my english. I'm looking for help ... i was 3 weeks in US and i lost my phone. So i buyed this A10e with boost mobile but i didn't activate it because they were trying to force me to buy a monthly subscription, wich i didn't... I bring the phone just for wifi use because is a phone with good specs for the price of 90$... and then the horror shows in a form of Harassing message ... trying to make me "accept terms and conditions" and then Boom the phone was restricted from data usage and other things, i tried to unlock the OEM and nothing, also i wipe the phone and it works fine but it keeps harassing with sudden appears of that screen asking if you accept, the icon of that screen is a peace of chess. So my question is ... Can i force an instalation of other rom? in sammobile is a international rom, so, even if i can't unlock the oem , can i install it? is there a way to root the device without the oem unlock? Thanks in advance
reyesergio23 said:
Sorry for my english. I'm looking for help ... i was 3 weeks in US and i lost my phone. So i buyed this A10e with boost mobile but i didn't activate it because they were trying to force me to buy a monthly subscription, wich i didn't... I bring the phone just for wifi use because is a phone with good specs for the price of 90$... and then the horror shows in a form of Harassing message ... trying to make me "accept terms and conditions" and then Boom the phone was restricted from data usage and other things, i tried to unlock the OEM and nothing, also i wipe the phone and it works fine but it keeps harassing with sudden appears of that screen asking if you accept, the icon of that screen is a peace of chess. So my question is ... Can i force an instalation of other rom? in sammobile is a international rom, so, even if i can't unlock the oem , can i install it? is there a way to root the device without the oem unlock? Thanks in advance
Click to expand...
Click to collapse
no.. bl is locked.. only stock official firmware can be flashed
timba123 said:
Found a rooted AP tar but gives SHA error using Odin 3.14
Click to expand...
Click to collapse
doesnt work.. ur getting error bcuz its modified which cant use bcuz bl is locked
timba123 said:
Seems to be verizon firmware by the bootloader number etc. The firmware I posted pics of. I'd upload it but my browser keeps crashing trying to upload it
---------- Post added at 04:42 AM ---------- Previous post was at 04:25 AM ----------
https://support.halabtech.com/index.php?a=downloads&b=file&c=download&id=200612
Looks like root kernel for metro or tmobile
Click to expand...
Click to collapse
correct.. all it is is stock firmware with a rooted/patched kernel for unlockable variants
Combination File, for FRP & bootloop Repair
http://www.mediafire.com/file/ekejzhig7b9zx7r/ROMProvider.COM_SM-A102USQU1ASF1.rar/file
mark332 said:
Combination File, for FRP & bootloop Repair
http://www.mediafire.com/file/ekejzhig7b9zx7r/ROMProvider.COM_SM-A102USQU1ASF1.rar/file
Click to expand...
Click to collapse
how do you expect people to flash it without a factory binary token?
timba123 said:
Is OTP similar or related to the factory token? Like a password?
Click to expand...
Click to collapse
nope.. otp more of a one time password.. the token is something that uses device specific identifiers that then gets sent to a server where it gets signed and sent back.. then it needs to b physically flashed to the device
Sent from my SM-G977P using Tapatalk

Question How do I unlock the bootloader for Nokia X10?

Question in title, so far I cannot found anything to solve this problem, not to mention Nokia does not offer official bootloader unlocking
Perhaps @hikari_calyx knows
mingkee said:
Perhaps @hikari_calyx knows
Click to expand...
Click to collapse
are you actually sure? like, Nokia just doesn't let you unlock their phones' bootloader, plus he doesn''t have my device, so how is he able to develop a tool to unlock it?
AltFantasy said:
are you actually sure? like, Nokia just doesn't let you unlock their phones' bootloader, and I actually asked someone on Discord if there's another way, and they said I need to use the EDL tool with a flash file that contains an unlock key, but both I (and they) do not know how to make the file
Click to expand...
Click to collapse
The poster found a patch of bootloader and I used it to unlock 8.3 bootloader and eventually rooted it.
mingkee said:
The poster found a patch of bootloader and I used it to unlock 8.3 bootloader and eventually rooted it.
Click to expand...
Click to collapse
cool, but there's no support for the Nokia X10, it's just released last June, and the poster might not support my phone
mingkee said:
The poster found a patch of bootloader and I used it to unlock 8.3 bootloader and eventually rooted it.
Click to expand...
Click to collapse
Well, apparently they do not support my model (which is the X10). Their tool can only detect the phone, not unlock its bootloader
Well, Nokia/HMD wants to have their phones and tablets deadlocked, and 8.3 is my only and final Nokia Android phone.
No more.
Good Morning,
I have arrived at this thread looking for how to unlock the bootloader of my Nokia X10/X20 for later rooting it.
It seems that there is no way to do it.
To do Root I have found this link (is in Spanish): https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/
The option «Enable OEM unlocking», comes in gray and is not accessible, with which I have not been able to apply this solution.
I have found this other article: How to Unlock Bootloader on Any Nokia Smartphone.
Someone has tried?
If the answer is affirmative, does it work?
If nobody has tried it, do you think it can work?
All the best
gonzo1963 said:
Good Morning,
I have arrived at this thread looking for how to unlock the bootloader of my Nokia X10/X20 for later rooting it.
It seems that there is no way to do it.
To do Root I have found this link (is in Spanish): https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/#comment-41075
The option «Enable OEM unlocking», comes in gray and is not accessible, with which I have not been able to apply this solution.
I have found this other article: How to Unlock Bootloader on Any Nokia Smartphone.
Someone has tried?
If the answer is affirmative, does it work?
If nobody has tried it, do you think it can work?
All the best
Click to expand...
Click to collapse
Nope, the "buying unlock bootloader keys" (I meant the thing in the "How to Unlock Bootloader on Any Nokia Smartphone" article, the official way also does not work anymore, due to the site is dead) way does not work on the Nokia X10/20 (the creators of those keys confirmed with me that it's literally impossible to unlock those phones and potentially any future Nokia phones).
The "Enable OEM unlocking" should not be not accessible, my Nokia X10 does not have that option greyed out.
About the tool used in the Spanish site? I'm not so sure about whether it will work or not. The tutorial video shows a different phone, but it seems so legit. Try it at your own risk, I guess.
AltFantasy said:
Nope, the "buying unlock bootloader keys" (I meant the thing in the "How to Unlock Bootloader on Any Nokia Smartphone" article, the official way also does not work anymore, due to the site is dead) way does not work on the Nokia X10/20 (the creators of those keys confirmed with me that it's literally impossible to unlock those phones and potentially any future Nokia phones).
The "Enable OEM unlocking" should not be not accessible, my Nokia X10 does not have that option greyed out.
About the tool used in the Spanish site? I'm not so sure about whether it will work or not. The tutorial video shows a different phone, but it seems so legit. Try it at your own risk, I guess.
Click to expand...
Click to collapse
Good morning,
Thank you very much for the answer, but I inform you:
My phone is new, just arrived from the provider (Nokia directly).
-Modelo: TA1332.
-Compilation 00WW_1_070.
-Android 11.
-Actualization May 5, 2021
I have not modified anything, and I assure you that the «Enable OEM Unlocking» option, is gray and is not accessible.
A rectification, I think.
The link in Spanish: https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/#comment-41075
In the article, not in the video; It refers to a Qualcomm chip, but requires that the "Enable OEM Unlocking" option is unlocked.
Three questions apart:
1.- Is there any way to root this smartphone?
2.- Is this option valid to make a backup of the ROM?: [Tutorial] How to use Miracle Box to backup Qualcomm Android firmware
3.- And is it to restore the ROM?: [Tutorial] How to use Miracle Box / Thunder to flash firmware to Qualcomm devices
All the best
gonzo1963 said:
Good morning,
Thank you very much for the answer, but I inform you:
My phone is new, just arrived from the provider (Nokia directly).
-Modelo: TA1332.
-Compilation 00WW_1_070.
-Android 11.
-Actualization May 5, 2021
I have not modified anything, and I assure you that the «Enable OEM Unlocking» option, is gray and is not accessible.
A rectification, I think.
The link in Spanish: https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/#comment-41075
In the article, not in the video; It refers to a Qualcomm chip, but requires that the "Enable OEM Unlocking" option is unlocked.
Three questions apart:
1.- Is there any way to root this smartphone?
2.- Is this option valid to make a backup of the ROM?: [Tutorial] How to use Miracle Box to backup Qualcomm Android firmware
3.- And is it to restore the ROM?: [Tutorial] How to use Miracle Box / Thunder to flash firmware to Qualcomm devices
All the best
Click to expand...
Click to collapse
Apparently, the creators of the site that sells bootloader unlocking keys for Nokia phones said that you should ignore sites like the Spanish link, because those websites write similar content for every device that exists and just replace the device name and publish it again, then again for another device. But I guess you can try using it and see, I guess?
For the first question, I don't think you can root the phone with Magisk? You need some files inside the ROM file, but there's no ROM files for Nokia X10/20.
For the second and third question, I do not know if the tool even works. I do ask the creators of that site (again), and I quote:
I don't think they will work. The only way to trigger EDL on the device would be to disassemble and then short the testpoint to trigger EDL. But what next? What do you aim to do while in EDL mode?
We do not know which bytes are written on the chip that remembers the unlocked status. So, even in EDL mode, there isn't much that we can tinker and re-write to the device. I am also unsure if the user firmware that hmd ships to the Nokia Care includes EDL programmer, they never did for the Nokia 7.2 (the last Nokia device I really tried to play around with). Without the programmer, none of the EDL flash tools will work and we can't load just any programmer. It has to be signed by the OEM. A wrong/invalid/modified firehose programmer can put the device into a non-recoverable state.
HMD hasn't done much magic into making the phones more appealing to the buyers. But they have money and time to make more mess behind the scenes to make their devices more secure (which they think is better).
Sorry for the rant, but there's no meaningful ways to unlock the Nokia X10/20 and possibly any forthcoming phone.
Click to expand...
Click to collapse
In conclusion: It's impossible, but you can try? (Try it at your own risk of course, you could brick the whole thing, and nothing will fix it.) I do not even know if it's possible or not, so... eh?
gonzo1963 said:
Good morning,
Thank you very much for the answer, but I inform you:
My phone is new, just arrived from the provider (Nokia directly).
-Modelo: TA1332.
-Compilation 00WW_1_070.
-Android 11.
-Actualization May 5, 2021
I have not modified anything, and I assure you that the «Enable OEM Unlocking» option, is gray and is not accessible.
A rectification, I think.
The link in Spanish: https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/#comment-41075
In the article, not in the video; It refers to a Qualcomm chip, but requires that the "Enable OEM Unlocking" option is unlocked.
Three questions apart:
1.- Is there any way to root this smartphone?
2.- Is this option valid to make a backup of the ROM?: [Tutorial] How to use Miracle Box to backup Qualcomm Android firmware
3.- And is it to restore the ROM?: [Tutorial] How to use Miracle Box / Thunder to flash firmware to Qualcomm devices
All the best
Click to expand...
Click to collapse
Also, next time you buy a phone, just go buy a Samsung/Xiaomi or whatever brand that do support unlocking their phones' bootloader and pray that the phone you bought in the future got tons of custom ROMs ported to it or something, Nokia thinks that locking their phones' bootloader will make those phones more secure, which is purely bull****. If you ABSOLUTELY have to buy a Nokia phone however, go buy an older one, cause the site with unlock keys only support those old phones, and it might be impossible to even unlock new phones coming from Nokia in the future.
AltFantasy said:
Also, next time you buy a phone, just go buy a Samsung/Xiaomi or whatever brand that do support unlocking their phones' bootloader and pray that the phone you bought in the future got tons of custom ROMs ported to it or something, Nokia thinks that locking their phones' bootloader will make those phones more secure, which is purely bull****. If you ABSOLUTELY have to buy a Nokia phone however, go buy an older one, cause the site with unlock keys only support those old phones, and it might be impossible to even unlock new phones coming from Nokia in the future.
Click to expand...
Click to collapse
Good afternoon,
Thank you very much for all the information you have given me.
It has no solution, I bought an X10 and an X20, because they have Android One and will have updates for 3 years.
I thought I could unlock it and do root, and I see that it is impossible or it is very difficult.
All the best
gonzo1963 said:
Good afternoon,
Thank you very much for all the information you have given me.
It has no solution, I bought an X10 and an X20, because they have Android One and will have updates for 3 years.
I thought I could unlock it and do root, and I see that it is impossible or it is very difficult.
All the best
Click to expand...
Click to collapse
Wait, you bought both? Well, if you're trying to root them, then too bad, it's literally impossible. But if you're just using both phones normally, I would say: They're actually pretty good! The specs are great for medium gaming, the build quality is really nice, the cameras are not bad honestly. They're slightly overpriced, but they felt nice enough to use daily. Too bad Nokia ruined these phones with the bootloader unlocking problem though, and I swear I'll never buy a Nokia again, cause of this problem, even though they might be one of the best phones I've ever used.
Good evening,
I have tried to do what they explain in the article in Spanish: https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/ and it has been impossible to do anything.
I have found the following problems:
1.- The option "Enable OEM unlocking", comes in gray and is not accessible on the smartphone.
2.- You can not extract the "boot.img" file, because at the link that explains how to do it: https://www.ayudaroot.com/actualizar/alternativa-para-conseguir-la-rom-de-un-telefono-movil/ do not explain how to do it for this smartphone, which is "Qualcomm", not "MTK"; with which it is impossible to extract it.
3.- The "Qualcomm" and «ADB» drivers that are installed with the application are not worth connecting the Nokia X10 to the computer, I had to uninstall them so that the computer itself detects the smartphone.
4.- You can not unlock the bootloader in the way they explain it, so nothing can be done.
5.- The video of the end still confuses more, it is not for this smartphone or a similar one.
Therefore, the item is not useful.
Better forget it and not waste time.
Greetings
gonzo1963 said:
Good evening,
I have tried to do what they explain in the article in Spanish: https://www.ayudaroot.com/root/nokia/como-hacer-root-al-nokia-x10/ and it has been impossible to do anything.
I have found the following problems:
1.- The option "Enable OEM unlocking", comes in gray and is not accessible on the smartphone.
2.- You can not extract the "boot.img" file, because at the link that explains how to do it: https://www.ayudaroot.com/actualizar/alternativa-para-conseguir-la-rom-de-un-telefono-movil/ do not explain how to do it for this smartphone, which is "Qualcomm", not "MTK"; with which it is impossible to extract it.
3.- The "Qualcomm" and «ADB» drivers that are installed with the application are not worth connecting the Nokia X10 to the computer, I had to uninstall them so that the computer itself detects the smartphone.
4.- You can not unlock the bootloader in the way they explain it, so nothing can be done.
5.- The video of the end still confuses more, it is not for this smartphone or a similar one.
Therefore, the item is not useful.
Better forget it and not waste time.
Greetings
Click to expand...
Click to collapse
Weird, my OEM unlocking is not greyed out.
jukyO said:
Weird, my OEM unlocking is not greyed out.
Click to expand...
Click to collapse
mine too, but then it's a useless feature anyway, cause Nokia does not let anyone to unlock its phones' bootloaders
jukyO said:
Weird, my OEM unlocking is not greyed out.
Click to expand...
Click to collapse
AltFantasy said:
mine too, but then it's a useless feature anyway, cause Nokia does not let anyone to unlock its phones' bootloaders
Click to expand...
Click to collapse
Good Morning,
After installing all security updates, it has also been made accessible.
It is no longer gray, but it does not work for nothing, since there is no way to unlock it.
Regards
gonzo1963 said:
Good Morning,
After installing all security updates, it has also been made accessible.
It is no longer gray, but it does not work for nothing, since there is no way to unlock it.
Regards
Click to expand...
Click to collapse
also, I think you should try contacting their customer service, and hope that they'll accept or something. If not, keep on annoying them with the "Can you unlock my phones' bootloaders?" question, and see if they will answer or not.
Hey brothers , am a random guy looking forward to get my brand new Nokia x10 soon. And according to all paragraphs I read above it seems the main thing I need from this device apart from daily usage is inaccessible which it ""unlocking the bootloader"* But am not totally sure if it's still impossible because it's almost a year since you're conversing and it seemed to be impossible according to what I've looked at in your Conversations. Back to the topic- I got a Nokia service-center in my area here so I need your advise if I'll be able to take there the Nokia x10 and they unlock the bootloader "Incase I buy it" on their end because there have access to everything I assume whereas they're working for Nokia but it looks risky for me to get a device before am sure if it'll go up with what I need from it.......In conclusion if any of you knows a method to unlock the bootloader currently "because it's almost a year when it was impossible". You may advise me before making the mistake I'll regret. Goodnight

Categories

Resources