So I posted a how-to thread in S4's general section describing how to extract a stock signed pit file. Im curious if it works for the n3 as well. If I could get someone from any build (retail and/or dev doesnt matter what rom your on) to post either the md5 or upload the output .pit file from the running the below commands I would grateful
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/note3.pit bs=8 count=580 skip=2176
Sent from my SCH-I545 using XDA Premium 4 mobile app
Surge1223 said:
So I posted a how-to thread in S4's general section describing how to extract a stock signed pit file. Im curious if it works for the n3 as well. If I could get someone from any build (retail and/or dev doesnt matter what rom your on) to post either the md5 or upload the output .pit file from the running the below commands I would grateful
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/note3.pit bs=8 count=580 skip=2176
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
From my DE. (beans b5, Imosean's lean kernel)....
Had to add a .doc extension to the file name. XDA file attachment "wizard" gave me invalid file type with just the .pit.
cam30era said:
From my DE. (beans b5, Imosean's lean kernel)....
Had to add a .doc extension to the file name. XDA file attachment "wizard" gave me invalid file type with just the .pit.
Click to expand...
Click to collapse
http://www.androidfilehost.com/?fid=23159073880936457
Retail Note 3 Verizon courtesy of Beans
The script is a little different for the note 3s, but I think I figured it out. Try modified script below. If the md5 = cc7da3a79307599a34a5492b676bba0b then this is the correct command (for dev note 3's anyways)
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=514 skip=2176
Surge1223 said:
The script is a little different for the note 3s, but I think I figured it out. Try modified script below. If the md5 = cc7da3a79307599a34a5492b676bba0b then this is the correct command (for dev note 3's anyways)
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=514 skip=2176
Click to expand...
Click to collapse
Output attached..
cam30era said:
Output attached..
Click to expand...
Click to collapse
Success. The modified script I just posted is the the correct one for you guys, confirmed the md5 is the same as the stock signed PIT.
[email protected]:/ $ md5sum /sdcard/Download/out.pit.doc
cc7da3a79307599a34a5492b676bba0b /sdcard/Download/out.pit.doc
[email protected]:/ $
Click to expand...
Click to collapse
Sent from my SCH-I545 using XDA Premium 4 mobile app
Surge1223 said:
Success. The modified script I just posted is the the correct one for you guys, confirmed the md5 is the same as the stock signed PIT.
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you.
I'm still a little embarrassed about the modified kernel I posted to your thread a couple of weeks ago..
cam30era said:
Thank you.
I'm still a little embarrassed about the modified kernel I posted to your thread a couple of weeks ago..
Click to expand...
Click to collapse
lol it's all good man no worries, thanks for running the scripts for the pit file.
Sent from my SCH-I545 using XDA Premium 4 mobile app
Surge1223 said:
Success. The modified script I just posted is the the correct one for you guys, confirmed the md5 is the same as the stock signed PIT.
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You might want to post this on Beans pit thread in the Original Android Development section.
Related
Hai
I am from India using HTC legend with product code 2.05.720.1
Sent from my HTC Legend using XDA App
hi I m from india using htc legend with software version 2.05.707.1...
Sent from my HTC Legend using XDA App
Hey I am using cm Build 62
Sent from my Legend using XDA App
smartvinu said:
Hey I am using cm Build 62
Sent from my Legend using XDA App
Click to expand...
Click to collapse
I have 2.05.720.1 with softroot...Not yet Dared to Root fully ...
I am using Vodafone HTC froyo stock Rom
Can some one using stock legend, upload the system.Img?
Sent from my Legend using XDA App
smartvinu said:
Can some one using stock legend, upload the system.Img?
Sent from my Legend using XDA App
Click to expand...
Click to collapse
Tell me how to do ..I will....
I am from India using HTC legend with product code 2.05.720.1
zabaknilesh said:
Tell me how to do ..I will....
Click to expand...
Click to collapse
I had already made a post regarding that. But didn't get the answer
Sent from my Legend using XDA App
Hi Guys
I am right now on CM 6.1.0 RC2,tried vodafone stock froyo rom,but like Cyonogen a lot.
Cyanogenmod Dev's are awesome.Waiting for a stable release of CM 6.1
zabaknilesh said:
Tell me how to do ..I will....
Click to expand...
Click to collapse
Here is the method
Make sure that your phone is soft rooted using some soft rooting methods
Also there is ~400 MB Free space in the SD Card
Step 1: Push the busybox binary (http://10stones.com/and_bin/busybox) to the /data/local
adb push busybox /data/local
Click to expand...
Click to collapse
Step 2 : Go to the shell
adb shell
su
Click to expand...
Click to collapse
Step 2 : Make busybox executable
cd /data/local
chmod 777 busybox
Click to expand...
Click to collapse
Step 3 : Go to the root folder
cd /
Click to expand...
Click to collapse
Step 4 : Tar the system
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
Click to expand...
Click to collapse
Step 5 : Upload the system-img.tar
Here with 3.14.161.1 Rooted
I have cm Build 62.
anybody upload system.Img. for smartvinu
.
Stock legend.
i am from India and using HTC Legend waiting for official froyo update
No one ready to upload?
Sent from my Legend using XDA App
Stuck in 1.32 .. someone upload the image
Sent from my HTC Legend using XDA App
i tried the method described by smartvinu to extract the system image.
while i entered
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
i get this error message:
reloc_library[1244]: 14124 cannot locate 'regcomp'...CANNOT LINK EXECUTABLE
lessirey said:
i tried the method described by smartvinu to extract the system image.
while i entered
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
i get this error message:
reloc_library[1244]: 14124 cannot locate 'regcomp'...CANNOT LINK EXECUTABLE
Click to expand...
Click to collapse
make sure your phone is soft rooted...........
,
smartsreenath said:
make sure your phone is soft rooted...........
,
Click to expand...
Click to collapse
Actually it is, I even got su over adb shell without any problem
ok first problem is i'm using VU and when I take a picture the flash hours of before the picture taken so Rhett picture if realty dark our only half of it is exposed is there any way to get past this or no
now the second problem when I user the market slot of the apps say there unavailable especially a so that i downloaded before.and deleted it, any solution to this eIther?
Sent from my HTC Glacier using XDA App
check md5 and reflash
Sent from my HTC Glacier using XDA App
Teo032 said:
check md5 and reflash
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
what do you mean
Sent from my HTC Glacier using XDA App
MrKickstand said:
what do you mean
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
EVERY linux based download has a MD5SUM. Which verifies the download isn't corrupt.
What you need to do is download the ROM to the SDcard's root directory. Then from either the ADB command prompt or Terminal Emulator type
Code:
# md5sum /mnt/sdcard/<rom_name>.zip
that will kick out a code and then verify that against the source you downloaded it from.
neidlinger said:
EVERY linux based download has a MD5SUM. Which verifies the download isn't corrupt.
What you need to do is download the ROM to the SDcard's root directory. Then from either the ADB command prompt or Terminal Emulator type
Code:
# md5sum /mnt/sdcard/<rom_name>.zip
that will kick out a code and then verify that against the source you downloaded it from.
Click to expand...
Click to collapse
Or download the free mand5 app from the market.
Sent from my HTC Glacier Sense 3.0 using xda premium
Checking for update, my phone found the 2.11.605.9 update and downloaded it.
It was in /cache/fumo Just an OTAPkg.zip file, no md5/crc file.
I've uploaded it here -> http://www.multiupload.com/G1C2GE1VM1
MD5: e5b5a115f3bcaf302c037e26be6b5580 *OTAPkg.zip
This is not rooted or anything, just taken from the DL folder, and uploaded.
That cant be it. that file is to small
It's a small update only 36 MBs I think
Sent from my ADR6400L using XDA App
a number of people have gotten the update, looks like new radios and maybe a clock app.
Sent from my HTC Mecha using XDA App
I wonder if the download didn't complete properly.. The screen on my phone telling me the update is available says its 36.152MB. The downloaded file is only 34.4MB.
I'm rooted with clockwork, so if I accept installing it, I assume it will fail.
EDIT: Windows reports size as being 34.4MB (36.151.017 bytes) and size on disk as 34.4MB (36,151,296 bytes) so what is VZW using?
Don't accept if you're rooted of course.
Just have to wait for someone to pull the radios for us rooted folk.
Sent from my HTC Mecha using XDA App
Yup....need someone to apply root to it.
KidJoe said:
I wonder if the download didn't complete properly.. The screen on my phone telling me the update is available says its 36.152MB. The downloaded file is only 34.4MB.
I'm rooted with clockwork, so if I accept installing it, I assume it will fail.
EDIT: Windows reports size as being 34.4MB (36.151.017 bytes) and size on disk as 34.4MB (36,151,296 bytes) so what is VZW using?
Click to expand...
Click to collapse
VZW is using an operating system which knows what a MB is, and reports it accurately (rounded, though), unlike Windows. 36151017 bytes = 36.15 MB = 34.47 MiB.
2.11.605.5 CL178661 release-keys
That was in version.txt
Shouldn't it be .9?
Sent from my ADR6400L using XDA App
tcberg2010 said:
2.11.605.5 CL178661 release-keys
That was in version.txt
Shouldn't it be .9?
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Not sure.
But I did clear cache and downloaded it again.. Same file, and MD5 matches... so it did come down properly the first time. The link in the OP is the update file my phone downloaded the first time.
There's a firmware.zip inside the OTA.zip and its telling me its corrupt..hmmm
Sent from my ADR6400L using XDA App
tcberg2010 said:
There's a firmware.zip inside the OTA.zip and its telling me its corrupt..hmmm
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
unzips on PC with winrar...
contains the following files...
android-info.txt
boot.img
mdm9k.img
radio.img
recovery.img
viewing android-info.txt in notepad...
Code:
modelid: PG0510000
cidnum: VZW__001
mainver: 2.11.605.9
hbootpreupdate:12
KidJoe said:
unzips on PC with winrar...
contains the following files...
android-info.txt
boot.img
mdm9k.img
radio.img
recovery.img
viewing android-info.txt in notepad...
Code:
modelid: PG0510000
cidnum: VZW__001
mainver: 2.11.605.9
hbootpreupdate:12
Click to expand...
Click to collapse
The mdm9k.img is lte radio and radio.img...if only I knew how to package it.
Sent from my ADR6400L using XDA App
tcberg2010 said:
The mdm9k.img is lte radio and radio.img...if only I knew how to package it.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Go to this link and scroll down 3 posts!
done
dl link is no good anymore..
*edit*
Check page 3
Sent from my HTC Mecha using XDA App
Cadillac Johnson said:
dl link is no good anymore..
*edit*
Check page 3
Sent from my HTC Mecha using XDA App
Click to expand...
Click to collapse
Try again, the package wasn't complete.
It is is now!
So I flashed this then su.zip from the revolutionary.io and it gives root. I think it just breaks wifi.
So far 3G signal is about the same..won't be able to test LTE til Monday.
Sent from my ADR6400L using XDA App
http://www.multiupload.com/PWXI1CDGH4
Flashable radio
http://support.verizonwireless.com/pdf/system_update/thunderbolt.pdf
Hi,
I have a 32 gb Nexus 10 but I only have 13 gb internal.
I have flashed the factory image manually and before that I had 27 gb free..
How can I fix this problem?
Sent from my Nexus 10 using xda app-developers app
mrgnex said:
Hi,
I have a 32 gb Nexus 10 but I only have 13 gb internal.
I have flashed the factory image manually and before that I had 27 gb free..
How can I fix this problem?
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
You made the mistake of flashing the Nexus10 16GB image instead of the 32BG image. Do a search and you will find solutaions to this issue.
Sorry but do not have the links handy.
3DSammy said:
You made the mistake of flashing the Nexus10 16GB image instead of the 32BG image. Do a search and you will find solutaions to this issue.
Sorry but do not have the links handy.
Click to expand...
Click to collapse
Thank you for replying. I rooted my tablet and read that someone got the same issue after rooting so maybe that's the problem.. I can't find an Android 4.3 factory image for 32 GB manta.. I only see one on the official site... Can you guide me in the right direction?
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Thank you for replying. I rooted my tablet and read that someone got the same issue after rooting so maybe that's the problem.. I can't find an Android 4.3 factory image for 32 GB manta.. I only see one on the official site... Can you guide me in the right direction?
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
Here are some links I collected a long while ago on the subject. They maybe out of date so you will need to judge for yourself.
From OLD notes: A 32GB N10 after flashing ROM changed to 16GB, here are suggested solution threads:
- http://forum.xda-developers.com/showpost.php?p=34306292&postcount=13
- A little clearer advise: http://forum.xda-developers.com/showpost.php?p=34732092&postcount=22
- More: http://forum.xda-developers.com/showpost.php?p=37104739&postcount=23
Good luck
3DSammy said:
Here are some links I collected a long while ago on the subject. They maybe out of date so you will need to judge for yourself.
From OLD notes: A 32GB N10 after flashing ROM changed to 16GB, here are suggested solution threads:
- http://forum.xda-developers.com/showpost.php?p=34306292&postcount=13
- A little clearer advise: http://forum.xda-developers.com/showpost.php?p=34732092&postcount=22
- More: http://forum.xda-developers.com/showpost.php?p=37104739&postcount=23
Good luck
Click to expand...
Click to collapse
Thank you. I saw that the flash-all.bat script should solve it. But I didn't have that script. I only got a file that I renamed to .zip that contained the .img's.. Do I have a bad download?
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Thank you. I saw that the flash-all.bat script should solve it. But I didn't have that script. I only got a file that I renamed to .zip that contained the .img's.. Do I have a bad download?
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
If I were you I'd download the images again, just to don't risk, here's a link:
https://developers.google.com/android/nexus/images#mantaray
I got mine there, try downloading again and installing, remember to flash base before! This way it's assured the new bootloader will be installed.
"This Story Ends Where It Began" - Octavarium (Dream Theater)
Sent from my GT-I9505
XxLordxX said:
If I were you I'd download the images again, just to don't risk, here's a link:
https://developers.google.com/android/nexus/images#mantaray
I got mine there, try downloading again and installing, remember to flash base before! This way it's assured the new bootloader will be installed.
"This Story Ends Where It Began" - Octavarium (Dream Theater)
Sent from my GT-I9505
Click to expand...
Click to collapse
Err which base? I think it's a bad download. The wifi here sucks.. So I think I must wait till I'm home. I don't have any flashable files. I download the .tar from the site and that contains a file without extension.. That's the weird part. When I rename that file to *.zip it contains the .img's (boot, cache, recovery, system and userdata. I can't flash the *.zip via fastboot. It tells me something about a bad signature. So when I flash them manually it boots but I only get 13 GB internal storage..
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Err which base? I think it's a bad download. The wifi here sucks.. So I think I must wait till I'm home. I don't have any flashable files. I download the .tar from the site and that contains a file without extension.. That's the weird part. When I rename that file to *.zip it contains the .img's (boot, cache, recovery, system and userdata. I can't flash the *.zip via fastboot. It tells me something about a bad signature. So when I flash them manually it boots but I only get 13 GB internal storage..
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
If you have a PC all you need to do is unzip the .tar file and run the flash-all.bat command via fastboot, I think it is the only safe way to make sure all your partitions are going to be correct after it completes. You can't flash .zip files via fastboot.
hope it helps.
Erik
ricco333 said:
If you have a PC all you need to do is unzip the .tar file and run the flash-all.bat command via fastboot, I think it is the only safe way to make sure all your partitions are going to be correct after it completes. You can't flash .zip files via fastboot.
hope it helps.
Erik
Click to expand...
Click to collapse
Thats the problem. I don't have a flash-all.bat. I get a file with an unknown extension..
Sent from my Galaxy Nexus using XDA Premium HD app
These are the files you are supposed to get when you unzip the tar file, if you don't have the flash-all then it could be a bad download, I can upload the file later if you still needed it, but I think you should try, if possible, to download the entire Nexus 10 image from Google again.
Erik
Sent from my LG-E980 using Tapatalk 4
ricco333 said:
These are the files you are supposed to get when you unzip the tar file, if you don't have the flash-all then it could be a bad download, I can upload the file later if you still needed it, but I think you should try, if possible, to download the entire Nexus 10 image from Google again.
Erik
Sent from my LG-E980 using Tapatalk 4
Click to expand...
Click to collapse
Well, I downloaded it 3 times (maybe 4). This evening I'm going home and there is better wifi. So I will download it again and I will tell if it worked. Thank you for helping.
Sent from my Galaxy Nexus using XDA Premium HD app
So I downloaded the JWR66Y update and it updated flawlessly. I only had a bootloop. I erased cache but that didn't work. So I flashed cache.img and userdata.img again. It booted but I still have only 13 GB available.
Sent from my Galaxy Nexus using XDA Premium HD app
I fixed it. I did a factory reset via settings and I had all my storage back.
Sent from my Galaxy Nexus using XDA Premium HD app
https://mega.co.nz/#!gUQR1YCa!40Jek-QVjYMWc5AEt5hPeh0S-48kMxv7lOVl1xXhBZw
here is a flashable kernel, nothing has been done to it except compile from stock sources. no i wont make any changes, i dont plan on doing a custom kernel for a phone i dont even know what it looks like. this is purely so that people who actually have teh phone can learn on how to make a kernel. if you decide to flash this make sure to do a backup first as it has different modules for wifi etc.
source can be found at https://mega.co.nz/#!URh0HJyT!41SiQTCPO_wkd13wVd4l-36bRJoT5yeUms70uduGGBM i used the ML4 tar.
Not booting fone vibrate once and stuck in bootloop .
Sent from my SM-G7102 using Tapatalk 2
alright ill try again tomorrow. i have a feeling its my dtb files. can someone post the stock boot.img?
shabbypenguin said:
alright ill try again tomorrow. i have a feeling its my dtb files. can someone post the stock boot.img?
Click to expand...
Click to collapse
Here is the stock boot.img
http://d-h.st/gZY
Sent from my SM-G7102 using Tapatalk 2
lets see how that works https://mega.co.nz/#!pcJwgJLK!bBtJu2wUoHTER3XHdorUsgVX3WdgwoYMgjC1TC7r3uc
shabbypenguin said:
lets see how that works https://mega.co.nz/#!pcJwgJLK!bBtJu2wUoHTER3XHdorUsgVX3WdgwoYMgjC1TC7r3uc
Click to expand...
Click to collapse
link not working
Sent from my SM-G7102 using Tapatalk 2
balliboxer said:
link not working
Sent from my SM-G7102 using Tapatalk 2
Click to expand...
Click to collapse
Link is working fine for me.
mukulsoni said:
Link is working fine for me.
Click to expand...
Click to collapse
Then pls upload it to some other site .
Sent from my SM-G7102 using Tapatalk 2
balliboxer said:
Then pls upload it to some other site .
Sent from my SM-G7102 using Tapatalk 2
Click to expand...
Click to collapse
here you go http://www.mediafire.com/download/d30sc2e98e37eb3/Shabby-Beta-g7102.zip
Edit :
Just flashed the it successfully and booted but no wifi
Yup wifi is not working as said by balliboxer.....
Sent from my SM-G7102 using XDA Free mobile app
shabbypenguin said:
lets see how that works https://mega.co.nz/#!pcJwgJLK!bBtJu2wUoHTER3XHdorUsgVX3WdgwoYMgjC1TC7r3uc
Click to expand...
Click to collapse
Tested no kernel version shown no wifi .Also SE for Android status is disabled .
Sent from my SM-G7102 using Tapatalk 2
@shabbypenguin, you made my work easier?
Sent from my GT-I9082 using Tapatalk
someone who has the stock kernel
adb shell
su
cat /proc/config.gz > /sdcard/config.gz
and
ls -l /system/lib/modules
upload that please, seems the wifi module isnt being built and the defconfig doesnt have any info on it surprisingly.
shabbypenguin said:
someone who has the stock kernel
adb shell
su
cat /proc/config.gz > /sdcard/config.gz
and
ls -l /system/lib/modules
upload that please, seems the wifi module isnt being built and the defconfig doesnt have any info on it surprisingly.
Click to expand...
Click to collapse
no such file found in /proc/ folder
Sent from my SM-G7102 using Tapatalk 2
balliboxer said:
no such file found in /proc/ folder
Sent from my SM-G7102 using Tapatalk 2
Click to expand...
Click to collapse
sorry, no .gz in teh first one
cat /proc/config > /sdcard/config.gz
shabbypenguin said:
sorry, no .gz in teh first one
cat /proc/config > /sdcard/config.gz
Click to expand...
Click to collapse
still same result .
Check ss .
Sent from my SM-G7102 using Tapatalk 2
Im getting like this.....
Sent from my SM-G7102 using XDA Free mobile app
ok so you guys have a prima wifi chip that had its source excluded from the kernel source, as well as a few other things. trying to merge in some of the stuff and see if i can get the modules to compile.
shabbypenguin said:
ok so you guys have a prima wifi chip that had its source excluded from the kernel source, as well as a few other things. trying to merge in some of the stuff and see if i can get the modules to compile.
Click to expand...
Click to collapse
and also , how can i put dtb files inside the boot.img??
##W4TCH0UT## said:
and also , how can i put dtb files inside the boot.img??
Click to expand...
Click to collapse
as part of your mkbootimg command, if you run mkbootimg it will tell ya.