Q&A for Nokia Lumia 1520 (RM-940), Custom, Interop Unlock - Success !!
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Nokia Lumia 1520 (RM-940), Custom, Interop Unlock - Success !!. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Lumia 735 Unlock
I've searched around the forum but haven't been able to find a conclusive answer - is there any known method for interop unlocking a Lumia 735 running WP8.1?
I can pretty much cap unlock any lumia with sd card. (reversed the rpc server,and wrote an rpc client, and I can pretty much write anywhere in the registry). my screen is broke so until that's replaced, I cant provide tools. my app needs refinements and cleanup.
ive also reversed the ativ s rpc server, I have full createprocess access in localsystem context. if anyone has anything interesting they can do there, I can share. also,the writing of multistrings in registry.
dmc_xda said:
I've searched around the forum but haven't been able to find a conclusive answer - is there any known method for interop unlocking a Lumia 735 running WP8.1?
Click to expand...
Click to collapse
Not public in this time .
keep eyes on Development and hacking forums
vcfan said:
I can pretty much cap unlock any lumia with sd card. (reversed the rpc server,and wrote an rpc client, and I can pretty much write anywhere in the registry). my screen is broke so until that's replaced, I cant provide tools. my app needs refinements and cleanup.
ive also reversed the ativ s rpc server, I have full createprocess access in localsystem context. if anyone has anything interesting they can do there, I can share. also,the writing of multistrings in registry.
Click to expand...
Click to collapse
How did you initially get access to the FS to reverse the rpc server? Any pointers on your approach would be appreciated
vcfan said:
I can pretty much cap unlock any lumia with sd card. (reversed the rpc server,and wrote an rpc client, and I can pretty much write anywhere in the registry). my screen is broke so until that's replaced, I cant provide tools. my app needs refinements and cleanup.
ive also reversed the ativ s rpc server, I have full createprocess access in localsystem context. if anyone has anything interesting they can do there, I can share. also,the writing of multistrings in registry.
Click to expand...
Click to collapse
Wow, What are you saying....
Mind telling me, Can you share your source ? or are you willing to post it in development thread ? It would be a good for further development with other team members.
If you written own one, then this is a great thing. We can expand it more with useful API.
I'v a few questions..
1. Is Samsung RPC service working fine with the "RPCComponent.winmd" ?
2. Is your battery drains fast ?
@GoodDayToDie Bro, check out this one... what he is saying...
Can you help us to bring the Samsung RPC Server to Lumia ?
If he has wrote his own driver services, then it is pretty much amazing...
Also I've one more hack to sign his drivers,service, reg files, so they will not break any sign check.
Really Need to do Investigation on this.
---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------
dmc_xda said:
How did you initially get access to the FS to reverse the rpc server? Any pointers on your approach would be appreciated
Click to expand...
Click to collapse
http://forum.xda-developers.com/windows-phone-8/development/xap-resource-hacker-lumia-t3082101
djamol said:
Wow, What are you saying....
Mind telling me, Can you share your source ? or are you willing to post it in development thread ? It would be a good for further development with other team members.
If you written own one, then this is a great thing. We can expand it more with useful API.
I'v a few questions..
1. Is Samsung RPC service working fine with the "RPCComponent.winmd" ?
2. Is your battery drains fast ?
@GoodDayToDie Bro, check out this one... what he is saying...
Can you help us to bring the Samsung RPC Server to Lumia ?
If he has wrote his own driver services, then it is pretty much amazing...
Also I've one more hack to sign his drivers,service, reg files, so they will not break any sign check.
Really Need to do Investigation on this.
---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------
http://forum.xda-developers.com/windows-phone-8/development/xap-resource-hacker-lumia-t3082101
Click to expand...
Click to collapse
Thanks that's an interesting read - so you're essentially flashing it with another OEM ROM? I assume this wipes anything on the FS?
dmc_xda said:
How did you initially get access to the FS to reverse the rpc server? Any pointers on your approach would be appreciated
Click to expand...
Click to collapse
I just dumped ndtksvc.dll from the lumia rom, and simply disassembling it, it has all the information I need to write an rpc client and communicate with the server. it has many remote procedures, read and write to registry, copy and move files, all in the system context.
djamol said:
Wow, What are you saying....
Mind telling me, Can you share your source ? or are you willing to post it in development thread ? It would be a good for further development with other team members.
If you written own one, then this is a great thing. We can expand it more with useful API.
I'v a few questions..
1. Is Samsung RPC service working fine with the "RPCComponent.winmd" ?
2. Is your battery drains fast ?
@GoodDayToDie Bro, check out this one... what he is saying...
Can you help us to bring the Samsung RPC Server to Lumia ?
If he has wrote his own driver services, then it is pretty much amazing...
Click to expand...
Click to collapse
I will eventually share the source. its very messy right now. maybe ill release the source for ativ s in next few days(i'll try for today,but no promises). I have to write a mini tutorial too, because if you don't know how rpc code works,its hard to understand. I need to fix my lumia before I can refine the code because it contains lots of hardcoded memory addresses to windows dlls and very hacky things that will break whenever you restart your phone or install on a different phone.
also
1. I don't use RPCComponent.winmd. that's the whole point. my code is the RPC client,so I don't need third party libraries. I can call directly to rpc server.
2.my battery does not drain fast.
funny thing, I found an exe in the ativ called EnableUefiSB.exe (enable uefi secureboot),and in the code, there is support for a /disable flag. I thought this could disable secureboot,so I tried to run createprocess on it as SYSTEM, but it didn't do anything. then I read on the msdn dev page it doesn't work for retail phones .
@vcfan
Whoaa, So you wrote RPC Client lib. Great, so what i was thinking some month ago...
You did a nice investigation.. Also you can find my step by step research of Lumia Hacking in this forum (Looks like you are newly joined here)
Yeah, On retail device Hardware level features are totally disable (or some required stuff is missing) and we can't unlock them until we have an own custom UEFI.
You can post it to the Development thread. On this forum there is a many proffetional dev's and they are working since WM 6.0, WP7
Like @GoodDayToDie @Heathcliff74 @ceesheim @snickler and many other dev's
I love such cool dev's
Will wait for your next Instructions.
Many Many Thanks
I will post my ativ lib later tonight. do you have an ativ?
vcfan said:
I will post my ativ lib later tonight. do you have an ativ?
Click to expand...
Click to collapse
No.
I've Lumia Device.
vcfan said:
I will post my ativ lib later tonight. do you have an ativ?
Click to expand...
Click to collapse
I have ativ S .
Me and @djamol works together mot of the time and both are working on a new very interesting research seems never done before
Isn't it dj ? Hahah
let me just go make a few more posts so I have 10 posts, so I can go post it in the dev forum lol
vcfan said:
let me just go make a few more posts so I have 10 posts, so I can go post it in the dev forum lol
Click to expand...
Click to collapse
OK . It can be easy to reach your post numbers over 10 by posting
http://forum.xda-developers.com/windows-phone-8/general
In general forums there are many yes no questions you can answer them in a little while .
you can freely send me private your lib / source to check it while you're posting
you can reply to my post here to reach 10 . a little spam
lol thanks. ive already reached over 10 posts, but it still wont let me make a thread. anyways im attaching the lib and src code here for the ativ. ill post it on the dev forum when im allowed to make new thread.
theres only 2 functions I exposed, copyfile and createprocess for now.
vcfan said:
lol thanks. ive already reached over 10 posts, but it still wont let me make a thread. anyways im attaching the lib and src code here for the ativ. ill post it on the dev forum when im allowed to make new thread.
theres only 2 functions I exposed, copyfile and createprocess for now.
Click to expand...
Click to collapse
log your account out and again login and check if it allows or not . if it didn't i will talk with my friend @snickler to check whats going wrong .
ngame said:
log your account out and again login and check if it allows or not . if it didn't i will talk with my friend @snickler to check whats going wrong .
Click to expand...
Click to collapse
nope it didn't work :/ but thanks for the suggestion
vcfan said:
nope it didn't work :/ but thanks for the suggestion
Click to expand...
Click to collapse
OK i am now testing your lib .
file copy works nice but I can't check start process . I tried to start C:\\Programs\\Alarms\\Alarms.exe but it didn't run alarm app . maybe only address is not enough but i couldn't get able to use this function
ngame said:
OK i am now testing your lib .
file copy works nice but I can't check start process . I tried to start C:\\Programs\\Alarms\\Alarms.exe but it didn't run alarm app . maybe only address is not enough but i couldn't get able to use this function
Click to expand...
Click to collapse
i don't think you can run those exe windows apps with createprocess though. just like windows 8, they'll refuse to run in anything but in the context of an app container. they are launched by a special service who creates a special app container token for the application. i think only non gui system exe files will respond to createprocess.
vcfan said:
i don't think you can run those exe windows apps with createprocess though. just like windows 8, they'll refuse to run in anything but in the context of an app container. they are launched by a special service who creates a special app container token for the application. i think only non gui system exe files will respond to createprocess.
Click to expand...
Click to collapse
I don't know were I saw an app that was able to show all running process and services . If I find that again I can see really what happens .
maybe it can help us to run WEH , I don't know need to try .
Related
cmonex and olipro have offered up to get the proper video drivers and a sim unlocker done for the kaiser. they though have asked u guys the community to get them a kaiser they could use to do the development of the drivers and unlocker. cmonex has previous experience in doing driver hacking so she would find a way to hack the current video drivers to be used more efficiently and to use the full power of the kaiser. olipro u guys all know from the hermes forums for his unlocked and hardspl but this time around the new securities require he have a device to be able to unlock it. if they wont succedd in any of these 2 then they will give back the kaiser.
Pawel062 said:
cmonex and olipro have offered up to get the proper video drivers and a sim unlocker done for the kaiser. they though have asked u guys the community to get them a kaiser they could use to do the development of the drivers and unlocker. cmonex has previous experience in doing driver hacking so she would find a way to hack the current video drivers to be used more efficiently and to use the full power of the kaiser. olipro u guys all know from the hermes forums for his unlocked and hardspl but this time around the new securities require he have a device to be able to unlock it. if they wont succedd in any of these 2 then they will give back the kaiser.
Click to expand...
Click to collapse
Cool idea - will you repost your q to the "official" (sticky) bounty thread, or, should I (at least temporarily) stick this thread? We could also include this post in the firts post in the Bounty thread.
Menneisyys said:
Cool idea - will you repost your q to the "official" (sticky) bounty thread, or, should I (at least temporarily) stick this thread? We could also include this post in the firts post in the Bounty thread.
Click to expand...
Click to collapse
i would repost it but idk if it isnt off topic bc that was for how much people are willing to chip into the bounty. u can add to first post of bounty thread though. cmonex who would be lead developer of the video driver said it should be just a mod to existing video drivers after looking at what core people are saying. she says shes willing to do it just needs a kaiser and the bounty would be nice after shes done bc it will take some time and she is a student too.
SIM unlocker? Who needs that? I just called AT&T and they gave me my unlock code withing 5 minutes.
Shadow7789 said:
SIM unlocker? Who needs that? I just called AT&T and they gave me my unlock code withing 5 minutes.
Click to expand...
Click to collapse
I would guesstimate that Tilt users account for less than half of the users in this forum. There are more world-wide users here using the MDA Vario III and the TyTN II and I am quite sure they would love to have an unlocked phone.
Actually I would say tilt users are the majority
Who cares about the sim locker. You guys don't have to argue about that so much, the more important thing here is the drivers.
i'm a firm believer that collaboration > competition.
maybe cmonex could get in touch with Chainfire ?
draxredd said:
i'm a firm believer that collaboration > competition.
maybe cmonex could get in touch with Chainfire ?
Click to expand...
Click to collapse
she doesnt want to compete and is open to collaboration but needs a device to be able to do anything. she has extensive dll modding skills so it shouldn't be too hard of a job for her.
Pawel062 said:
u can add to first post of bounty thread though.
Click to expand...
Click to collapse
I temporarily make this thread sticky so thqat it gets enough attention; when there is any change, I unstick it.
draxredd said:
i'm a firm believer that collaboration > competition.
maybe cmonex could get in touch with Chainfire ?
Click to expand...
Click to collapse
Well actually I already was working with cmonex before my vacation started ...
Loaner?...Anyone?
but needs a device to be able to do anything.
Click to expand...
Click to collapse
Perhaps a user with more than one device (I have seen many of them post, I would volunteer if I had more than 1) would be willing to loan the extraneous unit out?
Just a thought...
Probably be quicker to just buy a TILT locally and return it within the 30 day grace period.
Jim_R said:
Probably be quicker to just buy a TILT locally and return it within the 30 day grace period.
Click to expand...
Click to collapse
the problem is cmonex and olipro are in the UK.
Hey, many of us pledged towards the driver project, I say let's show some faith and donate to Oli enough to get a Test unit.
I'm in for $25
HTML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="SIM Unlock" type="win32"/>
<description>Unlock</description>
<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
<ms_asmv2:security xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</ms_asmv2:security>
</ms_asmv2:trustInfo>
</assembly>
i was playing with imei-check.co.uk's kaiserv1unlock.exe program. the code above is what goes into the kaiser/tilt puls some info and pastes a file with an extention .ued.
past this point i am lost on 2 counts.
one: i am not a programer that understands the code above
two: i don't know or have a program that reads file extentions ending in .ued
hopefully this might help out or not.
if not sorry i am trying but again i am not a programmer.
Chainfire said:
Well actually I already was working with cmonex before my vacation started ...
Click to expand...
Click to collapse
no one noticed chainfire's post?
All that that code does is copy your imei and save it in a file with a ued extension. It's a bunch of fluff.
OK... leap of faith (fingers crossed)...
I will put give $20USD for this...
If nothing else, we will have two of the best with a Kaiser... that has to be a good thing. If this gets off the ground, just tell me where to donate.
count me in for USD 10.
kms
Well i have searched for it and i dint find it sorry if such a thread already exists.
As the name specifies is there any kind of rooting possible for lumia's?
ive seen a inteprop unlock for the samsung phones.....
SSSidGGG said:
Well i have searched for it and i dint find it sorry if such a thread already exists.
As the name specifies is there any kind of rooting possible for lumia's?
ive seen a inteprop unlock for the samsung phones.....
Click to expand...
Click to collapse
Nothing exists for the Lumias as of now. Looking through the top threads under Windows Phone 8 Development and Hacking, you'll see that same question asked.
ohh...
Im sorry for posting it again
Thanks for the reply.
Any estimations on the hacks/
Sent from my Lumia 520
SSSidGGG said:
ohh...
Im sorry for posting it again
Thanks for the reply.
Any estimations on the hacks/
Click to expand...
Click to collapse
When you or someone else with a Lumia 520 hacks it. That's the best answer you're going to get
Me hacking a lumia?...when dev's were not able to do it...how am i supposed to do it?
Lumia 520 Reporting ---|||---
SSSidGGG said:
Well i have searched for it and i dint find it sorry if such a thread already exists.
As the name specifies is there any kind of rooting possible for lumia's?
ive seen a inteprop unlock for the samsung phones.....
Click to expand...
Click to collapse
snickler said:
Nothing exists for the Lumias as of now. Looking through the top threads under Windows Phone 8 Development and Hacking, you'll see that same question asked.
Click to expand...
Click to collapse
this it's reason because I switch off my 520 for now
sent from p3100
SSSidGGG said:
Me hacking a lumia?...when dev's were not able to do it...how am i supposed to do it?
Click to expand...
Click to collapse
You're making the assumption that there's devs actively trying to do it... I was the first one to perm-root the Garminfone (Android), simply because nobody else was trying
trust me, there's a lot of people trying. The samsungs are easier because they've got the built-in registry editor.
aclegg2011 said:
trust me, there's a lot of people trying. The samsungs are easier because they've got the built-in registry editor.
Click to expand...
Click to collapse
hacking lumia phones look to be very hard.
sometimes i think about switch to Ativ S but i love my L920
If someone could tell me how i can get in to the system of the lumia windows os i could try messing with it and maybe find something out!
... I don't even know how to respond to that. Have you read *anything* about our work hacking this OS? Assigning reasonable meanings to "get in to the system" and "find something out" (because you were incredibly vague), no we can't tell you that; the whole point is that we don't yet know how to "get in". If you just meant read-only access througg, there's the webserver (limited permissions but runs on a retail device) or the ROM image (which you can mount and browse at will, but it's not "live" in any way).
I asked that coz they have obv got into the device or else there wouldnt have been the inteprop unlock...i just wanted to know how..
Lumia 520 Reporting ---|||---
SSSidGGG said:
I asked that coz they have obv got into the device or else there wouldnt have been the inteprop unlock...i just wanted to know how..
Lumia 520 Reporting ---|||---
Click to expand...
Click to collapse
go look at the forum that explains how interop unlock was achieved on the ATIV S. If you've read enough to know that a wp8 phone is interop unlocked, you'd know the reasoning why it was possible for the ativ s and not the lumias right now. Just wait until someone releases a thread detailing how to interop unlock the Lumia devices. Until then, you'll have to use your phone as.... A normal retail wp8 phone.
Sent from my RM-820_nam_canada_200 using Tapatalk
Thanks snickler ur one of the devs right?..
Well does anyone know why sideloaded games dont work but apps do?...i have a dev app and i tried the to sideload games which just startup and automatically shutdown...whereas apps work fine
Lumia 520 Reporting ---|||---
I'm going to go wayyyy out on a limb and guess it's because your dev app is a legitimate development version of an app, whereas your games are not?
Yeah...this sounds like he's wanting advice in terms of piracy. This community isn't for helping you get your cracked apps/games working on your phone. If you want games and apps to work, BUY THEM LEGITIMATELY AND SUPPORT THE DEVELOPERS.
Sent from my RM-820_nam_canada_200 using Tapatalk
Not piracy i was testing if it would work ...dint work anyways :/ thanks for help guys
Lumia 520 Reporting ---|||---
Hi, i'd like to put my dear new ativ S in download mode to install a general firmware(follwed the instruction here: http://forum.gsmhosting.com/vbb/f20...set-tutorial-firmware-flashing-guide-1671518/)
the problem is that i can't seem to make the pc able to find the phone in download mode. i tried 3-4 drivers without success. Can anyone help me?
sireangelus said:
Hi, i'd like to put my dear new ativ S in download mode to install a general firmware(follwed the instruction here: http://forum.gsmhosting.com/vbb/f20...set-tutorial-firmware-flashing-guide-1671518/)
the problem is that i can't seem to make the pc able to find the phone in download mode. i tried 3-4 drivers without success. Can anyone help me?
Click to expand...
Click to collapse
Install drivers as it explain to the link
http://clubsg.skygolf.com/content/f...10-Windows_8_Installing_unsigned_drivers.html
Rotry83 said:
Install drivers as it explain to the link
http://clubsg.skygolf.com/content/f...10-Windows_8_Installing_unsigned_drivers.html
Click to expand...
Click to collapse
it seems it didn't work for me.. USB\VID_045E&PID_062B&REV_0000..
i'm gonna try virtualbox, maybe i'll have more luck.(currently i have Windows 8.1 rtm pro x64 only and Linux)
The problem is that i'm stuck with a not for resale phone by Tim. No updates and strange bugs( like, won't memorize the date between reboots)
Ok, now the program sees it under Windows 7 x86... but it says engineer, and returns an error(gonna past in a sec)
[Channel 0] Device Security Version does not Match !![Channel 0] Binary Download complete!!
this is the error.
Uploaded with ImageShack.com
up for multiple edits.
Up this is important.
Sent from my Engineering Ativ-s using XDA Windows Phone 8 App
I don't know for sure but your phone might have an engineering ROM on it at the moment, so only engineering ROMs can be flashed.
jessenic said:
I don't know for sure but your phone might have an engineering ROM on it at the moment, so only engineering ROMs can be flashed.
Click to expand...
Click to collapse
yep, but i might have outsmarted them.. we simply need to repack the rom without signin/secureboot
Hi All
Sorry if this is a silly question but I thought all WP8 updates and Ativ S were done OTA and we didn't need to start flashing Roms like we do for SGS3.
My Ativ S says its on version 8.0.10327.77, isn't this GDR2, Am I missing something?
Thanks
Yep.i have a completely unlocked Developer Version. Secureboot is disabled an such
Sent from my GT-I8750 using XDA Windows Phone 7 App
May I ask what this implies an advantage? Can I install xap and edit registry like as Samsung Omnia 7?
tgriger said:
May I ask what this implies an advantage? Can I install xap and edit registry like as Samsung Omnia 7?
Click to expand...
Click to collapse
you can't buy one. I happened to stumble into one, and i'm trying to do everything i can to bring it back to normal, since the phone won't update itself.
If I may suggest, there are people on this site who could do far more useful things with a phone like that. Heathcliff74, for example, is working on a root-unlock for WP8 (as am I) and a non-secure-boot test device would be useful to him (though I don't know if he actually needs a device at this time, or what he'd pay; that was just an example of somebody who might be interested). You can probably recoup most or all of the money you sunk into it and give the hacking community a boost as well.
Oh, and @tgriger, we can already do that. I found out how a couple weeks ago. Read the dev&hacking subforum.
GoodDayToDie said:
If I may suggest, there are people on this site who could do far more useful things with a phone like that. Heathcliff74, for example, is working on a root-unlock for WP8 (as am I) and a non-secure-boot test device would be useful to him (though I don't know if he actually needs a device at this time, or what he'd pay; that was just an example of somebody who might be interested). You can probably recoup most or all of the money you sunk into it and give the hacking community a boost as well.
Oh, and @tgriger, we can already do that. I found out how a couple weeks ago. Read the dev&hacking subforum.
Click to expand...
Click to collapse
i'd like to do that, but i'm from italy... i kind of doubt there is a safe way for the phone to arrive to you intact, plus the fees are outrageous. If someone wants to buy it can talk to me in private thought, i'll see if i can arrange it. But you can't disable secureboot once the fuse is blown, so i think you can't root the device; and the feaure i think it's provided at the SOC level. And i'm a little bit of a rom developer, so if i learn how to change things i can provide a platform for mods. I can even tell you this: if someone pays me the fees and buy me a new one( the phone is like new, it was bought march 2013 and it had no sign of being used a lot, and on expansys is at 230€ so i think it's fair, it was over 500€ when i bought it)
sireangelus said:
i'd like to do that, but i'm from italy... i kind of doubt there is a safe way for the phone to arrive to you intact, plus the fees are outrageous. If someone wants to buy it can talk to me in private thought, i'll see if i can arrange it. But you can't disable secureboot once the fuse is blown, so i think you can't root the device; and the feaure i think it's provided at the SOC level. And i'm a little bit of a rom developer, so if i learn how to change things i can provide a platform for mods. I can even tell you this: if someone pays me the fees and buy me a new one( the phone is like new, it was bought march 2013 and it had no sign of being used a lot, and on expansys is at 230€ so i think it's fair, it was over 500€ when i bought it)
Click to expand...
Click to collapse
@Heathcliff74 is from the Netherlands, so shipping would not be too hard from Italy. Also I just bought an ATIV S from Amazon.de for a bit under 200€.
A non-secureboot device would just be a test platform, not something that it's expected that all devices would be able to make use of. Secure Boot isn't perfect; there are ways around it (some are device-specific, which is less ideal but seems likely to exist on most smartphones; others are not). However, while some people hack on SB, others could hack on making *use* of the ability to install custom ROMs. That's where an unlocked bootloader device would be handy.
Also, yeah, there are lots of European phone hackers. No need to worry about sending it to the US!
It's an interesting device for sure. But there is no way I can afford € 200 now. I have a wife an kids to support too, you know. Maybe at a later time.
Never Said it was an obligation- only stated what i thought was a fair price. If someone wants it and has other proposals I'm listening.
Sent from my GT-I8750 using Tapatalk
Heathcliff74 said:
It's an interesting device for sure. But there is no way I can afford € 200 now. I have a wife an kids to support too, you know. Maybe at a later time.
Click to expand...
Click to collapse
So, i would say we could donate to you, that you can afford the device.
Depending on how many users would hop onto this idea, it wouldn't be that much per person
Well, if you're fine with that idea, you can count on my donation
lordmaxey said:
So, i would say we could donate to you, that you can afford the device.
Depending on how many users would hop onto this idea, it wouldn't be that much per person
Well, if you're fine with that idea, you can count on my donation
Click to expand...
Click to collapse
That's a good idea. I'm in. ... :good:
I have same problem with my Ativ S ([Channel 0] Device Security Version does not Match !![Channel 0] Binary Download complete!!)
What is it mean `Up this is important.` ?
Please help someone.
hello everybody,
Now i buying window phone 8 HTC8X
i wanna hack or root or jailbreak my phone ,but i don't know anything
want to learn step by steps
pls teach me
pls .......
sorry my my english skill
😓
Sai Mike said:
Now i buying window phone 8 HTC8X
i wanna hack or root or jailbreak my phone
Click to expand...
Click to collapse
I'm sorry, but it can't be done yet. Interop unlock was barely achieved on the Samsung ATIV S, using the help of Samsung-only assemblies, it cannot be achieved on other devices yet. The Windows Phone 8X from HTC is a great phone, I had one myself, but I'm afraid there's very little hacking you can do at the moment, unless you find a new way yourself.
Well, the first place you can start is by obtaining a rom for your device. The first thing I'd look through is any of the reg files in it, and then try looking for any XAPs inside it too. You can try and decompile the apps using dotpeek. That can lead you to some hidden pages inside of the apps. That's how the registry editor was found on the ATIV. @tonbonz had found one for the Lumias in various apps, but the pages didn't do anything.
Its just a matter of understanding how Windows (NT) has worked for the past 20? years, and how Windows CE/Mobile has merged into this concoction that's called WP8.
Sent from my RM-860 using Tapatalk
---------- Post added at 10:04 AM ---------- Previous post was at 10:02 AM ----------
Besides that, the only work that's been done on HTCs is my quick diagnostic videos and the little tidbit about CSDiag from @timmymarsh. Afaik.....
Sent from my RM-860 using Tapatalk
for now only official developer unlock can do on HTC or Nokia WP.... and this is far from wanted root access possibility... this be available only with full unlocked custom ROM but for now not exists and maybe only be in ours dreams...
"Hacking" is almost always a largely self-taught skill, too; we can point you at things you need to know (some reverse engineering, some coding, an understanding of the OS security mechanisms, an understanding of the application model, etc.) and some tools you will want (the WP8 SDK, additional WP8 library files (possibly extracted using a tool like dll2lib) and headers, a managed code decompiler such as Reflector or JustDecompile, a native code disassembler such as IDA, etc.), but we can't tell you how to put it all together. If we knew that ourselves, we wouldn't need any help... but the help we need is from people who can figure things out without having their hands held.
thank you very much
TheGoldrocker said:
I'm sorry, but it can't be done yet. Interop unlock was barely achieved on the Samsung ATIV S, using the help of Samsung-only assemblies, it cannot be achieved on other devices yet. The Windows Phone 8X from HTC is a great phone, I had one myself, but I'm afraid there's very little hacking you can do at the moment, unless you find a new way yourself.
Click to expand...
Click to collapse
thank you verymuch
Hi, Myself Amol Baikar.
I'm from India.
Im new on this forum. today i hacked windows phone 8.1
and want to submit post in achievement section.
so plz guide me as soon as possible, i'm waiting. and very excited to post Windows Phone ethical Hacking for Nokia Devices.
i'm first in the wolrd who hacked wp 8.1 lumia device.
Unless you have some reason to avoid sharing it, you should let us know what you did so we can properly appreciate it and ideally give us a tool/app to do it ourselves and start making use of it! Explaining *how* you did it is not required, although I personally nearly always do so; it's a good way to build trust.
Having 10 posts will let you create a thread in the Development & Hacking forums, which is really the proper place for announcing a successful hack, but there's nothing terribly wrong with posting it here instead.
Depending on how good your hack is (interop-unlock? full-unlock? bootloader-unlock? arbitrary code execution with full trust?), whether it's specific to Nokia phones or not, and what it requires (special hardware? a particular regional ROM? hard-resetting your phone?) we may start using the hack immediately; any time you sit on it is time we can't even get started. So, let us know what you've got!