[RECOVERY][BETA] [TESTERS NEEDED]TWRP 2.3.3.0 touch recovery [2013-1-11] - Galaxy S III Mini Android Development

Disclaimer: Do only if you know what you are doing. I am not responsible for any damage although there is no possible damage with this
Click to expand...
Click to collapse
Hello all, just wished to compile TWRP for this phone and I have done that
But I don't own this phone and need someone of you to test it
Click here to Download
Instructions(needs root):
Install Terminal emulator
Put the recovery.img in external storage
Open terminal emulator and type following
Code:
su
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
If recovery doesn't work and gives you a black screen then you can revert back to stock recovery by replacing recovery.img with stock one and sending in same commands

Reserved for future use

Thanks for this!
Is there a way to install this if someone isnt rooted? (eg. via ODIN)

quendil said:
Thanks for this!
Is there a way to install this if someone isnt rooted? (eg. via ODIN)
Click to expand...
Click to collapse
Yes there is
In terminal of Linux on ur pc do this
tar -H ustar -c recovery.img > recovery.tar
Then do
md5sum -t recovery.tar >> recovery.tar
Then rename the recovery.tar formed to recovery.tar.md5 and flash it under PDA tab in ODIN
Or wait for me to do it, I will be home after some hours

varun.chitre15 said:
Yes there is
In terminal of Linux on ur pc do this
tar -H ustar -c recovery.img > recovery.tar
Then do
md5sum -t recovery.tar >> recovery.tar
Then rename the recovery.tar formed to recovery.tar.md5 and flash it under PDA tab in ODIN
Or wait for me to do it, I will be home after some hours
Click to expand...
Click to collapse
Did you setup the wifi modules to get built inside recovery?
Enviado desde mi GT-I8190 usando Tapatalk 2

If you want to do this on phone, then replace the tar line with
tar cf /storage/extSdCard/recovery.img > /storage/extSdCard/recovery.tar
And md5 line with
md5sum -t /storage/extSdCard/recovery.tar >> /storage/extSdCard/recovery.tar.md5
And flash the recovery.tar.md5 in Odin

Terminal Emulator say's :
#su
#ge/extSdCard/recovery.img/ of=dev/block/mmcblk021/storage/extSdCard/recovery.img/ : cannot open for read
: Not a directory
#

OliverG96 said:
Did you setup the wifi modules to get built inside recovery?
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
No I have skipped that, will do it next build if this doesn't work.

cheech01 said:
Terminal Emulator say's :
#su
#ge/extSdCard/recovery.img/ of=dev/block/mmcblk021/storage/extSdCard/recovery.img/ : cannot open for read
: Not a directory
#
Click to expand...
Click to collapse
Oops I did a mistake over there
It should be
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
Not
dd if=/storage/extSdCard/recovery.img/ of=dev/block/mmcblk0p21
The trailing backslash is causing the problem.

varun.chitre15 said:
Oops I did a mistake over there
It should be
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
Not
dd if=/storage/extSdCard/recovery.img/ of=dev/block/mmcblk0p21
The trailing backslash is causing the problem.
Click to expand...
Click to collapse
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.

cheech01 said:
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.
Click to expand...
Click to collapse
Ok, will do another build today

cheech01 said:
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.
Click to expand...
Click to collapse
Give me output of
cat proc/cmdline in terminal emulator app
Another thing, when it is stuck on logo, adb pull recovery.log from /cache/recovery/tmp
Like this
adb pull /cache/recovery/tmp/recovery.log Path/where/u/want/to/pull
And gimme the recovery.log.

varun.chitre15 said:
Give me output of
cat proc/cmdline in terminal emulator app
Another thing, when it is stuck on logo, adb pull recovery.log from /cache/recovery/tmp
Like this
adb pull /cache/recovery/tmp/recovery.log Path/where/u/want/to/pull
And gimme the recovery.log.
Click to expand...
Click to collapse
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!

cheech01 said:
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!
Click to expand...
Click to collapse
Cant you enter download mode?
And if you can enter download mode, doesnt ODIN work to flash an official ROM?

quendil said:
Cant you enter download mode?
And if you can enter download mode, doesnt ODIN work to flash an official ROM?
Click to expand...
Click to collapse
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work

cheech01 said:
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work
Click to expand...
Click to collapse
Cool then. I hope it works for you!

cheech01 said:
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work
Click to expand...
Click to collapse
It has nothing to do with system partition and system should boot
And if still isn't booting then reflashing system partition and recovery partition via ODIN should work.
As I said in disclaimer this is only for advanced users. Soft bricking is nothing new in development, its normal when you are testing something.
If you guys need development to proceed you need to take risks. So only test when you know what you are doing, its completely your own responsibility. That's a unwritten rule of xda now.

varun.chitre15 said:
It has nothing to do with system partition and system should boot
And if still isn't booting then reflashing system partition and recovery partition via ODIN should work.
As I said in disclaimer this is only for advanced users. Soft bricking is nothing new in development, its normal when you are testing something.
If you guys need development to proceed you need to take risks. So only test when you know what you are doing, its completely your own responsibility. That's a unwritten rule of xda now.
Click to expand...
Click to collapse
Ofc it's understood!
:good:
And we're thankful for your efforts!

cheech01 said:
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!
Click to expand...
Click to collapse
you can use Ns pro box to write one special file into the phone,and the phone will be fine.good luck

Very quiet but I just did not Accused. Did you just say that the phone will not start after the (your) recovery. Is a beta test, and if what I write is not true is not es.did not Accused.Ok!

Related

ClockworkMod Recovery 5.0.2.8

Just thought I would post this since Bin4ry's recovery image was getting out of date...
DO NOT FLASH THIS - if you do, your phone will explode in your face!
to use:
Code:
fastboot boot recovery.img
http://www.mediafire.com/?5o5787wd11o8ww3
Keiran
Thanks, I've been wanting a newer external recovery image.
CrimsonKnight13 said:
Thanks, I've been wanting a newer external recovery image.
Click to expand...
Click to collapse
Your welcome
I also edited the keylayout in my CM sources for recovery so that we can use the four hardware buttons efficiently, back button = back, home button = up, menu button = down, search button = select.
I did this because on the new CWM the layout is all messed up for our device
Keiran
Could be possible to flash it through terminal emulator??? (without pc... )
bamsbamx said:
Could be possible to flash it through terminal emulator??? (without pc... )
Click to expand...
Click to collapse
No flashing....
And you probably can't boot it through terminal emu either.
Sent from my R800i using Tapatalk
KeiranFTW said:
No flashing....
And you probably can't boot it through terminal emu either.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Why not??? I have tried to write: su fastboot flash...etc and it answered: not found..... But it seems to be possible to flash.... I dont know why it wouldnt boot....(have unlocked btl...)
Thanks for your answer
bamsbamx said:
Why not??? I have tried to write: su fastboot flash...etc and it answered: not found..... But it seems to be possible to flash.... I dont know why it wouldnt boot....(have unlocked btl...)
Thanks for your answer
Click to expand...
Click to collapse
No it's not possible to flash as the Xperia range does not have a recovery partition, which is where you usually flash the ClockMod Recovery to
Could you possibly update this to the newest CWM?
i will try to update it, as it is not that hard to do
CWM Version 5.5.0.4 by FreeXperia Team
Instructions:
Code:
- In Fastboot mode type in terminal: fastboot boot recovery2.img
- Spam volume up and down button
Download: Recovery
Tried on my terminal with unlocked bootloader. If someone with a locked one can give a feedback it would be great.
6.0.0.6 is out, but won't work for me.
6.0.1.0 is already out
i am using it with the jelly bean kernel
call me a noob but why should i not flash these recovery imgs again?

Android Terminal Emulator Command

Tell me what you need to enter the command to flash the kernel via Android terminal emulator?
SonyFan23 said:
Tell me what you need to enter the command to flash the kernel via Android terminal emulator?
Click to expand...
Click to collapse
What reason you have to flash it this way and nor with fastboot or CWM?
ChikeD said:
What reason you have to flash it this way and nor with fastboot or CWM?
Click to expand...
Click to collapse
Am often away from the computer, and through cmw kernel sew, it is also necessary to find
One person on my friend said that the form can be sewn through Termunal Android, that's interested in the question
SonyFan23 said:
Am often away from the computer, and through cmw kernel sew, it is also necessary to find
One person on my friend said that the form can be sewn through Termunal Android, that's interested in the question
Click to expand...
Click to collapse
In principle the dd command should work
However I haven't tried it before and don't know if it is safe to do, so if you do it it's at your own risk.
Code:
dd if=<kernel file> of=<kernel partition>
ChikeD said:
In principle the dd command should work
However I haven't tried it before and don't know if it is safe to do, so if you do it it's at your own risk.
Code:
dd if=<kernel file> of=<kernel partition>
Click to expand...
Click to collapse
So here we introduce: "dd if = <filename> of = <Where is it>"
Will look like?
Code:
dd if=/mnt/sdcard/boot.img of=/dev/block/mmcblkNNN
True or false?
SonyFan23 said:
So here we introduce: "dd if = <filename> of = <Where is it>"
Will look like?
Code:
dd if=/mnt/sdcard/boot.img of=/dev/block/mmcblkNNN
True or false?
Click to expand...
Click to collapse
Almost correct, of=/dev/block/mmcblkNNNpNNN.
If you don't know which it is you can find which partition is the kernel written to with package_extract_file or write_raw in any CWM flashable kernel for your phone.
You better make sure fastboot is working for you before you try it or you may not be able to recover if it is not safe to do and the phone reboot before it finish.
ChikeD said:
Almost correct, of=/dev/block/mmcblkNNNpNNN.
If you don't know which it is you can find which partition is the kernel written to with package_extract_file or write_raw in any CWM flashable kernel for your phone.
You better make sure fastboot is working for you before you try it or you may not be able to recover if it is not safe to do and the phone reboot before it finish.
Click to expand...
Click to collapse
Thank you, I have asked the developer firmware he said that the code would be:
Code:
dd if=/mnt/sdcard1/boot.img of=/dev/block/mmcblk0p9

[Q] how to flash cwm after root Samsung galaxy grand quattro gt-18552 :(

i already root my Samsung galaxy grand quattro gt-18552 use Framaroot..
now i want install cwm for flashing roms all..
Plz teach me how to do... anyways sory for my bad English hope you guys understand
here
sathissneon said:
i already root my Samsung galaxy grand quattro gt-18552 use Framaroot..
now i want install cwm for flashing roms all..
Plz teach me how to do... anyways sory for my bad English hope you guys understand
Click to expand...
Click to collapse
http://true-android.blogspot.in/2014/02/install-clockworkmod-recovery-6045-on.html?m=1
:fingers-crossed:
slogger001 said:
http://true-android.blogspot.in/2014/02/install-clockworkmod-recovery-6045-on.html?m=1
:fingers-crossed:
Click to expand...
Click to collapse
ok thanks can I use windows xp right? ?
If driver support
sathissneon said:
i already root my Samsung galaxy grand quattro gt-18552 use Framaroot..
now i want install cwm for flashing roms all..
Plz teach me how to do... anyways sory for my bad English hope you guys understand
Click to expand...
Click to collapse
sathissneon said:
ok thanks can I use windows xp right? ?
Click to expand...
Click to collapse
ya if the software and driver works correctly :laugh:
sathissneon said:
i already root my Samsung galaxy grand quattro gt-18552 use Framaroot..
now i want install cwm for flashing roms all..
Plz teach me how to do... anyways sory for my bad English hope you guys understand
Click to expand...
Click to collapse
You can do it without using pc. Just use terminal emulator.
Download terminal emulator from playstore.
Download CWM here. (6.0.4.5) http://d-h.st/0Fw Thanks to @arnav
Use any root browser
Extract CWM tar file and open it. You will see recovery.img
Put that in /sdcard
Run terminal emulator and type:
su (enter)
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13 (enter)
Thats a zero in mmcblk0p13 not letter o.
Some text will appear.
Guess what you now have CWM.
You can also use the recovery.img of cwm 6 0.4 7 or Philztouch recovery.
theguynamedjake said:
You can do it without using pc. Just use terminal emulator.
Download terminal emulator from playstore.
Download CWM here. (6.0.4.5) http://d-h.st/0Fw Thanks to @arnav
Use any root browser
Extract CWM tar file and open it. You will see recovery.img
Put that in /sdcard
Run terminal emulator and type:
su (enter)
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13 (enter)
Thats a zero in mmcblk0p13 not letter o.
Some text will appear.
Guess what you now have CWM.
You can also use the recovery.img of cwm 6 0.4 7 or Philztouch recovery.
Click to expand...
Click to collapse
Woow thank you so much "anyway then how enter cwm by pressing what???
sathissneon said:
Woow thank you so much "anyway then how enter cwm by pressing what???
Click to expand...
Click to collapse
1. Turn off phone. Press and hold POWER+VOLUME UP+HOME. Release the POWER button while still holding the other 2. Wait for the cwm to appear.
Or
2. Download a rebooter from playstore.
Or
3. Type:
reboot recovery
In terminal emulator.
theguynamedjake said:
1. Turn off phone. Press and hold POWER+VOLUME UP+HOME. Release the POWER button while still holding the other 2. Wait for the cwm to appear.
Or
2. Download a rebooter from playstore.
Or
3. Type:
reboot recovery
In terminal emulator.
Click to expand...
Click to collapse
Its not working bro..
How can I extract the tar file
Rahul Appzz said:
How can I extract the tar file
Click to expand...
Click to collapse
Still looking for anwsers check here
http://forum.xda-developers.com/showthread.php?t=2494471
theguynamedjake said:
1. Turn off phone. Press and hold POWER+VOLUME UP+HOME. Release the POWER button while still holding the other 2. Wait for the cwm to appear.
Or
2. Download a rebooter from playstore.
Or
3. Type:
reboot recovery
In terminal emulator.
Click to expand...
Click to collapse
is the cwmloop fixed?
i saw in the forums booting into recovery automatically will make your phone into an endless loop of logo
theguynamedjake said:
1. Turn off phone. Press and hold POWER+VOLUME UP+HOME. Release the POWER button while still holding the other 2. Wait for the cwm to appear.
Or
2. Download a rebooter from playstore.
Or
3. Type:
reboot recovery
In terminal emulator.
Click to expand...
Click to collapse
Rebooting into recovery automatically without using the manual buttons will result you into a recovery loop

Crash Detected cycling

Hi.
I have edit this file /system/build.prop
and reboot the phone..
And now the phone not start up..
Is crash i boot up.. over and over .. :crying:
I still have 1st copy of /system/build.prop.
Is it possible to copy that file in flash mode or fastboot mode?
//
postgardh said:
Hi.
I have edit this file /system/build.prop
and reboot the phone..
And now the phone not start up..
Is crash i boot up.. over and over .. :crying:
I still have 1st copy of /system/build.prop.
Is it possible to copy that file in flash mode or fastboot mode?
//
Click to expand...
Click to collapse
Do you have TWRP installed?
V4LKyR said:
Do you have TWRP installed?
Click to expand...
Click to collapse
No. :crying:
Is usb debugging enabled? Should be able to adb push build.prop /system or something.
Update:
Have a look here http://developer.android.com/tools/help/adb.html#issuingcommands
Sent from my D6503 using Tapatalk
postgardh said:
No. :crying:
Click to expand...
Click to collapse
Well, let me tell you what your mistake is.
You should have changed the permissions of build.prop file aswell... After finished modifiying it.
If you had TWRP, you could've done it so easily.

[DUMP] ZenWatch 2 (sparrow, WI501Q) Build M6E69Z

NEW VERSION AVAILABLE!
https://forum.xda-developers.com/zenwatch-2/general/dump-zenwatch-2-sparrow-wi501q-build-t3601596
----------
Inspired by this thread!
Dumped via non-flashed (only live booted) TWRP so I can dump the original recovery too.
Can be flashed in fastboot mode!
To flash these images reboot your watch, swipe from the top left to the bottom right corner when you see the ASUS logo and connect it to your PC.
Then in a command line enter:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
Download ALL-IN-ONE zip (system.img, boot.img, recovery.img): Dropbox (262MB) - OneDrive Backup
Download recovery.img: Dropbox (16 384KB) - OneDrive Backup
Download boot.img: Dropbox (16 384KB) - OneDrive Backup
If you need more partitions tell me below, I've only included these ones so far because I know they won't contain any personal or device specific information and should be flashable on other devices too. However I've dumped every single one existing on the ZW2
Please check your file, system.img have problem
leap_ahead said:
Please check your file, system.img have problem
Click to expand...
Click to collapse
What problem you mean? While flashing?
EpicLPer said:
What problem you mean? While flashing?
Click to expand...
Click to collapse
Invalid system parse
leap_ahead said:
Invalid system parse
Click to expand...
Click to collapse
Just to make sure, you do have unpacked the ZIP and flashed the system.img via fastboot, right? Not that you renamed the ZIP to IMG lol
EDIT: Okay, tried it myself and I'm getting the same error... Weird...
EpicLPer said:
Just to make sure, you do have unpacked the ZIP and flashed the system.img via fastboot, right? Not that you renamed the ZIP to IMG lol
EDIT: Okay, tried it myself and I'm getting the same error... Weird...
Click to expand...
Click to collapse
I know my friend! I use the other and is ok
leap_ahead said:
I know my friend! I use the other and is ok
Click to expand...
Click to collapse
Okay, I have no idea how to make a fastboot flashable image out of the dd system.img I made... Sorry
Flashing ok
I flashed this via fastboot without probs. system.img has been flashed splitted into some chunks.
Device booted ok. All fine.
t.daun said:
I flashed this via fastboot without probs. system.img has been flashed splitted into some chunks.
Device booted ok. All fine.
Click to expand...
Click to collapse
Hm, maybe there are some old fastboot versions around that don't know how to handle a "new system image"? Weird...
t.daun said:
I flashed this via fastboot without probs. system.img has been flashed splitted into some chunks.
Device booted ok. All fine.
Click to expand...
Click to collapse
Invalid,!!
EpicLPer said:
Okay, I have no idea how to make a fastboot flashable image out of the dd system.img I made... Sorry
Click to expand...
Click to collapse
I'm using "ext2simg".
I used to use "img2simg" but it caused trouble.
In Ubuntu it's easy peasy going (Win? try Ubuntu on Linux on Windows. Win 10 only)
Code:
sudo apt install android-tools-*
ext2simg <inputfile> <outputfile>
BTW: .simg is something I invented myself.
ranf said:
I'm using "ext2simg".
I used to use "img2simg" but it caused trouble.
In Ubuntu it's easy peasy going (Win? try Ubuntu on Linux on Windows. Win 10 only)
Code:
sudo apt install android-tools-*
ext2simg <inputfile> <outputfile>
BTW: .simg is something I invented myself.
Click to expand...
Click to collapse
Awesome! Thanks a ton man! Did that now and it worked flawlessly
@EpicLPer https://forum.xda-developers.com/zenwatch-2/general/ota-url-sparrow-build-m6e70c-t3601468 u got this ota alrdy? i cant update like always. fastboot flashable imgs would be highly appreciated ^^
can it be the root installed through live booted twrp or the now unlocked bl that prevents normal updates for me? i never did a single ota on any of my phones always custom rom so idk much about ota's.
Sent from my Nexus 6P using XDA Labs
NEW VERSION AVAILABLE!
https://forum.xda-developers.com/zenwatch-2/general/dump-zenwatch-2-sparrow-wi501q-build-t3601596
leap_ahead said:
Invalid,!!
Click to expand...
Click to collapse
Hello, do you have a Chinese version of the brush bag?

Categories

Resources