[Q] No service on international ROMS for the T-MOBILE S6 - T-Mobile Samsung Galaxy S6

So this awesome developer is working hard at making a fix for the no service issue on the Galaxy S6 for T-Mobile when flashing a G920F ROM
THIS IS OUR 2ND TRY AT THIS AND IT MAY NOT WORK THE LINK WILL BE UPDATED AS HE UPDATES IT UNTIL
HE MAKES HIS OWN THREAD FOR IT WHEN IT IS FINISHED
https://drive.google.com/file/d/0BwXTGcX6nnPEM21lYVpnZENlbXM/view
I checked to see if it worked on my S6 and I just get com.android.dialer has stopped.
THE ORIGINAL QUESTION WAS FLASHING INTERNATIONAL ROMS ON THE T-MOBILE S6 AND WE ARE STILL HAVING ISSUES WITH TEST2
I just thought I would update this thread to let everyone know our progress in solving this issue.
The developer who made this fix is gaganmohal!

I take it you don't care if you end up bricking? If thats the case you probably dont care if you trip knox. If that is so, you could just root and twrp then make a rom out of the tar ball. If you don't know how to do that I could help. I'm not completely up on how knox works yet but you should beable to make your own tar ball with the international system.img with with the tmobile boot. The two phones hardware should be close enough that the kernels difference shouldn't matter. Twrp zip or repackaging the tar ball are much better options than blindly flashing the wrong firmware.

ThePagel said:
I take it you don't care if you end up bricking? If thats the case you probably dont care if you trip knox. If that is so, you could just root and twrp then make a rom out of the tar ball. If you don't know how to do that I could help. I'm not completely up on how knox works yet but you should beable to make your own tar ball with the international system.img with with the tmobile boot. The two phones hardware should be close enough that the kernels difference shouldn't matter. Twrp zip or repackaging the tar ball are much better options than blindly flashing the wrong firmware.
Click to expand...
Click to collapse
OK I would like help on repackaging the tar ball and no I don't care about tripping KNOX as I already have and I don't even have a warranty on this and I plan on paying this phone off

ethanscooter said:
OK I would like help on repackaging the tar ball and no I don't care about tripping KNOX as I already have and I don't even have a warranty on this and I plan on paying this phone off
Click to expand...
Click to collapse
Here is the problem, my last samsung phone was the s3 and we didnt see knox intil the end of its 2 year run. I'm going to have to look into the s5 and see what can be left out of the tar ball just in case knox needs this or that to match up. Im not getting this phone until the first so I just wanted you to be completely aware I dont have this phone yet and am behind the times with knox. Honestly it probably wont work because if it would we would have seen a pre rooted tarball by now. Ill let you know what I come up with.

ThePagel said:
Here is the problem, my last samsung phone was the s3 and we didnt see knox intil the end of its 2 year run. I'm going to have to look into the s5 and see what can be left out of the tar ball just in case knox needs this or that to match up. Im not getting this phone until the first so I just wanted you to be completely aware I dont have this phone yet and am behind the times with knox. Honestly it probably wont work because if it would we would have seen a pre rooted tarball by now. Ill let you know what I come up with.
Click to expand...
Click to collapse
Thanks by the way you know knox can be disabled in supersu right tripping knox means it shows you voided your warranty in download mode but knox isn't like a locked bootloader...

ethanscooter said:
Thanks by the way you know knox can be disabled in supersu right tripping knox means it shows you voided your warranty in download mode but knox isn't like a locked bootloader. ..
Click to expand...
Click to collapse
Right, right I was on a locked s3 and I pinned the two together for some reason. I did know that :good:

ThePagel said:
Right, right I was on a locked s3 and I pinned the two together for some reason. I did know that :good:
Click to expand...
Click to collapse
So now that we can get started can you please help me with the process I already have the G920t tar downloaded

ethanscooter said:
So now that we can get started can you please help me with the process I already have the G920t tar downloaded
Click to expand...
Click to collapse
Gimme a couple hours just got off work.

ThePagel said:
Gimme a couple hours just got off work.
Click to expand...
Click to collapse
Ok

So I didn't even think to ask if you have access to linux. Probably a way to do it in windows but I don't do this kind of stuff in windows.

I can use cygwin linux terminal emulator

ThePagel said:
So I didn't even think to ask if you have access to linux. Probably a way to do it in windows but I don't do this kind of stuff in windows.
Click to expand...
Click to collapse
I can use cygwin terminal (linux terminal emulator) people have done it before.

Okay this is by no means a step by step since I have never used cygwin and have no clue how commands and directory layout might differ.
Commands needed and some examples if I feel is necessary
Spaces or the lack of spaces is very important
Make a new directory: mkdir
Move files/folders: mv
View directory contents: dir
Extract tar: tar xvf originalFirmwarename.tar.md5
Create tar: tar -cvf firmwaremixname.tar system.img boot.img modem.img (they might be .bin and thats fine)
Add md5: md5sum -t firmwaremixname.tar >> firmwaremixname.tar
Rename: mv firmwaremixname.tar firmwaremixname.tar.md5
Make 3 folders:
T-mobile
International
Mix
Move the the international and T-Mobile firmware to their folders
Cd to and extract the tar for both files
Move only the system from the international folder to the mix folder
Move the boot, modem and recovery from the T-mobile folder to the mix folder
Cd to the mix folder and create the tar
Add the md5 then rename it to whateveryouwant.tar.md5
Flash in odin or jodin
If it boots up great the systems are close enough that kernel difference doesn't matter. If it doesn't boot try a factory reset and if its still not working the kernel difference is whats killing it. The boot from the international version could potentially work but its not worth the possible brick.
If you add anything from international other than the system you will probably brick so don't do it.
If you get stuck just google it, Ill probably take a long time to get back to you. But if google doesn't help ill answer asap.

ThePagel said:
Okay this is by no means a step by step since I have never used cygwin and have no clue how commands and directory layout might differ.
Commands needed and some examples if I feel is necessary
Spaces or the lack of spaces is very important
Make a new directory: mkdir
Move files/folders: mv
View directory contents: dir
Extract tar: tar xvf originalFirmwarename.tar.md5
Create tar: tar -cvf firmwaremixname.tar system.img boot.img modem.img (they might be .bin and thats fine)
Add md5: md5sum -t firmwaremixname.tar >> firmwaremixname.tar
Rename: mv firmwaremixname.tar firmwaremixname.tar.md5
Make 3 folders:
T-mobile
International
Mix
Move the the international and T-Mobile firmware to their folders
Cd to and extract the tar for both files
Move only the system from the international folder to the mix folder
Move the boot, modem and recovery from the T-mobile folder to the mix folder
Cd to the mix folder and create the tar
Add the md5 then rename it to whateveryouwant.tar.md5
Flash in odin or jodin
If it boots up great the systems are close enough that kernel difference doesn't matter. If it doesn't boot try a factory reset and if its still not working the kernel difference is whats killing it. The boot from the international version could potentially work but its not worth the possible brick.
If you add anything from international other than the system you will probably brick so don't do it.
If you get stuck just google it, Ill probably take a long time to get back to you. But if google doesn't help ill answer asap.
Click to expand...
Click to collapse
Thanks but I decided to just flash an international rom which is working great... but I have no service can you please help me fix that I am trying to flash a G920F rom

ethanscooter said:
Thanks but I decided to just flash an international rom which is working great... but I have no service can you please help me fix that I am trying to flash a G920F rom
Click to expand...
Click to collapse
Whats inside the zip?

ThePagel said:
Whats inside the zip?
Click to expand...
Click to collapse
META-INF, system, tmp, boot.img
The rom download is here https://www.androidfilehost.com/?fid=95916177934555476
Thread for the rom is here: http://forum.xda-developers.com/gal...-xtrestolite-pure-edition-1-0-beta-1-t3082467

ethanscooter said:
META-INF, system, tmp, boot.img
The rom download is here https://www.androidfilehost.com/?fid=95916177934555476
Thread for the rom is here: http://forum.xda-developers.com/gal...-xtrestolite-pure-edition-1-0-beta-1-t3082467
Click to expand...
Click to collapse
Unless there is a modem.img or .bin in the tmp folder all you should need to do is make a apn for t-mobile or whatever your carrier is. You might have to change network mode after making the apn.

ThePagel said:
Unless there is a modem.img or .bin in the tmp folder all you should need to do is make a apn for t-mobile or whatever your carrier is. You might have to change network mode after making the apn.
Click to expand...
Click to collapse
I made an APN for T-Mobile and I still get the forbidden sign where I should see bars but the weird thing is data works and texting works but for calling, I can make calls but no one can hear me and I can't hear them and once again I have that forbidden sign (circle with line going through it)
Picture:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

ethanscooter said:
I made an APN for T-Mobile and I still get the forbidden sign where I should see bars but the weird thing is data works and texting works but for calling, I can make calls but no one can hear me and I can't hear them and once again I have that forbidden sign (circle with line going through it)
Picture:
Click to expand...
Click to collapse
Well the good news is we can make it work. The bad news is your going to need to get your hands a little dirty. I cant think of the folder off hand but you need to move a bunch of .so files from the stock T-Mobile rom into the international rom then reflash. That should get everything up and running for you, should.
*edit*
I think its in system/lib
Do some searching and you should beable to find the exact files you need to transfer, otherwise I can give you a list later.

ThePagel said:
Well the good news is we can make it work. The bad news is your going to need to get your hands a little dirty. I cant think of the folder off hand but you need to move a bunch of .so files from the stock T-Mobile rom into the international rom then reflash. That should get everything up and running for you, should.
*edit*
I think its in system/lib
Do some searching and you should beable to find the exact files you need to transfer, otherwise I can give you a list later.
Click to expand...
Click to collapse
Thanks I tried looking for what files I need online but I couldn't find the names of them
Can I have that list
And yes I found lots of .so files in /system/lib
BTW I am rooted (you probably figured that by now)

Related

[SOLVED]Effect_tick.ogg

i want to change Effect_tick.ogg in the /system/media/audio/ui
i try to overwrite it or delete it or movie it and im denied even in su mode.
how can i take a ogg of the same name from my sdcard or computer and switch this sucker? this is the sound file for the the screen selection setting and i want to change it.
possible? how? adb push/pull? other than adb?
Your best bet would probably be to unzip your current ROM, throw it in there, zip and sign, and flash. I don't think little files like that can be over-written.
lukekirstein said:
Your best bet would probably be to unzip your current ROM, throw it in there, zip and sign, and flash. I don't think little files like that can be over-written.
Click to expand...
Click to collapse
trying that now. i would have to resign and stuff right? i never done that hmmm
okay i unzipped the rom, took MY effect_tick.ogg and threw it in the unzipped rom, rezipped and signed and the error i got while updating is WRONG DIGEST and it named the system path to my effect_tick.ogg i tried putting in... hmmm im asking cyanogen i first wanted to to it on his ROM. i do realize this is a sound and path not exclusive to his ROMs but its worth a shot thanks for the help
http://androidcommunity.com/forums/...-selection-sound-or-any-other-ui-sound-17949/
That should do it. If you have any good sound files to use as a replacement, can you please upload em so I can take a listen? or maybe suggest where I may acquire some myself possibly?
Seoulboy1 said:
http://androidcommunity.com/forums/...-selection-sound-or-any-other-ui-sound-17949/
That should do it. If you have any good sound files to use as a replacement, can you please upload em so I can take a listen? or maybe suggest where I may acquire some myself possibly?
Click to expand...
Click to collapse
today i set up adb on my work comp (honestly i was lost as to how to get adb working and what exactly is was for the longest haha), just followed your tutorial, and bam! i've got the final fantasy IV screen finger pointer sound as my selection sound.
THANK YOU! oh and i dont have any other good ogg's right now i just wanted taht one. if i make more ill be sure to post em!
thanks again!

[MOD]Custom Boot Logo (not the boot animation)

I AM NOT RESPONSIBLE FOR ANY THING THAT HAPPENS TO YOUR HARDWARE! FLASH AT YOUR OWN RISK!
Objective: Change Samsung Boot Logo
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Proof of Concept: http://www.youtube.com/watch?v=4rGRZgry8lk
Tools Needed:
Samsung Epic running DK28 ***MUST BE ROOTED*** (See Question #5 below for non rooted devices)
Heimdall 1.1.1 (I'm not going to get into how to install the drivers...read the README) Download HERE
Modified param.lfs HERE
ADB or terminal emulator
480x800 jpg 64KB or less in size (use the above image as a template if you need to) or use the skull logo from the video HERE UPDATE: blademonkey posted some more logos that should work here
Steps:
1. Unplug and power off your phone and put it into download mode by holding '1' on the keyboard while powering on.
2. Open Heimdall and select the modified param.lfs (make sure no other boxes are checked besides the param.lfs box)
3. Hit start and let the phone reboot. (I didn't but if you get a garbled screen on boot just ignore it)
4. After the phone boots copy the new jpg file to the sdcard via 'adb push newlogo.jpg /sdcard/' or mounting the sdcard on your computer.
5. open an 'adb shell' or your favorite terminal emulator and issue the following commands and replace newlogo.jpg with your file name:
Code:
$ su
# cp /sdcard/newlogo.jpg /mnt/.lfs/logo.jpg
6. Reboot your phone the normal way or just type 'reboot' and look for your new logo to show up!
Q&A:
1. Why 64KB or less for the jpg? Well the original logo.jpg is 64KB and with replacing files on flash memory it is a good idea to stick to that or smaller. I have tested with jpg files ranging from 11KB-58KB. If any one feels daring and wants to push a bigger jpg then please post your results. In theory, the partition is 5120KB which would leave us with about 3800KB free on that partition. But I would still recommend sticking to 64KB or less.
2. Why Heimdall and not odin? Whenever I tried to flash with Odin it soft bricked my phone every time. Returning to download mode and using Heimdall to flash the param.lfs file worked every time for me (and unbricked my phone). I used Odin 1.3 with and without the victory .pit and I don't know if it was my .tar or what but it never goes through. If any one wants to figure out why it doesn't work in Odin or figures out how to make it work then please post in this thread and I'll update the OP.
3. Why does the Samsung logo still show up after my image? The logo is a two part deal. The first part is contained in the param.lfs file that we are dealing with here. The second part is somewhere in the kernel. If some one knowledgeable wants to try and tackle the kernel I would be very interested to know how. It may not be possible until we get the source code.
4. Can I do this with ClockworkMod? I attempted to make a zip to flash the param.lfs with redbend_ua doing a redbend_ua restore does not flash correctly. In fact after I flashed with CWM the phone does not even mount /dev/block/stl6 (seen as bml6 by CWM) anymore. If any one has any ideas or can figure this out please let me know. This would allow the ROM developers another way to include a new logo in their ROM.
5. How can I replace the logo on my NON-ROOTED DK28 phone? To do this you will need a dump of the param.lfs from some one else's phone that has already followed the above steps. To dump an existing param.lfs in an adb shell or terminal and 'dd if=/dev/block/stl6 of=/sdcard/param.lfs' Then you can flash the modified param.lfs with Heimdall and ignore the rest of the steps above.
How it Works: (If you are curious)
The boot logo is stored /dev/block/stl6 which is mounted in /mnt/.lfs/ on the file system. By typing 'mount' in a terminal you can see it is mounted as a j4fs file system. From what I understand in my research is that j4fs is a closed source type of file system and is not well documented. Also you might notice it is mounted 'rw' but this is only partially true. You CAN create a NEW file in /mnt/.lfs/ but you can NOT delete or modify an existing file in that partition. So how do we get replace that logo.jpg to our custom image? We don't replace it. Instead I used a hex editor on the DK28 stock param.lfs file and changed every instance of '6C 6F 67 6F 2E 6A 70 67' to '6C 30 67 30 2E 6A 70 67' What this did is change the logo.jpg file name to l0g0.jpg. This allows us to flash that modified param.lfs and put a new logo.jpg on that partition. This same method could be used to replace the other files you can see in the /mnt/.lfs/ folder. Ideally I would have liked to delete the original jpg file all together but after many many different attempts, I couldn't find a way to do so. I'm also a noob when it comes to hex editing (this was my first time) so I don't posses the knowledge to do it that way nor do we know enough about the j4fs to make it happen.
References & Credits:
I would like to thank all of the people who contributed to this thread:
http://forum.xda-developers.com/showthread.php?t=849789
Thanks to connexion2005 for this video and files that I used for reference:
http://forum.xda-developers.com/showthread.php?p=11039455
Thanks to z4ziggy for his research on diff forums and his site here:
http://z4ziggy.wordpress.com/page/2/
If you have any questions, concerns, *****es, or complaints please leave a post in this thread. Thanks.
You rock! Keep up the good work!
I love the fact that everytime you post something Rodd you have phenomenal directions on how to do it. Great to see that you are trying to educate people on how to do stuff that they normally wouldn't even think about doing. Keep up the good work.
Sweet action...thanks for explaining the workings, helps to know what's going on so we can all learn as we go
thanks man worked like a charm!!!
Why can't you just rename a jpg with the proper dimensions and size the same as the Samsung image and replace the original image using Root Explorer? We already know the location, size, and dimensions of the image.
Dante of the Inferno said:
Why can't you just rename a jpg with the proper dimensions and size the same as the Samsung image and replace the original image using Root Explorer? We already know the location, size, and dimensions of the image.
Click to expand...
Click to collapse
Read 'How it works' in the OP. With j4fs partitions you can only create a NEW file. You can not modify, rename, or delete an existing file. And yes the method you are suggesting was the first thing I tried.
Question? Will this be like the evo where if you flash a new rom it will stay or will you have to refash every time a new rom is flashed?
asj2583 said:
Question? Will this be like the evo where if you flash a new rom it will stay or will you have to refash every time a new rom is flashed?
Click to expand...
Click to collapse
it will stay until it is overwritten by odin or heimdall so it will stay through rom flashes
Rodderik said:
it will stay until it is overwritten by odin or heimdall so it will stay through rom flashes
Click to expand...
Click to collapse
Do you know of any custom boot/splash screens that are available to download or can the evo's be used?
asj2583 said:
Do you know of any custom boot/splash screens that are available to download or can the evo's be used?
Click to expand...
Click to collapse
Any 480x800 jpg 64KB or less in size should work just fine. I have not tested any other resolutions or anything bigger than the original file size.
Everything went thru but it just shows a black screen and not the pic i loaded..any ideas?
it was 34KB
iSaint said:
Everything went thru but it just shows a black screen and not the pic i loaded..any ideas?
it was 34KB
Click to expand...
Click to collapse
if you want post the jpg link in this thread or pm it to me and i'll look at it
i was playing around with these thanks for the reply bro
http://forum.xda-developers.com/showpost.php?p=8033908&postcount=5177
iSaint said:
i was playing around with these thanks for the reply bro
http://forum.xda-developers.com/showpost.php?p=8033908&postcount=5177
Click to expand...
Click to collapse
looks to me like those files are not jpg files and are not the right size either
remember once you have a logo.jpg in /mnt/.lfs/ you have to redo the partition to add another
please post the actual file u were trying
Logos
Here you go
blademonkey said:
Here you go
Click to expand...
Click to collapse
thanks...added a link in the OP to your post
I'm not much of a photo editor, but I'm working on a cross of some sort. A plain white glowing cross would be awesome. If anyone beats me to it, it won't hurt my feelings.
Thanks for your hard work Rodderik! Playing around I found and resized this for any Christians on here... hopefully someone will be inspired to make a better one
DeeODoubleD said:
Thanks for your hard work Rodderik! Playing around I found and resized this for any Christians on here... hopefully someone will be inspired to make a better one
Click to expand...
Click to collapse
thanks for sharing em...they look good to me!

[DUMP] Requesting one for dev purposes

While my LG Black doesn't arrive I don't have a way to toy around with it since KDZ files come with a WDB inside (which can't be unpacked) unlike the DZ file used before.
That being said, can anyone get me a nandroid .img files?
In practice I only need boot.img and system.img but I'm a bit curious about the rest so I'd appreciate if anyone could zip them all, upload them somewhere (multiupload.com) and post here the link.
For a nandroid backup, you need cwm installed (follow the tutorial in this section), then you just need to boot into the custom recovery (use AnReboot for example) and pick backup. Afterwards, you can find the backup files in internal or external sdcard on /clockworkmod.
Thanks.
Noejn said:
While my LG Black doesn't arrive I don't have a way to toy around with it since KDZ files come with a WDB inside (which can't be unpacked) unlike the DZ file used before.
That being said, can anyone get me a nandroid .img files?
In practice I only need boot.img and system.img but I'm a bit curious about the rest so I'd appreciate if anyone could zip them all, upload them somewhere (multiupload.com) and post here the link.
For a nandroid backup, you need cwm installed (follow the tutorial in this section), then you just need to boot into the custom recovery (use AnReboot for example) and pick backup. Afterwards, you can find the backup files in internal or external sdcard on /clockworkmod.
Thanks.
Click to expand...
Click to collapse
I did a nandroid backup back in 23th June, but system.img is 364MB. I don't think I can upload it "soon", but I'll try while someone else does.
antonio1475 said:
I did a nandroid backup back in 23th June, but system.img is 364MB. I don't think I can upload it "soon", but I'll try while someone else does.
Click to expand...
Click to collapse
Sorry, 3 and a half hours collapsing my internet... I just can't. But I hope someone does.
Yes I‘m going to upload it today just give me one or two hours.
Sent from my LG-P970 using XDA App
Files upload finished
I have just finished the img files upload. I wish they can contribute for something.
The download link is: http://www.multiupload.com/9IOE4QTEYV
there's a way i found in a Chinese forum,i hope it can help you .btw i'm trying to develop a rom too
http://www.opda.com.cn/thread-375968-1-1.html
dxdiag32 said:
there's a way i found in a Chinese forum,i hope it can help you .btw i'm trying to develop a rom too
http://www.opda.com.cn/thread-375968-1-1.html
Click to expand...
Click to collapse
forget it ....i tried it ,it doesn't work ...we'd better ask nunogil for help
nunogil said:
I have just finished the img files upload. I wish they can contribute for something.
The download link is: http://www.multiupload.com/FLJCP2D9GS
Click to expand...
Click to collapse
hey dude ,can you please share how were you got the img files ?through dd command or convert .kdz file ?
I got the img files by doing a backup with cwm. Just install cwm as it is discribed in the tutorial and go to recovery mode using anreboot. Choose the backup option at recovery UI. After that open your sdcard/clockworkmod and get the img files and thats it.
Sent from my LG-P970 using XDA App
Like I've written in the first post, P970's KDZ files don't have a DZ inside but a WDB which can't be unpacked.
So that guide won't work.
aracks said:
Here's the google translate translation for this (saved time for you).
"1 Extract the official ROM
Download the official rom tools required:
Visitors, if you want to view hidden content please reply to this post
1) Download the tool to extract to any folder
I have the tools in "D: \ KDZtools" under
2) Extract the KDZ file, for example here in Hong Kong line V10A
Will V10A_00.kdz into any folder, where I put "D: \ ROM" folder.
Run KDZtools inside KP500-Utils-EN.exe, input i, carriage return (to extract files from KDZ)
Enter KDZ files, D: \ ROM \ V10A_00.kdz, Enter
The same directory to find V10A_00.cab file, extract the CAB file to get dz file, Hong Kong Bank V10A as: LGP500AT-00-V10a-454-XX-OCT-05-2010 +0- DZ.dz
3) Extract the files DZ
Extract the files need to use DZExtract.exe DZ
In the command line into the ROM folder: cd D: \ ROM
In the command line, enter D: \ KDZtools \ DZExtract.exe-x LGP500AT-00-V10a-454-XX-OCT-05-2010 +0- DZ.dz
Completed in the current folder will be a lot of files, which boot.img, system.mbn_0, system.mbn_1, system.mbn_2 we need the file.
4) merge and extract system.mbn
System.mbn to extract three files must first be combined to continue the command line, enter: copy / b system.mbn_0 + system.mbn_1 + system.mbn_2 system.mbn
Will system.mbn to a new folder, for example D: \ ROM \ system, enter the command: D: \ KDZtools \ unyaffsmbn.exe system.mbn
After completion of the official rom will be in system directory of all files, then you can delete system.mbn the.
5) Production of basic rom package
With 7-zip or winrar and other tools to create a zip format compressed archive
Step 3 will be the boot.img and 4 together to get the system folder into the directory with the compressed package to save.
Note: v10e, v10b etc. 2.2.1 version of the rom can not require special handling or root, as follows:
system / bin folder, delete all the file size of 28 bytes of system files.
Here we have a base rom package, you can begin to develop after a rom.
(2) customize their own ROM
Here you can own the "custom ROM" gorilla in the kitchen area to use the system"
Click to expand...
Click to collapse
My Black arrives next monday.
I'll decide then if it stays with me or goes to my gf.
Just keep it please :d
Sent from my LG-P970 using XDA App
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yusei kindly volunteered himself for a tweak of mine.
This is on stock ROM, no overclock, no anything.
is much more fluid and faster
open apps, multi tasking...
5*
Yusei said:
is much more fluid and faster
open apps, multi tasking...
5*
Click to expand...
Click to collapse
what kind of tweak did you do?
i04055 said:
what kind of tweak did you do?
Click to expand...
Click to collapse
it's a tweak made by Noejn and tested by me
at this time i'm very happy with the differences
Yusei said:
it's a tweak made by Noejn and tested by me
at this time i'm very happy with the differences
Click to expand...
Click to collapse
looks great... when will it be published?
at this time, i'm using go launcher ex and it get some laggy when scrolling in app drawer with cylinder effect. In the other hand, my old optimus one with custom rom done it smoothly... so frustrating...
did you modify the cache?
Noejn said:
Yusei kindly volunteered himself for a tweak of mine.
This is on stock ROM, no overclock, no anything.
Click to expand...
Click to collapse
Publish the tweak, please.
Sent from my LG-P970
that tweak will be posted soon
i'm testing in day-a-day use

[Tool] LGNPST 1.3 Developer Edition

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LGNPST 1.3 Developer Edition For XDA
*DO NOT HOST/LINK/REPOST/OR ANYTHING ELSE OUT SIDE OF XDA* WITH OUT MY PERMISSION
[Questions]
Q.) Where is the Right Click Register ?
A.) I recompiled it into the installer, it will automatically install when installing LGNPST
Q.) Is the Right Click Register any different then the one I already have ?
Q.) I don't see the Register DLL in my right click menu.
A.) Most likely the right click register that you got/download/received originally came from me in the first place, this version is newer and updated. This version will install a new menu and ONLY register on dlls that can be registered, it does not show in your right click menu the whole time like the old version. It will only show when right clicking on a valid Active X dll or OCX file.
Q.) Should I remove the old LGNPST ?
A.) Yes remove all old version of LGNPST.
Q.) Can I upgrade my phone that use a .tot with this?
A.) Yes you can, VERY EASILY. You must first change the menu. To do this click (Tool) at the top menu. Click (Show Only Old UI). You will notice the upgrade tab will switch from asking for a .CAB file to a .BIN file. Just click on the little folder icon and change the FILE TYPE to .TOT, then select your .TOT file. No need for having to do any hacks or *.* or using the WRONG method to update the device.
Download Here
[Reserved] Also I don't know why It posted in the General section, maybe a mod will be so kind to move the thread to the development section.
Downloaded twice.
WinRAR message - Unexpected end of archive.
Thanks, Mark
Update your Winarar
Thank You for this thread.
7-Zip = no errors
Gracias.
7 zip would not open. Winzip would not open. Downloaded to phone. Would not open. Downloaded a second time to my phone and worked perfect. Very strange! Might be my internet connection.
Thanks for posting this!
I need help!!!! I think I soft/hard bricked my phone. I'm not sure since I can only get into Download mode. I have the .bin file and LGNPST v 1.3 and after all is in the right place and I hit start I get the ERROR: Unable loading Port Component. What does that mean??? Any help will be greatly appreciated. Thanks in advance.
I just had to pick this old phone and use it again and need to return to stock. It's been a really long time since I played with this phone. I can't find any instructions on using this (LGNPST 1.3) I have already deleted my old version. Are there files I need to download or does this version have everything needed included in it? Any help is very much appreciated.
jcutter347 said:
I just had to pick this old phone and use it again and need to return to stock. It's been a really long time since I played with this phone. I can't find any instructions on using this (LGNPST 1.3) I have already deleted my old version. Are there files I need to download or does this version have everything needed included in it? Any help is very much appreciated.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1337386
This contains all the .TOT files you need and instructions. Latest and recommended version is V9.
Good luck!
dbeauch said:
http://forum.xda-developers.com/showthread.php?t=1337386
This contains all the .TOT files you need and instructions. Latest and recommended version is V9.
Good luck!
Click to expand...
Click to collapse
Thank you for your help!!!!!!! Greatly appreciated:good:
How to install a new dll?
I need to install a dll for my Lg Optimus 4x Hd. Lg p880
xavierleonelbr said:
I need to install a dll for my Lg Optimus 4x Hd. Lg p880
Click to expand...
Click to collapse
did you figure out how to do this?
12manytimes said:
did you figure out how to do this?
Click to expand...
Click to collapse
No. What about you?
Sent from my MZ601 using xda premium
xavierleonelbr said:
No. What about you?
Sent from my MZ601 using xda premium
Click to expand...
Click to collapse
lol no I have sum1 else helping me with it so hopefully i have an answer soon..i know its possible
I have done everything with the .bin files and everything but when I click DLL file, it only takes me to LGNPST_Utility2.dll and I can not go anywhere else with it. Can someone help me?
TaviRawr said:
I have done everything with the .bin files and everything but when I click DLL file, it only takes me to LGNPST_Utility2.dll and I can not go anywhere else with it. Can someone help me?
Click to expand...
Click to collapse
You're not actually looking for a .bin file, TaviRawr...
When you get to that point where it asks you to select a .bin file, the windows open dialog box should open up.
Navigate to the folder where you have the .tot file downloaded...
In the box for file name, type *.tot and hit enter.
Now you should have a listing of the .tot file you downloaded. Click it and hit ok.
Then you should be able to flash your phone to stock.
rybussell said:
You're not actually looking for a .bin file, TaviRawr...
When you get to that point where it asks you to select a .bin file, the windows open dialog box should open up.
Navigate to the folder where you have the .tot file downloaded...
In the box for file name, type *.tot and hit enter.
Now you should have a listing of the .tot file you downloaded. Click it and hit ok.
Then you should be able to flash your phone to stock.
Click to expand...
Click to collapse
I locate the .bin file just fine. So do I even need the .dll file? I am trying to follow the walk through exactly.
This is the guide I am using
http://www.lg-phones.org/how-to-return-sprint-lg-optimus-g-back-to-stock.html
TaviRawr said:
I locate the .bin file just fine. So do I even need the .dll file? I am trying to follow the walk through exactly.
This is the guide I am using
http://www.lg-phones.org/how-to-return-sprint-lg-optimus-g-back-to-stock.html
Click to expand...
Click to collapse
I'm surprised that the directions don't suggest the Models folder...
Try this...
Go to wherever you have the LGNPST application installed.. For me, it was C:\LG Electronics\LGNPST
Make sure the program is currently closed...
You should have a list of folders and files, such as Components 4.0 and stuff like that ...
Right click and create a new folder and name it Models
Wherever your .dll fild is, the lgnpst_ms970.dll or whatever it's called is, copy it into the Models folder you just created..
Then, assuming you're using Windows Vista/7/8, navigate back up to the LGNPST folder and right click LGNPST.exe (it might say LGNPST if you have extensions hidden for known file types), and run as Administrator...
Now, when you plug your phone in, make sure it is set to Internet Connection and Debugging is on.
The program should automatically detect your phone and the .DLL model...
I'll link to a video (sorry, no audio yet) that gives you a visual briefly.
http://www.mediafire.com/?g3iccvdvmk0kvdc
It's about 85 mb...
Let me know if you have any other questions if this doesn't help.
I will try this and tell you what happens. Thank you.
---------- Post added at 06:44 PM ---------- Previous post was at 06:30 PM ----------
Do I still need to register the .dll by going into command prompt and running as admin and typing....I can't remember.

Extracting system.img

I've been a member of the Galaxy S3, S4, Galaxy Tab 4 8.0 and now I'm proud member of the Galaxy S6 Gcommunity..
I'm a modder and I have been having a lot of trouble with decompiling and extracting the system.img..
All my old methods will not work like ext4_unpacker...
I've been looking at youtube videos among other things and came up empty..
All I need is a point in the right direction and I can do the rest..
BTW I have the Samsung G920T 128 gig model..
I've tried so many old methods, this is a new device.. I'm likely to be ignored...
But I'd appreciate the help
I dont know much about that stuff but have seen this mentioned before. http://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025
Really depends on who ya ask for help bro..............
The Sickness said:
Really depends on who ya ask for help bro..............
Click to expand...
Click to collapse
If you don't mind me asking, @thes1ckness what tool do you use to pull a system dump from system.img for s6 firmwares?
As op said I can't seem to find the common method for doing this nowadays.
Alarand said:
If you don't mind me asking, @thes1ckness what tool do you use to pull a system dump from system.img for s6 firmwares?
As op said I can't seem to find the common method for doing this nowadays.
Click to expand...
Click to collapse
The Sickness has said to me in a PM that ImgExtractor_1_3_4 that can be found at http://forum.xda-developers.com/showthread.php?t=2667610 is an excellent simple application to extract the system.img file.. It has worked on all system.img files current and old..
Zaphodspeaks said:
The Sickness has said to me in a PM that ImgExtractor_1_3_4 that can be found at http://forum.xda-developers.com/showthread.php?t=2667610 is an excellent simple application to extract the system.img file.. It has worked on all system.img files current and old..
Click to expand...
Click to collapse
Thanks man.
Alarand said:
Thanks man.
Click to expand...
Click to collapse
I'm just passing it on.. It was @The Sickness that pointed me in the right direction..
alternative solution for img extraction/fix here
How do you compile it? That way its back into a Odin compatible system.IMG?
1619415 said:
How do you compile it? That way its back into a Odin compatible system.IMG?
Click to expand...
Click to collapse
You use Winrar to zip it up with the appropriate file structure and flash in recovery. That's if you extracted files from the image.
For a tar, follow this....
http://forum.xda-developers.com/showthread.php?t=2665283
1619415 said:
How do you compile it? That way its back into a Odin compatible system.IMG?
Click to expand...
Click to collapse
For remaking system.img you do need make_ext4fs:
make_ext4fs -s -S file_contexts -l <system size> -a system system.img /directory/to/system/folder
System size can be found by dh command
File_contexts should be extracted from kernel ramdisk

Categories

Resources