Questions tagged [rom]

Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty.

Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty, so it is mainly used to distribute (software that is very closely tied to specific hardware, and unlikely to need frequent updates).

285 questions
47
votes
8 answers

Android INJECT_EVENTS permission

I am trying to create an application that will have a service running in the background that will be capable of injecting touch screen events into whatever activity is running. I am able to inject events into an Activity that is part of my…
FoamyGuy
  • 46,603
  • 18
  • 125
  • 156
44
votes
5 answers

How to mount the android img file under linux?

Recently, I'm interest in the android rom, I want to change and rebuild them. So, I did some test on my XOOM, it's very easy to flash something into the machine. I got some ROM from MOTOROLA (http://developer.motorola.com/products/software/), they…
FrankDeng
  • 443
  • 1
  • 5
  • 6
24
votes
1 answer

A Reference on the layout and structure of GameBoy Color Roms?

Does anyone have a reference or source about how GameBoy Color roms are laid out - where the data and code, what machine code instructions are used, how the clock works etc? I'm interested in perhaps building an emulator myself but I can't find any…
Callum Rogers
  • 15,630
  • 17
  • 67
  • 90
22
votes
1 answer

Run a Custom ROM on an AVD

Does anyone know if this it is possible to run a Custom ROM on a AVD? ANd how can I do this? Thanks
user1038155
19
votes
2 answers

CyanogenMod on Android emulator - is it possible?

I'm testing several modifications of Cyanogen MOD ROM's. It's not really comfortable to test them on real device. So the question: is it possible to install custom ROM (in particular CyanogenMod) on standard (or non-standard) Android emulator?
Barmaley
  • 16,638
  • 18
  • 73
  • 146
13
votes
2 answers

Fill up disk space in android device

I want to fill my device disk space with any dump data as part of stress testing. I tried writing bytes into a file in external storage; obviously larger & more spacious the disk is longer it will take to get filled. [approx half a minute for…
jQueen
  • 552
  • 1
  • 7
  • 16
13
votes
5 answers

set_metadata_recursive failing on Android install

I'm trying to bring up a 4.4 android build for my droid razr HD. It compiles cleanly, but when I try to install it fails with the following error in the recovery log: ApplyParsedPerms: removexattr of /system/xbin/zipalign to 0 failed: Operation…
user2969066
  • 131
  • 1
  • 1
  • 5
12
votes
2 answers

Difference between fastboot and recoverymode in android

I just wants to know the difference between fastboot and recovery modes in android device. So far my understanding I thought that Recovery mode : contains a small Linux image, having some simple User interface with few recovery options. fastboot…
suresh n
  • 335
  • 1
  • 4
  • 14
11
votes
1 answer

Is it possible rip game resources from a .smc file?

Is it possible rip game resources from a .smc file? Specifically art, music, sprites, etc. How does an emulator copy the system it emulates?
expiredninja
  • 1,397
  • 4
  • 25
  • 45
11
votes
4 answers

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

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, containing an operating system with preinstalled…
user1358
  • 623
  • 2
  • 8
  • 13
9
votes
2 answers

GBA ROM Programming Language

Does anyone know what language ROMs (such as GBA ROMs) are coded in? I'd also like to know if there would be a simplistic way to decompile these ROMs.
Nik
  • 2,424
  • 3
  • 18
  • 16
7
votes
4 answers

Increasing WiFi scan rate

I've got a problem. I'm developing an android application that scans for wireless accesspoints/routers. I've been testing a couple of devices and I'm getting scan rates of 2, 1, 0.5, 0.1 etc. scans per second. My goal is to reach 10 scans per…
flitjes
  • 115
  • 1
  • 9
7
votes
3 answers

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?
user1323681
  • 231
  • 2
  • 3
  • 4
7
votes
4 answers

Making an app in the Android Source compile into system/app instead of data/app?

I'm compiling an Android ROM from source, and I have several apps that compile, but into data/app on the phone. They're uninstallable through the phone settings. I want them to be impossible to uninstall from the phone, and to compile into…
Patches
  • 1,423
  • 2
  • 12
  • 11
6
votes
1 answer

Measure size of libraries in Linux

I'm developing S/W for some device which uses Linux O.S. So, the size of libraries (RAM/ROM) which I use is very important. How can I easily calculate RAM / ROM required by my software? (including libraries I used). I think it's too easy question…
Wonil
  • 6,364
  • 2
  • 37
  • 55
1
2 3
18 19