Tagged Questions
The rom tag has no wiki summary.
8
votes
1answer
223 views
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?
6
votes
1answer
68 views
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 ...
4
votes
1answer
2k views
Getting started with creating custom ROMs [closed]
I am an Android enthusiast. Ever since I have owned an android device I have had it rooted with a custom ROM on it. I like most ROMs that I use, but really I want to start making my own so that I can ...
3
votes
2answers
199 views
Ti-83 Emulator question with the ROM
I have been building knowledge of computers and C++ for quite a while now, and I've decided I want to try making an emulator to get an even better understanding. I want to try making a TI-83 Emulator ...
3
votes
2answers
476 views
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 ...
2
votes
2answers
524 views
Android - How does an SDK port work?
Just seen that they've ported Ice Cream Sandwich to the Nexus One.
'They've' done this using the SDK to create a ROM.
Could someone give an overview of how this works? (How you use the SDK to create ...
2
votes
2answers
228 views
How to link a pre-installed application to the Android Market?
I just got a great news today, my own application will be included on all the phone of the brand "X" in my little country (Belgium)
I got so excited when I am looking at the phones in the shops and I ...
2
votes
1answer
1k views
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 ...
2
votes
4answers
475 views
Python: Code for VHDL Code Generator
I am trying to make a ROM in VHDL language, I am using this template I found on http://www.edaboard.com/thread38052.html :
library ieee;
use ieee.std_logic_1164.all;
entity ROM is
port ( address : ...
2
votes
4answers
196 views
Why is an operating system software loaded from hard disk than from a rom chip?
Why is an operating system software
loaded from hard disk than from a rom
chip?
I was asked this question and I am unable to find the answer.
Can someone explain.
Thanks.
2
votes
2answers
801 views
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.
1
vote
0answers
43 views
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 ...
1
vote
0answers
56 views
Alternative way of setting the debug mode on an Android Phone
I'm having a problem with my android phone: whichever phone application (contacts, settings, messaging...) I try to run, I get the dialog "The process stopped unexpectedly" and I have to force it to ...
1
vote
1answer
235 views
Android device radio ROM programming
I need to get access to some functions of radio ROM, which lays underneath of Android OS. After some googling I've realized that it's nearly impossible, since sources are hidden - at least for ...
1
vote
2answers
107 views
custom roms vs apps
Does making custom roms involve the same skill set as making apps?
Are they one in the same?
1
vote
1answer
1k views
Android ROM Porting how-to
Could anyone tell me the EXACT steps of porting an Android ROM from a device to another?
I am trying to get the RedBullMobile2 latest firmware running on my HTC G1 (mostly because the device has less ...
1
vote
2answers
461 views
Using open source SNES emulator code to turn a rom file into a self-contained executable game
Would it be possible to take the source code from a SNES emulator (or any other game system emulator for that matter) and a game ROM for the system, and somehow create a single self-contained ...
0
votes
0answers
58 views
How to properly edit Android ROM Source Code with Eclipse?
How to edit Android ROM Source code properly in Eclipse?
I used those instructions:
Cyanogenmod Instr, and AOSP Instr
And i can see and edit the java code,
but what i mostly want is to edit the xml ...
0
votes
0answers
12 views
Why does it need to keep the android device power on while installing android os [closed]
As in the question, why while installing the ROM or android os, the device is needed to be power on, and what happens if the power is cut ?
0
votes
2answers
44 views
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
0
votes
1answer
197 views
How to mount the android img file under linux?
Here is my problem:
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 ...
0
votes
1answer
30 views
How to program an android rom for DroidX
I was wondering if there were any places to look for help on how to make a custom ROM for my Droid X. I do not know where to start though. I know some JAVA and am learning more. I just do not know how ...
0
votes
0answers
11 views
Android, ClockWorkMod: I need a way to programatically from my activity restore a backup ROM
Is it possible and what would the code be to restore a backup ROM. I want to do it the same as its done in ROM Manager, where you select your backup folder then it reboots and restores it.
0
votes
0answers
158 views
Porting Gingerbread Samsung GTI-5500
i'm developing an android app and for it to works i need make some modifications in android source code.
I already got the android gingerbread source code following this instructions
Downloading the ...
0
votes
1answer
75 views
Android Licensing on Custom Roms
Does the android licensing work on custom Roms, too?
If yes, then what could it be that some people can't install (=> "device incompatible") my app from market?
0
votes
0answers
306 views
How to make an Odin flashable ROM with phone runing CyanogenMod 7.1
How to make an Odin flashable ROM with phone runing CyanogenMod 7.1
Hey evryone,
I want make an odin flashable rom to my galaxy s runing cm7, I have folowed this tuto ...
0
votes
1answer
225 views
Android check rom version [closed]
I want to unlock (s-off) my HTC Desire HD. After reading some tutorials I learned that I should downgrade temporarily my rom to 1.32. But there is a catch, you must have rom 1.72 or higher.
On my ...
0
votes
1answer
115 views
what's cyanogen ROM extra features from normal ROM?
Can anybody let me know features of features cyanogen, who develop this.
Is it by hackers?
0
votes
0answers
67 views
Running make -j4 after download of Android Source *Ubuntu*
My system is windows 7 64 and I am running everything inside vm player with Ubuntu 32 bit... android sdk up to date.**
Here is my problem:
After downloading android source from source.android.com I ...
0
votes
0answers
57 views
How does device ROM get mapped into computer memory space?
I know how MMIO programming works, but I do not understand how do ROM and registers of particular device get mapped into memory-space? Are the addresses necessarily fixed or can they be dynamically ...
0
votes
0answers
112 views
Restoring an Android phone to new [closed]
I have been kindly donated an HTC Desire HD phone to debug with however the previous owner has rooted and flashed a new ROM on there that was missing Googlemaps.
I'm keen to just restore it to the ...
0
votes
1answer
139 views
vxWorks FTP boot error 0x8800dd
While trying to update the firmware on a device, I bricked it. Now I am trying to boot it via FTP from the vxWorks boot rom.
It successfully connects and downloads the firmware image file from the ...
0
votes
1answer
369 views
Installing HTC Legend ROM on emulator
For layout testing purposes I would like my AVD to look exactly like an HTC Legend.
I downloaded:
RUU_Legend_HTC_WWE_2.03.405.3_Radio_47.39.35.09_7.08.35.21_release_130330_signed.exe
Started the ...
0
votes
1answer
266 views
Entirely custom UI for an Android device
My goal is to create a custom ROM for commodity Android tablet hardware. It won't use the normal Android UI widgets, but just a simple launcher that offers a custom email app, a news app, and maybe a ...
0
votes
1answer
134 views
How to determine if OS is a custom ROM from an App?
I'm developing an Android application, but I want to restrict my application to only be accessible by hardware that is not running a rooted/custom ROM. I know about Android's Forward Locking content ...
0
votes
1answer
915 views
Boot from flash-rom with qemu-system-arm
Is it possible to emulate boot from flash memory using qemu-system-arm? (Using Integrator/CP motherboard)
I'm able to boot using qemu's -kernel option, but if I try using an option such as -pflash, ...
0
votes
1answer
2k views
Can I upgrade my Handheld OS from Windows CE 5.0 to 6.0?
I've Motorola Symbol Handheld Model MC3090 (from symbol MC3000 series), having Windows CE 5.0.
Is it possible that i can upgrade the Handheld OS from CE 5.0 to CE 6.0?
0
votes
1answer
228 views
How to specify adress ranges for PIC code?
I want to use Claudiu Chiculitas tiny bootloader for PIC16 (i have modyfied it to suit my chip) but since that bootloader does not move code to prevent overwriting the bootloader, I must somehow ...
-1
votes
1answer
56 views
Set android OS ready to execute Alarm Manager for many months
The question is very strange:
i have done an app that set an Alarm Manager that lunch a service (it does some operation and at the end stopself()) every 5 minutes. For at least 6 month or more ...