T-mobile Variant source code - LG V30 Guides, News, & Discussion

hi guys i was digging around lg's source code distribution site and i have found source code for the t-mobile variant here is the link:
[url]http://opensource.lge.com/osSch/list?types=ALL&search=h932sv[/URL]
Useful for devs? probably
edit:
I have pulled /system [which without root only gave me most if not all LG Apps =1.54gb]
i also pulled /system/vendor and /system/framework [vendor gave me most libs. framework gave me the jar files and the framework.apk]
comment if that will be any use to anyone so i could upload to mega or google drive

R800x_user said:
hi guys i was digging around lg's source code distribution site and i have found source code for the t-mobile variant here is the link:
http://opensource.lge.com/osSch/list?types=ALL&search=h932sv
Useful for devs? probably
edit: They also have source code for the vs996 and ls998. The LS988 also has a LS988U version as well.
Click to expand...
Click to collapse
Can this actually help anything though? If they removed the commands, how will they get them back?

20degrees said:
Can this actually help anything though? If they removed the commands, how will they get them back?
Click to expand...
Click to collapse
Good point but if we get some development going that is, maybe someone can go over the source to inspect it for exploits. I'll finally have my hands on my phone tomorrow and I'll try to do a dump on the H932SV not sure if it'll help out though.

R800x_user said:
Good point but if we get some development going that is, maybe someone can go over the source to inspect it for exploits. I'll finally have my hands on my phone tomorrow and I'll try to do a dump on the H932SV not sure if it'll help out though.
Click to expand...
Click to collapse
It will help me a mile if you do bro. As im trying to port this to G4. Already have a working korean port in g4 thanks to @Astrako but no wifi calling and volte as the only thing missing..

Related

sgh t999 "T mo gs3" Source code posted

http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=SGH-T999
Thanks for posting the source code, I'm sure it'll be hoping tons of other developers.
I'm a mobile software engineer looking to get in to Android kernel hacking for this phone. Looking forward to the first system dump so we can get started...
zaventh said:
I'm a mobile software engineer looking to get in to Android kernel hacking for this phone. Looking forward to the first system dump so we can get started...
Click to expand...
Click to collapse
I'll be sure to dump the whole /system or whole ROM and package it up in Kitchen.
After Graduation.
Was this ever posted for the VIBRANT? Will this help with things like GPS drivers and such being implemented in future versions of android?
Reviewers said:
I'll be sure to dump the whole /system or whole ROM and package it up in Kitchen.
After Graduation.
Click to expand...
Click to collapse
How do people go about extracting the boot.img when you don't have CWM or root?...
Its t999 not t999v fyi
Sent from my cm_tenderloin using Tapatalk 2
Here's the correct link to the open source for the T999 (no V):
http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=SGH-T999
accordex said:
Was this ever posted for the VIBRANT? Will this help with things like GPS drivers and such being implemented in future versions of android?
Click to expand...
Click to collapse
Samsung did release the source code for the Vibrant, but NOT for their proprietary drivers (IE: Modem, GPS, etc)
Hence why most of the ICS ROMs have fubar'd 911 and/or GPS on Vibrant (Though both have come a LONG way since initial releases)

AT&T Note 4 Community Root Investigating

Note 4 owners over in the Verizon section are putting together a fair effort to investigate rooting themselves. We AT&T users should have a similar thread.
The Verizon thread, for reference:
http://forum.xda-developers.com/note-4-verizon/general/talk-root-t2908919
T-Mobile and Sprint have CF-Autoroot but not yet for AT&T and Verizon. So (I think) a new root should work for either, all the more reason to work together.
In the Verizon thread the general process was posted:
Surge1223 said:
I have no vested interest in this (other than seeing vzw get screwed over) but someone needs to get the ball rolling here:
1. Grab the Odin tar then boot.img to get kallsyms
2. Post partition info
3. Grab kernel source and confirm latest Linux kernel cves are patched/not patched
4. Find PoC for Linux exploits for 2014 Linux kernel cves and port them to android and test
If you have to ask what any of the above are/do Google is your friend.
Click to expand...
Click to collapse
Feel free to read through the other thread for info on CVEs and stuff.
The Verizon owners have to wait for kernel source but I guess our's is already posted (N910A):
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=Sm-n910
SHA1 and SHA256 for the kernel source zip that I downloaded, for reference:
99e00529ce613548664f3c986cd7df886b54caa0 SM-N910A_NA_KK_Opensource.zip
9a5dfcbcd1b77367507b9374afd4f1e1afd505255ff48b4d3779b235974650c0 SM-N910A_NA_KK_Opensource.zip
This might not be necessary as someone like Chainfire may already be working on a rooting method, but we might make it slightly easier.
Any contributions by more knowledgeable people are greatly appreciated.
Anyone want to post their kallsyms, boot, or full image of an AT&T phone?
I'll try to post myself if I can figure out of I'm supposed to use Odin or if the way the Verizon owners got their's was with some Verizon-only tool.
We have firmware here:
http://forum.xda-developers.com/note-4-att/general/stock-to-stock-odin-flashable-tested-t2915915
The kernel source is here:
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=Sm-n910a
That should get us started.
Tikerz said:
We have firmware here:
http://forum.xda-developers.com/note-4-att/general/stock-to-stock-odin-flashable-tested-t2915915
The kernel source is here:
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=Sm-n910a
That should get us started.
Click to expand...
Click to collapse
Nice! Yeah the kallsyms should definitely be in there.
Here are the kallsyms from the ATT image.
I've been googling but I can't figure it out
How do you get partition info from kallysyms?
v3ngence said:
I've been googling but I can't figure it out
How do you get partition info from kallysyms?
Click to expand...
Click to collapse
You don't. The kallsyms are information about the internal kernel functions, useful for writing code which gets you root access.
Partition information sits in a .PIT file inside the factory image (if it's available), or you can dump it from a running phone.
SirAthos said:
Here are the kallsyms from the ATT image.
They match the Verizon kallsyms. Good sign for finding a root method that works on both. :good:
Click to expand...
Click to collapse
They shouldn't match the Verizon n4 kallsyms... They should be different, if not then someone odd is happening..
Surge1223 said:
They shouldn't match the Verizon n4 kallsyms... They should be different, if not then someone odd is happening..
Click to expand...
Click to collapse
I'll extract them again, maybe I missed something...
Edit: Gah, still had kernel.Image extacted from the Verizon image, and didn't notice the message saying "kernel.Image: already exists; not overwritten". The attachment above has been updated. My apologies, and thanks for catching it.
This may be interesting though. The nexus devices have a check box in the developer settings to OEM unlock the phone. Basically you just check a box and it's boot loader is unlocked.
http://www.androidpolice.com/2014/1...-6-9-requires-checking-box-developer-options/
Maybe this can be used to find a loop hole on lollipop for this device. I think there could b be a small chance this device could get unlocked after the update. It might actually be easier.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
ShrekOpher said:
This may be interesting though. The nexus devices have a check box in the developer settings to OEM unlock the phone. Basically you just check a box and it's boot loader is unlocked.
http://www.androidpolice.com/2014/1...-6-9-requires-checking-box-developer-options/
Maybe this can be used to find a loop hole on lollipop for this device. I think there could b be a small chance this device could get unlocked after the update. It might actually be easier.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Click to expand...
Click to collapse
While I appreciate the speculation, that's all this is, and at the moment we don't have Lollipop. I believe the OP specified good steps that should be looked into. I have downloaded the source code but am not exactly sure how to be looking for other then doing the steps as outlined: Finding the build date of the kernel then looking up know vulnerabilities in it. Obviously this is going to take a while and makes sense on where to look. Why focus on something we don't have when we could focus on what we do.
tl;dr We need to stay focused on the current task at hand. Also it'd be nice if this thread didn't get derailed with speculations.
ShrekOpher said:
This may be interesting though. The nexus devices have a check box in the developer settings to OEM unlock the phone. Basically you just check a box and it's boot loader is unlocked.
http://www.androidpolice.com/2014/1...-6-9-requires-checking-box-developer-options/
Maybe this can be used to find a loop hole on lollipop for this device. I think there could b be a small chance this device could get unlocked after the update. It might actually be easier.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Click to expand...
Click to collapse
Didn't you get rid of your AT&T Note 4 for T-Mobile Note 4?
Tikerz said:
Didn't you get rid of your AT&T Note 4 for T-Mobile Note 4?
Click to expand...
Click to collapse
I write custom enterprise software for phones. I own many including 2 different Note 4s. Most provided to me by my company. So no I still have the AT&T Note 4, I also have a T-Mobile variant for the time being. My team also has a sprint model as well.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Srsroot
Has anyone heard if this actually works? I've been searching forums and the Internet in general looking for a possible root for the AT&T note 4
#SRSRoot: samsung SAMSUNG-SM-N910A (Build: KTU84P.N910AUCU1ANIE) #Android 4.4.4 Now Supported for #Root at SRSRoot.com (copied this from their twitter)
Drewsdad said:
Has anyone heard if this actually works? I've been searching forums and the Internet in general looking for a possible root for the AT&T note 4
#SRSRoot: samsung SAMSUNG-SM-N910A (Build: KTU84P.N910AUCU1ANIE) #Android 4.4.4 Now Supported for #Root at SRSRoot.com (copied this from their twitter)
Click to expand...
Click to collapse
wonder if we can get a dev to dl and take a look???
i looked through there list and i dont see our phone listed
Drewsdad said:
Has anyone heard if this actually works? I've been searching forums and the Internet in general looking for a possible root for the AT&T note 4
#SRSRoot: samsung SAMSUNG-SM-N910A (Build: KTU84P.N910AUCU1ANIE) #Android 4.4.4 Now Supported for #Root at SRSRoot.com (copied this from their twitter)
Click to expand...
Click to collapse
Just verified the tweet from October 26. I'm not sure, maybe this will be a pleasant surprise?
Mmm looking at the supported devices in their page I found the 910v and 910t... But no 910a
Monsi said:
Mmm looking at the supported devices in their page I found the 910v and 910t... But no 910a
Click to expand...
Click to collapse
I don't see it either. Their tweet says our phone specifically has been added. Not sure of the supported devices hasn't been updated or what. I'm kinda sketchy about trying stuff that I haven't seen discussed on here. Does anyone know if the stock firmware is available yet.? At least that way if someone ends up with a brick we can at least Flash it back to normal
Monsi said:
Mmm looking at the supported devices in their page I found the 910v and 910t... But no 910a
Click to expand...
Click to collapse
Pretty sure the Verizon crowd already dismissed this method. Likely a hoax.
Tried to find something in their forum but nothing... Something tell me that this is fake
Tried it and didn't get root.

[Q] help needed please

i was using lg g3 s or beat having firmware lg d725pr it got corrupted i mean the firmware and i didnt backed up my bad luck
i cant find anywhere this firmware on the internet searched each and everything...
i am just left with one choice that is by compiling it from the source given in LGE OPEN SOURCE website......
i just have command over windows other operating system i am NIL...
so i need someone who can compile it for me.........
thanks and stay blessed
shamii311 said:
i was using lg g3 s or beat having firmware lg d725pr it got corrupted i mean the firmware and i didnt backed up my bad luck
i cant find anywhere this firmware on the internet searched each and everything...
i am just left with one choice that is by compiling it from the source given in LGE OPEN SOURCE website......
i just have command over windows other operating system i am NIL...
so i need someone who can compile it for me.........
thanks and stay blessed
Click to expand...
Click to collapse
Well there seem to be some firmwares here you could try? Check them out.
http://analogindex.com/howto/official-stock-lg-g3-s-firmware-rom_105542.html
drolgnir said:
Well there seem to be some firmwares here you could try? Check them out.
http://analogindex.com/howto/official-stock-lg-g3-s-firmware-rom_105542.html
Click to expand...
Click to collapse
they are of d722 i need d725pr v10a i need someone to compile it from source but no one over helps
shamii311 said:
they are of d722 i need d725pr v10a i need someone to compile it from source but no one over helps
Click to expand...
Click to collapse
Didn't know you could do that, I thought maybe you could use any lg g3 s firmware as long as it had compatible baseband, etc.
drolgnir said:
Didn't know you could do that, I thought maybe you could use any lg g3 s firmware as long as it had compatible baseband, etc.
Click to expand...
Click to collapse
i am having cellular signals issue

SM-N920A 6.0.1 Rooting

Can someone please help me with this. I bought 2 of these phones at the same time in august, one was already rooted from the factory! No problem I'm using lucky patcher and all. The other will not root not matter what I do! I cant find any solid info on this.
TheOriginalNecro said:
Can someone please help me with this. I bought 2 of these phones at the same time in august, one was already rooted from the factory! No problem I'm using lucky patcher and all. The other will not root not matter what I do! I cant find any solid info on this.
Click to expand...
Click to collapse
How do you have a rooted AT&T Note 5 when no one else does yet?
MrMike2182 said:
How do you have a rooted AT&T Note 5 when no one else does yet?
Click to expand...
Click to collapse
Bought it that way from AT&T... Is there a way to clone one phone to the other so they are both rooted? Maybe I can copy my phone to a zip and upload it?
TheOriginalNecro said:
Bought it that way from AT&T... Is there a way to clone one phone to the other so they are both rooted? Maybe I can copy my phone to a zip and upload it?
Click to expand...
Click to collapse
Can you screen shot your kernel information in settings and then about phone so I can see what it says for the rooted kernel. And copying the entire system to use it on the other phone is possible. Just depends on certain things.
I guess I should of bought a rooted one myself...........
think that no one has the root yet on this phone, so, pay attention to the instructions that forum masters will give to you. You could be a HERO for the entire Sm-n920a community and users hahahah. Btw, i don't know your knowledge about this things but yes, is possible to do this. Obvious, when someone of the biggest users will teach you how to do what you need, you could share the system clone with us!
Not to mention there's a big donation for anyone that finds a root method. So if you really have a rooted at&t note 5 there could be money coming your way.
terry81082 said:
Not to mention there's a big donation for anyone that finds a root method. So if you really have a rooted at&t note 5 there could be money coming your way.
Click to expand...
Click to collapse
Where's this donation? We are close, also luckypatcher works WITHOUT root. Technically we already have root, it just sucks really bad.
TechNyne66 said:
Where's this donation? We are close, also luckypatcher works WITHOUT root. Technically we already have root, it just sucks really bad.
Click to expand...
Click to collapse
I could of sworn I seen a bounty for the n920a like a year ago, but now I'm not finding anything. I should look before I comment apparently. However, much respect TechNyne66. I've been following you working a root method for a while now, and great job on being close.
@TechNyne66 It looks like he been out of the game for awhile, but try to contact Dan Rosenberg aka djrbliss. If anyone can help, he can.
timmy10shoes said:
@TechNyne66 It looks like he been out of the game for awhile, but try to contact Dan Rosenberg aka djrbliss. If anyone can help, he can.
Click to expand...
Click to collapse
Do you have a username? I got another member to join in again who says he knows how to complie kernels with ease. So lets hope this gets going! Everything is layed out we just need to get the code written. Remember anything is possible when you put you're mind to it, but this is with code. Kexec has worked in the past for locked bootloaders so I don't see why my notes in theory but plausible.
TechNyne66 said:
Do you have a username? I got another member to join in again who says he knows how to complie kernels with ease. So lets hope this gets going! Everything is layed out we just need to get the code written. Remember anything is possible when you put you're mind to it, but this is with code. Kexec has worked in the past for locked bootloaders so I don't see why my notes in theory but plausible.
Click to expand...
Click to collapse
Check your private messages.
@TechNyne66 He is not a member, just a man that knows kernels and exploits. He is the one that unlocked the AT&T s4's bootloader. He gave root to many Motorola devices also. He knows everything Linux and android. Contact him on Twitter, djrbliss
timmy10shoes said:
@TechNyne66 He is not a member, just a man that knows kernels and exploits. He is the one that unlocked the AT&T s4's bootloader. He gave root to many Motorola devices also. He knows everything Linux and android. Contact him on Twitter, djrbliss
Click to expand...
Click to collapse
I shall look into it.
Can we get a system dump of your partitions? We just need your kernel zImage and I can put it together.
I'd really like to see a dump of the system partition.
Follow a guide a make a full system dump of your rooted phone and then make a nandroid backup.
Upload it to us and we can make a clone. Please!
If you have a real full root. We need your system dump to unlock at&t and Verizon both.
Delgoth said:
Follow a guide a make a full system dump of your rooted phone and then make a nandroid backup.
Upload it to us and we can make a clone. Please!
If you have a real full root. We need your system dump to unlock at&t and Verizon both.
Click to expand...
Click to collapse
Chill bro I'm working on getting it from him. I've seen accident eng phones released by Samsung before so maybe it happened again.
There's no root for AT&T Note 5 SM-N920A if you are running Marshmallow with the Nov security update! If you are on this version you are screwedededed!!!! I tried every type of way to install firmwares PH4 ==> PH2 and I tried every version of firmware I could find on this planet. I have tried OGG. I have tried crashing my installation, then trying to downgrade.
Long story short; If you have an unlocked SM-N920A running Android 6.01 with Nov Security Patch I will definitely be donating to you if you upload. If you aren't a member of this forum I promise you that you are safe. The guys here will help you make a copy of the firmware which will not include your personal information. (Look for the guys with lots of Thanks, listen to them)
So if you are coming in from Google and you are wondering if you can root or downgrade now you know that you can't. I'm a beginner Android Developer who follows directions like a champion, save your time trying to downgrade it is fully blocked by the bootloader.
unlocked SM-920A upload coming soon
droidvoider said:
There's no root for AT&T Note 5 SM-N920A if you are running Marshmallow with the Nov security update! If you are on this version you are screwedededed!!!! I tried every type of way to install firmwares PH4 ==> PH2 and I tried every version of firmware I could find on this planet. I have tried OGG. I have tried crashing my installation, then trying to downgrade.
Long story short; If you have an unlocked SM-N920A running Android 6.01 with Nov Security Patch I will definitely be donating to you if you upload. If you aren't a member of this forum I promise you that you are safe. The guys here will help you make a copy of the firmware which will not include your personal information. (Look for the guys with lots of Thanks, listen to them)
So if you are coming in from Google and you are wondering if you can root or downgrade now you know that you can't. I'm a beginner Android Developer who follows directions like a champion, save your time trying to downgrade it is fully blocked by the bootloader.
Click to expand...
Click to collapse
I will have my phone unlocked tomorrow by AT&T. I currently have the SM-N920A running Android 6.01 with the Nov Sec Patch.
I have an unlocked 5.1.1 PE

VoLTE on AT&T USA?

Has anyone figured out, or is working on getting VoLTE activated on AT&T? I really want to keep my H8314, not ready to go to a bigger phone if I don't absolutely have to. Any chance to possibly get oem_*.sin files from xperia1 or xperia5 to work on the xz2c? I'm running Android 10, on stock build 52.1.A.3.49
+919712701607 wapp me i ll guide you
Samir solanki said:
+919712701607 wapp me i ll guide you
Click to expand...
Click to collapse
Can you give guiding tips on this thread for everyone?
Yes, it'd be nice to have some instructions, as there's probably quite a few more people that'd like to get this fixed!

Categories

Resources