General :: Determining Proprietary Files For Huawei U8836D
Dec 9, 2012
I am trying to build AOSP for my Huawei U8836D, so I am making my own device tree. How do I determine which files in the stock ROM are proprietary, so I can define them in extract-files.sh?
View 1 Replies
Sep 21, 2012
I 've bought HuaWei U8836D Ascend G500 pro Shine. Now i can root it.
When i try install google play but fail. It could not start. how can i install it ok to myphone??
View 9 Replies
View Related
Oct 23, 2012
i want make a cm9 for the flytouch4, but my problem are the Proprietary Files.
How i make self this files.
View 3 Replies
View Related
Jun 27, 2013
I have XTouch X507S it is MTK6577 http:[url]..... and I want to compile AOSP 4.2.2 to it, I've successfully unlocked the bootloader, and ported a TWRP but I want to know how to extract device proprietary files?
View 2 Replies
View Related
Apr 23, 2014
I own a huawei ascend p1, i had the official rom and backed up my app data using the stock huawei app "allbackup" before i flashed a custom rom. now, allbackup does not work in a custom rom and it uses .db files to backup the app data, is there another way to restore these .db files? or an app capable of doing so?
View 2 Replies
View Related
Apr 4, 2014
I have this Huawei Ascend P1 phone and I used the official huawei app to backup all my data. Now, I flashed this custom rom (4.4.2) and I am now unable to use that app to restore my data. Is there another way to do this? I have the apps files (apks) but there are also some .db files in there that have all the app info.
View 1 Replies
View Related
May 9, 2014
I have tried to update my Honor C3 system updates. Then I noticed that I have completely lost root access. They removed su binary. Then I tried to root again my Honor C3 with VROOT and it is OK again. But I can't overwrite system files such as changing system DroidSans-fallback.ttf fonts and also installing framework of Xposed (Overwriting app_process). I can't even delete system files also.
I searched for firmware files for my phone and I can't seems to find it. There is root access and I even test it via Terminal Emulator app and from ADB. Calling su binary in Shell was OK but I can't access /system well. H30-U10
View 2 Replies
View Related
May 8, 2010
Is there a way to determine the audio format of an audio file in Android? On normal java I do it like this:
File file= new File(...);
AudioInputStream stream = AudioSystem.getAudioInputStream(file);
AudioFormat format= stream.getFormat();
View 2 Replies
View Related
Jun 25, 2013
getting proprietary binaries for my device, it's the Huawei Ascend Y200,
View 2 Replies
View Related
Mar 27, 2012
will roms made for the huawei ascend 2, work on the huawei sonic, as the phones look identical, and the specs are pretty much the same?
View 1 Replies
View Related
Aug 26, 2012
I'm just curious if it is possible to port proprietary apps (for example the S3 SecEmail.apk) to different phones, or are they locked into mfg specific phones?
The reason I ask this is because I am trying to find an email app that offers image compression, and I can't find one anywhere. This is the only one I've found.
View 2 Replies
View Related
Jul 19, 2010
I bought some awesome skullcandy headphones with a mic. 50/50 Ear Buds - Headphones by Skullcandy. They sound sooo good. Very disappointing though when i found that the mic didnt work with my droid x, however when I tried them on my friends Moto Cliq they worked mic and all! Whats up with that?
View 13 Replies
View Related
Mar 1, 2010
I just installed a new sms app and love it, the problem is that I can't get the proprietary message application on the Hero to stop retrieving all messages. It doesn't help to have cool features like blacklist, if you can't use them because the original app just logs the threads anyway. How do you turn off or uninstall the original message program, I would prefer to just get rid of it and free up the space. Any ideas???
View 1 Replies
View Related
Dec 1, 2009
I'm wondering if anyone knows of an adapter that will convert the proprietary HTC USB interface (is this Mini USB?) to a standard Micro USB so I can use all of my existing adapters and chargers? Why can't manufacturers adhere to one standard? My Omnia was even worse, had to buy special cables & chargers for that as well.
View 6 Replies
View Related
Jul 21, 2010
Can i use any micro usb cable, or does samsung use a proprietary connector?
View 3 Replies
View Related
Aug 25, 2010
How can I tell if a device is using HTC's SenseUI? I thought about using android.os.Build information, but they seem inconsistent. Is there a more definitive way? I need to be able to tell if I can launch the calendar by using com.android.calendar or com.htc.calendar.
View 1 Replies
View Related
Jun 28, 2010
My question is- with the telephony manager, is there a way to determine what number the phone is off hook with? I thought getLine1Number() might return that phone number that is being dialed, but it is not what I expect. I am working with 2 emulators, and added a log line so that I could see what that method is doing. When dialing another emulator, I expected getLine1Number() to return 5554, but it was 15555218135. Perhaps there is another method I should be using instead? Do I need to be into the source code to get the information I want?
View 1 Replies
View Related
Aug 18, 2009
I was wondering if there is a way to determine who passed an intent to my application. For example, I have a service, that I want to act differently depending on who passed the intent (for security reasons). I'm trying to sandbox each calling application, so they only have access to their data stored in my application.
For it to be secure, I cannot trust any application to be truthful about the identifying data it is passing into my service. Therefore, I need some system way of identifying who sent the intent in a way that the calling application cannot change that information. I don't know if it is possible, but I can't find anything in the Intent class, and I was wondering if there may be another structure which does what I want it to. If it is not possible, I would like to get some type of mechanism to do this in the roadmap.
View 13 Replies
View Related
Jul 19, 2010
I'm using a UNIX socket to facilitate communication on and Android device between a system level daemon I've got running in C and an application I've got running in Java. I'm much more of a C coder than a Java coder, so I'm having some issues when trying to read in data from the socket on the Java side. Currently, my code is as follows:
try{//Prepare to write the command and read the ACK
InputStream is = receiver.getInputStream();
OutputStream os = receiver.getOutputStream();
BufferedReader in = new BufferedReader(new InputStreamReader(is));..............................
View 1 Replies
View Related
May 11, 2010
I looked over SensorManager and was still unsure, how do I detect if the phone is looking at true north (or any other direction for that matter).
View 1 Replies
View Related
Aug 6, 2010
How do you determine (programatically) if an Android device is: rooted Running a cracked copy of your software or rom. I have some sensitive information in my database, and I would like to encrypt it when the phone is rooted aka the user has access to the database. How do I detect that?
View 2 Replies
View Related
Nov 15, 2010
Is it possible to determine the unique bluetooth MAC address for an iPhone and an Android (and to a lesser extent, other smartphones) from within an app on said device? Is my assumption that the MAC address is universally unique correct? A general yes or no would be helpful. Example code in the case of an iPhone or an Android would be extremely helpful.
View 2 Replies
View Related
Nov 14, 2010
I have created multiple bitmaps - one for each folder (mdpi, hdpi, ldpi). Can someone show me some code or point me to the appropriate method that will allow me to detect which resource Android decided to load.
View 4 Replies
View Related
Jun 9, 2010
Question: How do you programmatically distinguish between directories and regular files in the assets folder?
When using AssetManager to access files in the assets folder, it seems impossible to determine if a file is in fact a file or a directory. You get the list of files from the list method and then open the file using the open method. I thought perhaps using the openFd method to get the asset file descriptor (and then subsequently requesting the normal file descriptor) would provide me some information. But requesting the file descriptor for a directory results in an IOException (which makes sense since what would it mean for a directory to have a file descriptor...?).
Currently I'm relying on that IOException (resulting from attemptng to open a directory in the assets folder) in order to determine if a file is in fact a directory. (Opening a regular file works just fine). This seems like a bad idea. Any other suggestions to distinguish between a file and a directory?
View 1 Replies
View Related
Apr 21, 2009
I am calling the ZXing scanner from Screen-A using intents. Once the scan is done control of course returns to the code behind Screen-A and I do some other work before calling Screen-B. Problem is the screen is black during this work period and I cannot determine the proper context to use to display a "working..." Toast/msgbox.
View 2 Replies
View Related
Jun 23, 2010
I'm working on an Android App where the user has different options for sorting the displayed data that comes from the database. Currently my orderBy string that I pass to Androids query() method looks like this:
"LOWER("+columnName+") ASC"
The problem with this is that if the data type in the column specified by columnName is integer, calling LOWER() on it will cause it to be sorted alphabetically, i.e. based only on the leftmost digit, which of course doesn't make any sense for numeric data. Hence I only want to apply LOWER() if the data type of the column is not integer. What I have in mind is a statement like this:
"CASE WHEN [data type of columnName is integer] THEN "+columnName+" ASC ELSE LOWER("+columName+") ASC END"
The part in the brackets is what I don't know how to do. Does SQLite provide a function to determine a column's data type?
View 3 Replies
View Related
Apr 4, 2010
I thought I'd share a script that I've been working on: http://www.anddev.org/viewtopic.php?p=30732
It lets you generate parameterizable histograms of Android Market sales by automatically downloading data from Google Checkout.
View 6 Replies
View Related
Jan 30, 2010
I wish to have one application that runs in the background, which knows when any of the built-in applications (messaging, contacts, etc) is running. So my questions are: How I should run my application in the background. How my background application can know what the application currently running in the foreground is.
View 4 Replies
View Related
Dec 8, 2012
I have a problem with my phone. I cant set any ringtone to it. Whether its MP3, or from system ringtones, it always plays "its" own ringtone. I got phone only yesterday and upgraded it from 2.3 to 4.0 (official upgrade) Everything wen fine.
I dont know what do with it, i looked through apps, if something doesnt have to do with it, but i think not. Is there app that sets ringtones?
View 3 Replies
View Related
Dec 23, 2011
I bought the phone Huawei C8650 from the USA, but it seems that it requires a UIM card instead of a SIM card. Is there a way of running the phone with a normal SIM card? I was thinking of installing a different Android version on it, because it is running android 2.3.3.
View 1 Replies
View Related