Charger compile error - Android Software/Hacking General [Developers Only]

Code:
target thumb C: charger <= system/core/charger/charger.c
system/core/charger/charger.c: In function 'wait_next_event':
system/core/charger/charger.c:888: warning: implicit declaration of function 'ev_wait'
system/core/charger/charger.c:890: warning: implicit declaration of function 'ev_dispatch'
system/core/charger/charger.c: In function 'input_callback':
system/core/charger/charger.c:899: warning: implicit declaration of function 'ev_get_input'
system/core/charger/charger.c: In function 'main':
system/core/charger/charger.c:946: error: too many arguments to function 'ev_init'
system/core/charger/charger.c:951: warning: implicit declaration of function 'ev_add_fd'
system/core/charger/charger.c:975: warning: implicit declaration of function 'ev_sync_key_state'
I'm compiling CM9 and nearly get done with the build when this shows up. Obviously I am missing something because no one else is having a problem compiling for their devices.

Any ideas? I'm trying to declare them in minui.h and see if that helps at all
for example
Code:
int ev_add_fd(void)
and that didn't work so trying something else.

Figured it out.

giveen said:
Figured it out.
Click to expand...
Click to collapse
What did you do to fix it? I started getting this error yesterday.

Related

help compile htc source kernel 32a

Hello, it's a few day that i try to understan how to make my own rom, but i have this error when i try to compile the HTC kernel
arch/arm/mach-msm/htc_acoustic.c:157: warning: unused variable ‘req’ arch/arm/mach-msm/htc_acoustic.c: At top level: arch/arm/mach-msm/htc_acoustic.c:242: warning: initialization from incompatible pointer type CC arch/arm/mach-msm/board-trout-rfkill.o CC arch/arm/mach-msm/board-halibut.o arch/arm/mach-msm/board-halibut.c:68: error: array type has incomplete element type arch/arm/mach-msm/board-halibut.c:69: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:69: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:69: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:69: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:70: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:70: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:70: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:70: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:71: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:71: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:71: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:71: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:72: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:72: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:72: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:72: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:73: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:73: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:73: error: field name not in record or union initializer arch/arm/mach-msm/board-halibut.c:73: error: (near initialization for ’snd_endpoints_list’) arch/arm/mach-msm/board-halibut.c:77: error: variable ‘halibut_snd_endpoints’ has initializer but incomplete type arch/arm/mach-msm/board-halibut.c:78: error: unknown field ‘endpoints’ specified in initializer arch/arm/mach-msm/board-halibut.c:78: warning: excess elements in struct initializer arch/arm/mach-msm/board-halibut.c:78: warning: (near initialization for‘halibut_snd_endpoints’) arch/arm/mach-msm/board-halibut.c:79: error: unknown field ‘num’ specified in initializer arch/arm/mach-msm/board-halibut.c:80: error: invalid application of ’sizeof’ to incomplete type ’struct snd_endpoint’ arch/arm/mach-msm/board-halibut.c:80: warning: excess elements in struct initializer arch/arm/mach-msm/board-halibut.c:80: warning: (near initialization for‘halibut_snd_endpoints’) make[1]: *** [arch/arm/mach-msm/board-halibut.o] Errore 1 make: *** [arch/arm/mach-msm] Errore 2

how to resign apk's?

And for those of you who are wondering, I DID search, and I did find topics that seemed like they would solve my problem, but none of them have seemed to work. I don't know if there is an up to date tutorial that anyone might know about? All of the other ones I tried to follow were completely different; it seems like the SDK and JDK files have been altered. If anyone could let me know, that would be great. I plan on making transparent widgets that have a honeycomb glow effect to them to go with the honeycomb theme. TIA
Apkmanager will sign apk's. It will also decompile and recompile in case you need to edit xml's.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
There is a free app on the market from a developer here on xda called signapktic. It is SUPER easy and works REALLY well.
Sent from my PC36100 using XDA Premium App
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
tannerw_2010 said:
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
Click to expand...
Click to collapse
I think you need the sdk and java installed in your path to have apk manager work properly.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
tannerw_2010 said:
Thanks for the responses, guys. I actually tried signapktic and it seemed like it worked, but it still didn't install the app, as if it was never signed (?).
I also tinkered with apkmanager last night and had some issues with it. Possibly something is wrong with the .9.png's that I edited (it gave me an error when I was recompiling), but I'll probably have to mess with it later tonight and hopefully get my apk to install!
Click to expand...
Click to collapse
Just so u know, not all apps will allow u to mod them. So if u used signapktic and they wouldn't install then I would say it might be an app that doesn't allow it being modded.
Sent from my PC36100 using XDA Premium App
Well I got apkmanager to work for images at least, so I got what I wanted; a cool "honeycomb style" engadget widget (figured out those. 9.png's too). Now if I could get decompiling / recompiling to work ill be able to tinker around with some more detailed stuff. For now, I'm happy with what I got. Thanks again guys!
Sent from my HTC Hero CDMA using XDA App
Once you install java and the sdk to your path the compile/decompile will work.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
user7618 said:
Once you install java and the sdk to your path the compile/decompile will work.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
And it will open up a whole new world of theming/modding...make sure you have plenty of time on your hands when you get it working
I believe I have them in the correct path; I get this error message every time. I even did a compile/decompile with NO modding just to remove the variable that I messed up a file; everything is left unchanged, so I know it is nothing I did to the files to cause the error.
"--------------------------------------------------------------------------
|Sun 04/10/2011 -- 11:27:59.96|
--------------------------------------------------------------------------
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\drawable\widget_base_plane.9.png
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:7: error: Public symbol drawable/adtest declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:8: error: Public symbol drawable/arrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:9: error: Public symbol drawable/article_thumb declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:10: error: Public symbol drawable/clearsearch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:11: error: Public symbol drawable/comment_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:12: error: Public symbol drawable/gallery_textpanelgradient declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:13: error: Public symbol drawable/gallerystack declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:14: error: Public symbol drawable/header_alt_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:15: error: Public symbol drawable/header_classic_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:16: error: Public symbol drawable/header_downarrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:17: error: Public symbol drawable/header_hd_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:18: error: Public symbol drawable/header_imobile_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:19: error: Public symbol drawable/header_uparrow declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:20: error: Public symbol drawable/ic_tab_artists declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:21: error: Public symbol drawable/ic_tab_artists_grey declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:22: error: Public symbol drawable/ic_tab_artists_white declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:23: error: Public symbol drawable/icn_menu_info declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:24: error: Public symbol drawable/icn_menu_saved declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:25: error: Public symbol drawable/icn_menu_settings declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:26: error: Public symbol drawable/icn_menu_srch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:27: error: Public symbol drawable/icn_menu_tipus declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:28: error: Public symbol drawable/icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:29: error: Public symbol drawable/icon_thumbbtn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:30: error: Public symbol drawable/list_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:31: error: Public symbol drawable/nav_background declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:32: error: Public symbol drawable/nav_background_on declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:33: error: Public symbol drawable/nav_btn_bg_over declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:34: error: Public symbol drawable/nav_btn_bg_up declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:35: error: Public symbol drawable/next declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:36: error: Public symbol drawable/next_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:37: error: Public symbol drawable/next_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:38: error: Public symbol drawable/next_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:39: error: Public symbol drawable/pagination_nav_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:40: error: Public symbol drawable/podcast_thumb declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:41: error: Public symbol drawable/prev declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:42: error: Public symbol drawable/prev_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:43: error: Public symbol drawable/prev_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:44: error: Public symbol drawable/prev_icon declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:45: error: Public symbol drawable/refresh_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:46: error: Public symbol drawable/rounded_rect declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:47: error: Public symbol drawable/save declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:48: error: Public symbol drawable/save_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:49: error: Public symbol drawable/save_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:50: error: Public symbol drawable/selectionbg declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:51: error: Public symbol drawable/settings_but_sep declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:52: error: Public symbol drawable/settings_but_tick declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:53: error: Public symbol drawable/settings_logo_alt declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:54: error: Public symbol drawable/settings_logo_eng declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:55: error: Public symbol drawable/settings_logo_hd declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:56: error: Public symbol drawable/settings_logo_imobile declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:57: error: Public symbol drawable/settings_sep_horz declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:58: error: Public symbol drawable/share declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:59: error: Public symbol drawable/share_btn declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:60: error: Public symbol drawable/share_hover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:61: error: Public symbol drawable/splash_scrn_alt_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:62: error: Public symbol drawable/splash_scrn_classic_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:63: error: Public symbol drawable/splash_scrn_hd_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:64: error: Public symbol drawable/splash_scrn_imobile_logo declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:65: error: Public symbol drawable/tab_bottom_strip declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:66: error: Public symbol drawable/tab_icon_article declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:67: error: Public symbol drawable/tab_icon_articlehover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:68: error: Public symbol drawable/tab_icon_gallery declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:69: error: Public symbol drawable/tab_icon_galleryhover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:70: error: Public symbol drawable/tab_icon_podcast declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:71: error: Public symbol drawable/tab_icon_podcasthover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:72: error: Public symbol drawable/tab_icon_topics declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:73: error: Public symbol drawable/tab_icon_topicshover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:74: error: Public symbol drawable/tab_icon_video declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:75: error: Public symbol drawable/tab_icon_videohover declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:76: error: Public symbol drawable/topsearch declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:77: error: Public symbol drawable/widget_base_plane declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:78: error: Public symbol drawable/widget_channel_bg declared here is not defined.
C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res\values\public.xml:79: error: Public symbol drawable/widget_logo declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Tanner\AppData\Local\Temp\APKTOOL7991341357382715213.tmp, -I, C:\Users\Tanner\apktool\framework\1.apk, -S, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res, -M, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Tanner\AppData\Local\Temp\APKTOOL7991341357382715213.tmp, -I, C:\Users\Tanner\apktool\framework\1.apk, -S, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\res, -M, C:\androidsdk\platform-tools\other\..\projects\com.aol.mobile.engadget-1.apk\AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
"

ICS Compilation Error

Hi everyone, keep getting this after running make otapackage -j4. I am running on ubuntu 11.04 32bit and compiling off Winsuk's git account.
-Thanks
hardware/ril/reference-ril/reference-ril.c:296: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:299: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c:488: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestQueryNetworkSelectionMode':
hardware/ril/reference-ril/reference-ril.c:515: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:515: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:515: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:521: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:521: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'sendCallStateChanged':
hardware/ril/reference-ril/reference-ril.c:526: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:526: error: 'RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:531: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestGetCurrentCalls':
hardware/ril/reference-ril/reference-ril.c:538: error: 'RIL_Call' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:538: error: 'p_calls' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:539: error: 'pp_calls' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:553: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:553: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:553: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:567: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:568: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:580: error: too many arguments to function 'callFromCLCCLine'
hardware/ril/reference-ril/reference-ril.c:594: error: 'RIL_CALL_ACTIVE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:595: error: 'RIL_CALL_HOLDING' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:634: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:634: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:634: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:645: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:650: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:654: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestDial':
hardware/ril/reference-ril/reference-ril.c:656: error: 'RIL_Dial' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:656: error: 'p_dial' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:661: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:678: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:678: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:678: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:681: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestWriteSmsToSim':
hardware/ril/reference-ril/reference-ril.c:683: error: 'RIL_SMS_WriteArgs' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:683: error: 'p_args' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:689: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:698: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:698: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:698: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:703: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:703: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:707: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestHangup':
hardware/ril/reference-ril/reference-ril.c:726: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:726: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:726: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:729: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSignalStrength':
hardware/ril/reference-ril/reference-ril.c:739: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:739: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:739: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:754: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:754: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:761: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:766: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestRegistrationState':
hardware/ril/reference-ril/reference-ril.c:780: error: 'RIL_REQUEST_VOICE_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:783: error: 'RIL_REQUEST_DATA_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:890: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:890: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:890: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:896: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:896: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:900: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestOperator':
hardware/ril/reference-ril/reference-ril.c:961: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:961: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:961: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:967: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:967: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:971: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSendSMS':
hardware/ril/reference-ril/reference-ril.c:978: error: 'RIL_SMS_Response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:978: error: expected ';' before 'response'
hardware/ril/reference-ril/reference-ril.c:998: error: 'response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1002: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1002: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1002: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1007: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1007: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1011: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSetupDataCall':
hardware/ril/reference-ril/reference-ril.c:1036: warning: implicit declaration of function 'ALOGD'
hardware/ril/reference-ril/reference-ril.c:1123: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1129: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1129: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1134: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSMSAcknowledge':
hardware/ril/reference-ril/reference-ril.c:1150: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1150: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1150: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1152: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1152: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1156: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSIM_IO':
hardware/ril/reference-ril/reference-ril.c:1159: error: 'RIL_SIM_IO_Response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1159: error: expected ';' before 'sr'
hardware/ril/reference-ril/reference-ril.c:1162: error: 'RIL_SIM_IO_v6' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1162: error: 'p_args' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1165: error: 'sr' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1167: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:1203: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1203: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1203: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1209: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1209: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1215: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestEnterSimPin':
hardware/ril/reference-ril/reference-ril.c:1234: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1234: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1234: error: 'RIL_E_PASSWORD_INCORRECT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1236: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1236: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1242: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSendUSSD':
hardware/ril/reference-ril/reference-ril.c:1249: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1249: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1249: error: 'RIL_E_REQUEST_NOT_SUPPORTED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1271: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'onRequest':
hardware/ril/reference-ril/reference-ril.c:1281: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1281: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1282: error: 'RIL_REQUEST_GET_SIM_STATUS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1284: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1284: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1284: error: 'RIL_E_RADIO_NOT_AVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1291: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1292: error: 'RIL_REQUEST_RADIO_POWER' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1295: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1301: error: 'RIL_CardStatus_v6' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1301: error: 'p_card_status' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1305: warning: implicit declaration of function 'getCardStatus'
hardware/ril/reference-ril/reference-ril.c:1306: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1313: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1314: warning: implicit declaration of function 'freeCardStatus'
hardware/ril/reference-ril/reference-ril.c:1317: error: 'RIL_REQUEST_GET_CURRENT_CALLS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1318: error: too many arguments to function 'requestGetCurrentCalls'
hardware/ril/reference-ril/reference-ril.c:1320: error: 'RIL_REQUEST_DIAL' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1321: error: too many arguments to function 'requestDial'
hardware/ril/reference-ril/reference-ril.c:1323: error: 'RIL_REQUEST_HANGUP' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1324: error: too many arguments to function 'requestHangup'
hardware/ril/reference-ril/reference-ril.c:1326: error: 'RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1334: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1336: error: 'RIL_REQUEST_HANGUP_FOREGROUND_RESUME_BACKGROUND' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1344: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1346: error: 'RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1358: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1360: error: 'RIL_REQUEST_ANSWER' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1369: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1371: error: 'RIL_REQUEST_CONFERENCE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1378: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1380: error: 'RIL_REQUEST_UDUB' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1387: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1390: error: 'RIL_REQUEST_SEPARATE_CONNECTION' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1401: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1403: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1403: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1408: error: 'RIL_REQUEST_SIGNAL_STRENGTH' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1409: error: too many arguments to function 'requestSignalStrength'
hardware/ril/reference-ril/reference-ril.c:1411: error: 'RIL_REQUEST_VOICE_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1412: error: 'RIL_REQUEST_DATA_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1413: error: too many arguments to function 'requestRegistrationState'
hardware/ril/reference-ril/reference-ril.c:1415: error: 'RIL_REQUEST_OPERATOR' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1416: error: too many arguments to function 'requestOperator'
hardware/ril/reference-ril/reference-ril.c:1419: error: too many arguments to function 'requestRadioPower'
hardware/ril/reference-ril/reference-ril.c:1421: error: 'RIL_REQUEST_DTMF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1427: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1430: error: 'RIL_REQUEST_SEND_SMS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1431: error: too many arguments to function 'requestSendSMS'
hardware/ril/reference-ril/reference-ril.c:1433: error: 'RIL_REQUEST_SETUP_DATA_CALL' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1434: error: too many arguments to function 'requestSetupDataCall'
hardware/ril/reference-ril/reference-ril.c:1436: error: 'RIL_REQUEST_SMS_ACKNOWLEDGE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1437: error: too many arguments to function 'requestSMSAcknowledge'
hardware/ril/reference-ril/reference-ril.c:1440: error: 'RIL_REQUEST_GET_IMSI' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1445: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1447: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1453: error: 'RIL_REQUEST_GET_IMEI' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1458: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1460: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1466: error: 'RIL_REQUEST_SIM_IO' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1467: error: too many arguments to function 'requestSIM_IO'
hardware/ril/reference-ril/reference-ril.c:1470: error: 'RIL_REQUEST_SEND_USSD' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1471: error: too many arguments to function 'requestSendUSSD'
hardware/ril/reference-ril/reference-ril.c:1474: error: 'RIL_REQUEST_CANCEL_USSD' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1479: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1481: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1487: error: 'RIL_REQUEST_SET_NETWORK_SELECTION_AUTOMATIC' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1491: error: 'RIL_REQUEST_DATA_CALL_LIST' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1492: error: too many arguments to function 'requestDataCallList'
hardware/ril/reference-ril/reference-ril.c:1495: error: 'RIL_REQUEST_QUERY_NETWORK_SELECTION_MODE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1496: error: too many arguments to function 'requestQueryNetworkSelectionMode'
hardware/ril/reference-ril/reference-ril.c:1499: error: 'RIL_REQUEST_OEM_HOOK_RAW' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1501: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1505: error: 'RIL_REQUEST_OEM_HOOK_STRINGS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1518: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1522: error: 'RIL_REQUEST_WRITE_SMS_TO_SIM' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1523: error: too many arguments to function 'requestWriteSmsToSim'
hardware/ril/reference-ril/reference-ril.c:1526: error: 'RIL_REQUEST_DELETE_SMS_ON_SIM' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1533: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1535: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1541: error: 'RIL_REQUEST_ENTER_SIM_PIN' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1542: error: 'RIL_REQUEST_ENTER_SIM_PUK' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1543: error: 'RIL_REQUEST_ENTER_SIM_PIN2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1544: error: 'RIL_REQUEST_ENTER_SIM_PUK2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1545: error: 'RIL_REQUEST_CHANGE_SIM_PIN' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1546: error: 'RIL_REQUEST_CHANGE_SIM_PIN2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1547: error: too many arguments to function 'requestEnterSimPin'
hardware/ril/reference-ril/reference-ril.c:1551: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1551: error: 'RIL_E_REQUEST_NOT_SUPPORTED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1561: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'currentState'
hardware/ril/reference-ril/reference-ril.c:1580: error: expected ')' before 't'
hardware/ril/reference-ril/reference-ril.c:1592: error: expected ')' before 'newState'
hardware/ril/reference-ril/reference-ril.c: In function 'getSIMStatus':
hardware/ril/reference-ril/reference-ril.c:1646: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1646: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1646: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1720: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c:1786: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c: In function 'pollSIMState':
hardware/ril/reference-ril/reference-ril.c:1801: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1801: error: 'RADIO_STATE_SIM_NOT_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1812: error: 'RADIO_STATE_SIM_LOCKED_OR_ABSENT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1816: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1820: error: 'RADIO_STATE_SIM_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'initializeCallback':
hardware/ril/reference-ril/reference-ril.c:1867: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1936: error: 'RADIO_STATE_SIM_NOT_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'onUnsolicited':
hardware/ril/reference-ril/reference-ril.c:1964: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1964: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1980: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1980: error: 'RIL_UNSOL_NITZ_TIME_RECEIVED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1989: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1989: error: 'RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1998: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1998: error: 'RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2005: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:2005: error: 'RIL_UNSOL_RESPONSE_NEW_SMS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2009: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:2009: error: 'RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2018: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: In function 'onATReaderClosed':
hardware/ril/reference-ril/reference-ril.c:2029: warning: implicit declaration of function 'ALOGI'
hardware/ril/reference-ril/reference-ril.c:2033: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'onATTimeout':
hardware/ril/reference-ril/reference-ril.c:2046: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'mainLoop':
hardware/ril/reference-ril/reference-ril.c:2129: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:2144: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make: *** [out/target/product/liberty/obj/SHARED_LIBRARIES/libreference-ril_intermediates/reference-ril.o] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/AndroidDev$
rkrishnan2012 said:
hardware/ril/reference-ril/reference-ril.c:296: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:299: error: expected ')' before '*' token
Click to expand...
Click to collapse
What's above this? It looks like there should be more...
Using 64bit would probably be a good idea.. 32bit support for building android is "experimental", and I've never tried it.
Hi WinSuk!
I was using 32bit because I thought that 64 would be more unstable but if it works, I would prefer that because of the ram limitation. Also, I think my source is screwed up so I will redownload that today and see what happens.
Did your's work right out of the box without compile issues?
Thanks,
Rohit
I had to update the device tree, other then that just 1 thing outside it (info in the README). Isn't the same as your error though.
As long as your CPU supports 64bit, you probably won't even notice the difference.. (and if your CPU doesn't support 64bit, it's way too old to even try building android )

[Q] How to change color of checkboxes?

Can someone provide a quick tutorial how to change colors of checkboxes?
Pail green on white is ridiculously stressful for eyes..I actually have to force my eyes to see the difference when there are two checkboxes side by side and one of them checked...
Thank you.
Easiest way is to change the "skin" in Settings -> Personalize. "Serene" will give you reddish orange checks and indicators. (But at the cost of a muddier, lower contrast environment than the default HTC skin.
-V
Yeah, I've tried them all (that came with CleanROM) and didn't like any other then the default skin...
My understanding the changes has to be done in com.htc.resources.apk
but when I decompile it with apktool and then without any modifications trying to compile it, it chokes with error:
Code:
E:\android-sdk\apktool\com.htc.resources\res\values\layouts.xml:3: error: Found tag layout where item is expected
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:1975: error: Public entry identifier 0x2050209 entry index is larger than available symbols (index 521, total symbols 521).
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:1975: error: Public symbol dimen/zero_dummy_dimen declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3854: error: Public symbol layout/htc_list_item_2text_2stamp declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3855: error: Public symbol layout/htc_list_item_2text_bright declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3859: error: Public symbol layout/htc_list_item_dlna_1 declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3856: error: Public symbol layout/htc_list_item_image_2text_image_bright declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3857: error: Public symbol layout/htc_list_item_imageicon_2text_2stamp declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3858: error: Public symbol layout/htc_list_item_separator declared here is not defined.
E:\android-sdk\apktool\com.htc.resources\res\values\public.xml:3853: error: Public symbol layout/zero_dummy_layout declared here is not defined.
Already a thread on this topic: http://forum.xda-developers.com/showthread.php?t=1691538

Build Errors Assistance

Hola Folks ok so ive searched and I dont know what to think of this particular error. maybe because I dont know enough c++ that could be my issue. But none the less I'm learning to build with finally having a build PC. So Im building cm9 with all of Hell's tweaks and what not being this is my first attempt I didnt want to branch out on my own mods or what have you yet. So heres the log from my whole build plus with the error at the end. I decided to list the warning log (thanks owain for the tip on that btw) and here it is:
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp: In function 'int main(int, char**)':
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp:53: error: 'ALOGD' was not declared in this scope
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp:69: error: 'ALOGE' was not declared in this scope
make: *** [out/target/product/p999/obj/EXECUTABLES/secureclockd_intermediates/secureclockd.o] Error 1
make: *** Waiting for unfinished jobs....
The full log before those errors (idk if this will help but hey ya never know):
Code:
].addr2')
external/ppp/pppd/auth.c:327: warning: missing initializer
external/ppp/pppd/auth.c:327: warning: (near initialization for 'auth_options[12].upper_limit')
external/ppp/pppd/auth.c:331: warning: missing initializer
external/ppp/pppd/auth.c:331: warning: (near initialization for 'auth_options[13].upper_limit')
external/ppp/pppd/auth.c:336: warning: missing initializer
external/ppp/pppd/auth.c:336: warning: (near initialization for 'auth_options[14].upper_limit')
external/ppp/pppd/auth.c:340: warning: missing initializer
external/ppp/pppd/auth.c:340: warning: (near initialization for 'auth_options[15].upper_limit')
external/ppp/pppd/auth.c:344: warning: missing initializer
external/ppp/pppd/auth.c:344: warning: (near initialization for 'auth_options[16].upper_limit')
external/ppp/pppd/auth.c:348: warning: missing initializer
external/ppp/pppd/auth.c:348: warning: (near initialization for 'auth_options[17].upper_limit')
external/ppp/pppd/auth.c:353: warning: missing initializer
external/ppp/pppd/auth.c:353: warning: (near initialization for 'auth_options[18].upper_limit')
external/ppp/pppd/auth.c:355: warning: missing initializer
external/ppp/pppd/auth.c:355: warning: (near initialization for 'auth_options[19].addr2')
external/ppp/pppd/auth.c:359: warning: missing initializer
external/ppp/pppd/auth.c:359: warning: (near initialization for 'auth_options[20].lower_limit')
external/ppp/pppd/auth.c:363: warning: missing initializer
external/ppp/pppd/auth.c:363: warning: (near initialization for 'auth_options[21].upper_limit')
external/ppp/pppd/auth.c:366: warning: missing initializer
external/ppp/pppd/auth.c:366: warning: (near initialization for 'auth_options[22].lower_limit')
external/ppp/pppd/auth.c:370: warning: missing initializer
external/ppp/pppd/auth.c:370: warning: (near initialization for 'auth_options[23].lower_limit')
external/ppp/pppd/auth.c:373: warning: missing initializer
external/ppp/pppd/auth.c:373: warning: (near initialization for 'auth_options[24].addr2')
external/ppp/pppd/auth.c:377: warning: missing initializer
external/ppp/pppd/auth.c:377: warning: (near initialization for 'auth_options[25].lower_limit')
external/ppp/pppd/auth.c:380: warning: missing initializer
external/ppp/pppd/auth.c:380: warning: (near initialization for 'auth_options[26].addr2')
external/ppp/pppd/auth.c:383: warning: missing initializer
external/ppp/pppd/auth.c:383: warning: (near initialization for 'auth_options[27].addr2')
external/ppp/pppd/auth.c:386: warning: missing initializer
erternal/ppp/pppd/auth.c:386: warning: (near initialization for 'auth_options[28].addr2')
external/ppp/pppd/auth.c:390: warning: missing initializer
external/ppp/pppd/auth.c:390: warning: (near initialization for 'auth_options[29].addr2')
external/ppp/pppd/auth.c:394: warning: missing initializer
external/ppp/pppd/auth.c:394: warning: (near initialization for 'auth_options[30].lower_limit')
external/ppp/pppd/auth.c:398: warning: missing initializer
external/ppp/pppd/auth.c:398: warning: (near initialization for 'auth_options[31].addr2')
external/ppp/pppd/auth.c:400: warning: missing initializer
external/ppp/pppd/auth.c:400: warning: (near initialization for 'auth_options[32].type')
on for 'general_options[4].addr2')
external/ppp/pppd/options.c:200: warning: missing initializer
external/ppp/pppd/options.c:200: warning: (near initialization for 'general_options[5].upper_limit')
external/ppp/pppd/auth.c: In function 'link_terminated':lizerrnal/ppp/pppd/auth.c:629: warning: suggest braces around empty body in an 'if' statement
pper_limit')
external/ppp/pppd/options.c:207: warning: missing initializer
external/ppp/pppd/options.c:207: warning: (near initialization for 'general_options[7].addr2')
external/ppp/pppd/options.c:211: warning: missing initializer
mpty body in an 'else' statement warning: (near initialization for 'general_options[8].addr2')
external/ppp/pppd/options.c:215: warning: missing initializer
external/ppp/pppd/options.c:215: warning: (near initialization for 'general_options[9].upper_limit')
external/ppp/pppd/options.c:218: warning: missing initializer
external/ppp/pppd/options.c:218: warning: (near initialization for 'general_options[10].addr2')
external/ppp/pppd/options.c:220: warning: missing initializer
external/ppp/pppd/options.c:220: warning: (near initialization for 'general_options[11].addr2')
external/ppp/pppd/options.c:223: warning: missing initializer
external/ppp/pppd/options.c:223: warning: (near initialization for 'general_options[12].addr2')
external/ppp/pppd/options.c:225: warning: missing initializer
external/ppp/pppd/options.c:225: warning: (near initialization for 'general_options[13].addr2')
external/ppp/pppd/options.c:228: warning: missing initializer
external/ppp/pppd/options.c:228: warning: (near initialization for 'general_options[14].upper_limit')
external/ppp/pppd/options.c:231: warning: missing initializer
external/ppp/pppd/options.c:231: warning: (near initialization for 'general_options[15].flags')
external/ppp/pppd/options.c:233: warning: missing initializer
external/ppp/pppd/options.c:233: warning: (near initialization for 'general_options[16].flags')
external/ppp/pppd/options.c:235: warning: missing initializer
external/ppp/pppd/options.c:235: warning: (near initialization for 'general_options[17].addr2')
external/ppp/pppd/options.c:239: warning: missing initializer
external/ppp/pppd/options.c:239: warning: (near initialization for 'general_options[18].upper_limit')
external/ppp/pppd/options.c:242: warning: missing initializer
external/ppp/pppd/options.c:242: warning: (near initialization for 'general_options[19].upper_limit')
external/ppp/pppd/options.c:245: warning: missing initializer
external/ppp/pppd/options.c:245: warning: (near initialization for 'general_options[20].addr2')
external/ppp/pppd/options.c:248: warning: missing initializer
external/ppp/pppd/options.c:248: warning: (near initialization for 'general_options[21].addr2')
external/ppp/pppd/options.c:252: warning: missing initializer
external/ppp/pppd/options.c:252: warning: (near initialization for 'general_options[22].lower_limit')
external/ppp/pppd/options.c:256: warning: missing initializer
external/ppp/pppd/options.c:256: warning: (near initialization for 'general_options[23].addr2')
external/ppp/pppd/options.c:259: warning: missing initializer
external/ppp/pppd/options.c:259: warning: (near initialization for 'general_options[24].addr2')
external/ppp/pppd/options.c:261: warning: missing initializer
external/ppp/pppd/options.c:261: warning: (near initialization for 'general_options[25].addr2')
external/ppp/pppd/options.c:265: warning: missing initializer
external/ppp/pppd/options.c:265: warning: (near initialization for 'general_options[26].addr2')
external/ppp/pppd/options.c:269: warning: missing initializer
external/ppp/pppd/options.c:269: warning: (near initialization for 'general_options[27].lower_limit')
external/ppp/pppd/options.c:272: warning: missing initializer
external/ppp/pppd/options.c:272: warning: (near initialization for 'general_options[28].addr2')
external/ppp/pppd/options.c:274: warning: missing initializer
external/ppp/pppd/options.c:274: warning: (near initialization for 'general_options[29].addr2')
external/ppp/pppd/options.c:278: warning: missing initializer
external/ppp/pppd/options.c:278: warning: (near initialization for 'general_options[30].addr2')
external/ppp/pppd/options.c:320: warning: missing initializer
external/ppp/pppd/options.c:320: warning: (near initialization for 'general_options[31].type')
external/ppp/pppd/auth.c: In function 'auth_peer_success':
external/ppp/pppd/auth.c:943: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/sys-linux.c: In function 'logwtmp':
external/ppp/pppd/sys-linux.c:2193: warning: implicit declaration of function 'pututline'
external/ppp/pppd/sys-linux.c:2194: warning: implicit declaration of function 'endutent'
In file included from external/ppp/pppd/chap_ms.c:91:
external/ppp/pppd/chap_ms.h:70: warning: '__packed__' attribute ignored
external/ppp/pppd/chap_ms.h:81: warning: '__packed__' attribute ignored
external/ppp/pppd/chap_ms.c:159: warning: missing initializer
external/ppp/pppd/chap_ms.c:159: warning: (near initialization for 'chapms_option_list[0].type')
external/ppp/pppd/chap_ms.c: In function 'ChallengeHash':
external/ppp/pppd/chap_ms.c:496: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'NTPasswordHash':
external/ppp/pppd/chap_ms.c:536: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'GenerateAuthenticatorResponse':
external/ppp/pppd/chap_ms.c:626: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:634: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:637: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap_ms.c: In function 'mppe_set_keys':
external/ppp/pppd/chap_ms.c:679: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'Set_Start_Key':
external/ppp/pppd/chap_ms.c:700: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c:701: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c: In function 'mppe_set_keys2':
external/ppp/pppd/chap_ms.c:766: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:780: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:796: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'SetMasterKeys':
external/ppp/pppd/chap_ms.c:814: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c:815: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c: In function 'ChapMS2':
external/ppp/pppd/chap_ms.c:868: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap_ms.c: At top level:
external/ppp/pppd/chap_ms.c:928: warning: missing initializer
external/ppp/pppd/chap_ms.c:928: warning: (near initialization for 'chapms_digest.next')
external/ppp/pppd/chap_ms.c:937: warning: missing initializer
external/ppp/pppd/chap_ms.c:937: warning: (near initialization for 'chapms2_digest.next')
external/ppp/pppd/tty.c:169: warning: missing initializer
external/ppp/pppd/tty.c:169: warning: (near initialization for 'tty_options[0].upper_limit')
external/ppp/pppd/tty.c:173: warning: missing initializer
external/ppp/pppd/tty.c:173: warning: (near initialization for 'tty_options[1].upper_limit')
external/ppp/pppd/tty.c:176: warning: missing initializer
external/ppp/pppd/tty.c:176: warning: (near initialization for 'tty_options[2].addr2')
external/ppp/pppd/tty.c:178: warning: missing initializer
external/ppp/pppd/tty.c:178: warning: (near initialization for 'tty_options[3].addr2')
external/ppp/pppd/tty.c:181: warning: missing initializer
external/ppp/pppd/tty.c:181: warning: (near initialization for 'tty_options[4].addr2')
external/ppp/pppd/tty.c:184: warning: missing initializer
external/ppp/pppd/tty.c:184: warning: (near initialization for 'tty_options[5].addr2')
external/ppp/pppd/tty.c:187: warning: missing initializer
external/ppp/pppd/tty.c:187: warning: (near initialization for 'tty_options[6].addr2')
external/ppp/pppd/tty.c:190: warning: missing initializer
external/ppp/pppd/tty.c:190: warning: (near initialization for 'tty_options[7].addr2')
external/ppp/pppd/tty.c:194: warning: missing initializer
external/ppp/pppd/tty.c:194: warning: (near initialization for 'tty_options[8].addr2')
external/ppp/pppd/tty.c:197: warning: missing initializer
external/ppp/pppd/tty.c:197: warning: (near initialization for 'tty_options[9].addr2')
external/ppp/pppd/tty.c:201: warning: missing initializer
external/ppp/pppd/tty.c:201: warning: (near initialization for 'tty_options[10].addr2')
external/ppp/pppd/tty.c:204: warning: missing initializer
external/ppp/pppd/tty.c:204: warning: (near initialization for 'tty_options[11].addr2')
external/ppp/pppd/tty.c:208: warning: missing initializer
external/ppp/pppd/tty.c:208: warning: (near initialization for 'tty_options[12].addr2')
external/ppp/pppd/tty.c:211: warning: missing initializer
external/ppp/pppd/tty.c:211: warning: (near initialization for 'tty_options[13].addr2')
external/ppp/pppd/tty.c:214: warning: missing initializer
external/ppp/pppd/tty.c:214: warning: (near initialization for 'tty_options[14].addr2')
external/ppp/pppd/tty.c:217: warning: missing initializer
external/ppp/pppd/tty.c:217: warning: (near initialization for 'tty_options[15].addr2')
external/ppp/pppd/tty.c:220: warning: missing initializer
external/ppp/pppd/tty.c:220: warning: (near initialization for 'tty_options[16].addr2')
external/ppp/pppd/tty.c:222: warning: missing initializer
external/ppp/pppd/tty.c:222: warning: (near initialization for 'tty_options[17].addr2')
external/ppp/pppd/tty.c:225: warning: missing initializer
external/ppp/pppd/tty.c:225: warning: (near initialization for 'tty_options[18].addr2')
external/ppp/pppd/tty.c:227: warning: missing initializer
external/ppp/pppd/tty.c:227: warning: (near initialization for 'tty_options[19].addr2')
external/ppp/pppd/tty.c:230: warning: missing initializer
external/ppp/pppd/tty.c:230: warning: (near initialization for 'tty_options[20].addr2')
external/ppp/pppd/tty.c:234: warning: missing initializer
external/ppp/pppd/tty.c:234: warning: (near initialization for 'tty_options[21].addr2')
external/ppp/pppd/tty.c:238: warning: missing initializer
external/ppp/pppd/tty.c:238: warning: (near initialization for 'tty_options[22].upper_limit')
external/ppp/pppd/tty.c:240: warning: missing initializer
external/ppp/pppd/tty.c:240: warning: (near initialization for 'tty_options[23].type')
external/ppp/pppd/eap.c:91: warning: missing initializer
external/ppp/pppd/eap.c:91: warning: (near initialization for 'eap_option_list[0].flags')
external/ppp/pppd/eap.c:93: warning: missing initializer
external/ppp/pppd/eap.c:93: warning: (near initialization for 'eap_option_list[1].flags')
external/ppp/pppd/eap.c:95: warning: missing initializer
external/ppp/pppd/eap.c:95: warning: (near initialization for 'eap_option_list[2].flags')
external/ppp/pppd/eap.c:97: warning: missing initializer
external/ppp/pppd/eap.c:97: warning: (near initialization for 'eap_option_list[3].flags')
external/ppp/pppd/eap.c:99: warning: missing initializer
external/ppp/pppd/eap.c:99: warning: (near initialization for 'eap_option_list[4].flags')
external/ppp/pppd/eap.c:108: warning: missing initializer
external/ppp/pppd/eap.c:108: warning: (near initialization for 'eap_option_list[5].type')
external/ppp/pppd/eap.c: In function 'eap_printpkt':
external/ppp/pppd/eap.c:2163: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2178: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2273: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2313: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2337: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2379: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap-md5.c:111: warning: missing initializer
external/ppp/pppd/chap-md5.c:111: warning: (near initialization for 'md5_digest.next')
external/ppp/pppd/pppox.c:25: warning: missing initializer
external/ppp/pppd/pppox.c:25: warning: (near initialization for 'pppox_options[0].addr2')
external/ppp/pppd/pppox.c:26: warning: missing initializer
external/ppp/pppd/pppox.c:26: warning: (near initialization for 'pppox_options[1].type')
external/ppp/pppd/openssl-hash.c: In function 'openssl_hash_init':
external/ppp/pppd/openssl-hash.c:28: warning: implicit declaration of function 'dbglog'
external/ipsec-tools/src/racoon/isakmp.c: In function 'isakmp_handler':
external/ipsec-tools/src/racoon/isakmp.c:230: warning: pointer targets in passing argument 6 of 'recvfromto' differ in signedness
external/ipsec-tools/src/racoon/sockmisc.h:68: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:243: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:282: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:295: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:310: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:320: warning: pointer targets in passing argument 6 of 'recvfromto' differ in signedness
external/ipsec-tools/src/racoon/sockmisc.h:68: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c: In function 'log_ph1established':
external/ipsec-tools/src/racoon/isakmp.c:2997: warning: suggest braces around empty body in an 'if' statement
external/ipsec-tools/src/racoon/isakmp_cfg.c: In function 'isakmp_cfg_iplist_to_str':
external/ipsec-tools/src/racoon/isakmp_cfg.c:1850: warning: pointer of type 'void *' used in arithmetic
external/ipsec-tools/src/racoon/isakmp_xauth.c: In function 'xauth_reply':
external/ipsec-tools/src/racoon/isakmp_xauth.c:375: warning: type of 'res' defaults to 'int'
hardware/ril/rild/radiooptions.c: In function 'main':
hardware/ril/rild/radiooptions.c:115: warning: comparison between signed and unsigned integer expressions
cc1: warning: command line option "-fpermissive" is valid for C++/ObjC++ but not for C
system/core/sdcard/sdcard.c: In function 'id_to_ptr':
system/core/sdcard/sdcard.c:337: warning: cast to pointer from integer of different size
system/core/sdcard/sdcard.c: In function 'ptr_to_id':
system/core/sdcard/sdcard.c:342: warning: cast from pointer to integer of different size
external/bluetooth/bluez/tools/sdptool.c:3585: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3585: warning: (near initialization for 'service[0].uuid')
external/bluetooth/bluez/tools/sdptool.c:3587: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3587: warning: (near initialization for 'service[1].uuid')
external/bluetooth/bluez/tools/sdptool.c:3588: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3588: warning: (near initialization for 'service[2].uuid')
external/bluetooth/bluez/tools/sdptool.c:3589: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3589: warning: (near initialization for 'service[3].uuid')
external/bluetooth/bluez/tools/sdptool.c:3590: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3590: warning: (near initialization for 'service[4].uuid')
external/bluetooth/bluez/tools/sdptool.c:3591: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3591: warning: (near initialization for 'service[5].uuid')
external/bluetooth/bluez/tools/sdptool.c:3592: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3592: warning: (near initialization for 'service[6].uuid')
external/bluetooth/bluez/tools/sdptool.c:3593: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3593: warning: (near initialization for 'service[7].uuid')
external/bluetooth/bluez/tools/sdptool.c:3594: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3594: warning: (near initialization for 'service[8].uuid')
external/bluetooth/bluez/tools/sdptool.c:3596: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3596: warning: (near initialization for 'service[9].uuid')
external/bluetooth/bluez/tools/sdptool.c:3597: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3597: warning: (near initialization for 'service[10].uuid')
external/bluetooth/bluez/tools/sdptool.c:3598: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3598: warning: (near initialization for 'service[11].uuid')
external/bluetooth/bluez/tools/sdptool.c:3599: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3599: warning: (near initialization for 'service[12].uuid')
external/bluetooth/bluez/tools/sdptool.c:3600: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3600: warning: (near initialization for 'service[13].uuid')
external/bluetooth/bluez/tools/sdptool.c:3601: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3601: warning: (near initialization for 'service[14].uuid')
external/bluetooth/bluez/tools/sdptool.c:3603: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3603: warning: (near initialization for 'service[15].uuid')
external/bluetooth/bluez/tools/sdptool.c:3604: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3604: warning: (near initialization for 'service[16].uuid')
external/bluetooth/bluez/tools/sdptool.c:3605: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3605: warning: (near initialization for 'service[17].uuid')
external/bluetooth/bluez/tools/sdptool.c:3607: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3607: warning: (near initialization for 'service[18].uuid')
external/bluetooth/bluez/tools/sdptool.c:3608: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3608: warning: (near initialization for 'service[19].uuid')
external/bluetooth/bluez/tools/sdptool.c:3609: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3609: warning: (near initialization for 'service[20].uuid')
external/bluetooth/bluez/tools/sdptool.c:3610: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3610: warning: (near initialization for 'service[21].uuid')
external/bluetooth/bluez/tools/sdptool.c:3611: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3611: warning: (near initialization for 'service[22].uuid')
external/bluetooth/bluez/tools/sdptool.c:3612: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3612: warning: (near initialization for 'service[23].uuid')
external/bluetooth/bluez/tools/sdptool.c:3614: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3614: warning: (near initialization for 'service[24].uuid')
external/bluetooth/bluez/tools/sdptool.c:3615: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3615: warning: (near initialization for 'service[25].uuid')
external/bluetooth/bluez/tools/sdptool.c:3616: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3616: warning: (near initialization for 'service[26].uuid')
external/bluetooth/bluez/tools/sdptool.c:3617: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3617: warning: (near initialization for 'service[27].uuid')
external/bluetooth/bluez/tools/sdptool.c:3619: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3619: warning: (near initialization for 'service[28].uuid')
external/bluetooth/bluez/tools/sdptool.c:3620: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3620: warning: (near initialization for 'service[29].uuid')
external/bluetooth/bluez/tools/sdptool.c:3622: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3622: warning: (near initialization for 'service[30].uuid')
external/bluetooth/bluez/tools/sdptool.c:3637: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3637: warning: (near initialization for 'service[43].uuid')
external/bluetooth/bluez/tools/sdptool.c:3638: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3638: warning: (near initialization for 'service[44].uuid')
external/bluetooth/bluez/tools/sdptool.c:3640: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3640: warning: (near initialization for 'service[45].class')
system/core/sdcard/sdcard.c: In function 'main':
system/core/sdcard/sdcard.c:974: warning: comparison between signed and unsigned integer expressions
system/core/sdcard/sdcard.c:976: warning: comparison between signed and unsigned integer expressions
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp: In function 'int main(int, char**)':
Appreciate anyone's help on this... ima keep looking but its been like 30 minutes and Im pretty good at finding things on the google box and haven't found anything yet. Thanks.
Go to
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp
and change:
Line 53 ALOGD rename to LOGD
&
Line69 ALOGE rename to LOGE?
Maybe?
djvoleur said:
Go to
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp
and change:
Line 53 ALOGD rename to LOGD
&
Line69 ALOGD rename to LOGD?
Maybe?
Click to expand...
Click to collapse
Um maybe.. I'll give it a go here in a bit and report back.. thanks btw
Edit
Well she's building now so let's see what happens.
Edit
Wow those errors are everywhere.. wtf happened!!???! I guess ill just change them all to get rid of the 'a'
Sent from my SGH-T999 using xda premium
wow now im getting this error:
this is from the build terminal:
Code:
aapt: warning: string 'gsm_alphabet_default_charset' has no default translation in frameworks/base/core/res/res; found: ko
and this is from the warning log
Code:
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:30: error: Resource at config_networkLocationProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:33: error: Resource at config_geocodeProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:30: error: Resource at config_networkLocationProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:33: error: Resource at config_geocodeProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `out/target/common/obj/APPS/framework-res_intermediates/package-export.apk'
make: *** Waiting for unfinished jobs....
wtf!? I pulled all this from cm source.. I shouldnt be getting these errors... or was there something I missed that I should have done?
Is it a github you're using?
Also, what steps did you do to setup everything up?
djvoleur said:
Is it a github you're using?
Also, what steps did you do to setup everything up?
Click to expand...
Click to collapse
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
da-pharoah said:
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Sounds like fun but it's so much more fun to make your own build
djvoleur said:
Sounds like fun but it's so much more fun to make your own build
Click to expand...
Click to collapse
Hahaha I could only imagine. But yea I wanted d to build his ROM so I can become familiar with the steps before I go do my own thing...
Sent from my SGH-T999 using xda premium
da-pharoah said:
Hahaha I could only imagine. But yea I wanted d to build his ROM so I can become familiar with the steps before I go do my own thing...
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I'm doing the same thing... but with JB...
da-pharoah said:
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Have you tried using owain's propriety files? I used them and its working perfectly, but when Im compiling I get an error that my toolchain is missing. However I synced, repo several times. Mr.A is helping me but if you guys could I would be grateful since its the last bug that im getting!
thor6577 said:
Have you tried using owain's propriety files? I used them and its working perfectly, but when Im compiling I get an error that my toolchain is missing. However I synced, repo several times. Mr.A is helping me but if you guys could I would be grateful since its the last bug that im getting!
Click to expand...
Click to collapse
Thanks I'll try that! I didn't even think of that.. so which toolchain are you using, like the linaro one or the old one? And do u have the command in your build command to use then old one if u are using his files? He had the linaro files at one point.
Sent from my SGH-T999 using xda premium
da-pharoah said:
Thanks I'll try that! I didn't even think of that.. so which toolchain are you using, like the linaro one or the old one? And do u have the command in your build command to use then old one if u are using his files? He had the linaro files at one point.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Not sure if it is linaro or his old files. I'll have to check. Its more likely that there's a linaro file and his old files but not entirely sure. But I'll get back to you on that.
Sent from my SAMSUNG-SGH-T989 using xda premium
thor6577 said:
Not sure if it is linaro or his old files. I'll have to check. Its more likely that there's a linaro file and his old files but not entirely sure. But I'll get back to you on that.
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
Ok
Sent from my SGH-T999 using xda premium
Ok I got a new error im not sure about... so here is the log:
Code:
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:33: error: Error: No resource found that matches the given name (at 'text' with value '@string/checkbox_increasing_ring').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:39: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_min_volume_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:51: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_volume_notice').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:57: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'prompt' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'entries' with value '@array/increasing_ring_interval_entries').
make: *** [out/target/common/obj/APPS/Settings_intermediates/src/R.stamp] Error 1
make: *** Waiting for unfinished jobs....
and my build terminal shows this in conjuction with that error:
Code:
target Package: Androidian (out/target/product/p999/obj/APPS/Androidian_intermediates/package.apk)
aapt: warning: string 'hidden_ssid_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'ipaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'link_speed_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'macaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'testing_wifi_info' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_unknown' has no default translation in packages/apps/Settings/res; found: hu
ill keep researching.... but anybody got an idea?
da-pharoah said:
Ok I got a new error im not sure about... so here is the log:
Code:
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:33: error: Error: No resource found that matches the given name (at 'text' with value '@string/checkbox_increasing_ring').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:39: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_min_volume_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:51: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_volume_notice').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:57: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'prompt' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'entries' with value '@array/increasing_ring_interval_entries').
make: *** [out/target/common/obj/APPS/Settings_intermediates/src/R.stamp] Error 1
make: *** Waiting for unfinished jobs....
and my build terminal shows this in conjuction with that error:
Code:
target Package: Androidian (out/target/product/p999/obj/APPS/Androidian_intermediates/package.apk)
aapt: warning: string 'hidden_ssid_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'ipaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'link_speed_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'macaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'testing_wifi_info' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_unknown' has no default translation in packages/apps/Settings/res; found: hu
ill keep researching.... but anybody got an idea?
Click to expand...
Click to collapse
add this to packages/apps/Settings/res/string.xml (just put it at the end of the file before the </resources> tag)
Code:
<string name="increasing_ring_title">Increasing ring volume</string>
<string name="checkbox_increasing_ring">Enable volume increase</string>
<string name="increasing_ring_min_volume_title">Ringing start volume</string>
<string name="increasing_ring_volume_notice">Notice:\nAs the start volume is set higher than the ringer volume, the ring tone will be played using the ringer volume.</string>
<string name="increasing_ring_interval_title">Increase interval</string>
<string name="increasing_ring_interval_eachring">On each ring</string>
<string name="increasing_ring_interval_half_second">0.5 seconds</string>
<string name="increasing_ring_interval_1second">1 second</string>
<string name="increasing_ring_interval_2seconds">2 seconds</string>
<string name="increasing_ring_interval_3seconds">3 seconds</string>
<string name="increasing_ring_interval_5seconds">5 seconds</string>
<string name="increasing_ring_interval_10seconds">10 seconds</string>
and add this to packages/apps/Settings/res/arrays.xml (just put it at the end of the file before the </resources> tag)
Code:
<string-array name="increasing_ring_interval_entries" translatable="false">
<item>@string/increasing_ring_interval_eachring</item>
<item>@string/increasing_ring_interval_half_second</item>
<item>@string/increasing_ring_interval_1second</item>
<item>@string/increasing_ring_interval_2seconds</item>
<item>@string/increasing_ring_interval_3seconds</item>
<item>@string/increasing_ring_interval_5seconds</item>
<item>@string/increasing_ring_interval_10seconds</item>
</string-array>
<integer-array name="increasing_ring_interval_values" translatable="false">
<item>0</item>
<item>500</item>
<item>1000</item>
<item>2000</item>
<item>3000</item>
<item>5000</item>
<item>10000</item>
</integer-array>
wicked bro!! thanks for the reply... so now that im looking at my res folder, I dont have any files in there. they are all folders. am I missing something?
edit:
do you mean the string.xml file in the values folder?
edit 2:
ok I added the data to those two .xml files in the values folder under res. Hopefully i did right. thanks again bro you rock!!!
da-pharoah said:
wicked bro!! thanks for the reply... so now that im looking at my res folder, I dont have any files in there. they are all folders. am I missing something?
Click to expand...
Click to collapse
my bad gave you the wrong path
packages / apps / Settings / res / values / string.xml
packages / apps / Settings / res / values / arrays.xml
sorry about that
owain94 said:
my bad gave you the wrong path
res / values / string.xml
res / values / arrays.xml
sorry about that
Click to expand...
Click to collapse
wicked!! Its back up building now. thanks again owain!
da-pharoah said:
wicked!! Its back up building now. thanks again owain!
Click to expand...
Click to collapse
that's good to hear!
i favorited this thread so if you need any further help just post it
owain94 said:
that's good to hear!
i favorited this thread so if you need any further help just post it
Click to expand...
Click to collapse
you are the man! I cant thank you enough!

Categories

Resources