[KERNEL] init.d support in kernel for pocket plus - Miscellaneous Android Development

What is init.d?
Init.d is a feature which allows you to run brunch of scripts at boot . Thats really useful while you want to set values which reset at boot or run/do any thing at every boot or install tweaks.
Requirements
1.CWM or TWRP
2. Busybox located in /system/bin/
How to install
1. Download the Attached file and place it on your SD Card/Internal Storage.
2. Reboot phone to CWM/TWRP recovery
3. Clear cache & dalvik cache.
4. Flash the Zip.
5. Reboot System (wait until the boot finish)
WARNING
if you want to include this in your custom rom please give proper credits.. and this kernel is for Galaxy Pocket Plus only! Don't flash this on the other devices.
Changelog
Version 1
* init.d support
Version 2
* init.jp.rc added in Ramdisk
if u like it please hit the "THANKS" button :highfive:

Related

Custom Boot Image for Galaxy Mini (GT-S5570)Stock Gingerbread 2.3.4 (XXKPJ)

just wanna share
custom boot image for stock GINGERBREAD 2.3.4 XXKPJ galaxy mini
DOWNLOAD HERE
how to:
1. u must be in stock GINGERBREAD 2.3.4 XXKPJ
2. flash Enhanced Recovery by tj_style with odin
3. Place 4_BOOT_XXKPJ_DT_ROOT.zip at the root of sdcard
4. Boot to recovery mode (hold the power and home button together)
5. apply update from sd card
6. choose 4_BOOT_XXKPJ_DT_ROOT.zip
7. finish, reboot
features :
1. pre-rooted
2. a2sd darktremor (just partition ur sdcard then activate in a2sdgui)
3. support init.d (script that run when booting)
4. addition on /system/app/
- SuperUser.apk,
- A2SDGUI.apk
- DSP Manager.apk (Sound Management like in CM7)
- SpareParts.apk
5. added Juwe RAM Script
6. edited file /system/etc/hosts/ (contain ads blocker)
**credits to Remoeg
instead of custom recovery can we flash CWM recovery and then Place 4_BOOT_XXKPJ_DT_ROOT.zip at the root of sdcard n apply update from sd card.?????
loveablekrish said:
instead of custom recovery can we flash CWM recovery and then Place 4_BOOT_XXKPJ_DT_ROOT.zip at the root of sdcard n apply update from sd card.?????
Click to expand...
Click to collapse
yes, mount /system first.
my GF has Gmini n wanna try GB rom...is it fully work all?or have lil bugs? thanks in advance brow
what is the password?pls
pw: samfirmware.com
thanks for the reply
Hello Dear Friend
Please Help Me
my tablet pc is superpad II after boot , automatically Goes to
"touch crosshair to calibrate" and Touch Screen Does not work
my android is :
hotfile.com/dl/124480279/41152b2/superpad9V1_0719-1.zip.html
Screen Completely black , Please help for fix Problem !
Thank you very much

[Release]FeaMod Recovery 1.4 - based on CWM Recovery v. 5.5.0.4.

I've ported the CWM Recovery v. 5.0.2.7 to the Samsung Galaxy I9001 device.
Download it here and follow the instructions to install it. I will post any changes or updates again in this very first post.
Disclaimer: Flashing software onto your device might void your guarantee and may brick your phone. Use the attached software on your own risk. I am not responsible for any bricked device due to this software. You've been warned.
Credits and huge thanks go to:
Koush - for writing the original ClockworkMod Recovery
Ilarrain- for patching graphics.c for the Galaxy Ace device
YardE - providing init.d support to the custom kernel
Riversource - for providing scripts which make the handling of smd files super easy
All the users on this forum who have tested my former versions and helped to debug it - you're great
Are there any differences to "stock" CWM recovery which I can see?
Yes, there are. I've removed additional "No"'s in some functions. I've also changed the background logo and the name of the recovery (though "CWM Recovery" is still there due to make proper credits and copyright thing things). And of course there is the custom kernel included!
How to install/update
If you already have a FeaModRecovery version on your device it's simple:
Download one of the update.zip packages (starting with version 1.3) and copy it to one of your sdcards. Reboot into recovery and install the package (install zip from sdcard -> choose zip from ...).
If you're still on stock recovery or another one follow the the step-by-step instructions on the bottom of the post.
What about the version numbers?
The first number represents major updates (for example update to CWM 6 thus FeaMod v. 2)
The second number represents minor updates. For example if CWM goes up to 5.0.2.8 or I change something on my version.
The third number on some versions represents the kernel since it's a custom one and included in the whole package. So if only the last number changes, I have made "only" changes to the kernel.
Downloads
SMD files to flash via Odin
download FeaMod v1.1: http://www.mediafire.com/?oxxn0676fikkdaw
download FeaMod v1.2: http://www.mediafire.com/?u9996yn6i7rc92z
Hint:
For those who experience boot loops. Before you flash a new version copy the content of your external sdcard onto your pc and format it afterwards. This should help. After you've successfully flashed and rebooted into your system you can copy the files back on your external sdcard.
zip files OC/UV kernel to flash via FeaMod Recovery
WARNING:
Applying the FeaMod Recovery with the FeaCore_OC/UV kernel is dangerous and may brick your phone. In any case it will drain your battery faster when running on 1.8 GHz all the time. Only install it when you know what you are doing! Otherwise install a package without a OC/UV supporting kernel.
FeaMod Recovery 1.3.1 with FeaCore Phoenix OC stable release: http://mediafire.com/?al9s0abvdjrmg6e
FeaCore Phoenix includes:
-BFQ I/O scheduler 2 r1
-SIO I/O scheduler
-OC up to 1.8 GHz
-smartassV2 governor (ondemand is default)
-JFS and CIFS support
-tun included
-bootanimation support
-new boot sound
- I8150 GPU librarys
-cleancache
FeaMod Recovery 1.4 with FeaCore Phoenix OC stable release: http://www.mediafire.com/?jqfbvxflev1jcoz
zip files without OC/UV kernel to flash via FeaMod Recovery
FeaMod Recovery 1.3.1 with FeaCore Phoenix nonOC stable release: http://mediafire.com/?5unogie5i58x85r
FeaMod Recovery 1.4 with FeaCore Phoenix nonOC stable release:http://www.mediafire.com/?ben9s5a8bz1d3gc
if you wanna change your bootanimation, copy your downloaded bootanimation.zip to /system/media/sanim.zip (yes you have to rename it to sanim.zip). Change the modus to 644 (rw-r--r--).
How to change the bootanimation:
Copy the bootanimation.zip to your sdcard and start adb shell:
Code:
mount -o rw,remount /system
cd sdcard
dd if=bootanimation.zip of=/system/media/sanim.zip
chmod 644 /system/media/sanim.zip
Changelog:
FeaMod v.1.1:
+ Performing a factory reset aka wipe data now doesn't delete the external sdcard anymore.
+ Performing a backup with no changes in the mount menu will automatically backup .android_secure as well.
+ The external sd card will no longer be "backuped" unless you manually mount the sd-ext in the mount menu.
FeaMod v.1.1.1:
+Kernel changes: initd support - implemented by YardE. BFQ I/O Scheduler implemented by me
FeaModRecovery v.1.2:
-Included the rest of the changes made by Koush
-You can now select wheter you wanna make the backup onto internal or external sdcard
-I've decided to let go the backup of the external sdcard (save .android_secure of course). Because it can destroy your internal sdcard when not properly handled and backing up the external sdcard on the external sdcard doesn't make any sense at all.
FeaModRecovery v.1.3:
- fixed a bug which led to a md5 mismatch when recovering only single partitions (advanced recovery).
- reimplement the reboot into recovery option. This option now makes sense again (see next point).
- I provide you from now on with update.zip packages to update FMR from within an already installed FMR.
FeaModRecovery v.1.4:
- https://github.com/CyanogenMod/android_bootable_recovery/commits/ics/
Kernel (FeaCore_1.0 and FeaCore_1.0_OC/UV):
- update to jhash3 (for better reliability on data connections)
- implemented BrainFuck Scheduler as main scheduler (CFS is gone for the moment)
- implemented interactive governor (ondemand is still default and already very aggressive)
- implemented BFQ I/O
- init.d support (thx to YardE)
Kernel FeaCore Phoenix (OC and nonOC):
-jhash (battery drain is too high with jhash3)
-CFS as CPU scheduler
-SmartassV2 as new governor (ondemand is default)
-CFQ, BFQ, SIO and Deadline as I/O schedulers (SIO is default)
-supports Boot animation
-custom Boot sound
-cleancache patches
-I8150 GPU libraries
How to use
Start the FeaMod Recovery by pressing your Power Button and the Volume Up button simultaneously. Hold both keys until the Samsung Logo appears. Release both keys after additional 2-3 seconds and wait. The system now boots into FeaMod Recovery.
Navigate in the menu: Volume Up/Volume Down buttons
Select item: Menu Button
Return to start screen: Return button
Additional hints
Old versions (all versions until v.1.1.1): To backup your external-sd too, you need to mount the sd-ext partition in FeaMod Recovery:
Select mounts and storage -> mount /sd-ext.
Warning:
Don't backup your external sdcard if its content is larger than the space on your internal sdcard left!!!
If not manually mounted only your apps on the sd-ext will be saved.
In case the system won't recognize your external sdcard: Copy the content of your external sdcard to your PC and format it within your ROM. Copy the files back onto the newly formatted external sdcard. Thx to Igor_999 for stumbling across that problem
Sources on github:
https://github.com/manveru0/FeaMod-Recovery
Have fun with it!
Do it step by step ;-)
For Odin related things, look also at the attached image.
Important: You have to install busybox under /system/xbin/ in order to get the init scripts working.
Get "Busybox Installer" from the market. That version let you choose the location to install it.
1. If you don't have at least XXKP4, download it from samsungmobile (you need to register, but it's worth it)
Browse through the forum and go to our devices, there you'll find the ROMs. If your comfortable with your ROM
go to step 3.
2. Download Odin 4.43 from here and flash the files. If you have a one package file, download AriesVE.ops from this post and select that one in Odin
under OPS file. If you downloaded XXKP4 select the bootloader.tar as the BOOT file, the MODEM file as the phone file, the PDA file as the PDA file and the CSC file as the CSC file. Flash it and wait until your phone has rebooted back into the system.
3. Download FeaMod Recovery v.1.2.
4. Open Odin again and select the AriesVE.ops as the OPS file. Tick the one package option under OPTION. The select the FeaMod file as the One Package file. Flash it! After 10 to 15 secs your device will reboot into your system.
6. Copy the Universal Adrenaline v.13 zip file (download it from here: http://forum.xda-developers.com/showthread.php?t=1236779) to your internal or external sdcard.
5. Shut your device down and reboot into FeaMod Recovery v.1.2. by holding the Volume up and Power Button simultaneously until the Samsung Logo appears, hold it for 2,3 seconds longer and release both buttons. Welcome to FeaMod zone :-D
6. Make a full backup either to your external or internal sdcard (look at the options you got) just to be sure.
7. Go to mount and storage -> mount /system
8. Go to advanced and select fix permissions.
9. Go to install zip from sdcard and select your fresh copy of adrenaline shot v. 13.
10. Reboot into system.
you got it! You now have FeaMod Recovery v.1.2. with the latest kernel from YardE and me which supports init.d and has BFQ as the default I/O scheduler. And you should have the applied adrenaline shot by now. Test it either with a terminal (you should have the /system/etc/init.d folder) or by the quadrant benchmark (you should get at least 2500 points). In case there are any questions left, ask for.
Nice. I just flashed it and its backing up right now. It seems to work like a charm. Thanks!
it's looks like this right??
hi. sorry i don't get it. what is the function for this? is it to backup my current ROM?
OK, I had a bad day today, but this made my day!
Thank you sooo MUCH!
So, now... Custom ROMs much more easily?
budakmaran said:
it's looks like this right??
Click to expand...
Click to collapse
Yes, thats correct!
AWESOME
I've said it before and i'm saying it again You are awesome!!! Thnx a lot.
And also a big thank you to netchip without whom i dont think we could have had this
I'm soooo happy! now cyanogen mod to look forward tooo
Nice cwm works but somehow my sdcard is causing problems.... I will format it in windows and try it again
Because the problem is that my phone freezes and turns off when my sdcard is in my device
Sent from my GT-I9001
Blumdum said:
Nice cwm works but somehow my sdcard is causing problems.... I will format it in windows and try it again
Because the problem is that my phone freezes and turns off when my sdcard is in my device
Sent from my GT-I9001
Click to expand...
Click to collapse
You can also format your sdcard in CWM Recovery if your phone doesn't freeze in CWM:
mounts and storage -> format /sd-ext
sweeeeeeet ill try this later looking forward to cyanogen mod now we have working cwm
manveru0 said:
You can also format your sdcard in CWM Recovery if your phone doesn't freeze in CWM:
mounts and storage -> format /sd-ext
Click to expand...
Click to collapse
ok the ext-sdcard seems to work after i formatted the card
just have to copy back the files
Hi manveru0,
wonderful job dude! Thanks a lot! (I've clicked on the thanks button but when you see the number of users on this part of the forum I dare write you a note )
I've installed and backuped my device and it worked like a charm.
traedre said:
Hi manveru0,
wonderful job dude! Thanks a lot! (I've clicked on the thanks button but when you see the number of users on this part of the forum I dare write you a note )
I've installed and backuped my device and it worked like a charm.
Click to expand...
Click to collapse
you are welcome. Thank you, good to hear
Am I right that there is init.d support included?
Sent from my GT-I9001 using XDA App
Nice work! Thanks for all the guys!
---------- Post added at 02:49 AM ---------- Previous post was at 02:38 AM ----------
Hi,
the file I downloaded from http://www.mediafire.com/?1wbb668gs2t7d0k has a different MD5.
Works like a CHARM! LOVing it!
Very nice work! There is one problem. Members from the site 4pda.ru actively using CWM. Only for Skype both cameras are becoming as rear, front camera disappears. The guys were asked to write about this issue. It is strange that this is not who did not notice. Itself is not using Skype. Check it out please.
quest221 said:
Nice work! Thanks for all the guys!
---------- Post added at 02:49 AM ---------- Previous post was at 02:38 AM ----------
Hi,
the file I downloaded from http://www.mediafire.com/?1wbb668gs2t7d0k has a different MD5.
Click to expand...
Click to collapse
Yep, that's perfectly okay because I have uploaded a new file with a fixed bug yesterday evening. See also the first post
manveru du bist ein konig
thanks for one package
i will test it today
btw what for a cpu government was there setted up before?
problem this cwm in skype. 2 back camera, no working front camera, only back... fix it please.
sorry my english...

[Q]How to flash merruk kernel?

Hi、iam just newbie here
i want to flash merruk kernel but i not know how to do it
Anyone can give me a.tutorial please?flashing kernel via odin
thanks:beer:
Model:Galaxy Y
Custom ROM:Tigra v4
Kernel;Dual Tigra 3
Base Version;DXLA1
Download the following and place to the Root Of SD card
CWM
KernelUpdate.zip
Ext4
MerrukTechnology v2.0 Pre-Final(boot.img ONLY)
System 1.0.8
(Note : For system 1.0.8 it contains "system" folder, extract that folder and place in root of SD card)
Now we are all set
1. Turn off phone and boot into CWM
(Note: To boot into CWM press Vol Up, Home, and Power at the same time and in the stock recovery choose update from zip and select the CWM.zip)
2. Once in the CWM recovery, simply choose install from zip and select KernelUpdate.zip
(Note : Kernel Update.zip looks for a boot.img file in SD card and flashes it)
3. After successful kernel up press power to return to CWM
4. Press Reboot now, and your kernel is updated
5. Reboot twice and it will automatically delete the system folder in SD card
ext4 is optional:
6. Repeat step 1 and select install from zip, this time choose the Ext4.zip
7. Press power to return to CWM and Press Reboot now
hi there,
i know you are experiencing issues with your SGY but please post in the right place,
here:http://forum.xda-developers.com/showthread.php?t=1675474&page=10
im sure if you post there senior members and recognized contributors will get on your issue right away
this is a development related thread,
thank you

[MOD] patched services.jar for s5301

Hi there... this patched services.jar will reduce launcher redraw... or i should say it wont be killed anymore...
for better multitasking i recommend v6_supercharger by zeppelinrox it tweaks minfree, OOM group fixes. check the thread:
http://forum.xda-developers.com/showthread.php?t=991276
Or try Fly-on Mod..
How to install
1. Download the Attached file and place it on your SD Card/Internal Storage.
2. Reboot phone to recovery CWM or TWRP.
3. Clear cache & dalvik cache
4. Flash the Zip
5. Reboot System (wait until the boot finish)
Credits:
Jprimero15
Zeppelinrox (for patching tool)
if you like it please press "THANKS" button

Shaco OS ROM V1

HOW TO INSTALL
- Copy the files you downloaded to PC or OTG.
- Reboot your phone to recovery mode
- Install your device's OrangeFox recovery
- Flash the included repartition script
- Format data (Ofox's menu > Manage Partitions > Data > Format Data)
- Wipe data, dalvik, system and cache
- Flash ROM file
- Reboot to system
- Wait for one minute and force reboot (Press and hold Power and Volume down button)
DOWNLOADS
Version:1.0
Mod Edit: DL link removed
CREDITS
1. @PingVN
2. @Astrako
3. @neel0210
4. @bien2004official
5. @el0xren
6. @DAvinash97
7. @xXJhunrey7870Xx
8. @TheRealModder
9. @GonicTEAM
all normally in ROM
ImperadorGusta said:
all normally in ROM
Click to expand...
Click to collapse
Please check your PM inbox. Thank you.
ImperadorGusta said:
HOW TO INSTALL
- Copy the files you downloaded to PC or OTG.
- Reboot your phone to recovery mode
- Install your device's OrangeFox recovery
- Flash the included repartition script
- Format data (Ofox's menu > Manage Partitions > Data > Format Data)
- Wipe data, dalvik, system and cache
- Flash ROM file
- Reboot to system
- Wait for one minute and force reboot (Press and hold Power and Volume down button)
DOWNLOADS
Version:1.0
Link Download
ShacoOS ROM.zip
drive.google.com
CREDITS
1. @PingVN
2. @Astrako
3. @neel0210
4. @bien2004official
5. @el0xren
6. @DAvinash97
7. @xXJhunrey7870Xx
8. @TheRealModder
9. @GonicTEAM
Click to expand...
Click to collapse
Nice original work but next time you can ask me before adding the build.prop tweaks
Still, really appreciate the effort
Mention Rom Features
Any screenshots?
What Magisk should be flashed? Stable 23.0 and canary doesn't work ;(
Thread closed until proper kernel source provided. Sorry for the inconvenience.

Categories

Resources