NaruHaxorModv1.0 - Miscellaneous Android Development

To Start off im trying to get this to work in all aspects of android including main OS and recovery for any device
ANTI-CELEBRITE HACK​
To begin i have found a way to block any and all form of usb data pull while the system is in opperation
This is done by blocking / shutting down all USB traffic other then charging. My main issue i am coming across is figuring out how to get this same mod to run inside a custom recovery.. anybody Interested in helping please let me know and test things out.
My current mod is attached and uses the init.d script and secondary scripts inside /bin the commands are "usb-on" and "usb-off"
The Init.d script is in place so that during boot it automatic locks out the USB
WARNING DO NOT INSTALL OVER A FRESHLY INSTALLED ROM
make sure that when you install this its over a working rom that already has the user data setup
-------------------DISCLAIMER----------------------
by installing this you cannot hold anything against me if you brick your ROM
-----------------------------------------------------
if you have please ask nicely and ill email you the install zip to remove the init.d script (or you can just use recoveries built in file manger if you have one)
Please let me know of any bugs and if you wish to help out in making this for recoveries please let me know as well
Enjoy
XDA:DevDB Information
AntiLawHax, Tool/Utility for all devices (see above for details)
Contributors
NaruHaxor
Version Information
Status: Testing
Current Stable Version: v1.0
Stable Release Date: 2015-01-10
Created 2015-01-11
Last Updated 2015-01-11

Related

[APP][4.1+][ROOT] Odin Package Creator v1.3

Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Release 1.3 - STABLE
Reduced the number of calls BufferredWrite() on Logger()
Now the BufferredWrite() is called only if input is valid.
Improved the accuracy of controls, now the result
comes from OnPostExecute() and not the catch block in AsyncTask.
Updated method to install binary(Recently got an LG device and saw
that OPC was unable to mount /system, but now it works!)
Now I can say that OPC is stable for use.
Click to expand...
Click to collapse
Release 1.0
Initial TESTING release.
Click to expand...
Click to collapse
Release 1.01
Fix statusbar color issue.
Updated screens to Lollipop.
Click to expand...
Click to collapse
Release 1.1
Fix app orientation issue.
Improved app stability.
Now you can create multiple files in a package as firmware!
Click to expand...
Click to collapse
Release 1.2 BETA
Fixed all errors when installing the binary!
Improved stability (Fixed misc issues).
Click to expand...
Click to collapse
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
How to use Odin Package Creator?
First you need the file you want to create the package, for example a Kernel,
You need to rename your file to the same name on the firmware. If your device
kernel has the name "kernel.bin" in the firmware, you need to rename your file
to "kernel.bin" and create the package using that name.
How to create "firmware" using Odin Package Creator?
Create a folder and place the files inside, Open the application and choose to create
a multiple package, select all files in the folder and give an output name. Remember to
use the same file names that are in the firmware!
Invalid Package on Odin
Invalid package happens when the error in package name, for example if the
kernel of your device is called "kernel.bin.md5" on firmware you should use
"kernel" as output, For if you leave "kernel.bin.md5" the output will be
"kernel.bin.md5.tar.md5" and Odin will accuse invalid package.
Error installing binary
This error can happen when the application can not read the sdcard or when you can
not mount the /system partition. Share log(located in /sdcard/OdinCreator/Common/outputs.txt)
here to me solve the problem on your device.
New release v1.01
I cant download?.....
hazri1974 said:
I cant download?.....
Click to expand...
Click to collapse
Try now
New release v1.1
New BETA release guys!
Thank you for this work!
New v1.3 release guys!
Release 1.3 - STABLE
Reduced the number of calls BufferredWrite() on Logger()
Now the BufferredWrite() is called only if input is valid.
Improved the accuracy of controls, now the result
comes from OnPostExecute() and not the catch block in AsyncTask.
Updated method to install binary(Recently got an LG device and saw
that OPC was unable to mount /system, but now it works!)
Now I can say that OPC is stable for use.
Click to expand...
Click to collapse
PS: I have not received any feedback, but someone besides me has managed to create a package and install normally on your device?:fingers-crossed:
ferreirawax said:
New v1.3 release guys!
PS: I have not received any feedback, but someone besides me has managed to create a package and install normally on your device?:fingers-crossed:
Click to expand...
Click to collapse
Hi Mate
This looks really interesting!
Ill give it a go over the weekend just in case something goes really wrong haha but i will report back of course!
Ed
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Can u port it for ics or gingerbread
ferreirawax said:
New BETA release guys!
Click to expand...
Click to collapse
Can this be used to flash a full firmware like the Odin used in flashing samsung firmwares?
Eg.MODEM,PDF etc
use case ?
ferreirawax said:
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Click to expand...
Click to collapse
how about a non-wiping stock rom ? it preserves /data
usually people have the ROM image on hard disk from where they can extract kernels , boot.img, ... asf. maybe quicker than with an app , no ?
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Looks promising bro. Will surely give it a go this weekend. ! !
Khizar Ali said:
Can u port it for ics or gingerbread
Click to expand...
Click to collapse
If demand is great for 2.3+, I will make a special version for 2.3-4.0.
natibongo said:
Can this be used to flash a full firmware like the Odin used in flashing samsung firmwares?
Eg.MODEM,PDF etc
Click to expand...
Click to collapse
This application does not flash odin packages as Mobile Odin. This application is used only to create Odin packages.
Yes, you can create a complete firmware with Odin Package Creator and install using Odin/Mobile Odin.
mai77 said:
how about a non-wiping stock rom ? it preserves /data
usually people have the ROM image on hard disk from where they can extract kernels , boot.img, ... asf. maybe quicker than with an app , no ?
Click to expand...
Click to collapse
At that time I was using a custom ROM.
I created a package using own ROM Kernel. Remembering that my device did not enter the recovery, for he uses the recovery from the ramdisk.
This varies depending on the situation.
ok
ferreirawax said:
If demand is great for 2.3+, I will make a special version for 2.3-4.0.
Click to expand...
Click to collapse
Please!
much appreciated, this will for sure come in handy :highfive:
Sent From S3 USER
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Thank you so much for tool with apk file work direct with devices !! but on S3 devices it has big size that odin can't flash !! if u can please make the loop size for some devices has different system type of back up method to work !!

[ROM][STABLE][DEODEXED] Custock Lite Rom 1.4 for GT-S7580

Hi guys,
I've built a new, simple rom for the Samsung Galaxy Trend Plus.
Check out the details below:
About the rom:
Custom Stock Rom (GT-S7580)
This rom is made for all S7580 devices and is based on pure stock touchwiz by Samsung.
The differences are big though.
You’re allowed to theme the rom yourself, because we have deodexed this rom.
You can also use it to unbrick your phone, without a pc or making use of the program: Odin.
Other than that, you can feel its smoothness and see that it is lite, because
lots of useless apps and files are removed from the system.
Download:
Click here to download!
Main Features:
*Malware removed
*Removed useless system apps
*Optimized RAM usage
*Deodexed
*Zipaligned
*Added ability to flash the rom without wiping data/cache partitions
*Added some small performance tweaks
We have kept the rom tweaks minimalistic, because this rom was created with the goal to make it as lite and smooth as possible.
Changelog:
What is new in version 1.4?
*Fixed dialer and contacts bug
*Fixed Systemui FC's
*Zipaligned and recompiled seccontacts.apk and secsettings.apk succesfully
*Fixed Setup Wizard FC's
*Decreased /system partition size
These bugfixes made the rom stable!
Please do NOT use or republish my work to some other site, without asking for permission! Non of the files may be used in an inappropriate way! When you have our permission, don’t forget to add credits to the post!
Click to expand...
Click to collapse
I’m NOT going to be held responsible for any damage YOU cause on your device! If your device somehow got bricked or any other problem occured, I won’t give support in such case at all! Don’t try this if you don’t know how to flash a custom recovery and rom!
Click to expand...
Click to collapse
Installation Instructions:
All roms we make are different, but the installation procedure is the same:
(Requirements)
*Make sure you’re rooted!
*Make sure you have Sandpox’s CWM or TWRP recovery installed!
(Other recoveries are not recommended!)
(Steps)
1. Download a rom and put it in the root directory of the sd card or main storage.
2. Power off your device.
3. Boot your device into recovery mode by pressing (power button), (menu button) and (volume up button) at the same time.
When the Samsung logo shows up, you can release the buttons.
4. When you’re device is booted in to recovery mode, move the volume buttons to select.
5. Format /system, /data and /cache! This must be done, otherwise the rom won’t load everything correctly!
5. Select ‘update from sd card’ or ‘update from internal storage’.
It depends on where your rom file is located.
6. Select the rom and press the power button.
7. Select yes.
8. The rom will be flashed, this can take a while.
9. Reboot the device and you’re good to go!
Make sure you wipe system, data and cache, before or afterwards.
This will make the installation clean and can prevent eventual bugs.
If you have problems with flashing, comment below.
This is not our only project, we're working on more roms.
Check them out on our website here!
You'll find all roms with their details. You can also check out the rom logs and updates sections to read all news regarding the progress of the development.
Have a nice day
Marvin
XDA:DevDB Information
Custock Lite v1.4 (GT-S7580), ROM for all devices (see above for details)
Contributors
mrmarvin_16, Marvin (me), Kostas, Andrea and Petr (Team 4DMP)
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: v1.4
Stable Release Date: 2015-05-06
Created 2015-05-24
Last Updated 2015-05-24
Which Roms on Download Page ?
4DMP XtremePLUS 5: Download Cyanogenmod 11 by Sandpox (stable): Download
4DMP XtremePLUS 6: Download Cyanogenmod 12.1 by Sandpox (stable): Download
4DMP CustockTP Rom: Download -
MIUI 6 [WIP] ?
mrmarvin_16 said:
Hi guys,
I've built a new, simple rom for the Samsung Galaxy Trend Plus.
Check out the details below:
About the rom:
Custom Stock Rom (GT-S7580)
This rom is made for all S7580 devices and is based on pure stock touchwiz by Samsung.
The differences are big though.
You’re allowed to theme the rom yourself, because we have deodexed this rom.
You can also use it to unbrick your phone, without a pc or making use of the program: Odin.
Other than that, you can feel its smoothness and see that it is lite, because
lots of useless apps and files are removed from the system.
Download:
Click here to download!
Main Features:
*Malware removed
*Removed useless system apps
*Optimized RAM usage
*Deodexed
*Zipaligned
*Added ability to flash the rom without wiping data/cache partitions
*Added some small performance tweaks
We have kept the rom tweaks minimalistic, because this rom was created with the goal to make it as lite and smooth as possible.
Changelog:
What is new in version 1.4?
*Fixed dialer and contacts bug
*Fixed Systemui FC's
*Zipaligned and recompiled seccontacts.apk and secsettings.apk succesfully
*Fixed Setup Wizard FC's
*Decreased /system partition size
These bugfixes made the rom stable!
Installation Instructions:
All roms we make are different, but the installation procedure is the same:
(Requirements)
*Make sure you’re rooted!
*Make sure you have Sandpox’s CWM or TWRP recovery installed!
(Other recoveries are not recommended!)
(Steps)
1. Download a rom and put it in the root directory of the sd card or main storage.
2. Power off your device.
3. Boot your device into recovery mode by pressing (power button), (menu button) and (volume up button) at the same time.
When the Samsung logo shows up, you can release the buttons.
4. When you’re device is booted in to recovery mode, move the volume buttons to select.
5. Format /system, /data and /cache! This must be done, otherwise the rom won’t load everything correctly!
5. Select ‘update from sd card’ or ‘update from internal storage’.
It depends on where your rom file is located.
6. Select the rom and press the power button.
7. Select yes.
8. The rom will be flashed, this can take a while.
9. Reboot the device and you’re good to go!
Make sure you wipe system, data and cache, before or afterwards.
This will make the installation clean and can prevent eventual bugs.
If you have problems with flashing, comment below.
This is not our only project, we're working on more roms.
Check them out on our website here!
You'll find all roms with their details. You can also check out the rom logs and updates sections to read all news regarding the progress of the development.
Have a nice day
Marvin
XDA:DevDB Information
Custock Lite v1.4 (GT-S7580), ROM for all devices (see above for details)
Contributors
mrmarvin_16, Marvin (me), Kostas, Andrea and Petr (Team 4DMP)
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: v1.4
Stable Release Date: 2015-05-06
Created 2015-05-24
Last Updated 2015-05-24
Click to expand...
Click to collapse
Perfect ROM, I like it more than TurboTrend rom and CM11
Thanks a lot!!!
Help
i followed the instructions and the instaation failed?!
I can not use the busybox commands in Terminal when flashing this ROM, this is a serious error hoping you will fix it!

[SCRIPT][MOD]Init.d Simulator [Simulate init.d compatibility for kernels without it!]

The init.d simulator
Simulates init.d compatibility, for kernels without it!​
INTRODUCTION
Init.d scripting and modding is an essential part of the android modding community, and devices without that feature buildin or without even ROMs/Kernels build for them, are missing out.
Luckily there's many apps out there that allow files to be executed during boot-time, some even made for the soul purpose of simulating the init.d feature. But they all take space, maybe even a lot of it, and slow down the boot process. This script doesn't.
It installs an script into android that will be called during bootup.
If the init.d folder doesn't exist for some reason, it creates it, otherwise it eecutes all files inside /system/etc/init.d.
It also prints a log file into /system/etc/init.d/INTILOG.log so the user can see what files were executed.
HOW TO USE & REQUIREMENTS
All you need to do is to download the script and run it as root. Smanager from PLayStore is recommended.
Also you need busybox installed for the script to function properly
THAT'S IT!
DOWNLOAD & CHANGELOG
Version 1.2 Click me!
Changelog:
Code:
Version 1.2
- Fixed Logging
- Fixed file executing
- Fixed a bug that prevented the whole script from running
- Fixed installing and updating
Version 1.0
Initial release
Thanks to for my tester:
- @pbedard
Ask before using my work in yours and add proper credits
Donations aren't expected, but are appreciated
XDA:DevDB Information
Init.d Simulator, Tool/Utility for all devices (see above for details)
Contributors
_Bon_Bon
Version Information
Status: Beta
Current Stable Version: 1.0
Stable Release Date: 2015-10-05
Created 2015-10-05
Last Updated 2015-10-05
please specify the instruction to install.. I try run used script manager but failed..
afeeq said:
please specify the instruction to install.. I try run used script manager but failed..
Click to expand...
Click to collapse
Did you run it as root? It will say Done when it's installed
And if the script gave an error please tell me what error
_Bon_Bon said:
Did you run it as root? It will say Done when it's installed
And if the script gave an error please tell me what error
Click to expand...
Click to collapse
what do you mean run it as root? any specific apps?
Moderator, please delete this project

[tool][universal]android helper alpha i

This is the first testing phase of android helper, android helper is a work in progress as in unfinished work, and may contain lots of bugs and problems.
CURRENT TESTERS: NONE
To get into alpha testing contact me to get a USERNAME/PASSWORD.
Alpha testing is split into 3 phases.
Alpha testers are limited to 5 testers for phase I, 10 testers for phase II.
Alpha testing phase III may or may not have more testers until beta phases are reached.
Bugs are reported here so all people can help on debugging it until it becomes stable and helpful for all.​
Android Helper is made to help android users with there devices by giving them the ease of tools that can search for and flash ROMs, it has automated adb access with clicks of buttons.
/Current Features:
--SAMSUNG
---SEARCH FOR FIRMWARE VIA MODEL NUMBER
---BACKUP SYSTEM PARTITIONS
---RESTORE SYSTEM PARTITIONS
--LG
---SEARCH FOR FIRMWARE VIA IMEI
--SONY
---SEARCH FOR FIRMWARE VIA MODEL NUMBER
--ADB ACCESS
---REBOOT DEVICE/RECOVERY/BOOTLOADER
---REMOVE PATTERN/LOCK
---REMOVE GMAIL/GACCOUNTS
---INSTALL/REMOVE APPLIACTION
---GET S.W INFO
/In Progress Features:
--SAMSUNG
---COMPILE .IMG FILES INTO .TAR
---MD5 CHECK OF .TAR TO .TAR.MD5
--LG
---NONE
--SONY
---BOOTLOADER UNLOCK/LOCK
--ADB ACCESS
---GET SAVED WIFI PASSWORDS
---MORE ADB COMMANDS
/PLANNED FEATURES:
--FLASH ALL PHONES VIA THE APP ITSELF
--FIX IMEI/PRODUCT/EFS RELATED PROBLEMS
--UNLOCK LG BOOTLOADERS
--MTK DEVICES FULL SUPPORT
--CUSTOM RECOVERY (TWRP/CWM/PHILL'S) SEARCH AND INSTALL
SCREENSHOTS:
HERE
DOWNLOAD:
XDADev Uploader not working for some reason, here is a temporary link DROPBOX​
XDA:DevDB Information
Android Helper, Tool/Utility for all devices (see above for details)
Contributors
PedroMarthon
Version Information
Status: Alpha
Created 2016-12-18
Last Updated 2016-12-21

ARAI V1.1: Android Root App Install V1.1

ARAI V1.1​
ARAI stands for Android Root App Installer, it is a simple batch script intended for people to new to the rooting scene, but that doesn't mean it can't make quickly setting up freshly rooted phone easier for seasoned pros. As the name implies it installs some of the best root apps from around the web to make using the new found power in your phone easier.
Requirements:
1. An Android phone(duh)
2. The latest ADB drivers
4. The ARAI .zip file
3. A Windows PC(batch scripts don't run on OSX or Linux)
How to Use:
1. Download the files from the link farther down in the post
2. Unzip the file
3. If you want to see the apps included you can open the Apps.txt file
4. Run the .bat file and follow the prompts to either
4a. Install all included apps
4b. Install a select few apps
5. Check your Android to see if all apps have installed properly
5a. If not post about it in the reply section and I'll try to get back as soon as possible
6. Enjoy your new root apps
V1.1 Changelog
1.Added various new superuser apps
-Added Magisk
-Added SuperUser(ClockworkMod)
-Added KingoUser
-Added SuperUser(ChainsDD)
2.Fixed Viper4Android bug
-Wouldn't allow install in custom option
3.Fixed weird spacing on some menus
PS. If you would like to see any other apps included, Post them in the reply section.
DISCLAIMER: I DID NOT WRITE ANY OF THE APPS IN THIS PACKAGE AND AM NOT RESPONSIBLE FOR ANY DAMAGE DONE TO YOUR ANDROID DEVICE
BTW There is another version of this by MatrixGrenade, just wanted to everyone to know that is my old account and this is the one that will be updated from here on out
XDA:DevDB Information
ARAI: Android Root App Installer, Tool/Utility for all devices (see above for details)
Contributors
PwnedBySumo
Version Information
Status: Stable
Current Stable Version: 1.1
Created 2017-06-13
Last Updated 2017-06-23

Categories

Resources