General :: How To Get Normal Upgrade Test Without Using LG Support Tools

Dec 10, 2013

I want to upgrade lg vu f100s with version 40E I chiose 3gqct and emergency import kdz and then click normal upgrade test, that can not upgrade off line and it reach to lg support tools in upgrading by online downloading, and if I choose launch upgrading if always say (not responding). LG-F100S

General :: How to get normal upgrade test without using LG support tools


Android :: Good Automated Unit And System Test Tools?

Nov 3, 2010

I approached this problem as an oh hey that's not too bad, I can write a bunch of unit tests, and I have been keeping my suite green. However as things get more involved continuous integration and testing is a great great thing to have. And then I saw oh Android has emma integration as well awesome ... and then that's where it get's iffy. So I setup Hudson and have it call the coverage target of the ant build.xml that the android executable in the sdk can generate. And then it hits me. adb -s <emulator> shell am instrument -w ... will never return a result code that is not 0 ... because adb technically exited cleanly and usually will regardless of how the shell command that executed did..............

View 6 Replies View Related

Android :: Upgrade , Downgrade OS On Phone To Test App On Real Devices?

Aug 8, 2010

I am building Android apps and have an HTC Desire with running 2.1 of Android.

How do I upgrade, or even downgrade, OS on the phone to test the app on real devices as well.

View 3 Replies View Related

Android : How To Support Devices With Normal Screen - High Density Or Low Density?

Nov 15, 2010

I read the official document about supporting multiple screens http://developer.android.com/guide/practices/screens_support.html

According to that document, I should just create different directories for different resolultion.

Now the question. How to support devices with normal screen and high density or low density?

I ask it because, there are two posibilities (WVGA800 (480x800) and WVGA854 (480x854)) and (WQVGA400 (240x400) and WQVGA432 (240x432)) and I don't know where to store some background images for them.

I would take drawable-normal-hdpi or drawable-normal-ldpi, but how to make difference between 480x800 and 480x854 or between 240x400 and 240x432?!

View 1 Replies View Related

Android :: Normal Maps Vs Normal Coordinates

Jul 10, 2010

I'm currently working with OpenGL ES 1.1 and using the DrawElements convention along with Vertex, Normal, Texture Coordinate, and Index arrays.

I recently came across this while researching the idea of using Normal/Bump mapping which I previously though impossible with OpenGL ES: http://iphone-3d-programming.labs.oreilly.com/ch08.html

I can generate an object-apace normal map already from my 3D modeler, but what I'm not completely clear on is whether or not the Normal coordinates array will be necessary any longer if implementing a 2nd texture unit for normal mapping, or will Lighting + Color Texture Combined with a Normal map via the DOT3_RGB option be all that is required?

EDIT - After researching DOT3 Lighting a bit further, I'm not sure if the answer given by ognian is correct. This page, [url] gives an example of it's usage and if you look at the "Rendering & Final Result" section bit of code, there is no normal array ClientState for Normal Arrays is never enabled.

I also found this post here,[url] which explains it well... but leads me to another question. In the comments, it's stated that instead of translation of normals, you translate light direction. I'm confused about this as if I have a game with a stationary wall... why would I move the light around just for one model? Hoping someone can give a good explanation of all of this...

View 2 Replies View Related

General :: Are There APK Tools On Android Like APK Manager On PC

Jun 13, 2012

are there Apk Tools on Android like apk manager on PC?

View 1 Replies View Related

General :: Compile Error IW Tools

Nov 18, 2013

I am on CM "jellybean" branch and want compile iw from source in order to get a p2p0 interface. My goal is use precompiled libnl.so provided by my vendor (Sony). I add iw sorces in external/iw directory and modified Android.mk of external/libnl-header in order to create the module "libnl" necessary for compile iw. All changes are in this commit.

When I compile I obtain this

Code:

external/iw/iw.h:5:29: fatal error: netlink/netlink.h: No such file or directory

It look like the libnl module is not imported by iw.

View 3 Replies View Related

Android :: How To Transfer Test Fixture File To Device From Unit Test Application?

Sep 24, 2010

I'm writing an Android JUnit test and want to copy/reset a test fixture file (it's an SQLite database file.) If I were within the main application, I know I could just place the file in the assets directory and use getResources().getAssets().open(sourceFile).However, this API appears to be unavailable from the ActivityInstrumentationTestCase2 class.Is there an easy way to copy a file over from the testing PC, or should I just keep a fresh copy of a test fixture on the device and copy it over a temporary file?

View 2 Replies View Related

Motorola Droid X :: Touchscreen Test - Drawing Lines Test

Jul 15, 2010

One more video about the fancy touchscreen of the Droid X. This one has happier results! Check it out at the link below.Droid X Touchscreen Test See you later. you'll know why this post is short when you read the blog. running downstairs!

View 5 Replies View Related

Android :: Error When Unit Test With Activity Instrumentation Test Cas­e 2?

Aug 23, 2009

I am using ActivityInstrumentationTestCase2 to do some test for an activity. I get a button in the setUp() method like this: protected void setUp() throws Exception {super.setUp(); act = getActivity(); btn = Button)act.find ViewById ( R.id.bike_button ); // this button has been defined in layout} Then I use this button to perform a click in a test method like this: public void testBikeButton(){ //click the bike button btn.performClick();}

View 7 Replies View Related

General :: Could Not Find Folder Tools Inside SDK

Jun 29, 2013

I downloaded all the software to develop applications; when open eclipse know android developer tools i get an error that read could not find folder tools inside sdk C:documents and settings

View 3 Replies View Related

General :: Rom Dump Using MTK Root And Droid Tools?

Dec 31, 2012

How to rom dump mtk 6575 HDC galaxy s3 clone using MTK root and droid tools

View 1 Replies View Related

Missing Target Class To Test In Test Application?

Nov 10, 2011

I have a project (that compiles and runs in the emulator.) I have a test project that tests part of this project. This test project also compiles with no problems, but when I try to run (test) it in the emulator, I get a NoClassDefFoundError exception on one of the classes my test class tests (I hope that made sense!) when it starts to run in the emulator. This is coming out of the adb log. I looked in the bin directory (of the test project) for the missing class, but could not find it... Should it be there? I found no reference (apk, etc) of the project I am trying to test either in the test projects bin directory. How does the test project get the classes it needs to test against (in the classpath, I assume.) How do the tested classes get moved to the emulator? I did try running the app before testing, so I know it is installed and runs correctly. BTW, I am using netbeans with the nbandroid plugin.

View 1 Replies View Related

General :: (MT6575) SP Flash Tools Checksum Error

Dec 5, 2013

have an iBall Andi 3n here. Runs on MediaTek MT6575 SoC. Getting this error while flashing stock rom.

View 1 Replies View Related

General :: Downloading Android SDK Platform-tools-failed

Mar 25, 2011

I am trying to install packages in the Android SDK and AVD manager.I get the following message: Downloading Android SDK Platform-tools, revision 3 .Failed to create directory C : Program FilesAndroidandroid-sdk emp.

View 3 Replies View Related

General :: Installing ADB And Fastboot Tools On Linux Mint 15

Aug 15, 2013

I recently switched over from Win 7 to Mint 15 and cannot get ADB and fastboot to work for the life of me! On Windows, I just downloaded and installed the Android SDK and had no trouble using ADB and fastboot to mod my phone. It is proving to be much more difficult on Linux.

I've searched Google, Linux Mint forums, and these forums; tried following numerous guides, and still my comp can't recognize my phone. Every time I type in "adb devices" I get "List of connected devices" followed by a blank line. No question marks and certainly no connected devices. "lsusb" shows my HTC One S as connected so I know it's not my USB port.

When I plug in my phone, I get an error message, "Unable to mount Android Phone Unable to open MTP device '[usb:002,005]'" and then a file explorer window opens displaying my phone contents anyways. Not sure if this could have anything to do with it but I thought I'd mention it.

View 5 Replies View Related

General :: Sony Xperia Z - How To Backup Rom When Easy Tools Don't Work

Mar 12, 2013

Normally when I get a droid phone, I use a guide to unlock / root, and then use CWM to make a backup of the stock from before I start using custom roms.

No for the first time I have a phone, which isn't supported by CWM, so I looked for nandroid tools, but these don't seem to be supported either. How should I proceed in this case? The phone is Sony Xperia Z.

please note: this is a crosspost of [URL] .....

View 2 Replies View Related

General :: Ultimate Jar Power Tools Doesn't Work On Android 4.4

Nov 19, 2013

I was about to patch the services.jar but errors occored.

View 2 Replies View Related

General :: MT6582 Extract And Process ROM - MTK Droid Tools Does Not Succeed?

Oct 18, 2013

was trying to extract ROM from a new MT6582 Based Device but have some troubles..

here are details

Hardware : MT6582
Model : 2206_jbla768_f
Build number : 2206_jbla768_f_20130927
Build date UTC : 20130927-041623
Android v : 4.2.2
Baseband v: MOLY.WR8.W1315.MD.WG.MP.V11.P1, 2013/09/12 16:30
Kernel v : 3.4.5 (root@android) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP Fri Sep 27 12:13:00 CST 2013

I modified a little MTK Droid Tools .ini file to accept MT6582 CPU

I created scatter file

with SP FlashTools I downloaded the 2GB! ROM

now when I try to process it with MTK Droid Tools I get

18/10/13 05:36:56 --- scatter is write to the file:
D:Android_ModdingMtkDroidTools_248ackups2206_ jbla768_f_130927_ForFlashtoolFromReadBack_131018-053648MT6582_Android_scatter_emmc.txt[code]....

View 1 Replies View Related

General :: MT6572 - No Mobile Signal Since SP Flash Tools Format?

Feb 26, 2014

I have an iPhone 5s clone MT6572.

I think I've screwed up my phone. I performed a format with SP Flash tools and flashed a new rom. Stupidly I didn't take a backup of my IMEI number or a proper backup of my rom! . Luckily I found a CWM backup of my MP0B_001 file in my NVRAM folder and have managed to get my IMEI number back!

I have a problem though, I cannot get a mobile network signal but I CAN detect the sim card. It detects the network name and my mobile number but not a signal. Please see the attached image.

View 2 Replies View Related

General :: Getprop / Permission Denied Error In MTK Droid Tools

Aug 14, 2013

SuperSU works fine and grants permission to Root Explorer which also works fine.

But 'getprop: permission denied' is shown in front of most of the headings in 'Phone information' tab in MTK Droid Tools.

And when I click 'Root' button in MTK Droid Tools the following message is shown 'ERROR: SU inaccessible'.

I have granted permission to ADB Shell in SuperSU.

If I manually open adb shell I get $ prompt and then I type su to get # prompt.

I think that maybe permissions of some files are not ok.

View 1 Replies View Related

Android :: Getting Test Run Failed No Test Results?

Aug 11, 2010

I have never used JUnit before, and now I'm trying to set it up on an Android project.My project under test is fairly complex, including some JNI, but my test project, at the moment, is completely trivial. I have found many examples (that look totally different) online of how to make a test project, but it seems that no matter which one I follow, I get the same results.Here's my JUnit project code:package com.mycompany.myproject.test;
import android.test.AndroidTestCase;public class SimpleTestCaseExample extends Android TestCase {public void test_testOne() {fail("Just Always Fail");When I run, I see the following in Logcat:
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=test_testOne
stdout INSTRUMENTATION_STATUS_CODE: 0
stdout INSTRUMENTATION_STATUS: id=InstrumentationTestRunner
stdout INSTRUMENTATION_STATUS: current=2
stdout INSTRUMENTATION_STATUS: class=com.mycompany.myproject.test.SimpleTestCaseExample
stdout INSTRUMENTATION_STATUS: stream=
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=testAndroidTestCaseSetupProperly
stdout INSTRUMENTATION_STATUS_CODE: 1
stdout INSTRUMENTATION_STATUS: id=InstrumentationTestRunner
stdout INSTRUMENTATION_STATUS: current=2
stdout INSTRUMENTATION_STATUS: class=com.mycompany.myproject.test.SimpleTestCaseExample
stdout INSTRUMENTATION_STATUS: stream=.
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=testAndroidTestCaseSetupProperly
stdout INSTRUMENTATION_STATUS_CODE: 0
stdout INSTRUMENTATION_RESULT: stream=
stdout Test results for InstrumentationTestRunner=..
stdout Time: 0.07
stdout OK (2 tests)
stdout INSTRUMENTATION_CODE: -1
But, I get the following in the Console:Launching instrumentation android.test. Instrumentation TestRunner on device emulator-5554 Collecting test information Test run failed: No test results I have tried a variety of different things, messing with the basic TestCase class, or the TestSuite class, or a variety of other options. I tried to just go for the most trivial example because I'm really still trying to learn how this works.Whatever I try, I see this error.

View 1 Replies View Related

Android :: Is It Unit Test Or An Integration Test?

Nov 9, 2010

I'm working on a school project and I'm researching testing possibilities for Android applications. On this page: http: // developer . android . com/ resources / tutorials /testing /hello android. Google writes about a unit test. Is this really a unit test? A Unit test will not integrate all classes and will not test in his context. So my opinion is it is not a Unit Test but an Integration Test.

View 7 Replies View Related

General :: How To Get WiFi Back To Normal

Apr 1, 2012

I have a galaxy s2. I tried to send compressed videos via email. Problem is they were still too large and now gmail app isn't working properly. I have done some searching and it looks like my wifi is still trying to send the vids. There are a lot as I tried different compression methods and then resending. I have since deleted the emails which were all 'sending' but still have the problem.

Is there a way for me to get things back to normal? I can't delete the account without deleting all my phones user data as well and I would really like to avoid doing this if possible.

View 4 Replies View Related

General :: How To Get Tab Back To Normal Operations

Nov 1, 2013

How to get my tab back to normal operations.After changing fonts it req for restarting and it's just hanging at booting process. Try to recover but it doesn't work. Then i try to use install 86vebc ROM by using CWM v6.0.2.8 and now it's keep on entering CWM again and again even after rebooting.I only able to give the specification as below because i couldn't find the exactly brand or model for my tab.

View 2 Replies View Related

General :: Difference Between Dalvik And Normal Cache

May 6, 2013

What is Davik Cache and what is normal Cache?

Are they the same thing or 2 different cache that must be wiped when flashing roms?

View 4 Replies View Related

General :: Turning Off ZRAM Not Increasing Normal Available RAM?

Mar 19, 2014

I have a Gionee Pioneer P3. It comes with ZRAM enabled by default. That's over 300MB for ZRAM. I'd like to disable this zram so that I will have more RAM. I ran swapoff /dev/block/zram0 to disable zram. It did get disabled as seen in the screenshot above. However, when I run "free" command, I see that the amount of RAM has not increased.

How can I make the zram partition available to normal RAM?

View 3 Replies View Related

General :: Use Normal Email Account To Sign In (Yahoo)?

Jul 19, 2012

Is there any way I can use my normal email acct to sign in(Yahoo)? I want to access my favorite videos from my phone but it can only use a google acct. Should I just re make my favorites under my gmail?

View 3 Replies View Related

General :: Nexus S 4G - Resetting Phone Back To Normal OS?

Nov 11, 2012

When I first bought it, I was not happy with the features it was offering so I searched and found out about the CM7(Cyanogenmod 7) mod, and decided that I wanted to try out a modded phone. I've been using CM7 for a few years now and have just plain become unhappy with what they're putting out and decided that I finally wanted my phone back to being normal and rooted. I booted into my clockworkmod(after backing up all apps/data with TitaniumBackup pro & taking pics/vids/etc off through USB) and decided to wipe my sdcard and all other options that Clockworkmod offers. After doing that I realized I made a horrible mistake...every time I go to reboot my phone, it ends up back at the boot menu and at the top it says "Fastboot Mode - No boot or recovery IMG" how would I go about resetting my phone back to a normal OS without being able to transfer stuff onto it without it being booted and having a USB option.

View 2 Replies View Related

General :: Emulate Android Froyo With Normal Kernel?

Nov 3, 2012

Is there any way to emulate an android froyo with normal kernel and everything a normal android phone has? Including a market and recovery mode. I want this mainly because I feel terrified by the thought that I might brick my phone flashing a custom rom and I am a beginner so I never tried anything complicated with it. So before I try anything over my phone I want to try this on an emulated phone.

View 9 Replies View Related







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