General :: Xperia Arc S Build File?

Apr 1, 2012

I was looking through my system files with root explorer and I notice in the build.prop file, I had the information for the Xperia Arc instead of the Xperia Arc S. I changed some of the info to the Arc S, like LT18i instead of LT15i. But I'm not sure if I changed everything correctly and can upload the build.prop file for the Arc S.

General :: Xperia Arc S build file?


General :: PMID10c - Unable To Build New Boot IMG File?

Oct 9, 2013

I am looking to compile a new kernel for this device. I have pulled off the boot.img file from /dev/block/nandc and used split_bootimg.pl to pull apart the kernel and the boot ramdisk. I have used extract-ikconfig to get the kernel config and built my new 3.4 kernel (with modules). So far so good...

I have tried to build the new boot.img file with no avail. My concern is with the original kernel as the new one should be build the same (I think). It looks like it is not compressed as I run the command

file boot.img-kernel

It returns

boot.img-kernel: data

So it is not a Linux kernel ARM boot executable zImage

Is this correct? Can Android boot with this or is the split_bootimg.pl tool not creating the file correctly (it does pull the ramdisk as I have uncompressed it fine! and the file does contain the kernel config)

Ok So assuming I can create a proper boot.img with my built zImage and the old ramdisk, what do I need to do with the modules? Do I update the boot.img on the tablet and copy the modules over to the existing /system/lib/modules? (this appears to not work)

View 9 Replies View Related

General :: Build ROM From Source For Xperia S

Jun 8, 2013

I want to build a rom from source for my xperia s

I searched in the forum but i just saw how to compile the source for nexus...etc

View 8 Replies View Related

General :: How To Root Xperia Arc S Version 2.3.4 / Build 4.0.2.A.0.62

Mar 28, 2012

I couldnt root my arc s, version 2.3.4, build 4.0.2.A.0.62 I've tried several methods, including the Batch on windows and the software "unlock root". It's possible to root my device by any other methods or I still have to wait to something come up?

View 1 Replies View Related

General :: Build Kernel MT6577 - Can't Boot After Build

Feb 21, 2013

I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...

cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.

Here are the Warnings I got when compiling

mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....

View 9 Replies View Related

Android :: Ant Build File ?

Sep 8, 2010

I need to write ant build file for my project. Do anyone have an idea about how to write ant build file for android.

View 3 Replies View Related

Android :: Generated Build File Fails?

Apr 15, 2010

Building our Android app from Ant fails with this error:

[apply]
[apply] UNEXPECTED TOP-LEVEL ERROR:
[apply] java.lang.OutOfMemoryError: Java heap space
[apply] at java.util.HashMap.<init>(HashMap.java:209)
[apply] at java.util.HashSet.<init>(HashSet.java:86)
[apply] at com.android.dx.ssa.Dominators.compress(Dominators.java:96)
[apply] at com.android.dx.ssa.Dominators.eval(Dominators.java:132)
[apply] at com.android.dx.ssa.Dominators.run(Dominators.java:213)
[apply] at com.android.dx.ssa.DomFront.run(DomFront.java:84)
[apply] at com.android.dx.ssa.SsaConverter.placePhiFunctions(SsaConverter.java:265)
[apply] at com.android.dx.ssa.SsaConverter.convertToSsaMethod(SsaConverter.java:51)
[apply] at com.android.dx.ssa.Optimizer.optimize(Optimizer.java:100)
[apply] at com.android.dx.ssa.Optimizer.optimize(Optimizer.java:74)
[apply] at com.android.dx.dex.cf.CfTranslator.processMethods(CfTranslator.java:269)
[apply] at com.android.dx.dex.cf.CfTranslator.translate0(CfTranslator.java:131)
[apply] at com.android.dx.dex.cf.CfTranslator.translate(CfTranslator.java:85)
[apply] at com.android.dx.command.dexer.Main.processClass(Main.java:297)
[apply] at com.android.dx.command.dexer.Main.processFileBytes(Main.java:276)
[apply] at com.android.dx.command.dexer.Main.access$100(Main.java:56)
[apply] at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:228)
[apply] at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:245)
[apply] at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:130)
[apply] at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:108)
[apply] at com.android.dx.command.dexer.Main.processOne(Main.java:245)
[apply] at com.android.dx.command.dexer.Main.processAllFiles(Main.java:183)
[apply] at com.android.dx.command.dexer.Main.run(Main.java:139)
[apply] at com.android.dx.command.dexer.Main.main(Main.java:120)
[apply] at com.android.dx.command.Main.main(Main.java:87)

BUILD FAILED

Ive tried giving Ant more memory by setting ANT_OPTS="-Xms256m -Xmx512m". (This build machine has 1Gb RAM). Do I just need more memory or is there anything else I can try?

View 4 Replies View Related

Android :: Build APK File From Command Line

Sep 28, 2009

I want to build the .apk file from java binary file (.class) or .dex file. I have copied the bin+res folder and Manifest.xml file to a specified folder. and run the command :[apkbuilder.bat %FILE_NAME% -rf "./src_folderr"]. This command build the new .APK file with default keystore. But I want to build the APK with me generated keystore, with command line as this :[apkbuilder.bat %FILE_NAME% -rf "./src_folder" -storetype path_to_my_release_keystore.keystore] but it can not find my keystore with "java.security.KeyStoreException : release.keystore not found". How can I build APK file with my keystore file?

View 12 Replies View Related

Android :: Can I Include Jar File Build Using SUN JDK In Droid App

Aug 30, 2010

Use adb logcat, DDMS, or the DDMS perspective in Eclipse to look at LogCat and examine the stack trace associated with your error.

- Hide quoted text -

View 2 Replies View Related

Android :: Build .apk File From Windows Command Line?

Sep 30, 2010

How can I build and signed (keystore) the .apk file using 'apkbuilder.bat' via windows command-line? I try to run the following line: apkbuilder.bat %APK_File_Name% -u -z %Project_Path%in esources.ap_ -f %Project_Path%inclasses.dex -rf %Project_Path%. But I'm getting the following exception: java.lang.ArrayIndexOutOfBoundsException: 1 at com.android.sdklib.build.ApkBuilderMain.main<ApkBuilderMain.java:61>.

View 2 Replies View Related

Android :: Generate Build.xml File From Command Line Using Ant

Nov 2, 2010

I've installed Ant. From an existing Eclipse project I am able to generate the build.xml file from the command line using ant -update project. When I now try ant release I get this error: build.xml:65: java.lang.NullPointerException. This project builds fine under Eclipse. I have no idea where to even begin to figure this out. I wouldn't bother with this except that I need to use ProGuard later on (which I have not done yet).

View 1 Replies View Related

Android :: ADT Plugin Automatically Create An Ant Build File?

Mar 17, 2010

I created an Android project a few months ago and now have to automate the build process with Hudson. The Android dev guide mentions a build.xml file that gets created when you generate a project (http://developer.android.com/guide/developing/other-ide.html) but I dont see one in my project. Will I have to create this by hand or can I run a command to generate it?

View 1 Replies View Related

Android :: Specify Package Name And Output Folder From - Generated Ant Build File

Apr 13, 2010

I dont want to hardcode the name of the package or where it lives when building an Android project with ant. Im using the build file generated by Android. What properties contain the output folder (bin) and package name (e.g. package.apk) ?

View 2 Replies View Related

Android :: Specify Lib Folder For JARs When Using Droid-generated Ant Build File?

Apr 9, 2010

I'm using an ant build file that has been generated by android. Our Android application requires a JAR file that lives inside the lib folder of our project, so I need to adjust the classpath that ant is using when it builds stuff.

When I run:

ant -lib lib debug

the project builds just fine, but this should really be inside the build file itself. The build file that android generates references the android_rules.xml so a lot of this stuff is automated. I guess my question, what the best practice here when working with the Android build rules ?

View 1 Replies View Related

Android : Build Shared Library (.so File) For Chm Reader In Droid?

Apr 1, 2010

In my application, I want to use chm library.

Can anyone tell me How to build shared library (.so file) for chm reader in Android?

And which toolchain is used. what is the steps for building it?

View 1 Replies View Related

Android :: Need Code For Reading Pdf File In Droid To Build App Like RepliGo Reader

Aug 26, 2010

How to code for reading a pdf file in android? i want to build an app like RepliGo reader. So, Please enlighten me to read pdf by using android sdk or ndk.

View 1 Replies View Related

Motorola Droid X : Attempted To Use The New Build.prop File To Fix - Phone No Longer Boots

Aug 21, 2010

I attempted to use the new build.prop file to fix the market issue where some paid apps were not found for download.

Here is the process I used:

Download build.prop, place it on SD card. Use Root Explorer to copy build.prop into system/Deleted old build.prop file from system/ (I made a copy of the original and placed it in a folder on my SD card as a backup) Turned phone off. Turned phone back on and got to the Motorola logo, then the screen is black (backlight is still working, the screen is technically on, there just isn't anything on it).

Phone never gets to the boot animation and will not boot back up. Anyone know how I can fix this without having to flash the SBF 2.1 file again and re-root, install 2.2 update.zip, and download/setup all of my apps?

View 18 Replies View Related

General :: How To Create Sin File For Sony Xperia

Apr 14, 2013

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 Related

Sony Ericsson Xperia X10 :: Excellent Build Quality Of Handset

Sep 17, 2010

So here I have a link to an x10 which has been run over by a 70 seater bus but the device still works. It maybe that the glass panel is smashed but at least it is still on to access your data and the touchscreen still works too. The build quality is very good and is something I would look for in a phone anyway. Here is the link
http://gadgets.apnafundaz.com/2010/09/xperia-x10-broken-touchscreen-touchpanel-survives-bus-run-over-amazing-build-quality/

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Version - Kernel And Build Number

Aug 27, 2010

Everyone probably has the exact same Build Number, but than again, maybe a couple don't. So after a search, I was not able to find a thread like this, so here it is. I just received my X10 yesterday and per Sony Support, my X10 has the current OS. So here is my info:

Firmware Version: 1.6
Baseband Version: 1.1.32
Kernel Version: 2.6.29-rel
Build Number: R2CA016

View 1 Replies View Related

General :: Xperia Arc - Schedule Download Of Specific File?

Sep 6, 2011

I'm looking for an app that enables one to schedule recurring downloads of specific files at specific times for my Xperia Arc. It's for my morning newspaper, which is in PDF-format.

Earlier with my ZTE Blade i used Samba Filesharing, mounted the phone on my computer and put the file on the phone each morning using cron from my computer (Running Fedora). But this is not an option any more, at least not at the moment, because I have not managed to root my Xperia Arc (unlockbootloader.sonyericsson.com is down for "maintenance"), and Samba Filesharing requires root.

So, basically all i need is an app that at given times each day can download a specific file (always the same name) and overwrite the old file with the new without any interaction.

Is there any app available that can do this?

View 2 Replies View Related

General :: Xperia J Rooting - Read Only System File Error

Apr 11, 2013

I keep getting read only system file error when rooting xperia j. How to rewrite the file system ??

adb cannot push SU into my xperia ..

View 1 Replies View Related

General :: Sony Xperia SP - How To Recover File In Internal Storage

Dec 21, 2013

I dnt know what Ive done last night But all the files in my internal storage are disappeared. I mean the image file. So any way to find the file out? My device is a Sony Xperia SP , which is rooted but with locked BL. there are too many important and valuable photos there.

Never ask me to use MSC mode instead of MTP, as my photos are save in internal memory Undelete and Remote for Android are tried but useless

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Is Phone Solid Hardware Wise / With Build Quality?

Aug 7, 2010

I am in between phones right now, and no longer have a N1 and am looking to replace it with another Android phone without switching carriers from AT&T.They currently have the HTC Aria(I have no interest in), the Samsung Captivate(Galaxy S), and will soon be getting the X10.This phone has been out for some time in EU/Asia and Canada for a bit, and I am fairly familiar with it. It seems the bad points are no multi-touch ever, Android 1.6 with a who knows for sure on Android 2.x, but the rest seems fairly solid. Most of the reviews are from when it first came out, and generally complain about the GUI being slow.My questions are basically:

1. Is the phone solid hardware wise, with build quality etc? I know it's mostly plastic, but does it feel cheap, hold up well?
2. Has Android 1.6 caused you any problems app wise? I'm fairly certain google navigation works on 1.6, which is a deal breaker for me if it doesn't.
3. How is the GUI, do you enjoy it? I can't stand Samsung's TouchWiz, Moto Blur, and prefer stock Android, but don't mind HTC Sense.
4. I keep reading something about the screen doesn't have all it's colors activated or something? Others say it is amazing. Curious if it is the Super LCD Sony is selling HTC to replace AMOLED.

I know the Galaxy S has a better CPU, GPU(Android isn't much for gaming anyways), more ram, Super AMOLED, blah, blah but their software is terrible and I don't like their form factor.

View 3 Replies View Related

Android :: Build Error Build/core/java.mk:20 On 2.2

Jun 24, 2010

I downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like this build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. Then I changed the frameworks/ex/common/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7. Next place, build/core/java.mk:20: *** external/jsr305: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/jsr305/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7

Last one, build/core/java.mk:20: *** external/guava: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/guava/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
By these changes the code started the compilation.

1. Why the error occured?
2. Changes which I did is correct or not?

View 3 Replies View Related

Android :: Android File System Build Error

Jan 29, 2009

I started to work with the latest Android version for OMAP3430 (Zoom1) platform by getting sources via "repo sync".

The u-boot and kernel images were built successfully but file system build encountered the issue for

CODE:..............

Which Android version to use and how to get it via repo?

View 2 Replies View Related

General :: ZTE Warp 4G - How To Build CWM

Oct 18, 2013

I want to learn how to build a cwm bc i want to start a recovery for this phone bc nobody didnt start it yet the zte warp 4g lte for boostmobile.

View 1 Replies View Related

General :: Adding SU To Build

Jan 8, 2013

I'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done

Cloned Superuser source code

Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree

Edited device.mk

Code:
# Build superuser
PRODUCT_PACKAGES :=
Superuser

# copy su binary
PRODUCT_COPY_FILES +=
device/lge/E973/su:system/xbin/su

Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.

If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.

Here is a logcat of the failed attempt to open superuser

Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}

[Code] ......

View 1 Replies View Related

General :: How To Build Free Android App

Aug 7, 2012

How to build a free android app?

View 1 Replies View Related

General :: How To Create A Hotspot With 4.3 Build

Feb 24, 2014

I have a rooted Verizon S4 running 4.3, build number JSS15J.I545VRUEMK2. This is a phone provided to me by work, so I have no control over the billing/ tethering abilities..I have searched to no avail on how to create a hotspot with this 4.3 build.

View 2 Replies View Related







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