The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
24 views

how to install android on an mk808 [closed]

How does one install cyanogenmod on the mk808 minipc? I can't find a good tutorial nor can I get it to work myself. At this point I'm hoping I didn't brick my device. Please help.
-2
votes
0answers
35 views

custom ROM build for android tablet [closed]

I am new in custom ROM developer. I want to install my bluetooth libraries in GT-P3100. In update.zip folder I copied all bluetooth libraries inside the /system/lib folder. My updater-script file is ...
0
votes
0answers
32 views

Issue with file I/O on android

I met a problem recently. I need to write some tmp data to the file(use API fwrite) in /data/data/com../tmp on Android. The test program just run on one thread. and write data several hundred KB one ...
-2
votes
0answers
39 views

How to make a Android ROM, do you have a course or reference??Thank you [closed]

I want to make a Android ROM package to install a DIY android OS for my Android mobile phone,how to do it ?? Thank you
-2
votes
1answer
23 views

Android device with custom ROM - Is it still possible to use this device for testing? [closed]

The title says it all. I'm thinking to get a custom ROM, but I want to use my phone for testing android apps. Will there be any problems?
0
votes
0answers
52 views

flash android plus opennfc rom

I would like to use my nexus 4 like a nfc tag(emulate nfc Tag on android). after surching information about that, i realize that the standard API from google does not allow it. it is however possible ...
0
votes
1answer
30 views

Animations Crashing on some Devices

My problem is that I build an app which works fantastic on all my devices. But on my friend's phone, not only the animations of the app seem to crash, but even his whole phone reboots. I also tried ...
-1
votes
1answer
50 views

How to include root into Android system [closed]

I've created an Android aplication with a reboot function. After root my device, it worked. But I want to have a rooted device when I install my Android system, as some custom roms do. I don't want to ...
1
vote
0answers
142 views

LG L5 reboot itself [closed]

after correctly rooting and unlocking the bootloader on my Lg L5 (e610), i've installed the famous Cyanogenmod 10, but when it boots, after about a minute, it reboots itself. Why? I googled a bit ...
1
vote
0answers
45 views

porting wireless package to android need new ROM? [closed]

I need to port new wireless package to my android device Samsung Galaxy S 3 mini. steps to do that from So how can i add my package into my device ?? this is my link for porting iw package to android ...
1
vote
1answer
47 views

Build and compile Samsung Glalaxy S 3 mini

I need to get Android source Code in linux platform to build and compile my own ROM, like this example Building the System. but I found that Galaxy S 3 mini NOT listed for building devices Building ...
1
vote
0answers
124 views

Create App or Create a Custom ROM?

I have a client who is interested in developing a kiosk for him. He is using a particular tablet device where he wants to use the Android ICS as the operating system to control the hardware of the ...
1
vote
1answer
102 views

Mixing pointers to const structs in C++ classes — declaring a struct on the arguments list?

I'm developing for an embedded hardware using C++ and I often use pointers to const (ROM) structs to minimize the object sizes. When I get a pointer passed to my class constructor, I want the ...
0
votes
0answers
8 views

node_fns.mk error building android

I'm having a little problem with the node_fns.mk from android/cyanogenmod source and just wanted to ask if someone could explain me what the following lines of code are doing (taken from the ...
0
votes
1answer
144 views

Android Source Code for HTC Magic 32B

I want the source code for HTC Magic 32B and modify it to let the device to power-on / switch-on when the charger plugged-in, as iPhone, with this guide Check in uboot how kernel command line ...
-2
votes
1answer
298 views

black screen when turning my samsung laptop on and no boot options…please help i'm tired

my laptopb is samsung notebook np300e5x cpu : core i3 main memory : 4G hard drive : 500GB; GPU : Nivida GT 620M i bought that laptop and it was fine, high capapility and high performace, i'm ...
1
vote
1answer
287 views

Add gapps to custom rom?

I am really new to rom development, however i managed to build a custom rom for galaxy nexus. I obviously dont have gapps. I am wondering how can i incorporate gapps in the build without having to ...
2
votes
1answer
74 views

In custom Android how to override STREAM_RING as the default AudioService responding to volume buttons

Google docs states if an app isn't playing anything, hitting the volume keys adjusts the ringer volume. see http://developer.android.com/training/managing-audio/volume-playback.html#HardwareVolumeKeys ...
1
vote
4answers
513 views

What do people mean by ROM and firmware in the context of android? [closed]

I read "custom ROM" and "customized firmware" all over the internet. To my understanding ROM stands for Read Only Memory. Despite that I see links to files, that I suppose, are filesystem images, ...
3
votes
3answers
114 views

ROMable (but complex) array of (ROMable) objects - how to solve it?

I'm working on a firmware for a MCU (ARM Cortex-M3). These devices don't have a lot of RAM, so by all means you should try to put data in constant memory (flash). The problem goes like this: The ...
0
votes
0answers
256 views

Get stock rom from a full device backup

I have made a backup of my ROM after I rooted my Acer Z110 (MT6575 based) and made it ready for a possible flash with SP Flash Tool. I wanted to extract only stock ROM (without any app, user data and ...
2
votes
2answers
87 views

Android phone OS compatibility

I am trying to create Android mods and I have an old HTC Magic (Froyo). Is it possible to load 4.0 into this old device? If not, what hardware needs do I have to take into account?
2
votes
0answers
113 views

how to reprogram an old computer rom and use it as rom memory for another task?

I've ripped open an old Pentium desktop. The main board is a Zida 5svx. I got to know from the manual (which i downloaded from the internet) the location of the ROM chip on the board, and took it out. ...
2
votes
2answers
264 views

Cannot instantiate settings fragment

I'm trying to add a fragment into the Android Settings app to customize the ROM I'm working on. This is the error I'm getting when it force closes according to the logcat. E/AndroidRuntime(31496): ...
1
vote
1answer
126 views

StatusBar is not abstract and does not override abstract method onPreferenceChange

I'm working on a custom ROM and I'm receiving this error while trying to compile it. I tried to add a custom battery selector. com.android.settings.pcf.StatusBar is not abstract and does not override ...
-1
votes
1answer
158 views

How to modify GT-i9300 stock framework [closed]

I have a GT-i9300 and I want to modify some functions of the media framework. I've been testing with the emulator and everything is ok, I downloaded the android source code, modify it, compile it and ...
-4
votes
1answer
23k views

How to sideload a ROM with Clockwork [closed]

I recently rooted my android Nexus 7 and I was going to flash a rom via the clockwork mod but I accidentally hit "sideload rom" instead of load from sd. Now I am stuck on the developer window and it ...
0
votes
1answer
613 views

How to extract ramdisk.img

use ubuntu I type file ramdisk.img and the Terminal display ramdisk.img: data, I use cpio and get nothing extracted! How can I extract such ramdisk.img?
0
votes
3answers
229 views

About AOSP Downloading & Building Few Queries

I have Lubuntu 12.10 on my machine. All necessary software's are installed for compiling AOSP. I have android mobile with ver. 2.3 I did not found any ROM ver. 4.0 for it so decided to compile it my ...
0
votes
0answers
85 views

Trouble finding proprietary hardware-specific binaries for ROM customization [closed]

I'm currently working on the ROM customization of the Smart Multimedia MTT with GingerBread 2.3. This is the first time I'm doing this but from what I've read on the google documentation, I need the ...
0
votes
0answers
1k views

Install Japanese language pack in a custom android rom [closed]

I googled a lot but couldn't find a proper answer. I have Motorola Atrix phonewhich has custom Rom - Neutrino. I recently started learning Japanese. I installed an app and it has Japanese font(duh). ...
2
votes
1answer
150 views

In Android, how can I find out at runtime the ROM and kernel that the phone is running?

Basically, I know that a specific kernel running on a CM10-based ROM has a problem with my app, and I would like to detect that at runtime, and send the user an alert to change kernels. How can I ...
1
vote
1answer
363 views

how to include external jar in android app for android custom build

I am trying to build a custom rom using android custom build project. I want to add one android application to it in which there is one external jar. But whenever I run 'mm' (i.e make) in ...
0
votes
0answers
171 views

MIUI porting FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread

I tried porting MIUI to htc explorer by taking base as evervolv and using miui4 for live with walkman to port.. I edited and repacked framework.jar and it solved half the errors... and finally ended ...
1
vote
1answer
640 views

Android: How to push updates on preinstalled apps without allowing installation from unknown sources

Here's the situation: I have a bunch of Android devices which are to be flashed with custom ROMs and given out to clients. As part of that ROM will be a 'support' app, which is tied to the device. It ...
1
vote
0answers
364 views

Installing custom rom on htc phones over fastboot or adb [closed]

i am trying to build cyanogenmod for sensation. After building i have update.zip, which i can install over cwm recovery manually. But how to install rom over fastboot or adb in order to automatize ...
0
votes
0answers
79 views

what is Android ROM? [closed]

i am very new at the android world , i just entered that world 2 days ago :) I have android smartphone V2.3 and i heard about ROMS , it is like there are alot of custom versions of android which ...
0
votes
2answers
8k views

Download Android ISO on PC

Where can I get the Android iso file for PC. I want to know the download link. Please tell me about it!
0
votes
0answers
142 views

Android source selection for a kernel module

I what to compile a kernel module for my SI9000. Currently am using the XXJVP version. What or Where can I find the correct source code for this? I used the source GT-I9000_OpenSource_GB.zip from ...
-1
votes
1answer
402 views

Android: Auto Install apk on our rom/device

We started to work on special-purpose android project Question 1: Please assume that we have our android rom, we deliver devices with this rom so we have app which names as "ApplicationManager" on ...
0
votes
0answers
84 views

Installing Android Compiled Source on i.MX 233 processor

I have compiled froyo source code, i want to install it on i.mx 233 processor..and will be testing it on many processors.So what are all the steps needed to be followed before and while compiling. I ...
-2
votes
1answer
299 views

modifing the android firmware

i want to make an application or more like a tweak for android i want to write some code that's gonna work on an android device and will do curtain actions based on an input from a Bluetooth device ...
2
votes
1answer
5k views

Create customized zip including system.img, boot.img etc for Android customized ROM

I downloaded AOSP source code and built it as instructed in its official site. Now I have 4 img files as system, boot, recovery, userdata. I want to create a zip file which should include these files ...
0
votes
0answers
44 views

android app can install on android device, but can't install on android rom

the logcat said java.language.runtimeException:unable to create service com.. :java lang... error log information : ...
0
votes
0answers
189 views

Merging Android AOSP and the kernel source provided by the manufacturer for a single compilation

My purpose is to generate a clean Android image for my smartphone and i think i'm pretty close to this, i need to know what i have to do in this 2 steps. I have an S5660 from Samsung, Samsung ...
0
votes
0answers
164 views

Boot loop when press power button

I am working on a ROM for my device by porting it from another device. I have fixed many errors so far but I am confused by this one: W/dalvikvm( 276): No implementation found for native ...
0
votes
0answers
196 views

How to modify default shortcuts target from home screen bar ?

I'm removing the bloatware from my providers ROM. I've achieved this without problems. My problem is that when I try to open up the MMS shortcut from the home screen bar it says "App isn't installed". ...
0
votes
1answer
332 views

Android rom file structure and debugging

I have forked a CMod 9 rom to my github. I have all the valid BLOBS and I can build and make changes. Can anyone explain more about what the heirarchy of the files contains? For example what parts ...
1
vote
1answer
234 views

How do Video Game Emulators Work? [closed]

I am curious as to how emulators work. What are they written in? Does it have to emulate even the graphics? How do people get the games uploaded as roms? Do they simulate the systems OS?
0
votes
0answers
391 views

Lg Revolution Revolt Rom 1.5 Download location

I have an LG Revolution android phone. There are only a handful of roms for it. http://theunlockr.com/category/roms-2/android-roms-2/lg-revolution-roms/ Half of the links there take you to the XDA ...

1 2