2.3.4-naked.zip - Motorola Droid X2

anyone still have the file either in .zip format or a nandroid?
Sent from my MB870 using Tapatalk

You can find it in the first post here at:
http://forum.xda-developers.com/showthread.php?t=1318371
Leland

Related

galnet miui help!!!!!!

I tried approximately 22 times to install from multiple sources but the zip file is just not showing up!!!!! Can someone please help or give a step by step guide? I really want this ROM on my phone
You need to expand the rar file you've downloaded to extract the zip inside. Place that zip on your external then it should show
Sent from my SGH-I777 using xda premium
Tiplite2004 said:
You need to expand the rar file you've downloaded to extract the zip inside. Place that zip on your external then it should show
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
can you expand on that? I don't fully understand what you mean
Then get out of here lol
Sent from my SAMSUNG-SGH-I777 using XDA App
Here, i made the zip for you http://www.megaupload.com/?d=HFFEYG2Y. Just download boot into recovery and you should see it.
The reason your phone couldn't find it before is because it was in a RAR format and when in CWM only ZIPS are recognized for installing
Sent from my SGH-I777 using xda premium
it still didn't show up
abraxo said:
it still didn't show up
Click to expand...
Click to collapse
I've seen this type of download before and it says the zip itself (named boot) is a .img and when I put it into the SD it shows up as a very small (4,000 KB) zip file. it doesn't show up in CWM.
Did you try repacking it as zip?

Stock System Dump

I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
I will send you the dd commands when I get home tonight
Sent from my SGH-I717D using xda premium
pterry30 said:
I will send you the dd commands when I get home tonight
Sent from my SGH-I717D using xda premium
Click to expand...
Click to collapse
Thank you very much.:thumbup:
bigfau said:
I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
Click to expand...
Click to collapse
Code:
dd if=/dev/block/mmcblk0p24 of=/sdcard/system.img
there are other ways to get a dump, like simply getting the content:
Code:
tar czvf /sdcard/system.tgz /system
both commands need root, and they are quite possibly not on the device by default, so you probably need busybox
i don't really recommend the second command, because some other blocks are mounted into the system (like the modem),
so you would get unnecessary data
Thank you very much. :thumbup:
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Im getting""dd" is not recognized as an internal or external command, operable program or batch file"
Anyone have any insight as to what I am doing wrong?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
You have to type in adb first then the dd commands
Sent from my SGH-I717D using xda premium
In cmd
Sent from my SGH-I717D using xda premium
In Cmd did you switch from c.directory to Androidsdk/tools directory. Then your adb should work ?
Sent from my SGH-I717D using xda premium
pterry30 said:
In Cmd did you switch from c.directory to Androidsdk/tools directory. Then your adb should work ?
Sent from my SGH-I717D using xda premium
Click to expand...
Click to collapse
Thanks buddy. I knew I was missing something. Thank you.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
If you can't get it working pm me. I will tell you exactly what to type in to switch directors, I have it written down at home, I always forget myself
Sent from my SGH-I717D using xda premium
cd (directory of choice) lol
cd= change directories
And remember windows uses backslashes for sub directories.
How would I go about extracting apps etc,etc..?
bigfau said:
How would I go about extracting apps etc,etc..?
Click to expand...
Click to collapse
-_-
there should be a few ext4 drivers or mount tools out there,
google, download one that looks good, and mount the image,
then you should have the drive mounted, and you should be able to access/modify the data
bigfau said:
I might get flamed, but it's okay. What are the command lines for doing a system dump on the Note. I've tried performing one, but not having much luck doing it. It could be wrong commands lines. IDK. Im trying to make a stock CWM flashable zip. I would like to start on my own rom. Please no laughing.Lol.
On A Side NOTE(Get it,NOTE)I am still looking(Google-ing)for the info. Thanks
Click to expand...
Click to collapse
That woulds be tits bro !!! A stock cwm flash rom
Sent from my SGH-I717R using xda premium
matt3allen said:
That woulds be tits bro !!! A stock cwm flash rom
Sent from my SGH-I717R using xda premium
Click to expand...
Click to collapse
I'm trying.Lol.I'm stuck at trying to deodex the apks. I try to stay away command prompts.I get confused doing those.Lmao. I use tools like apk manager, AutoApk Tool, AutoDeodex Tool. I'm still trying to get my computer setup back in order.
EDIT: Only half of the apps and jar files deodexed. Any suggestion or pointers?
Bump dump
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Does anyone have an already deodexed stock rom that they would be willing to share?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2

What am I doing wrong

K so I dled infection. Extracted the boot.img, and put it into a ph98img.zip. I then flashed the rom.. Said install complete and I went to hboot. It doesn't ask for an update or anything.... Then stays on the white HTC screen when I try to reboot..
Sent from my ADR6425LVW using xda app-developers app
Check to make sure your ph98img.zip isn't a zip within a zip. Often times windows hides the extention so it reads ph98img.zip but it's really ph98img.zip.zip
Also you'll need an updater script so the hboot knows what the file is. You can find this by pulling it from a working ph98img.zip like one from an RUU or kernel (joelz's bamf kernel has one)
Sent from my ADR6425LVW using xda app-developers app
Thanks I'll give that a go I have the bamf kernel dled. I just used a template for the ph98img.zip and threw the boot.img in it
Sent from my ADR6425LVW using xda app-developers app
jmez900 said:
Thanks I'll give that a go I have the bamf kernel dled. I just used a template for the ph98img.zip and threw the boot.img in it
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Have it on the root of your sd card?
mjones73 said:
Have it on the root of your sd card?
Click to expand...
Click to collapse
Yeah... Idk what's wrong haha. I'm using a mac and things are a little different. Like when I dl a ROM it sends the zip to the trash leaving an unzipped folder on the the screen...
Sent from my ADR6425LVW using xda app-developers app
If you have an ADB folder set up (with fastboot) you should be able to just "fastboot flash boot.img" That would save you a lot of hassle if you remain s-on.
did you try the flux capacitor?
you can ask marty mcfly or doc brown about it...
jmez900 said:
Thanks I'll give that a go I have the bamf kernel dled. I just used a template for the ph98img.zip and threw the boot.img in it
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
make sure its all caps PH98IMG.zip
Finally got it using the command prompts.. Messing around I flashed it. My noobness to it made it a little difficult but finally got the hang of it
Sent from my ADR6425LVW using xda app-developers app

Need help with Safestrap

Hello guys, I'm having a bit of a problem here after installing SS and flashing CM10.1 to slot1. I can't browse my sd-ext with any file explorer. It won't allow me to go higher than /sdcard in the file system. Have I done something wrong?
Thanks in advance.
Sent from my XT910 using Tapatalk 2
Have you tried another file explorer?
Yes. Odd thing is sd-ext is accessible, because poweramp finds my music. I just can't browse it through file managers.
It's not just sd-ext though, I can't browse any folder that is a level higher than /sdcard in the file system.
Sent from my XT910 using Tapatalk 2
Never mind... God am I stupid. Forgot to enable root setting in file manager. Everyone at xda is gonna lol.
Sent from my XT910 using Tapatalk 2

No-Wipe Factory Image

I'm wondering if anyone has a different upload site for the no wipe ME7 factory image. I'm trying to return my phone to stock from root and every zip I have downloaded from android host has an error when unzipping the md5. I would really appreciate this if anyone has one available. I tried it from the OP of the original thread, but like I said the host site or file is being difficult for me.
Edit: Found some mirrors, and everything downloads fine, problem is everytime I extract the file it says its broken and it won't unzip.
You dont need to unzip the md5, just use the md5 in odin.
Sent from my SCH-I545 using xda app-developers app
I know, but the md5 comes in a zip file and I can't get the zip open to get the md5 out lol unless I'm able to flash the whole zip, but last I looked I couldn't, it wouldn't even show the zip to select.
Sent from my SCH-I545 using Tapatalk 4
Are you using 7zip?
Sent from my SCH-I545 using xda app-developers app
I tried it with both 7zip and windows explorer
Edit: I ended up getting a new s4 today which had MDK on it which led me to downloading the md5 for the MDK version and I realized what had been missing was the .md5 on the initial zip of the folder which was why it wouldn't flash in odin nor would it unzip. Thanks for the help, I was having a blond moment lol
Sent from my SCH-I545 using Tapatalk 4

Categories

Resources