General :: Create Own Root File For Android?
Jun 21, 2012I just want to know how to create ur own root file for android and wat tools ar needed.i don't want to download , i want to create root file of my own
View 1 RepliesI just want to know how to create ur own root file for android and wat tools ar needed.i don't want to download , i want to create root file of my own
View 1 RepliesI found out that you can use something like this to create a file:
CODE:............
When running the above code I get an IllegalArgumentException stating:
CODE:......
And Im guessing the "/" is not appreciated. I wanted the "/" since I need to write the file to the root directory of the device, as stated in the API in trying to follow:
CODE:.........
Question is: how do I place a file in the root-directory? I have been looking around for an answer, but havent found one yet.
i try to root my smartphone but file signature is not found in root report respon
View 1 Replies View RelatedI know people talk about this all the time... I found a lot of thread of how to create a flashable zip file.. But every thread has it different than others. So I have tried it several ways and still get errors...
I'm trying to make a flashable zip to push an apk to system/app and I decided to do this to test it out...
This is the update-script I have tested it with
run_program("/sbin/busybox", "mount", "/system");
delete("/system/app/FlashBarService.apk");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
Ok what I figure is the run_program is to mount system with busybox. Every line i see that it have this on there.. Then Im trying to replace an app from system/app so I put in delete("/system/app/name of app");
then package_extract_dir("system", :/system"); is so recovery can extract and push the zip file
and again run_program to unmount... But recovery is giving me an error status 4
I also deleted that delete line and still got status 4.
Again this is another way I tried it to do it with
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/cache");
run_program("/sbin/busybox", "mount", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "umount", "/cache");
run_program("/sbin/busybox", "umount", "/data");
And this way too
mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
run_program("/sbin/busybox", "unmount", "/data");
And till got status 4.
Inside my xxx.zip I have it set up this way META-INF/com/google/android
And other folder on root system/app
I have a GS3.
Like I said I have followed several threads about this and all looks different and none worked.
I know this is supposed to be the easies thing to do when it comes to android. But I just need to be directed to the right path.
how to rebuild a sin file for sony xperia after i have dumped the data. i want to repack the system sin then rebuild the ftf i know how to rebuild the ftf file but i can't find a tool or tutorial on the sin repack.
View 2 Replies View RelatedI've updated my Galaxy S II to ICS via Odin but wanted to erase my flash history so flashed an old bootloader .tar file, erased the flash history but now want to flash the ICS bootloader back.I've extracted the sbl.bin file but cannot create a tar file that Odin recognises. Have tried using 7zip but Odin locks up when I try and flash it.
how to create a flashable .tar file.
im wondering is there such way to create a zip file with multiple zips in to flash at once? Purpose of it is to save time flashing 5 different zips through recovery every time we flash new roms?
View 2 Replies View RelatedHow to create 3 rom file.For example, PDA, Phone, CSC. Because I forgot the password of the phone, I need to run the firmware for it but the only rom I downloaded a file should not be lost password.
View 1 Replies View RelatedI have a firmware for my galaxy ace named S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.md5 and I wanted to edit the baseband so I could make it work in my S5830L by just changing "amss" file...
But I can't change it if they are in .md5 and if I change the file to .zip and transfer amss, I can't change it back to .md5
How can I turn S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.zip into S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.md5
Motorola fire
I accidentally deleted an android file through root, now my phone doesn't boot properly. All i get is "process com.android .setup wizard has stopped" and stays i idle in the black screen. Even i tried reseting the phone in recovery mode..
I bought an android 2.3.6 phone which no one has tried to root( it seems). So I was wondering if I could root it by creating an update.zip file containing the su binary and the superuser apk and then installing it in the recovery mode. Will this work? I have failed with gingerbreak, unlockroot and z4root.
View 4 Replies View RelatedI have a android tablet and I have tried rooting it and I get things like "read only file system" and I looked into it and my /system is read only.. Rooting is putting .su in the xbin or bin inside of the /system. But my /system is read only so i can't root my tablet?
View 2 Replies View RelatedPhone : LG G2 vs980
Rom: paranoid android 4. 0
Android version 4.4
Stock kernel
So I'm trying to put kali Linux onto my phone using the vnc way. I have the file (1gb zipped 3gb unzipped) I have 11gb of free space on my phone. I have to get that file over to /kali a folder I created using root explorer. Yes I am rooted with supersu. I mount the system as r/w and when I paste this file into that folder my phone crashes. Like it begins to do it (gets nothing done) and then crashes. I managed to get the zip file into the folder but when I try to extract it it crashes as well. This Also doesn't work on nexus 7 2013 running slimbean. Why can't I move that file there?
I have root access in my program, but i am still unable to rename a file in /system/media. once root has been obtained my code is
Code:
File ba = new File ("/system/media/bootanimation.zip");
if (ba.exists()) {
ba.renameTo (new File ("/system/media/bootanimation.zip.bak"));
}
Is there a root file for all android versions?
Or one root file for each android version like 2.3.6 or 4.3?
but I can't delete some file in this directory ".ifs" folder Because. Yesterday I'm rooted my phone (This is a first time i root Android phone) i've explore alot of file in my phone
I found "logo.jpg" ( I Guest this is BOOT SCREEN PICTURE FILE ) in ".ifs folder" I Think if i replace with another JPG file. I can change BOOTSCREEN another Picture too.
when i copy and replace with new JPG file in this directory. I CAN'T replace it. But it create Duplicate file with "logo-Copy.jpg"
I do this 2 time but not work.
I can't delete or replace "logo.jpg" file in " mnt .ifs " Directory
that useless. So ! I want to delete "logo-Copy.jpg" or "logo-Copy (2).jpg" but I CANNOT DELETE IT TOO.
I'm use ROOT EXPLORER program SD Maid and ES EXPLORER it still not work ( SET mounted read and write )
When going from 3.02 to 4.04 on the Spectrum, the phone pulls an updated file. The update file is this: (remove the spaces in the link. I don't have a high enough thread count to post links yet)
[URL]
The file itself can be opened with WinRAR, but shows that it was signed by SignAPK.
My question is this, What should I theoretically need to do in order to inject root into this so that when the update runs on the phone, it adds SU to the system directory with the correct permission settings?
I have s-offed and installed amon ra 2.0.1 on my htc desire. Now,when I try and flash a rom it comes up with an error saying missing files,But I have tried 3 different roms.
I have done all the usuall,wiping cache etc. It is a pvt4,hboot is now 6.93.1002.
Running the last command it says file not found and i cant flash the image to get into amans rec...
View 13 Replies View RelatedThen I tried doing Toast's root and got confused at step 2 (the adb step).
Now, I know a LITTLE about what ADB is and that you basically only need it so you can use your computer to type/see things instead of doing it all on your phone.
(This is the thread that I'm using by the way: [TUTORIAL] How To Root The HTC EVO ~ Part-1 / - xda-developers)
1. So, so far, I downloaded SDK package, saw the "tools" folder and see the "adb" file. When I click on it, it pops up like a "command/cmd" screen and disappears. Is it supposed to happen like that? Or am I doing something wrong?
2. Also, in Toast's method, when he says to put the PC36IMG.zip file on the root of your sdcard. What does he mean by that? I'm sure it's something simple but I'd rather be sure how to "put it in the root of your sdcard". Just that mean just right in the front by all the folders?
3. Next thing the page says is: "adb push PC36IMG.zip /sdcard"
I don't know what he means by that. Am I supposed to do something here?
The steps follow this (until it's Rooted) I understand but not this.
4. Then after rooting there are some other steps he has in the original thread that say somethings about "adb shell, adb.. etc"
What do all those mean?
I want to create a PDF file dynamically in android application. like File f = new File("sample.pdf");
I have to use any external api for this?
In Android native calendar application while creating an event ,it is syncing with gmail and .ics file is creating.They are not using iCal4j java library to create the .ics file. I could not able to find out how to create the .ics file.
View 1 Replies View RelatedWhat's the best way to create a temporary file in Android? Can [File.createTempFile][1] be used? The documentation is very vague about it.
View 1 Replies View RelatedI need to save some persistent data (byte array) in my application.I decided to write these data into a file on the Android hardware.But I cannot create a file under /system/ or /data/.Can any body tell me under which directory can I create a file to save my data except SDCARD(Because We cannot suppose every Android has a SDCARD)?
View 8 Replies View RelatedCan someone tell me how to create an executable jar file from eclipse for android? First of all, how the application should be before creating a jar file? Should it be runnable? Do i need an Activity class in it? I created a simple Android application, which has an activity class
View 4 Replies View RelatedI have a small piece of code that just won't write a file to the SD card on Android I made sure I created the folder CACHE_DIR before. It exists on the SD card, but canWrite() always returns false. This is the path: /mnt/sdcard/Android/data/org.my.app/files/thumbnailcache I can browse the directory /mnt/sdcard/Android/ data/org. my.app/files/thumbnailcache. Here comes the interesting part: When I try to write to /mnt/sdcard/Test/, it succeeds.How is that possible?
View 1 Replies View Relatedcan anybody tell how to create a xml file and write in android and where to put the file for aceess again is it possible to put into raw folder?
View 1 Replies View RelatedI want to create a file out side the application and memory card. How to create it? I know how to create it under application but how to create it outside the application?
View 12 Replies View RelatedI want to create an XML file to Store my Application Settings into. ( I can't use SharedPrefs because i want that Settings file later to be accessed by Some other Code.)
I can easily create an XML with java's code and store it in File too. but in Android I can create xml with the same java code but can't save it into the file coz they have removed the package javax.xml.transform from SDK.
I am Attaching the Java code here...
CODE:....................
I want my application to read configurations from a file . Is it possible to copy the default configuration file in apk and get it copied to file system when apk is installed ?
View 2 Replies View Related