ICS Modem Files - WORKING UCAL4 Modem - AT&T Samsung Galaxy S II Skyrocket SGH-I727

EDIT
See post #5 for CWM Zip
Be sure to thank LeeC for the zip and Carrett for giving us the files.
For those that have ICS installed, would you be able to pull the modem files out. Figured I'd test some theories out with getting this on a rogers version. Shot in the dark, but figured I would make the leap.
For those of you that are wondering how to; You will need to do this:
adb shell dd if=/dev/block/mmcblk0p13 of=/sdcard/amss.bin
adb shell dd if=/dev/block/mmcblk0p17 of=/sdcard/mdm.bin
adb pull /sdcard/amss.bin
adb pull /sdcard/mdm.bin
Then just throw that into a zip for me.
Appreciate any help you can provide.

Here are mine. Hopefully devs find this useful! What's weird is that mdm.bin and amss.bin end up being EXACTLY the same size (down to the byte). I double-checked and did it twice to be sure.
Let me know if I can adb anything else for y'all.
http://db.tt/JLhX67BT

putting this into a zip and flashing now

Looking forward to your result.

Hi y2whisper, I made a flashable zip with some library files together.
http://dl.dropbox.com/u/4333782/ICSradio.zip
Just for test since I have not tested if it's work or not. I need my phone working now.

LeeC said:
Hi y2whisper, I made a flashable zip with some library files together.
http://dl.dropbox.com/u/4333782/ICSradio.zip
Just for test since I have not tested if it's work or not. I need my phone working now.
Click to expand...
Click to collapse
YAYYY it works

Killadude said:
YAYYY it works
Click to expand...
Click to collapse
On what ROM you flashed? y2whisper mentioned in another post that he got boot loop so I guess he missed those library files.

Yeah I figured I would have had the lib files already in there so I skipped it. I will flash and confirm as well.
EDIT
Not only does this work but the baseband version shows up as well. Will let the people with the Odin tar know.

LeeC said:
Hi y2whisper, I made a flashable zip with some library files together.
http://dl.dropbox.com/u/4333782/ICSradio.zip
Just for test since I have not tested if it's work or not. I need my phone working now.
Click to expand...
Click to collapse
AWESOME! Thanks for this - works great on my I727R.

Great, thanks for the confirmation. One step a time guess we are getting our perfect rogers ICS soon

LeeC said:
Great, thanks for the confirmation. One step a time guess we are getting our perfect rogers ICS soon
Click to expand...
Click to collapse
Perfect would be ASOP but this is pretty damn near good enough!

Thanks LeeC, worked great on my phone flashed with the nandroid ICS.
Edit: Only problem with this radio right now for me is that I can't get a solid LTE signal. I've always had a strong solid LTE signal in the same location but now it keeps fluctuating. Anyone else has this problem?

yvrRome said:
Thanks LeeC, worked great on my phone flashed with the nandroid ICS.
Edit: Only problem with this radio right now for me is that I can't get a solid LTE signal. I've always had a strong solid LTE signal in the same location but now it keeps fluctuating. Anyone else has this problem?
Click to expand...
Click to collapse
Same issue

try *#2263# and setting LTE prefrences to all

Killadude said:
try *#2263# and setting LTE prefrences to all
Click to expand...
Click to collapse
Yeah, I've tried that already but I just end up with no network. So you don't have issues after flashing this radio?

Havent noticed any issues with the radio....
But if i try any of the leaked flashable zips (NON rogers/nandroid one) it still lags like it used to when i had the KJ7 radio =S

I installed the nandroid deodexed backup - up and running pretty sweet!
For this - do I simply put the zip file on root of my sdcard and install from cwm?

dogblood said:
For this - do I simply put the zip file on root of my sdcard and install from cwm?
Click to expand...
Click to collapse
That is correct.

LeeC said:
Hi y2whisper, I made a flashable zip with some library files together.
http://dl.dropbox.com/u/4333782/ICSradio.zip
Just for test since I have not tested if it's work or not. I need my phone working now.
Click to expand...
Click to collapse
That updater-script won't install the RIL properly. It's looking for "system" in the zip, but its "lib". If you change it to this I think it should:
Code:
package_extract_dir("lib", "/system/lib");
unmount("/system");

Thanks romracer. I updated and the libs are now updated properly. Unfortunately I was hoping this would stabilize LTE for me but it didn't. Although it has improved.

Related

[ROM-BASE] Stock 1.17.651.1 Rooted, Deodex'd for dev's to base off of.

After getting request's to post this on its own thread... here's the stock, rooted & deodex'd rom that has been fixed... Superuser, HTC_IME FC's, and the updater script!
Dev's, use this as a base for your roms... If you are new to emmc partitions and updater scripts you can use this as a reference on how to properly mount, unmount and format partitions within the script. If you have anymore questions please post them on the 'Developers reference' thread located in this forum.
This rom is not going to be maintained, however i more than likely will update it as new OTA's rollout. Please only post rom development related items in this thread.
Stock--Rooted, deodexed 1.17.651.1 base rom!
thanks for this
I only wanted to add that as this is the base ROM that seemingly will be used to base other ROMS of off, that the VVM part of this ROM is broken. Uninstalling the package will not work, nor will updating to the latest version. Having to resort to Google VM.....
Not bashing by any means, just wanted to let you know, so maybe this can be fixed before it spreads to more ROMS as they are built. Only thing I found, OH, and the ROM is not R/W by default, seems its Read only.... easily fixed.
is there a reason why i get a stuts 7 error when flashing this?
cybrnook said:
I only wanted to add that as this is the base ROM that seemingly will be used to base other ROMS of off, that the VVM part of this ROM is broken. Uninstalling the package will not work, nor will updating to the latest version. Having to resort to Google VM.....
Not bashing by any means, just wanted to let you know, so maybe this can be fixed before it spreads to more ROMS as they are built. Only thing I found, OH, and the ROM is not R/W by default, seems its Read only.... easily fixed.
Click to expand...
Click to collapse
I flashed the rom to see what u were talking about... after updating VVM, it's working perfectly fine. Make sure you're on mobile network as it seems to not want to update via wifi.
As long as im correctly understanding you.... i don't know any rom that mounts file systems rw by default. You have to manually mount them via adb shell, or adb remount.. or a root app.
thetony said:
is there a reason why i get a stuts 7 error when flashing this?
Click to expand...
Click to collapse
Shouldn't be any reason, best way to help is to use these commands using adb shell right after you receive an error in recovery.
Code:
adb shell
cat /tmp/recovery.log
I have only flashed this rom using ClockworkMod 3.0, so i cannot say 100% that it works on 2.5... but so far it looks like you're the only one with an issue.
FYI: There's a guide posted on how to use ADB in this forum.
preludedrew said:
I flashed the rom to see what u were talking about... after updating VVM, it's working perfectly fine. Make sure you're on mobile network as it seems to not want to update via wifi.
Click to expand...
Click to collapse
On mobile network... :-( Flashed the ROM x2 and what I get (Over network) is a continual "Verifying your account information" when opening VMM V. T.5.1.0.48, until it times out. Then when I select settings for it, at the top its greyed out and continues to say "Please wait, verifying ......".
When I press the button to "Check for update", it says "General Failure. Please try again at a later time."
Anything I'm missing>? I have re-downloaded the ROM, as well as re-flashed 2 x to the same conclusion....
Thanks in Advance Prelude......
cybrnook said:
On mobile network... :-( Flashed the ROM x2 and what I get (Over network) is a continual "Verifying your account information" when opening VMM V. T.5.1.0.48, until it times out. Then when I select settings for it, at the top its greyed out and continues to say "Please wait, verifying ......".
When I press the button to "Check for update", it says "General Failure. Please try again at a later time."
Anything I'm missing>? I have re-downloaded the ROM, as well as re-flashed 2 x to the same conclusion....
Thanks in Advance Prelude......
Click to expand...
Click to collapse
Cybernook, sprint may be having issues where you are. I just tested it and mine updated, tho it took a reboot and had to make sure BT and WIFI were off.
After installing the rom I did the "update prl" and "update profile".
been using this rom ever since posted
no issues
works great
Apologies to you Prelude. I called sprint yesterday and they informed me they had been having VVM issue for 2 days (Up until my call). All is updated and working fine today!
Flash on........
I installed this rom but I can't get adfree to install new host updates
I get an error saying that there's no partition to install the host updates.
kbrn said:
I installed this rom but I can't get adfree to install new host updates
I get an error saying that there's no partition to install the host updates.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=935233&highlight=adfree
riggsandroid said:
http://forum.xda-developers.com/showthread.php?t=935233&highlight=adfree
Click to expand...
Click to collapse
Thanks a lot but It didn't solve my problem.
Actually I gave up on this rom for now.
For some reason the hosts file in etc/ or system/etc is a 0 file.
and will not read copy or move for nothing with root explorer or titanium.
Weird.
Thanks a lot anyway
the link to the rom is broken, gives a 404 not found error. can u pls repost, because im trying any and everything to get my phone up and running back on sprints network.
thanks
Any chance of a new base for the latest release?
CAN ANYONE point me to a WORKING LINK to the original evo shift sprint stock rom??? I can't find one anywhere on the net. Has to be a zip file too.
THANKS!!!
philipjacobs said:
CAN ANYONE point me to a WORKING LINK to the original evo shift sprint stock rom??? I can't find one anywhere on the net. Has to be a zip file too.
THANKS!!!
Click to expand...
Click to collapse
Im not sure anyone has a zip format of the shipped Froyo ROM. Good luck
*btw yelling isnt the answer*
Sent from my myTouch_4G_Slide using Tapatalk 2
philipjacobs said:
CAN ANYONE point me to a WORKING LINK to the original evo shift sprint stock rom??? I can't find one anywhere on the net. Has to be a zip file too.
THANKS!!!
Click to expand...
Click to collapse
http://shipped-roms.com/index.php?category=android&model=Speedy
try here
philipjacobs said:
CAN ANYONE point me to a WORKING LINK to the original evo shift sprint stock rom??? I can't find one anywhere on the net. Has to be a zip file too.
THANKS!!!
Click to expand...
Click to collapse
Are you looking for the RUU , or this particular Stock Rooted Rom? If you cannot find a link you could just pull the Rom from the RUU. Then run it through the Kitchen.
Download link is down

afte update 3.1 - 3g don´t works - baseband version unknown

Can u pelase help me, i own a europeen xoom 3 g, now after the update to 3.1 the Baseband version is: Unknown, can´t get no internet connection. I installed the HMJ37_root_sdcard_3g again but without sucsess.
What did i wrong?
Thanks for reply
Try here
http://forum.xda-developers.com/showthread.php?p=13677017#post13677017
Maybe you can get back to stock 3.0.
Hope this helps.
Glad to see new developers.
Sent From My Evo
bwcorvus said:
Don't quite understand what you are developing, but glad to see new developers.
Sent From My Evo
Click to expand...
Click to collapse
a nice way to put it
to OP, this is dev section=)
Not development. Moved to Q&A.
Any other solution to unknown baseband after update? I have 2pcs of Xoom 3g that were updated to 3.0.1, baseband became unknown. I followed instruction how to flash back the stock rom via fastboot and one worked, got everything back, but another still got unknown baseband. Both tabs are the same. Flashed the same file. Does system.img contain baseband flash? It flashed everything OK, boot.img, system.img, recovery.img and userdata.img, all flashed OK but still got baseband unknown and no 3g.
what you need is to push the correct build.prop to the xoom reboot and your 3G should work.
I have added working build.prop from my xoom which is a UK 3G running 3.2
Regards
Lordao
lordao said:
what you need is to push the correct build.prop to the xoom reboot and your 3G should work.
I have added working build.prop from my xoom which is a UK 3G running 3.2
Regards
Lordao
Click to expand...
Click to collapse
Thanks..but would you please help me on adb push command lines? do I have to pull build.prop first? Sorry but I'm fairly new on android adb commands...Thanks again
no worries.
1st adb remount
that will let you push and pull files.
then
2nd adb push build.prop /system/build.prop
that will push my build.prop to the xoom
then
3rd adb reboot
Regards
Lordao
p.s make sure the build.prop file is in the same DIR as ADB.
lordao said:
no worries.
1st adb remount
that will let you push and pull files.
then
2nd adb push build.prop /system/build.prop
that will push my build.prop to the xoom
then
3rd adb reboot
Regards
Lordao
p.s make sure the build.prop file is in the same DIR as ADB.
Click to expand...
Click to collapse
Thanks again for quick reply..I did everything as you suggested but it still has unknown baseband version..build.prop seems to push in Xoom OK after entering all command lines..and yes the build.prop file is in adb file...I will try to flash the stock rom again to see what happen...once again, thanks
Still has no luck after re-flashing stock rom by fastboot..unknown baseband..any trick left I should try?..any help is really appreciated..thanks in advance.
I would suggest rooting and installing clockword mod, then install the AU 3.1 build.
You can find the full thread here for clockwork mod.
http://forum.xda-developers.com/showthread.php?t=1074979
and here for 3.1 AU Images.
http://forum.xda-developers.com/showthread.php?t=1160403
see if that fixes the problem.
Regards
Lordao
lordao said:
I would suggest rooting and installing clockword mod, then install the AU 3.1 build.
You can find the full thread here for clockwork mod.
http://forum.xda-developers.com/showthread.php?t=1074979
and here for 3.1 AU Images.
http://forum.xda-developers.com/showthread.php?t=1160403
see if that fixes the problem.
Regards
Lordao
Click to expand...
Click to collapse
Xoom has been rooted and flashed cwm recovery 3.2.0 already..I'll try this au hc3.1 image and let you know how it goes...thanks
I still have no luck..still unknown baseband and no 3g after all this time searching and searching..flashing, rooting and flash again.again any help reviving this will be very appreciative...thanks
Can't see any reason why it would not work after all that you have done, I think at this point you might have to put the original images back on and send it back to Moto. I can only think it must be hardware failure.
There is no reason for it not to work after it being re flashed to a stock 3G rom.
Lordao
lordao said:
Can't see any reason why it would not work after all that you have done, I think at this point you might have to put the original images back on and send it back to Moto. I can only think it must be hardware failure.
There is no reason for it not to work after it being re flashed to a stock 3G rom.
Lordao
Click to expand...
Click to collapse
Thanks, I begin to think it's a hardware myself..but it's just so happened that it lost 3g after my customer updated to 3.0.1, or so he said..I'm wondering if you by any chance have a stock 3g 3.0 rom I like to try because that's what it has before. When I downloaded from official motorola website, it only has 3.0.1 now..thanks
Links for all available stock roms are here.
http://forum.xda-developers.com/showthread.php?t=1049485
Lordao

No logo stick Gingerbread 3G & wifi

Hi this is Gingerbread with a big thank to mohicanrat for initial release
This download does not have the radio see other posts.
In this rom you will have the full GB rom and after instaling the radio youll have wifi and 3G.
not the radio so no imei i trust you have already installed mohicanrat realease and know how to
tutorial for installing radio
http://www.lg-phones.org/how-to-fix-a-bricked-lg-optimus-3d.html
radio file thanks to mohicanrat his radio link was
http://www.zshare.net/download/95544922e3771b7f/
sorry but theres no easy way to flash there is google to flash fls files. Learn and be proud.
Although if someone could relese or edit the .fls file so it could be added to a CWM file and flashed.
Was looking into .fls code and it looks alot like C ive im a bit rusty with it but if someone is willing to help it could be edited...........
Stock rom no stuck at the LG Logo. Will be same as official release from LG except its rooted.
just factory reset in cwm or may loop
Stock rom for those who are stuck at the LG Logo . This is what you been waiting on
http://www.multiupload.com/6V6TY2JY8G
if your happy with this hit the thanks button
Heres my personal rom with some of the bloat ware removed. Added digital battery readout, some script
missing guilivers travels, emergency phone connection, ebuddy
increased free ram to 2oomb
http://www.multiupload.com/DXPWL475Q0
will do a custom rom with fixed boot if theres any interest
Great thx, downloading now. i've a 50mbit up/down line, so if i have it, everyone has it
So i've to put this zip on my sd and do zip update in cwm?
thx
yeah contains all mod files for cwm
sweet could you upload to multi im stuck with 56kbps upload
Man the unique thing dont work is the radio?
Can make/receive calls and send/receive sms/mms?
i can upload to multi upload... but never did that before... i always use my own webserver
Since you can make calls this will give you 100% functionality
WIFI and Bluetooth
What about 3G?
scottydoguk said:
Since you can make calls this will give you 100% functionality
WIFI and Bluetooth
Click to expand...
Click to collapse
Sorry but i didn't understand... this update can fix the problem with signal?
Can i make call? and sms with this fix of system?
LP84 said:
Sorry but i didn't understand... this update can fix the problem with signal?
Can i make call? and sms with this fix of system?
Click to expand...
Click to collapse
This is the complete rom without baseband. You wiil have to flash the radio using the quickflash file .fls
If you have done so and can make calls install this for wifi bluetooth and so.
or to try the rom and have access to the market through wifi
scottydoguk said:
This is the complete rom without baseband. You wiil have to flash the radio using the quickflash file .fls
If you have done so and can make calls install this for wifi bluetooth and so.
or to try the rom and have access to the market through wifi
Click to expand...
Click to collapse
But the wifi work with the old version, just set manually the IPs.. and it's ok!
LP84 said:
But the wifi work with the old version, just set manually the IPs.. and it's ok!
Click to expand...
Click to collapse
now you dont have to set ip manually
added missing files etc try it you youll see the difference
And,what about 3G? Work or not work?
scottydoguk said:
now you dont have to set ip manually
added missing files etc try it you youll see the difference
Click to expand...
Click to collapse
Anyway it's a good thing...! Thanks scotty :=
dr_jerremy said:
And,what about 3G? Work or not work?
Click to expand...
Click to collapse
im hoping so but will be on a try and see
@scottydoguk, I posted a question on page 3 of the working gb with radio thread, and then on the last page below your last post there, (this is a copy paste with a minor edit so please be gentle if you see this more than once >.<) but did you manage to get mobile network working? as I just flashed the baseband to my phone, and can make/receive calls, but I dont have 3G or wifi working atm (about to try your file after its downloaded). Do you have the apn's handy for orange? incase its now incorrect or are they included in your file?.
EDIT: Also so long as your phone is unlocked and unbranded (and purchased in the uk) the baseband available should also work for you.
madshaun1984 said:
@scottydoguk, I posted a question on page 3 of the working gb with radio thread, and then on the last page below your last post there, (this is a copy paste with a minor edit so please be gentle if you see this more than once >.<) but did you manage to get mobile network working? as I just flashed the baseband to my phone, and can make/receive calls, but I dont have 3G or wifi working atm (wifi should be fixable by assigning an IP address manually). Do you have the apn's handy for orange? incase its now incorrect and any idea whats up with the wifi? (im relatively new to android, so am not sure where to start lol).
EDIT: Also so long as your phone is unlocked and unbranded (and purchased in the uk) the baseband available should also work for you.
Click to expand...
Click to collapse
This will fix your WIFI
did you use the resistor method to install the baseband
Which files did you replace?
Nope, just the normal cable supplied with my phone. That's why I asked (as I figured something was overlooked) lol
PlanetRaptoR said:
Which files did you replace?
Click to expand...
Click to collapse
there was 70meg missing from original upload
scottydoguk said:
there was 70meg missing from original upload
Click to expand...
Click to collapse
Ah, OK. Where did you get the stuff that was missing from the original upload?

no signal in bhundven's cm7

i installed the fourth release of bhundven's cyanogenmod and now as stated rom is stable and works pretty fast only that i am not getting any signal i messed with some options in mobile networks like international roaming,national roaming,network selection type etc.. but nothing seems to be working,then i installed both kd1 and kj2 modems of sidekick which they say has very good reception even then no luck please help me fix it
Your flashing an alpha build. You have to expect things like that. For now just flash back to something else. Or better yet fix it yourself than let Bryan know about it.
in his post he mentioned that modem(ril) is working fine and can access gsm,3g,4g so i was compromised for bluetooth and gps to just give this rom a try.i dint know this is gonna happen anyway i will wait for his final update till then will use beautifulsgs4g.
thanx for the reply buddy
You flashed modem files that haven't been padded.
See my reply here:
http://forum.xda-developers.com/showthread.php?p=24889243#post24889243
You're going to need to reinstall the ROM. Don't try to flash another modem this time, the one that bhundven included with the ROM was specially packaged for CM7
FBis251 said:
You flashed modem files that haven't been padded.
See my reply here:
http://forum.xda-developers.com/showthread.php?p=24889243#post24889243
You're going to need to reinstall the ROM. Don't try to flash another modem this time, the one that bhundven included with the ROM was specially packaged for CM7
Click to expand...
Click to collapse
is there a padded modem that I could flash because the one built in is not working for me?
ChadBFlores said:
is there a padded modem that I could flash because the one built in is not working for me?
Click to expand...
Click to collapse
While your phone is booted to android:
Code:
adb shell ls -l /radio/
there should be a file in there named modem.bin that is about 15M.
If that is not the case, heimdall the latest boot.img, then reinstall the update.zip from the freshly rebooted recovery.
thanks for the reply and absolutely sorry for this post
now the signal is working fine i should have checked it twice before posting
sorry again

[SYSTEM] De-Odex Framework / System [No-Wipe]

Currently designed for the Wifi version only. Alternates available upon request.
This package includes the de-odexed system and framework folder based on a wifi model.
This is NOT a full install, so do NOT wipe before using.
This package is designed to be used with the custom recovery image. This will NOT work with Odin.
This will delete the current system and framework folders and flash the new ones in their place. This is only a temporary solution until a full rooted install is established.
De-Odexed Install Pack
Custom Recovery Image
Custom Kernel Packages
twistedumbrella said:
Currently designed for the Wifi version only. Alternates available upon request.[/url]
Click to expand...
Click to collapse
Request!
My Verizon GC120 should be here in a couple of days. As far as I know it is untouched stock. Let me know the commands to pull the files you need for this and the other dev work you are doing.
Thank you for taking the time to do the work! We all appreciate it!
Finally received a GC120 camera I can do something with. Attached are the .img files pulled. About says my phone is on 4.1.2 (LK3) but I keep getting an install update request although the folder titled as the update in /cache is empty (so there's nothing I can pull from that).
I also pulled the modem.bin but it says invalid file when I try to upload.
*These are the files for LK3
Camera updated to LL2. Updated files attached.
MC4 files attached
So maybe I screwed myself updating all the way to MK4 update. Can't root using framaroot now like I did with all the others. Gonna try a few other options.
Can someone please tell me the adb command to find whether a bootloader is locked or not? I have tried several I've found online and don't receive anything conclusive. Thanks.
Be back in a week or so. Final project is in the beta test stage so I am swamped until it reaches the release candidate.
twistedumbrella said:
Be back in a week or so. Final project is in the beta test stage so I am swamped until it reaches the release candidate.
Click to expand...
Click to collapse
can you upload samsung galaxy camera apk
Can anyone post efs.img? I've screwed up my Cam and i need to flash efs.img to mmcblk03. Was playing around with swap and screwed up!
BUMP!!!!
rudie_techie said:
BUMP!!!!
Click to expand...
Click to collapse
? It wasn't part of the system image and you didn't specify which model but even so, I doubt people are randomly checking this thread for who needs backups of radio partitions.
Its a EK-GC100 bootloader mode says EK-GC100_EUR_XX
rudie_techie said:
Its a EK-GC100 bootloader mode says EK-GC100_EUR_XX
Click to expand...
Click to collapse
I dug through everything I have but no efs.img and if I remember right, you'd need one with your IMEI. Best bet is probably a factory reset.
Didn't help... tried factory reset with stock recovery and cwm recovery... nothing helps... i don't know a way to get it fixed... will keep looking...
Finally got it fixed. As GC100 is similar to S3, downloaded efs file for S3 flashed it via odin through bootloader and voila... attaching the file for reference if anyone else gets into trouble!
rudie_techie said:
Finally got it fixed. As GC100 is similar to S3, downloaded efs file for S3 flashed it via odin through bootloader and voila... attaching the file for reference if anyone else gets into trouble!
Click to expand...
Click to collapse
It's usually easier to post it all in one thread and link to it instead of making the same posts in two threads and ending up with the same answers.
can someone please re upload or send me links in private message? I have dropbox, please I need it... my ****z bricked gotta fix it
damn can someone upload these links or the stock odin tar???
GC120_GC120VRAMH2_1366980_REV00_user_low_ship.tar.md5
?? ANYONE please.... help

Categories

Resources