If anybody would like the ophone dialer in a black/silver variation here it is!
Just adb remount, and then adb push Phone.apk and HtcContacts.apk to /system/sd/app_s, then adb shell reboot.
ALL CREDIT GOES TO ORIGINAL CREATOR OF THE OPHONE DIALER FOR HERO. ALL I DID WAS DESATURATE THE IMAGES (check the screenshot).
Installation:
adb remount
adb push /"your path"/Phone.apk /system/sd/app_s
adb remount
adb push /"your path"/HtcContacts.apk /system/sd/app_s
adb shell reboot
Site does not allow the uploads of .apk file extension so u must first rename the file extension from .zip to .apk before pushing to ur phone.
looks nice
good job on skinnin this!
Thanks, i guess.
like i said i really take no credit for this. Not sure who the original creator is of the Ophone dialer (you, maybe?) saw it in ur post for the lockscreen. Just wanted to give the people an option for those with a predominantly black theme.
Would this work on MoDaCo 1.5.1 ROM?
this looks good. mind if i post within my hero skinning thread? ill give credits where needed!
palosjr said:
this looks good. mind if i post within my hero skinning thread? ill give credits where needed!
Click to expand...
Click to collapse
feel free. dont mind at all.
I am looking for predictive dialer as I have on my WM6.1.
It looks like Hero has it.
but i don't care about rest of the staff.
I need contacts and dialer.
I was pretty good flashing ROMs on my HERMES
But G1 is different.
What is "adb"?
What rom is it compatible with?
Is it only skin or program?
Sorry for my English.
Eddy63 said:
I am looking for predictive dialer as I have on my WM6.1.
It looks like Hero has it.
but i don't care about rest of the staff.
I need contacts and dialer.
I was pretty good flashing ROMs on my HERMES
But G1 is different.
What is "adb"?
What rom is it compatible with?
Is it only skin or program?
Sorry for my English.
Click to expand...
Click to collapse
Answers to your questions are in this thread:
http://forum.xda-developers.com/showthread.php?t=519523
Alot of people (like myself) don't always have access to ADB so I think adding the terminal commands are helpful
Make sure the Phone.apk and HtcContacts.apk files are in the root of your Sdcard.
Code:
su
cp /sdcard/Phone.apk /system/sd/app_s
cp /sdcard/HtcContacts.apk /system/sd/app_s
Works for Drizzy 1.5.5
Hi all
Just need a little technical help here
I am making a script to odex a ROM
Currently the only way of odexing a ROM is by doing it on the phone (pushing the files to the phone and executing them there)
I have made a script which will extract a ROM to a folder, odex it, and let you compress/sign/flash it.
The problem :
It seems that deoxpt-wrapper (the module which odexes the files) is a binary file and therefore can not be executed. I assume only the Android OS can use this module which is why it can not be done on computer? Does this mean that odexing can only be done on a phone?
This is the code I am having trouble with:
Code:
~/resources/dexopt-wrapper $filename `echo $filename | sed 's/\(.*\.\)apk/\1odex/'`
Any advice would be greatly appreciated.
Regards
polite bump
no-one can help?
Well Wi-Fi is not working on my RHOD210.. So I followed the solution given by F22 :
F22
Meanwhile, the Development.apk which is place in the Other-Apps folder doesn't contain the Terminal Emulator option.
May I ask you to tell me wehre I can find an Dev Tools.apk which has the Terminal Emulator option?
Thx in advance
Hello everybody
I've made a ROM kitkat based on a the stock one ( yes, i'm very proud of it ^^), but when I go to Setting>Sécurity, setting stop immediatly... i've read somewhere that I should whrite in a terminal "su"," mount blablabla... "," chwod 0644 blablabla... " but it didn't work, it say that there is no directory...
I've try to fix this whis the updater script and the command "set recursive perm" but it didn't work too...
There are another solution ?
Hello,
I need to install curl in order to use the wit.ai api through tasker. the google play app does not work, it says it only supports ARM/x86 while I am on abi:arm64-v8a
I downloaded the android binary from the official site, placed it in system/bin and applied chmod 755 but tasker gives me an error, so i suppose that is for the same reason.
I found this github thingy and I am not a noob but I have now idea how to use this without some help.
So if anyone can help me with the above version or has any other idea how i can use curl through tasker please let me know.
Thanks in advance. :fingers-crossed: