• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root TUTORIAL dsixda's Android Kitchen (DeOdxing, and cooking roms)

I will try to answer but I really think you should post and ask this on Galaxy Tab2 forum or other develop forum not in LG Motion forum here. I will try to help you one more time.

Also please note I don't have this device so my answer below may not be 100% correct. You may have to get confirm from Galaxy Tab2 dev...



It seems like your system, cache and data folders are defined as below.

/dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS
/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS
/dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE

So open up any similar Samsung device definition file with Notepad++ then replace each line accordingly. So your sys_mnt should look something like this.

sys_mnt=\/dev\/block\/platform\/omap\/omap_hsmmc.1\/by-name\/FACTORYFS


After all change is over do 'save as' then use the device name as a file name.



Again, I don't have this device and this is not a Galaxy Tab2 forum so... no guarantee :p get help from Galaxy Tab2 Developers.

Good luck!
ummm...bard last thing i want to ask u that there is also boot mnt and sdcard mnt; which one line is used there????
 
ummm...bard last thing i want to ask u that there is also boot mnt and sdcard mnt; which one line is used there????

Umm.. for those you may have to extract them from boot.img or recovery.img.

Check 'How to add new devices that are not listed in the Supported Devices in Page 1?' from the original Android Kitchen thread.

[KITCHEN] Android Kitchen, v0.224 [Linux / Mac / Windows] - XDA Forum

If the stock ROM images for your device contain the recovery.img file, extract its files from the kitchen menu: Advanced --> Tools for boot image --> Extract from boot.img/recovery.img in any folder. Then, open up its ramdisk folder, and look for /system/etc/recovery.fstab or /etc/recovery.fstab or similar FSTAB file location. Open this file to find the mount points.

Also download already existing Tab2 ROM and try to dissect their boot and recovery. If you have kitchen set up there's option for boot.img.
 
Back
Top Bottom