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
0
votes
0 answers

Get and modyfy java source from my own ROM(GalaxyS2)?

i have a custom ROM for my device and i want to change one void stored in framework: "/frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java" Is it possible to do it through Eclipse or my be enother way? Many thanx.
Nathan
  • 53
  • 1
  • 1
  • 5
0
votes
1 answer

Android ROM directory

I'm here to ask if anybody knows where's located the original ROM of an Android device, which will be loaded every time we make a factory reset. I've been trying to find it at /Device directory through esExplorer in a rooted tablet but without…
MSerra
  • 35
  • 4
0
votes
0 answers

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 time. case 1: In this case, I create 2 file in…
Dannyfly
  • 1
  • 1
0
votes
1 answer

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 putting the animation in a try block, but no luck…
TimeWasterNL
  • 102
  • 5
0
votes
1 answer

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 manually see to that the bootloader is not…
c0m4
  • 4,343
  • 10
  • 35
  • 40
0
votes
2 answers

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 self. I am following this guide. The last commands…
Vivek Muthal
  • 995
  • 1
  • 10
  • 23
0
votes
0 answers

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…
songtzu
  • 90
  • 2
  • 12
0
votes
0 answers

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". Whats interesting is that if I open the MMS app…
0
votes
1 answer

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 hierarchy of the files contains? For example what parts make up the kernel? Also, my rom port has volume…
Sean Dunford
  • 938
  • 1
  • 9
  • 24
0
votes
1 answer

What is exactly in an Android rom.zip

I want to ask that what's the structure of a zip format Android Rom. I have unziped some of them. But I couldn't figure out how the boot loader flash install them on the mobile. Anyone could tell me what exactly the boot loader do? I am familiar…
Bin Wang
  • 2,697
  • 2
  • 24
  • 34
0
votes
1 answer

installing clockworkmod in Huawei u8150

I installed clockworkmod recovery in mu Huawei u8150 phone using ROM Manager. But when I reboot in to recovery mod using ROM Manager(or pressing power, volume down and call end buttons), it stay on the starting display and nothing happens. Can I…
Malaka
  • 314
  • 3
  • 12
-1
votes
1 answer

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 (plugged). This because i have tranformed my phone in a…
Lork
  • 889
  • 3
  • 12
  • 24
-1
votes
1 answer

how can i fix rom build dependency missing error?

THIS IS SCREEN SHOT OF THAT (https://i.stack.imgur.com/jEEIv.png) $(shell date -u +%M) was changed, regenerating... [ 99% 165/166] finishing build rules ... FAILED: hardware/qcom-caf/sdm845/media/mm-core/Android.mk: error: "libOmxCore…
-1
votes
1 answer

How do I flash an Android ROM using my M1 Mac onto an old Android tablet?

I want to flash Android ROMs onto old Samsung tablets (Android 4.4) which Samsung hasn't allowed to be updated past Android 4.4. The issue is that I have an M1 Mac. I tried: https://flash.android.com/ - it won't detect anything connected. Developer…
Waqqas
  • 1
-1
votes
4 answers

What are extra feature cyanogen ROM provide in compare of Default Google provided ROM

Can anybody let me know features of features cyanogen, who develop this. Is it by hackers?
CoDe
  • 11,056
  • 14
  • 90
  • 197