General :: How To Pre-config Custom ROM
Jun 12, 2013
what i want is to make that some of the rom options enable/disable/Configured as i want it by default. The idea is don't have to configure things like UI settings, and things like that every time i flash de rom. In other words, change the defaults config options of the rom. Where do I have to look?
View 2 Replies
Oct 18, 2012
I need config and autoexec sample files for dosbox turbo.
View 3 Replies
View Related
Nov 25, 2013
I have a phone where Im trying to configure ActiveSync. It all goes "smoothly" because the account can be configured. The problem is when I try to view email on the configured account. It says that security policies have to be updated but I dont know where to go. I tried to remove and add the account again but I never see the "Activate" prompt where Im supposed to accept the security policies. Therefore, I don't see the Email app as a device administrator as I do on all the other users I have configured their accounts for.
View 1 Replies
View Related
Sep 28, 2011
I needed a tun.ko module for my kernel, so I tried compiling my own kernel.
The kernel did build OK, and also boots OK, the only problem is that I cannot load any modules.
It seemes, that the module tools (insmod, modprobe etc) looks for the modules in /lib/modules, and I have them in /system/lib/modules, so my wifi does not work, as I cannot load the module.
Where I can specify the kernel module load path in the .config file?
Example:
# cd /system/lib/modules
# ls -l
-rw-r--r-- root root 315403 2008-08-01 14:00 bcm4329.ko
-rw-r--r-- root root 211573 2008-08-01 14:00 tun.ko
# modprobe bcm4329.ko
[Code] .....
View 2 Replies
View Related
Oct 2, 2013
I am trying to handle the config changes correctly when a service is running. So I thought I had achieved this as when testing this on my cheap LG E400 model (small screen) and turn the phone during the dialog (spinner style) showing, I have set up a onsavedinstancestate and in the onCreate look to see if this is !=null and then get the bundle variables to check where the app is with the service.
On the phone this all appears to work fine but when using my galaxy tab2 7.0 , the app actually does not crash during the screen rotation but the dialog box just stays on screen and nothing changes.
when I then look in logcat I have found that it reports a leak :
[HIGH]10-02 13:34:13.213: E/WindowManager(850): Activity co.uk.XXXXX.XXXX.Exportfile has leaked window com.android.internal.policy.impl.PhoneWindow$Decor View{4236a780 V.E..... R....... 0,0-580,163} that was originally added here
10-02 13:34:13.213: E/WindowManager(850): android.view.WindowLeaked: Activity co.uk.XXXXXX.XXXXXXXX.Exportfile has leaked window com.android.internal.policy.impl.PhoneWindow$Decor View{4236a780 V.E..... R....... 0,0-580,163} that was originally added here
[code]...
View 5 Replies
View Related
Sep 22, 2010
Awaiting my replacement for my Desire after first one returned due to faulty speaker. Hope to get my replacement in next 2 days.Meanwhile, as I use Microsoft Outlook 2007 on my PC to access my emails from my domain mail account (POP3) most of the time, I was previously unsure how best to configure/sync my emails on my Desire. From other recommendations on this forum, I reached the conclusion it was best to configure my GMail account to also pull in mail from my domain POP3 account, and then just check my mail via GMail on the Desire. However, when I get my new phone, I am now wondering what is the BEST way to actually configure GMail on the HTC Desire?
On the wizard that appears when you first start up the phone, it asks you to enter your email account settings. I could enter the settings for my GMail account there, and I assume it would then check/use my Gmail account via the Desire's own main email app.Is it better for any reason to just bypass the settings for the Desire's main mail app, and instead just configure and access my GMail via the Desire's own GMAil app? AND if choose the latter option, will the phone's email notification system still automatically alert me to new emails, or do I need to reconfigure something to make it do that?AND Will the phone's standard email/messages shortcut option automatically link to the GMail app, and if not, is there a way to force it to link to that?I'd appreciate recommendations for best way to proceed with this as it may save me setting it up one way and then deciding after some time that I'm better using a different method!
View 1 Replies
View Related
Apr 21, 2010
I need to save these configurations into a file, and in my app I could change these configurations. In other words, I need a file to take all my config data, and in my app, I could read/write this file as I want.
I've searched document and mailing list archive, and have not found the exact solution. 1. SharedPreferences could not solve : It could only do with simple key/value pairs, my configuration data is more complex . 2. file in /assets , /res/raw could not solve: It seems that the file in these position would be read only
I've found a way, it almost solved my problem, but still not. Our code could deal with the file in /data/data/package-name/files on the target file system, this is good to me, but how could I put my file in this directory after my app has been installed? My app need to read these configurations when it starts.
My question is how could I pack my data file into my apk package, and then my app could read/write this file when it is run.
View 3 Replies
View Related
Mar 18, 2009
I have a G1 phone and use it in mainland China. But I can't config it to work with browser and MMS at the same time. However with different APN, the browser and MMS can work seperately. For browser, I use following APN config code...
For MMS, I use following APN config code...
When above two APNs both exists, only browser can work. MMS doesn't work any more.
Does any google export know that how to config G1 to make both browser and MMS work? If it's a known issue, is there any roadmap to fix it?
View 17 Replies
View Related
Apr 30, 2010
I have to access to the data folder of other applications from my application to read configuration's file and so on but it seems it's possible only to read data from the sdcard and my application's data folder. Can you suggest me how to solve this problem?
View 4 Replies
View Related
Mar 28, 2010
Looking in the android sdk folders, I've found a file called values/config.xml. This seems to be somewhere that you can define values for later use in layouts and animations.
Given the config.xml:
<resources>
<string name="config_somePadding">50dip</string>
</resources>
How would I reference this to use as the layout_height in a layout xml file?
@string/config_somePadding is actually the only one I've found that doesn't throw an error in Eclipse (even though there isn't a config_somePadding in values/strings.xml), but it appears to just put an empty string.
In the sdk, they use an integer for animation duration. They reference it like this: android:duration="@android:integer/config_longAnimTime". Is there a way to use values that aren't integers in the layout_height attribute?
View 1 Replies
View Related
May 18, 2009
I'm doing performance tweaks for my new game and I seem to have come across something that isn't discussed much but I think is strange.
I have a static background bitmap loaded as RGB_565 and it draws lightning fast to the SurfaceView.
I then have all of the dynamic stuff, one of which is a full view width/height bitmap and all of these things need transparency so they are ARGB_8888. I thought that switching to ARGB_4444 for everything would speed up drawing because that's half the number of bytes to process but what I'm finding is that under no circumstances is 2D drawing any faster with ARGB_4444. All my tests are showing that it's actually twice as slow to draw an ARGB_4444 bitmap than a ARGB_8888 one on to the default RGB_565 surface!
Would any engineers care to enlighten me as to why this is? Is ARGB_8888 the fastest way to draw bitmaps with transparency?
My target platform is 1.0, btw. My friend just got a new phone and out of the box it was 1.0, not even 1.1, so I want to make sure this works as a first app on new phones. If there are 1.5-specific tweaks, I will incorporate them in a few months but for now it's gotta run well on 1.0.
View 2 Replies
View Related
Feb 6, 2009
How to add more shortcuts in home screen? -- I want to do this by modifying config file rather than draging an app and dropping it on home screen. Namely, I want to know which config file contains these shortcuts.
View 6 Replies
View Related
Aug 20, 2010
Current configuration Use Android emulator and GAE tools (to access local GAE service I set uri http://10.0.2.2:8888/XXX and it works.I would like to use Android device(phone) via USB to call web service running on connected "local" computer.What is best configuration practice ((I don't have static IP) I am using mac and linux)?
View 1 Replies
View Related
Apr 20, 2009
Google applications do it, and apparently it used to be part of the public API (via android.os.SystemProperties.) How are we supposed to enable/disable sync on the phone? Disabling/enabling roaming is easy, but I'm beating my head against the wall trying to find a non-hack method for disabling auto-sync (much less the granularity that would actually be nice.) Is this intentional by the framework team? Is it a whoopsie that is planned to be changed later?
View 14 Replies
View Related
Feb 21, 2014
I just went through the process of compiling a custom ROM and they used a stock kernel. I would like to incorporate a different kernel when I compile and instead of the stock. I know I could compile them separately and have them flash together but I want one zip to flash. Just would like to go through the process to learn.
what I have to do when compiling?'
View 9 Replies
View Related
Jun 18, 2010
I have seen examples implementing a custom Filter. The Android developer docs talk about implementing a Filterable interface. Does anyone have any advice and/or sample code on the best way to implement filtering in a ListView ?
View 2 Replies
View Related
May 3, 2009
I am writing a custom preference dialog derived from DialogPreference and I want to pass some custom attributes to the dialog through the preference's XML definition. Here's my preference.xml file:
CODE:...............
View 2 Replies
View Related
Oct 31, 2012
I've been reading a lot about Cyanogen Mod and others, but apparently everyone but me knows exactly what they are and do.
Just what DOES CM, for example, do to an Android phone?
More free memory? More speed? Can the phone fly? ....
View 10 Replies
View Related
Apr 6, 2014
how does one add a custom tag line that will automatically get added to my post's
View 1 Replies
View Related
Nov 7, 2012
I am ZTE Racer II user and i am looking for roms.1 year of researching and no custom ROM available on the net?!?No roms. developing custom rom for this device.
View 2 Replies
View Related
Dec 7, 2012
I try many times to put custom rom on Umi X1 but it doesn't work.
I put rom into SD card and boot into recovery, it doesn't work. Message : E : Signature failed
I try smart phone flash tool with a good .txt file but download never start.
I try a software Shuame but doesn't work, I download rom and then he can't install.
My Umi X1 is root, I use a method I found on Xda. Super User is installed on the phone.
View 1 Replies
View Related
Mar 1, 2010
I am trying to get the images to have transparent backgrounds so the map is not blocked by a square marker with an image in it. What image editor and what settings should I use to get this to work?
I am trying to do some custom backgrounds for buttons and the same problem comes up: I get square corners and a background that does not scale with the buttons.
I think this all part of the same problem: I am not using the right tool with the right settings to create the images. I must be misinterpreting the documentation and examples that talk about a white border around the image and a black line along the top and left side for the expandable button background.
Here's a quick way to reproduce the problem:
Follow the directions to create the MapView program as described on:
http://developer.android.com/resources/tutorials/views/hello-mapview.html
For the icon I first used the image copied from the page:
Next I edited the picture in Microsoft Paint, and cut off the little guy's antennae. I'm not cruel and no real androids were harmed in that experiment. I surrounded the new picture with a pixel thick border of white, copied from the border that was around the rest of the image, and then copied the black that was there as well in the void areas of the image, outside the border.
I saved the image as myandroid.png and copied the file to the layout folder. Pointed the activity to the new pic and ran the program.
The image was displayed with a full square background and shadow, not the android shaped image and shadow that was there when the original image was used.
Custom Button background:
Follow the directions for the Relative Layout example at:
[url]
Next, I created an image to expand as a background for the button called backbutton.png. It too is surrounded by a white border and black filled on the corners, the top and one side per documentation I found in "Android Programming Tutorials" on page 298.
The background does not expand, nor do the corners round.
I wish I could show you screenies of what I have.
How do you create the images for the custom backgrounds and the images for the custom map markers and buttons? I need to know what image editor to use and the file attributes to set, so the images expand and display with the proper void spaces in them.
View 2 Replies
View Related
Oct 2, 2012
Is there a way to put custom pins on the map? I went hiking and found interesting things on the way so i thought lets mark this on the map for future reference... But i couldn't Also several important places in town aren't in the map...
View 1 Replies
View Related
May 31, 2012
Can I get custom rom for cowon z2?
View 2 Replies
View Related
Nov 25, 2012
Where would one begin to create an Android rom? I have looked at a couple of tutorials but they all require me to download some application that is not open source and only has binaries for Windows.
View 2 Replies
View Related
Jun 2, 2014
I've been searching everywhere for a custom rom for my tablet Estar SDT -737. I'D LOOOVE to use the benefits a custom rom would offer and fasten my tablet too... But looks like there's nowhere ANY rom available for my device.
View 3 Replies
View Related
Jan 15, 2014
I try to make a custom rom have Gapps,not flash later.I use 7zip Open zip rom and Gapps ,drop from Gapps drap to zip rom, next i sign this rom.When i flash that rom, rom run good, but auto turn off about 1 minute, I dont know i add gapps is true or not.
View 1 Replies
View Related
Oct 15, 2013
I have a rooted android phone " G-TiDE E60 " With MTK6575 and Android 2.3.6 , the phone doesnt have a recovery mode it only have something called " factory mode " where i can test the mobile's performance and send reports
When i try to enter the recovery mode , it shows a screen with an android and a triangle " ! "
i tried a lot to install cwm with Mobile Uncle , and when i go to recovery mode after installing it , it shows the " G-TiDE " Logo and keeps on it doesnt show anything else
when i get different recovery.img files , sometimes it do the same and some times it shows a black screen ..
I just want to install Any custom rom to upgrade the phone to Android 4.0 or 4.1
It has Dual core 1.0 GHz processor and 486 MB Ram
View 1 Replies
View Related
Feb 12, 2013
I have been using my Nexus 10 for a while now, but just recently got into all the "custom ROM" stuff. I wanted to know, that if I just backup my Apps + User Data, then flash a custom ROM, then restore those Apps + Data, will it work? Also, will it mess up the ROM anyway?
View 2 Replies
View Related
Sep 30, 2013
is there some application that can manage the notification for each app, i can chose for which application i want to be notified by a ringtone/vibrate for example i don't what to know about the Facebook notifications, but i want it to vibrate when i receive a whatsapp or email notification.
View 1 Replies
View Related