Jump to content


Want a touch recovery?-generate it yourself!

- - - - -

  • Please log in to reply
91 replies to this topic

#21
Mtman1

Mtman1

    Addict

  • Members
  • PipPipPipPipPip
  • 686 posts
  • Gender:Male
  • Devices:Liquid MT
That happens unless you have ext4 as your second partition. This happens with every recovery apart from amonra


#22
vamper89

vamper89

    Newbie

  • Members
  • Pip
  • 24 posts
  • Gender:Male
  • Location:milan
  • Devices:acer liquid mtal
how do I change the partition in this recovery without losing data


#23
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts

Quote

how do I change the partition in this recovery without losing data
no way..


#24
liquid metal newbie

liquid metal newbie

    Regular

  • Members
  • PipPip
  • 59 posts
  • Gender:Male
  • Devices:Acer Liquid MT
can i change the colors and the graphics of the recovery???

Posted Image

#25
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts
Don't know about colors, but graphics could be changed by disassembling img(use perl script for boot.img for disassembling and mkbootimg for assembling).


#26
liquid metal newbie

liquid metal newbie

    Regular

  • Members
  • PipPip
  • 59 posts
  • Gender:Male
  • Devices:Acer Liquid MT

View PostLens_flare, on 28 June 2012 - 09:16 AM, said:

Don't know about colors, but graphics could be changed by disassembling img(use perl script for boot.img for disassembling and mkbootimg for assembling).

In english please

Posted Image

#27
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts

Quote

In english please
If it's not english, ok;

Quote

графику можно изменить только если разобрать recovery.img с помощью командного файла perl, который можно найти в google, там же можно найти mkbootimg. с помощью этих инструментов можно собрать и разобрать recovery, дальше остается только заменить графику. цвета изменить нельзя.

Happy translations sir.. if my english is so bad to understand..


#28
ltpitt

ltpitt

    Diehard

  • Members
  • PipPipPipPip
  • 476 posts
  • Devices:Acer Liquid Metal

View PostLens_flare, on 30 June 2012 - 05:51 AM, said:

If it's not english, ok;


Happy translations sir.. if my english is so bad to understand..

I think he just asked to translate from geek-ish to English :)


#29
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts
then just 2 answers:
no and no.


#30
liquid metal newbie

liquid metal newbie

    Regular

  • Members
  • PipPip
  • 59 posts
  • Gender:Male
  • Devices:Acer Liquid MT
I did not mean to say that your english is bad Lens
I just did not understand what u meant (i have no experience with perl scripts)
would u please explain it to me in simple english language
I meant no disrespect

Posted Image

#31
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts

Quote

I just did not understand what u meant (i have no experience with perl scripts)
would u please explain it to me in simple english language
alright boss..
Colors couldn't be changed without source modification I don't know where to find.
About graphics:
Requires: ubuntu(will use it for example), mkbootimg, perl scripts from here , thx Techno[=Technolover].
Boot ubuntu, install perl:
in terminal:
sudo apt-get install perl
if not installed but found "similar", copy what it showd(actually exact package name) to line above, so you got something like that pattern:
sudo apt-get install [found package]
or you could try to install it from built-in ubuntu store, hope their "market" won't be so difficult to use.
Pack all tools you got(2 *.pl-s and mkbootimg) and target recovery in one folder, let's name it "reco" and put to home folder to ease of use
in terminal type:
cd reco
then time to unpack recovery.
in the same terminal type:
perl Liquid-MT-Unpack-Bootimg.pl recovery.img
if all is ok, we've got a folder named recovery-ramdisk(there is also gz, but we will only work with folder). In res folder(as I remember) you'll find all graphics. And now only you is responsible for all replaced graphics :D
if you want to use that recovery, it should be packed again to recovery image.

Now, as Techno prefers pure scripts, you should make Liquid-MT-mkbootimg executable:
right click on Liquid-MT-mkbootimg->preferences->permissions tab, then check "allow as executable" or somewhat.
alternatively, it could be done via terminal:
chmod a+x Liquid-MT-mkbootimg
Assuming we are on the same terminal all the time.

then just type in the same terminal:
perl Liquid-MT-Repack-Bootimg.pl recovery.img-kernel.gz recovery.img-ramdisk recovery.img
if I mistyped somewhere, you could manually copy these names in order showed below:
perl [script name] [kernel] [ramdisk or merely folder where we changed graphics] [output file]
then flash recovery you got and that is it.
hope it is more clear(but you could find the same on google! ;[ )

Edited by Lens_flare, 02 July 2012 - 03:28 AM.


#32
liquid metal newbie

liquid metal newbie

    Regular

  • Members
  • PipPip
  • 59 posts
  • Gender:Male
  • Devices:Acer Liquid MT
Thanks for  your time

Posted Image

#33
vamper89

vamper89

    Newbie

  • Members
  • Pip
  • 24 posts
  • Gender:Male
  • Location:milan
  • Devices:acer liquid mtal
I would like to change the partition from ext3 to ext4 by Gparted.
I tried to save the contents of the ext to copy them later, but some files can not copy because I do not have permission.
How can i do?


#34
TechnoLover

TechnoLover

    Diehard

  • Members
  • PipPipPipPip
  • 415 posts
  • Gender:Male
  • Location:Germany
  • Devices:Acer Liquid MT S120
  • Twitter:@marcOcram
start your file manager as root ;)

Leonardo d'Avicii & Tiesto <3


Posted Image


#35
bladyle

bladyle

    Newbie

  • Members
  • Pip
  • 25 posts
  • Gender:Male
  • Location:Bulgaria
  • Devices:Acer Liquid MT
  • Twitter:@bladyle
thanks to this tutorial i just generate CWM 6.0.0.1 :)


#36
Bolpa

Bolpa

    Newbie

  • Members
  • Pip
  • 14 posts
What file did you used for generate CWM 6.0.0.1? :)


#37
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts

Quote

What file did you used for generate CWM 6.0.0.1? :)
Read first post.


#38
Mtman1

Mtman1

    Addict

  • Members
  • PipPipPipPipPip
  • 686 posts
  • Gender:Male
  • Devices:Liquid MT
Is the backup speed in 6.0.0.1 noticeablely different from 5.x.x.x?


#39
Lens_flare

Lens_flare

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,461 posts

Quote

6.0.0.1
what? I thought CWM touch is still 5.x.x..

Quote

Is the backup speed in 6.0.0.1 noticeablely different from 5.x.x.x?
yes, fast as hell


#40
!gm

!gm

    Regular

  • Members
  • PipPip
  • 85 posts
  • Gender:Male
  • Devices:Acer Liquid MT 4.000.13
mhm its not working for me :wacko:

it seems that the recovery is getting to big - flashing fails
they may have changed something in the script?

bladyle, is your generated recovery working, or did just the build process succeed?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users