[AROMA] Backup & Restore Kernel V1.0

Search This thread
BACKUP & RESTORE YOUR KERNEL

Tool by hnkotnis

Version Alpha RC1

Hello again! We have tools to backup kernel (chamatht's method) and restore it (faqbly's method),
But there is not any SINGLE TOOL to do both. So I thought Aroma by Amarullz would be the
one stop solution for that. CWM cannot backup Kernel. I know Madteam's can do but it cannot restore it. Also taking whole NANDROID backup just for a less than 8 MiB file is crazy idea.

I worked on it from afternoon and at evening I present it to the developer's community.

This tool can do both backup and restore of kernel.

Tested and working on -
1) Stock Kernel,
2) Hell's Fusion #50,
3) Kuro's Kernel.

Screenshots -
Only Backup Screenshots uploaded, restore are similar.
View attachment 2521817 View attachment 2521818 View attachment 2521819 View attachment 2521820

Instructions-
1) Put zip in root of SD Card and flash with CWM.
2) Choose language, Theme for the process.
3) Next agree the T&C
4) In next screen, there are 4 options -
a) Backup/Restore.
b) System Info (I am still wondering why I added this anyway :D)
c) Changelog
d) Quit without doing any backup/restore.

Credits-
amarullz for his amazing Aroma Installer.
Myself hnkotnis for creating this thing.
You for using this and (If applicable) pressing the Thanks button :p :laugh:

Please report how it works in comments and if you have any suggetions, send me a PM.
 

Attachments

  • KernelBackupRestoreByHnkotnis.zip
    4.6 MB · Views: 4,661
  • cwm.zip
    1.3 MB · Views: 515
Last edited:
Sorry for bad (rather worst) screenshots, but my SLR Camera cells were discharged. So I had to capture from my father's Galaxy Ace. They look bit better from computer.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D
 
Last edited:

TheFixItMan

Senior Member
Jul 8, 2012
7,844
4,052
London
Sorry for bad (rather worst) screenshots, but my SLR Camera cells were discharged. So I had to capture from my father's Galaxy Ace. They look bit better from computer.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D

couldnt you use an adb screen capture command?

nether the less - think people get the idea with the screenshots provided
 

TheFixItMan

Senior Member
Jul 8, 2012
7,844
4,052
London
Its 10:41 PM here dude. My mother would kill me if I go to computer at this time. I will post good images tomorrow by that method.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D

the joys of me being an adult lol - i'll see if I can do it for you

edit - unfortunatly ADB is not working in recovery mode in windows 8.1 - works fine when the phone is booted but it keeps disconnecting in recovery mode so adb cant find a connection - If I cant find a solution you will have to do it when you get time
 
Last edited:
  • Like
Reactions: hnkotnis

aniket.lamba

Senior Member
Jul 16, 2012
3,253
5,666
New Delhi
mr-tweaker.github.io
Its 10:41 PM here dude. My mother would kill me if I go to computer at this time. I will post good images tomorrow by that method.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D

Well I shared an app (or rather a mod) in themes and apps section.It was ADB screenshot or something like that.Download it and take the SS wjth that.
 
  • Like
Reactions: hnkotnis
the joys of me being an adult lol - i'll see if I can do it for you

edit - unfortunatly ADB is not working in recovery mode in windows 8.1 - works fine when the phone is booted but it keeps disconnecting in recovery mode so adb cant find a connection - If I cant find a solution you will have to do it when you get time

For Galaxy y adb doesn't work in recovery in Windows 7 Enterprise
Like your Windows 8.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D
 

Ardroid-xda

Senior Member
Nov 16, 2012
453
337
★★★★★
Just to remember it, add some credit for
chamaths and faqbly on your thread and your aroma package
because you said first both of people first but not on you credits :)

because this is opensource, and atlast thank for your work
 
Just to remember it, add some credit for
chamaths and faqbly on your thread and your aroma package
because you said first both of people first but not on you credits :)

because this is opensource, and atlast thank for your work

I did not copy anything from their work. Not a single line of code. I created commands with my knowledge of Linux and updater-script (I am using it since Red Hat). So no need to credit them.
I mentioned them because they are related.


Text are a bit small

Inviato dal mio GT-S5570I con Tapatalk 2

I will fix it in next release.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D
 
Last edited:
@luqman98
I will try. But I don't have that device. So please give me any flashable zip of your phone. (Any working one will do; smaller the size, better for me to download and extract porting files)
Then I will try to do it.
Dunno, but this may help:
Code:
# cat /proc/partitions
major minor  #blocks  name

 179        0    3815424 mmcblk0
 179        1       2048 mmcblk0p1
 179        2       2048 mmcblk0p2
 179        3      12800 mmcblk0p3
 179        4       5120 mmcblk0p4
 179        5       5120 mmcblk0p5
 179        6       5120 mmcblk0p6
 179        7     307200 mmcblk0p7
 179        8     102400 mmcblk0p8
 179        9    1048576 mmcblk0p9
 179       10      10240 mmcblk0p10
 179       11    2302447 mmcblk0p11
 179       12      10240 mmcblk0p12
 179       13        256 mmcblk0p13
 179       14        256 mmcblk0p14
 179       15       1024 mmcblk0p15
 259        0         16 mmcblk0p16
 179       16   32768000 mmcblk1

Code:
# cat /proc/mounts
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,noatime,nodiratime,mode=755 0 0
devpts /dev/pts devpts rw,noatime,nodiratime,mode=600 0 0
proc /proc proc rw,noatime,nodiratime 0 0
sysfs /sys sysfs rw,noatime,nodiratime 0 0
tmpfs /mnt/asec tmpfs rw,noatime,nodiratime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,noatime,nodiratime,mode=755,gid=1000 0 0
/dev/block/mmcblk0p7 /system ext4 rw,relatime,barrier=1,data=writeback 0 0
/dev/block/mmcblk0p8 /cache ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p4 /mnt/.lfs j4fs rw,relatime 0 0
/dev/block/mmcblk0p9 /data ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=writeback 0 0
/dev/block/vold/179:11 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
none /sys/kernel/debug debugfs rw,noatime,nodiratime 0 0

Sent from my GT-S5300 using Tapatalk 0.01a
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://xdaforums.com/showthread.php?t=2586876
 
Last edited:
@luqman98
Please enter following command on terminal and tell me result.
(If no info comes, then commands in this tool will work)
Code:
# cat /proc/mtd

And I require any modification's working flashable zip. Or you can give me META-INF of any stock based custom ROM.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D
 
Last edited:
@luqman98
Please enter following command on terminal and tell me result.
(If no info comes, then commands in this tool will work)
Code:
# cat /proc/mtd

And I require any modification's working flashable zip. Or you can give me META-INF of any stock based custom ROM.

Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands :D
1. Nothing is showing after typing cat /proc/mtd.
2. The updater script is attached below.
 

Attachments

  • updater-script.txt
    1.6 KB · Views: 10

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    BACKUP & RESTORE YOUR KERNEL

    Tool by hnkotnis

    Version Alpha RC1

    Hello again! We have tools to backup kernel (chamatht's method) and restore it (faqbly's method),
    But there is not any SINGLE TOOL to do both. So I thought Aroma by Amarullz would be the
    one stop solution for that. CWM cannot backup Kernel. I know Madteam's can do but it cannot restore it. Also taking whole NANDROID backup just for a less than 8 MiB file is crazy idea.

    I worked on it from afternoon and at evening I present it to the developer's community.

    This tool can do both backup and restore of kernel.

    Tested and working on -
    1) Stock Kernel,
    2) Hell's Fusion #50,
    3) Kuro's Kernel.

    Screenshots -
    Only Backup Screenshots uploaded, restore are similar.
    View attachment 2521817 View attachment 2521818 View attachment 2521819 View attachment 2521820

    Instructions-
    1) Put zip in root of SD Card and flash with CWM.
    2) Choose language, Theme for the process.
    3) Next agree the T&C
    4) In next screen, there are 4 options -
    a) Backup/Restore.
    b) System Info (I am still wondering why I added this anyway :D)
    c) Changelog
    d) Quit without doing any backup/restore.

    Credits-
    amarullz for his amazing Aroma Installer.
    Myself hnkotnis for creating this thing.
    You for using this and (If applicable) pressing the Thanks button :p :laugh:

    Please report how it works in comments and if you have any suggetions, send me a PM.
    2
    Reserved

    Reserved
    1
    Good work op....
    thumbup bro
    1
    Its 10:41 PM here dude. My mother would kill me if I go to computer at this time. I will post good images tomorrow by that method.

    Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
    Using CWM........Busybox Commands........No I use my hands :D

    the joys of me being an adult lol - i'll see if I can do it for you

    edit - unfortunatly ADB is not working in recovery mode in windows 8.1 - works fine when the phone is booted but it keeps disconnecting in recovery mode so adb cant find a connection - If I cant find a solution you will have to do it when you get time
    1
    Its 10:41 PM here dude. My mother would kill me if I go to computer at this time. I will post good images tomorrow by that method.

    Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
    Using CWM........Busybox Commands........No I use my hands :D

    Well I shared an app (or rather a mod) in themes and apps section.It was ADB screenshot or something like that.Download it and take the SS wjth that.