fcortes626
Android Enthusiast
help! my home button isnt working anymore. idk wtf i did. how do you assign it a function? or how do i fix it? is anyone having the same problem? maybe its from one of the hotfix but not sure....
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
help! my home button isnt working anymore. idk wtf i did. how do you assign it a function? or how do i fix it? is anyone having the same problem? maybe its from one of the hotfix but not sure....
has anyone figured out how to fix the market not recognizing the phone via a desktop/pc? I can't push apps to the phone.
idk bout just the home button but u can set an action for longpressing homehelp! my home button isnt working anymore. idk wtf i did. how do you assign it a function? or how do i fix it? is anyone having the same problem? maybe its from one of the hotfix but not sure....
has anyone figured out how to fix the market not recognizing the phone via a desktop/pc? I can't push apps to the phone.
actually I think its a build.prop that controls how the market sees a device.i dont know how to fix it but I am pretty sure I know what is causing it
the MEID is in decimal format and not HEX format
this may be difficult to fix
the hot fix would not cause that
does it work when your in CWM
what programs did you install ?, what settings have you changed?
did you try a factory wipe?
has anyone figured out how to fix the market not recognizing the phone via a desktop/pc? I can't push apps to the phone.
dunno if it will even work on CM. I've tried adding them on a few phones with no luck.idk what i did i just used odin and did a fresh install. did all the hotfix and installed gap and not it worked. an i also flashed a new prl while i was at it.
i am now trying to get hiddenmenu.apk to install but it wont work. i already tried moving it to system/apps/ and i changed permissions to the same as the other apps but wont install. does the framework for the app need to be changed?
i dont know how to fix it but I am pretty sure I know what is causing it
the MEID is in decimal format and not HEX format
this may be difficult to fix
dunno if it will even work on CM. I've tried adding them on a few phones with no luck.
I will look over hroark's configs and see if I can find what he needs to edit.
Thanks. the market thing is kind of annoying, but I wanted to know if others are having the same issue. Are they? I put this rom on a fresh install, with all recommended fixes. Other than this issue and others noted, it runs great.
case EVENT_GET_DEVICE_IDENTITY_DONE:{
ar = (AsyncResult)msg.obj;
if (ar.exception != null) {
break;
}
String[] respId = (String[])ar.result;
mEsn = respId[2];
// Samsung CDMA devices' MEID is not found in this parcel
// instead, extract it from system properties
// modded by hroark for prevail
if (SystemProperties.get("ro.ril.samsung_cdma").equals("true"))
mMeid = respId[3];
else
mMeid = respId[3];
}
break;
case EVENT_EMERGENCY_CALLBACK_MODE_ENTER:{
handleEnterEmergencyCallbackMode(msg);
}
break;
case EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE:{
handleExitEmergencyCallbackMode(msg);
}
Now that I'm on the correct thread, Everything seems to be working fine. Except the calendar and the calendar widget. Also my wallpaper won't stick, upon rebooting it goes back to a random wallpaper. Some things that are working fine, on my phone, that are reported to be problems are:
Busybox... I'm using Busybox pro installer. 1.18.2 installed no problem
Root explorer... FC first open, but after SU granted permissions it works fine now.
As for A2SD, which was a mofo to install.. Which stomped me for a few, but mounting system and data wasn't enough. Also had to mount the SD and the sd-ext. Went into terminal emulator and manually reinstalled. Also moved Davlik to SD.. Running up to par now. TB shows correct amount of the partition, not the A2SDgui.. I used the latest from Darktremor, from his XDA post to save some time.
dont use busybox. trust im telling you from experience. i had it and it was giving me problems.
hey HROARK you should put a notice up on one of the first post to let people know not to install busybox.
After I installed CM7 my MAC address changed is this normal?
Oh yeah, I believe you.. I was curious to what was the problem with it.. What exactly does it cause?
What makes this mod so wanted? I have been running the ctmod and want to know the benefits of loading this rom?
What makes this mod so wanted? I have been running the ctmod and want to know the benefits of loading this rom?