General :: CM7 ROM - Editing Updater Script

Jun 28, 2013

I ported a cm7 rom. I forgot to included some stuff and I just want to make a update.zip to flash these folders to the system.

The folders are the app, media, and fonts. I also want to flash build.prop. I want to make the update.zip because I dont want to flash the whole rom over again. How do a make the updater script to do so

General :: CM7 ROM - Editing updater script


General :: How To Set Permissions With Updater-script

Jul 29, 2012

I'm trying to do an updater-script that subtitutes some data, but i can't set the permissions to the files I replace, since I don't know how to. I've searched a little, but all threads I found say the same thing:

set_perm(UID, GID, mode, "pathtfile");

I know what UID and GID stand for, but I don't know what to put in the "mode" part. run_program("sbin/chmod",) will do the same task, but I don't know how to use it xD. I know how to use chmod though..

View 9 Replies View Related

General :: How To Edit Updater-script

Jul 16, 2012

I tried to edit the file but it won't save, is there a way to do it with adb or some other way to delete or edit part of the script?

View 9 Replies View Related

General :: How To Make Updater-script

Sep 6, 2013

I want to make the updater-script for my update.zip.

how the script is correct. if I want to do this:

1. create a folder "backupApp" in sdcard

2. copy "/system/app/browser.apk" to "sdcard/backupApp/browser.apk"

3. Delete "/system/app/browser.apk".

I want to uninstall browser.apk of the system.

View 4 Replies View Related

General :: How To Make Updater-script File

May 29, 2013

I really want to create a rom and I'm doing everything right with the Android Kitchen but after I flash my rom I get status 6/7 errors in CWM. how I do updater-script file that don't provide this errors?

View 4 Replies View Related

General :: Writing Updater - Script For Theme?

Jul 11, 2012

This is what I came up with:

For just SystemUI

Code:
run_program("/sbin/busybox", "mount", "/system");
delete("/system/app/SystemUI.apk");
package_extract_dir("app", "/system/app"); [code]....

I've been able to get it to flash fine but then it seems like nothing actually flashed. I'm not sure if the script is wrong or if my compile was bad.

EDIT- Also, how do the updater-binaries get generated? I'm not really sure how I get those. I'd just used one the Battery Mod Tool creates.

View 5 Replies View Related

General :: Specify Memory Blocks In Updater Script

Oct 23, 2013

I m just rebuilding my stock rom with some mods. Used a random updater script provided in forum (As I don't have my own). Rebuild it in dsixda's kitchen. It says this:

Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system"); mount("ext4", "EMMC", "/dev/block/mmcblk0p18", "/data");
but I've gathered info via adb of my device that looks like this:
[code]....

View 5 Replies View Related

General :: How To Fix Updater-script Error Status 6

Apr 17, 2013

I'm trying to flash my own rom (mtk6589 device) but I get status 6 error on CWM each time I try to flash it.

Here is my updater-script, where is the mistake?

Code:

show_progress(0.950000, 50);
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
package_extract_file("check_data_app", "/tmp/check_data_app");
set_perm(0, 0, 0777, "/tmp/check_data_app");
run_program("/tmp/check_data_app");

[code]....

View 8 Replies View Related

General :: Editing SMS Database On PC

Aug 6, 2012

I need editing my sms database on Windows PC..

I tried SQLite Database Browser but it does not work, all that happens is the name of the db shows on the top but the browser stays empty like nothing changed. I also tried just to use notepad++ but it opens in what seems like encrypted.

What other options do I have to be able to edit it? Its my Evo3D mmssms.db that I'm looking to edit.

View 3 Replies View Related

General :: Editing Stock Rom On SGY?

Apr 18, 2012

I have a few questions about my Samsung Galaxy Young - 5360.

1. How to edit the status bar icons like battery, 3G , etc.

2. How to make a folders in the menu coz i have 7 pages of apps , and its out of order ( shuffle). This is for now.

P.S. I'm talking about the stock rom. I don't wanna a custom rom , prefer the original one. And the phone is not rooted, but i will if need.

View 8 Replies View Related

General :: Audio Editing Right On Phone?

Sep 18, 2013

Is there any editing software you can use right on the phone? For example, for podcasts or songs I have on the phone, if I want to keep just a piece of one, is there anything I can use right on the phone to trim the file down?

SAMSUNG-SGH-I317

View 1 Replies View Related

General :: 4.4 - Game Data Editing App

Apr 24, 2014

Recently I switched to 4.4 and cant find any working data editing app similar to gamecih etc.

View 1 Replies View Related

General :: Extracting And Editing OBB Files?

Jul 24, 2013

how to extract an .obb file so that one can edit the contents. In my other thread [URL] where I was trying to figure out a way to activate the Japanese vocal track in Final Fantasy IV with the game's locale in the US/English. I've hit an impasse as I've been able to deduce that the Google play version of the game (which seems to have a 15mb .apk, and a 400+mb .obb ) retains the Japanese audio track but only plays it in conjunction with JP text if the Android locale/language is Japanese. Thus, I figure that somewhere in that .obb there will be the JP audio track file which I can copy over the English audio track file and thereby access Japanese audio w/ English text since SquareEnix didn't give us the option for some god-awful reason.

However, the only way this can work is if I can get into that .obb file! I saw links elsewhere on the forum suggesting that all I had to do was rename the .obb to a .zip or .rar, and then use 7zip or WinRAR to open it, but attempts with both programs and numerous file types (.zip, .rar , .tar etc..) all report that the file is not an archive and thus cannot be opened. This is different from the .apk file, which easily seems to (upon rename to zip) unveil its secrets with 7zip extraction. So, does an program or method necessary to unpack/extract/read/edit an .obb file besides the simple archive rename? Is there some Android development program or function?

View 4 Replies View Related

General :: Editing Apps With APKTool?

May 2, 2014

I have been playing with apktool to learn how apps are made. Decompiled following the guide from this forum.

However I can't find what I'm looking for in the apps. For example, it's easy to edit the drawable folders of the apps and change the images.

I took some apps that gather feeds from news sites and I tried to find where are the feeds URLs coded or embedded inside the apps files, and could not find any info at all. No URLs at all. I opened the XMLs, and other files inside res, lib or smali folders, opened a lot of the files with Notepad++ and I can't find any information about it, or any place where the app connects to the website.

Is it possible to access that info when we decompile with apktool?

I also watched a lot of videos in YouTube, on how to edit apps with apktool, and all of them explain how to change the images, but nothing else.

Is it only possible to edit the theme/design of an app, when we decompile with apktool? Or can we go further and change something else?

View 2 Replies View Related

General :: Editing XML Files In Ubuntu?

Feb 22, 2012

I have tried using gedit, geany, eclips, and some other programs and all of them give me errors and won't open a single xml file!Is there certain plug-ins I have to download?

View 8 Replies View Related

General :: Editing Smali File?

Jun 17, 2012

I have a Droid Bionic, and I have been trying to modify a version of Dungeon Hunter 2 to fit my screen. I have been using APK Manager to decompile the files. When I was trying to change the resolution in the gamerenderer.smali, the layout was different from other gameloft games. I can paste the text when needed.

View 3 Replies View Related

General :: Editing APK Gives Error App Not Installed?

Apr 25, 2014

I want to edit a apk file so that I can edit its notification tone. I found the notification tone and changed it but after compiling it and installing it gives me a error "App not installed".

For decompiling used 7zip and changed the notification tone and then zipped it back. This is the first time I am editing a file.

View 5 Replies View Related

General :: Making And Editing Video?

Jul 22, 2012

I've been out of the game for a while when it comes to making videos and editing them. I stopped fooling around with the hobby about eight years ago because it was such a hassle at the time, Sony handycam, the micro tapes, play the movie to put it on the computer, then edit it and put it in what was the thing then "mpeg4".

Will I bought myself a droid x two years ago and was gonna take up the hobby then but technology has come so far since eight years ago and the thought just scares me. Now I have a razr maxx, and i wanna start making videos, what kind of software would you suggest, what formats of videos are there now?

I feel that a cell phone would make the quality videos I'm interested in, it much better than my old Sony handycam

View 1 Replies View Related

General :: How To Set Lockscreen Style As Default (Editing XML)

May 12, 2013

I'm trying to cook a rom and i want to set a style (sliding tab) as a default for lockscreen and incall lockscreen. I think i have to edit or add some line in lockscreen_style_settings.xml that is stored in CMParts.apk

esxml

Or maybe i have to edit settings.xml stored in Settings.apk

esxml?

I think I have to edit CMParts.apk, esxmllockscreen_style_settings.xml because when i my backup's datadatacom.cyanogenmod.cmpartsshared_prefs there is a file named com.cyanogenmod.cmparts_preferences.xml that contain's some line's about lockscreen.

Here is the com.cyanogenmod.cmparts_preferences.xml line's:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<boolean name="pref_trackball_wake" value="true" />
<string name="pref_install_location">0</string>

[Code] .....

I decompiled the CMParts.apk but i dont know which line's should be edited or what to add!

View 3 Replies View Related

General :: Cursor Control For Editing Typos?

Jan 2, 2012

I don't know if this is an android problem or more device related. All I know for certain is that its one giant headache. I thought it was just a matter of getting used to a different keyboard feel and figured I'd give it a while.

But its been several weeks now and its still Many times if its just a minor typo I'll just leave it rather than go through the torture of editing it.

The main problem is that it cannot be placed with precision. If you try it just jumps around from back to forth and line to line.

I know I'm used to the way it works on iPhone where you can get it approx near where you want it and them just press down firmly to move it to the precise place you want it.

Its impossible for me to do that with this cursor so I have to keep taking multiple stabs at it and hope for the best. I have pretty small hands and fingers and am obviously quite used to online keyboatds. But this thing is driving me nuts.

Am I the only one with this problem? Or is there just some little trick or technique of which I'm totally I the dark about?

View 11 Replies View Related

General :: How To Start With Cooking / Editing Mediatek ROM

May 27, 2014

Cobbling up even a simple mod for Mediatek Android phone ROMs?

View 4 Replies View Related

General :: Gallery Overwrites Original Photo After Editing?

Mar 20, 2014

Today I edited our best click using NEXUS 5 then did some editing using gallery editor but after saving it I found strange that my original photo overridden.

1) how I can get back my original photo, may be there is a location in the phone which I don't know.

2) how to change the settings to ask before overriding in gallery editor?

View 1 Replies View Related

General :: Remote Editing Of Office Documents Using Droid?

Mar 16, 2012

reliable way of accessing AND editing office documents remotely on the razr, or any android device?

There are a lot of apps, like motocast, which enable me to access all my files on my Mac remotely via my Razr. But I don't know of a way of editing this document and then saving it back to the mac.

View 1 Replies View Related

General :: Editing YouTube Videos - Changing Privacy And Name

Jul 14, 2012

How do I edit my YouTube videos (change privacy, rename, etc) from the app.

I did a google search and it seems they added that functionality a year ago but can't figure out how to do it: [URL] .......

View 1 Replies View Related

General :: Editing Update File To Root LG Spectrum?

Feb 8, 2012

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?

View 2 Replies View Related

General :: Move Statusbar To Bottom On Stock Rom With XML Editing?

Mar 30, 2013

I'd like to have the statusbar at the bottom of the screen like this:

Is this possible by editing some xml stuff in the systemUI.apk or framework-res.apk? I am using the stock rom and dont want to flash a custom rom.

This is just the tablet mode. But I dont want the tablet mode, I just want the phone mode with the statusbar at the bottom.

View 3 Replies View Related

General :: How To Extract AB File For Editing (Helium Backup)

Jan 19, 2014

I've backup a few apps from my Nexus 5 (Unrooted), I've copied the .ab file to my PC and I wondered how can I extract it to edit some file and then repack it again.

I've already tried to extract it using DroidExplorer but I'm getting an un-openable tar file.

how to can I do it right? and how can I repack it again,

View 2 Replies View Related

General :: Android Playlists - Editing / Managing Outside Music App

Jun 11, 2012

I've been having some playlist issues... I've got one that I made and one that keeps reappearing, that I started to make at some point but lost (or, thought I lost). I can delete it, but it will come back eventually. Also, is there an easier way to edit playlists than within the music apps? e.g. on the computer, in a text editor or something?

View 1 Replies View Related

General :: Making / Editing Custom ROMs Using Linux

Mar 18, 2013

My ideal place to get to is to eventually provide the community here with custom roms and mods which everyone can enjoy on their devices, just like what all the greats devs do here day in day out.... but before I get there, I'm on a path of discovery. At the minute, I want to take a XDA dev's already pre worked ROM, go in to it and change a few things up.... edit the apps, maybe play with a few apks, change the ringtones etc, and then resign the ROM and flash it to my device.

I've been reading some great tutorials such as [URL] ..... which I am finding very useful, however....

They seem to be geared towards someone working on a windows machine. I dont want to do it in Windows, I want to do it in Linux... I dont wish to use "CygWin" and I would rather do it manually than use a kitchen - I could easily follow these guides in Windows and achieve my stated aim of a slightly modified custom ROM, however, the overall goal here is to acquire knowledge, and enjoy the process as it goes along.

Now, my current understanding under Linux (Mint 13) is that I can download a recovery flashable Zip, go in to it, and just change up some of the files as I desire.... but then I get confused when it comes to repackaging the ROM prior to flashing it to my device. How would I go about doing this?

View 4 Replies View Related

HTC Incredible :: Automatic App Updater?

Jun 18, 2010

Is there a way to have my apps updated automatically? I hate having to go through and update each app individually through the market.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved