This is just a little project I have been working on in the holidays, I understand there already is a toolkit which is better but I am trying new things.
Hello users, this is my first toolkit contribution to the community.
I hope you guys like it, so lets get started.
What is A-Engine?
The initial "A" stands for Android, therefore its Android Engine, A-Engine is a Toolkit developed for newbies or people who just want things done faster.
What does AEngine Provide?
AEngine provides a noob friendly user interface, thus no complications occur, AEngine provides basic functions (For now) such as a Recovery Flasher, A Root engine, which roots your device for you, and simple built in commands to boot your device into bootloader and recovery.
This program should work on all devices, as it's made from simple adb commands mixed with more functions and modules.
Change-Log
20130717 - 0.3 - Download<--- removed for issue
[] Removed aqua color.
[] Added exit option - function was already there.
[] Added Logcat option and function.
[] Added Install Apk and function.
[] Added Manual ADB and function.
[] Fixed up some scripts.
[] Added Apk-Install directory.
[] Added Configuration directory, for future use.
[] Removed startup directory notifier.
20130716 - 0.2 - Download <--- Updated links.
[] Additional cleanups.
[] Fixed bootloader issue.
[] Corrected file path for recovery and added assistance.
[] Return to Home function executed after each process is completed.
Initial Release - 0.1 - Download <---Updated links.
[] Recovery Flasher.
[] Root Installer.
[] Recovery/Bootloader booter.
HOW TO INSTALL
[] Download toolkit (Latest Recommended).
[] Extract the .zip into C: drive.
[] Run AEngine.bat[/QUOTE]
PROGRAM SCREENSHOT
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
REQUESTING : FUNCTIONS AND NEW IDEAS, SO LET ME KNOW, THANKS!
BUGS
[] If you enter something random in the selection, it'll go crazy and open up all functions. lol
Nice one. Do you plan to support Linux operating systems as well?
dansou901 said:
Nice one. Do you plan to support Linux operating systems as well?
Click to expand...
Click to collapse
I don't think I'm capable of doing that, but I'll look into it.
Which programming language do you use? Maybe I can help you a bit.
Screens would be great for ur users/although i prefer not using toolkits because they are not updated too often.
Would be great if you would include scripts to AUTO open and present the updater-script in a rom to user, and then after he has changed stuff, save it and close the zip.
These kind of things are common here on our forum but newbies find it very hard to do that.
Also, i hope you bring automated mods installation (like bravia,xloud supercharger etc), automatic icon changing (adb pull, decompile, change icon, and repack and push) and more things.
Wishing you luck.
Regards
Yasir
Am i the only one who cant download it, i dont see file when i click the link...
Yeah... Links need to be fixed for this one...
Good work...but we actually don't need this
Sent from my HTC Desire X using xda premium
Do the links not work? I will check it asap I hop on my PC tomorrow, thanks for the feedback guys, I honestly don't mind if the desire x community doesn't need it but I have 0.3 which has new functions and much more will be added. Thanks for your feedback, that's what I need.
Sent from this bread toasting, toast toasting, waffle toasting, toaster.
dansou901 said:
Which programming language do you use? Maybe I can help you a bit.
Click to expand...
Click to collapse
This is just simple batch programming, nothing complicated.
Sent from this bread toasting, toast toasting, waffle toasting, toaster.
Every contribution counts. Keep working. I hope you add my requested features.
Sent from my HTC Desire X using xda app-developers app
dansou901 said:
Yeah... Links need to be fixed for this one...
Click to expand...
Click to collapse
This is 0.2 : http://d-h.st/haL
Sent from this bread toasting, toast toasting, waffle toasting, toaster.
ankahuja said:
Good work...but we actually don't need this
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
Never ever say that! Every dev works hard for everything he has contributed and saying "We don't need this" is offending
and can you post screenshots? it would help my cousin who bought a Desire X Yesterday
So it should be possible to rewrite the batch code for bash, right? I'll take a look at it later.
dansou901 said:
So it should be possible to rewrite the batch code for bash, right? I'll take a look at it later.
Click to expand...
Click to collapse
Yeap, well mainly because you can port bash programs to batch so I'm sure you can do it the other way as well most of what I did was just trial and error, wasn't too hard, bored in the holidays so I gave this a shot xD
I will be uploading some new screenshots tomorrow of 0.3, so that should answer the "screenshot question".
Thanks for you feedback guys, appreciate it!
~ Krish
The Android Manual said:
Never ever say that! Every dev works hard for everything he has contributed and saying "We don't need this" is offending
and can you post screenshots? it would help my cousin who bought a Desire X Yesterday
Click to expand...
Click to collapse
Ok sorry!
Great work dev ...ill try it tomorrow
Related
Background
Here is a program a whipped up as a learning experience.
My goal was to demonstrate a way add a GUI to any batch script as a standalone EXE.
I did some research and found a small program developed by Dion Nicolaas called Wizard's Apprentice. This program uses a well-described and portable API to create a good user interface for most script languages (e.g. Perl, PHP, VB or batch). This is an old (2006) but effective program and I am sure there may be newer and/or better programs that could have been used.
Armed with...
close to zero experience with batch
the manual for Wizard's Apprentice
benjamminzIS's code from here
Bat To Exe Converter 1.6.0
a nifty website called google
and LOTS of trial and error
...I was able to make this program.
This project demonstrates that almost anyone can add a GUI to almost any script…and really that means the options are limitless. I am not going to write a guide on how to do this but I am releasing all my source code/files for anyone interested.
I encourage anyone to modify, repackage, repurpose or even continue developing this program as your own.
I require no credit and it is my hope that this program will be used as a base (or reference) that will stimulate more meaningful development.
All I ask is that if you are experienced with batch scripting that you do not make fun of my scripts (at least not to my face), which should be functional but are surely not the most advanced or efficient.
Overview
This program will allow you to choose a 540 x 960 image file (e.g. jpg, png, bmp), convert it to a flashable format (.img), optionally save the converted file and/or flash the file to your phone.
All things considered this program is nothing to be too excited about except that it can be used as a base to add a GUI to other scripts.
This is and always will be a beta release and I plan to only release (at most) a couple of updates to fix any critical issues that are found.
I personally tested this on my device and found it to work perfectly but do your own research and please only use it at your own risk.
Requirements
S-OFF w/ JB_HBOOT or ENG HBOOT
Windows PC (only)
USB Debugging Enabled
USB Cord
Common Sense
Download Links
--->suu_beta.exe<---
--->suu_dev_source.zip<---Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits
Dion Nicolaas for creating Wizapp (wizapp.sourceforge.net)
Fabrice Bellard for creating FFmpeg (ffmpeg.org)
Pau Oliva/pof for creating NBIMG (code.google.com/p/htc-flasher)
benjamminzIS for his code (forum.xda-developers.com/showthread)
google for answering all of my questions, once I asked in the correct format (google.com)
reserved ....
i might have to S-OFF soon :/
dude, super sweet... I wish I had known about that tool in 06! haha...
benjamminzIS said:
dude, super sweet... I wish I had known about that tool in 06! haha...
Click to expand...
Click to collapse
Ben, thanks for code!
You know batch better than me, you could do much more with wizzapp than I have...it's a cool tool...very straight forward.
Sent from my HTC_Amaze_4G using Tapatalk 2
I am curious to hear some feedback from those (few) that downloaded this. Feedback?
Hey man.
I am very impressed by what you were able to do here. I have been trying to edit your source to make a GUI for my batch file but I cant get it to work right. The code looks nothing like normal batch to me.
What are you looking to do?
The the manual for Wizard's Apprentice is really helpful BUT it took me a lot of trial and error...it is not standard batch but pretty straightforward.
Works great!Super easyyyyyyyyyy!Thanks aloooooooooot!:good::good:
I have a batch script that roots the republic wireless defy xt. It is outdated now with the most recent update to the phone but I still wanted to test it with wizard apprentice.
Sent from my XT557 using Tapatalk 2
If you want send me the scripts and I will take a look.
Sent from my Nexus 7 using Tapatalk HD
krook6023 said:
If you want send me the scripts and I will take a look.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
That would be awesome if you could look at it for me and give me some pointers. I will pm you with the source.
So I made the base of my toolkit. Just waiting on a recovery to finish it. Now I want some ideas to add/implement/make it better.
Many people know that I make toolkits for basically every new HTC phone. Here is the sample for the One X+ at the moment.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Things I will NOT add.
- Stock/Custom Kernels
- Remove Root
- Probably more that I forgot
Many people flashed kernels and had no idea on how to use it and soft-bricked their phones.
Root can be removed with the SuperSU app from my toolkit.
So give reasonable recommendations and I will see what I can do!
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
jotha said:
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
Click to expand...
Click to collapse
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
hasoon2000 said:
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
Click to expand...
Click to collapse
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
DerSandmann said:
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
Click to expand...
Click to collapse
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
hasoon2000 said:
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
Click to expand...
Click to collapse
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Aditya Nanda said:
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Click to expand...
Click to collapse
I believe you just flash the superuser zip in recover
Good morning, then I root my htc one x + bare with your software? thank you
SuperUser-zip
olorolo said:
I believe you just flash the superuser zip in recover
Click to expand...
Click to collapse
Where can I find the SuperUser-zip??
Running un-locked (S-off) 1X+
Android 4.1.1 - Sens 4+ (HTCExtension_Sense45_1)
SWnr 1.14.401.18
Kernel 3.1.10-g626c6aa
Thanx!!
I've used your toolkit, and I have to say it is pretty awesome work. However, as a first time user, I was rather confused with the UI, since it looked like there was no real 'order' labelled on each section, they aren't labelled like "Step 1, 2.. etc". Otherwise, the tool works great.
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Sarren Arterius said:
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Click to expand...
Click to collapse
ROM downloader is another story. I don't have a centralized database with all the ROMs. I'm adding ADB Sideload as we speak!
I'm redoing my scripts to make this even better! It isn't easy and I probably won't have it done tonight. My goal is to have it done by tonight! However, I never had these features before, so I'm learning how to implement them without errors!
Here's a sample of the new addition!
Make some requests. I'll see what I can do!
Features will vary from device to device. The Amaze does not need an ADB Sideload feature. I'm using my Amaze source to mess with the new add ons.
This will not be done tonight. It's taking a lot of time to write this and it's giving me some errors.
After the unfortunate recent events regarding kernel development, I would like to help get development back on track for this great device. I'm not a kernel dev, so I can't make use of this myself, but I thought it would be useful to anyone else looking to release their own custom kernel.
After a few hours of searching through the kernel source, I found the config file which controls write protection of the system partition.
The flag is contained in \arch\arm\configs\apq8064_defconfig at line 2933, as seen in the screenshot below.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
CONFIG_MMC_MUST_PREVENT_WP_VIOLATION=y
I haven't had time to test it, but either changing it to "n" or removing the line completely (most of the code relating to it is built with #ifdef statements, so it would render the relevant code inoperable) should allow writing to /system while booted. As I haven't had time to test it, please be careful when using it (usual disclaimer: i'm not responsible if your phone explodes, kills your grandma, creates a portal to the underworld, etc.).
Thanks to all who participated in the effort to S-OFF the HTC G2/Desire Z (the first phone to use this write protection). Their great documentation made it possible to find this.
CastleBravo said:
After the unfortunate recent events regarding kernel development, I would like to help get development back on track for this great device. I'm not a kernel dev, so I can't make use of this myself, but I thought it would be useful to anyone else looking to release their own custom kernel.
After a few hours of searching through the kernel source, I found the config file which controls write protection of the system partition.
The flag is contained in \arch\arm\configs\apq8064_defconfig at line 2933, as seen in the screenshot below.
Code:
CONFIG_MMC_MUST_PREVENT_WP_VIOLATION=y
I haven't had time to test it, but either changing it to "n" or removing the line completely (most of the code relating to it is built with #ifdef statements, so it would render the relevant code inoperable) should allow writing to /system while booted. As I haven't had time to test it, please be careful when using it (usual disclaimer: i'm not responsible if your phone explodes, kills your grandma, creates a portal to the underworld, etc.).
Thanks to all who participated in the effort to S-OFF the HTC G2/Desire Z (the first phone to use this write protection). Their great documentation made it possible to find this.
Click to expand...
Click to collapse
I think a lot of us died on the inside when we saw that. Thanks for a good push in the right direction, god knows this forum needs it now.
CastleBravo said:
After the unfortunate recent events regarding kernel development, I would like to help get development back on track for this great device. I'm not a kernel dev, so I can't make use of this myself, but I thought it would be useful to anyone else looking to release their own custom kernel.
After a few hours of searching through the kernel source, I found the config file which controls write protection of the system partition.
The flag is contained in \arch\arm\configs\apq8064_defconfig at line 2933, as seen in the screenshot below.
Code:
CONFIG_MMC_MUST_PREVENT_WP_VIOLATION=y
I haven't had time to test it, but either changing it to "n" or removing the line completely (most of the code relating to it is built with #ifdef statements, so it would render the relevant code inoperable) should allow writing to /system while booted. As I haven't had time to test it, please be careful when using it (usual disclaimer: i'm not responsible if your phone explodes, kills your grandma, creates a portal to the underworld, etc.).
Thanks to all who participated in the effort to S-OFF the HTC G2/Desire Z (the first phone to use this write protection). Their great documentation made it possible to find this.
Click to expand...
Click to collapse
Thanks so much for passing this along!!
http://forum.xda-developers.com/showthread.php?t=2064066
This kernel allows write to system while booted.
Sent from my HTC DNA using Tapatalk.
karn101 said:
http://forum.xda-developers.com/showthread.php?t=2064066
This kernel allows write to system while booted.
Sent from my HTC DNA using Tapatalk.
Click to expand...
Click to collapse
I think all the files were removed.
So this is basically the same thing as S-Off?
Budwise said:
So this is basically the same thing as S-Off?
Click to expand...
Click to collapse
It's similar but not quite the same. Without s-off we still can't use an engineering bootloader, change radios, or downgrade bootloaders and radios, among other things. This disables the hardware write protection while booted, and allows us to do things like use adfree to write the hosts file without having to flash it in recovery.
gris1016 said:
I think all the files were removed.
Click to expand...
Click to collapse
I still have his kernel sources
Sent from my SGH-I747 using Tapatalk 2
cpu999 said:
I still have his kernel sources
Sent from my SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Unfortunately, he requested that his works not be used, and I intend to honor that. However, much of the source of his kernel came from other devs such as show-p and faux. This means that most of the governors, sweep2wake, and other components are freely available for anyone to use. I'm not a kernel dev, but I'm going to try to do what I can to keep things moving.
CastleBravo said:
Unfortunately, he requested that his works not be used, and I intend to honor that. However, much of the source of his kernel came from other devs such as show-p and faux. This means that most of the governors, sweep2wake, and other components are freely available for anyone to use. I'm not a kernel dev, but I'm going to try to do what I can to keep things moving.
Click to expand...
Click to collapse
Thanks for taking up the torch, I can't wait to see what you come up with.
Link To Main Thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
Reserved
Reserved.
Reserved.
The download link is now up! Enjoy the toolkit and report any bugs and errors back here please! :fingers-crossed:
Looks great man good job keep it up
Sent from my HTC EVARE_UL using xda app-developers app
Hi, thanks for the tool ,I will test.
By the way, how works the option "write super cid"?
Sent from my HTC One X+ using xda app-developers app
I get device not found, firewall is disabled. adb drivers are installed.
Supercid will only work on S-Off devices if i remember correctly.
Nice little tool though! I'm sure it will come in handy for a lot of people here on xda
phikal said:
I get device not found, firewall is disabled. adb drivers are installed.
Click to expand...
Click to collapse
Make sure your device is on and plugged in. Also, make sure that USB Debugging is enabled. If this fails, try reinstalling the ADB Drivers.
00mpollard said:
Supercid will only work on S-Off devices if i remember correctly.
Nice little tool though! I'm sure it will come in handy for a lot of people here on xda
Click to expand...
Click to collapse
I put it in just in case we reach S-OFF at some point. I wanna be ready for that momentous day.
Well, here is a great job.
Thank you.
And custom Fastboot "command" its a very good idea
Thanks again
Version 1.1 is now up! Good amount of new features, and now using DevDB! Should keep things better organized now. :fingers-crossed:
Good job
Sent from my HTC One X+ using XDA Premium 4 mobile app
How to download? Where to find the reference to downloading?
gvshil said:
How to download? Where to find the reference to downloading?
Click to expand...
Click to collapse
If you look at the top of the page there is a tab named "Downloads". The toolkit file and all other downloads are and will be located there.
Major redesign and rewrite of the toolkit! Download link coming soon. I gotta tidy up a few things first. :silly:
Hi, if I do write supercid on my s-off'ed hox+ using your AIO tool, will it delete the contents of my phone's internal storage or wipe my phone's system/data partition? Thanks
Version 2.0 is now out! Check it out and please provide feedback. :highfive:
combathero said:
Hi, if I do write supercid on my s-off'ed hox+ using your AIO tool, will it delete the contents of my phone's internal storage or wipe my phone's system/data partition? Thanks
Click to expand...
Click to collapse
No, writing SuperCID won't have any affect to your phone's internal storage, system/data partition, or any other part of your phone other than the CID. Also, I'd like to know how you achieved S-OFF since there is no known way of attaining for HOX+ as of yet.
WindyCityRockr said:
Version 2.0 is now out! Check it out and please provide feedback. :highfive:
No, writing SuperCID won't have any affect to your phone's internal storage, system/data partition, or any other part of your phone other than the CID. Also, I'd like to know how you achieved S-OFF since there is no known way of attaining for HOX+ as of yet.
Click to expand...
Click to collapse
Hi thanks for replying my query. I got a test device HOX+ from a buy and sell store and checked fastboot it was s-off by default.
Sent from my HTC One X+ using xda app-developers app
I'm working on a new update, and will need some beta testers for it soon. Anyone up for the job? :fingers-crossed:
WindyCityRockr said:
I'm working on a new update, and will need some beta testers for it soon. Anyone up for the job? :fingers-crossed:
Click to expand...
Click to collapse
I have a Verizon HTC One if you ever need a tester i have an extra droid 4 so it wouldnt bother me.. if you need any info let me know it is on the version 4.2.2 with hboot 1.54 but it was bought with lower.i know i know im F*&^% retarded i usually dont update but it came up as soon as i powered the device on and said it needed to improve radio perfermance or something... bastards!
-spy
Description:
Init.d contains tweaks and scripts that are ran at system startup.
Options & Usage:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Reserved
init.d scripts not listed
Hi there. I noticed there are few more init.d script settings now than that is listed in this thread. Any chance an updated list of all the new init.d settings and what they do? Really appreciate the work you put in cheers.
(or maybe could you point me in a direction to learn what they do? )
Trying ion kernel test 2 makes my coconut stuck on the kernel logo too (LX)
Sent from my WT19i using XDA Premium 4 mobile app
Jerryxmas said:
Hi there. I noticed there are few more init.d script settings now than that is listed in this thread. Any chance an updated list of all the new init.d settings and what they do? Really appreciate the work you put in cheers.
(or maybe could you point me in a direction to learn what they do? )
Click to expand...
Click to collapse
The code for the scripts are all located here: https://github.com/PAC-man/android_vendor_pac/tree/pac-4.4/prebuilt/common/etc/init.d
iurnait said:
The code for the scripts are all located here: https://github.com/PAC-man/android_vendor_pac/tree/pac-4.4/prebuilt/common/etc/init.d
Click to expand...
Click to collapse
Hmm....the link doesn't give a very good explanation about every scripts and what it do.....it just a code of the scripts and it doesn't give any explanation about it....
About the loopy option..
It says to put our launcher name in order to work.
Do we need to put the exact name (as it is in data/app/..) like com.android...apk?
Quick question....is the code merging issue being worked on for theming options as to not be forced to download launchers??
up to date list?
Anyone know where an up-to-date lisr can be found. PAC Rom has waayyy more than just these ones.
Thanks
Piout said:
Anyone know where an up-to-date lisr can be found. PAC Rom has waayyy more than just these ones.
Thanks
Click to expand...
Click to collapse
I would also like to have an updated list on what the things do...
for example what does the battery tweak do?
anyone else with a Nexus 7 (flo) unable to access the init.d menu? I've been unable to access it on every 4.4 PAC build as it comes up saying Settings has stopped. Is this a known problem with Flo builds or...?
Works perfectly fine on my Nexus 5 though.
Full init.d list from august end release
Here's very fresh tweaks list from the HTC Amaze
sometimes my ucoz doesn't work, but it'll be soon
I don't have a clue what exactly (or how exactly) most of them works. But I would like to.
Can somebody of the team post [Explained] thread? Very please.
P.s. As I see, most of them aren't needed for better performance.
city2026 said:
Here's very fresh tweaks list from the HTC Amaze
sometimes my ucoz doesn't work, but it'll be soon
I don't have a clue what exactly (or how exactly) most of them works. But I would like to.
Can somebody of the team post [Explained] thread? Very please.
P.s. As I see, most of them aren't needed for better performance.
Click to expand...
Click to collapse
yeah come on...how its this not documented?
enohand said:
yeah come on...how its this not documented?
Click to expand...
Click to collapse
At the very least there could be a better description under the option.
Like enable sysctl has the description " enable sysctl tweaks at boot", which adds no information. Why not just say "performance tweaks"?
Sent from my SPH-L720 using XDA Free mobile app
I also would prefer a better description. Just making a sentence out of two words does not explain anything. It is not necessary to explain the exact programming. But things how - what does the setting do; is the activation of one interfering with another one; is there, because of interfering, an order in which they should be activated;... - would be really nice.
Need Good Description of New Init.d Setup
Can we please get a good tutorial/description of all the new init.d tweaks on the newest PacMan Rom for the HTC One M8? I am way confused as to what they are all supposed to do. Help!
So any news about a good documentation of the Init.d scripts??
I don't know which ones to enable if I don't know what they do!!