• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [DEV] Continuing Triumph ICS Development

yumbrad have you figured it out yet?
You obviously now java better than i do.... So i think it would be a waste of time. If you cant get it I can give you TG's email and he can explain it to you just pm me for it.
 
Got this error. D:

Code:
make: *** No rule to make target `vendor/cm/proprietary/RomManager.apk', needed by `out/target/product/triumph/system/app/RomManager.apk'.  Stop.
make: *** Waiting for unfinished jobs....

What do I do?
 
As stated in the first post:
Rules:
Please do NOT ask questions on how to set up your environment here. Please use the CM7 or g60madman's guide.
Please use this thread only to discuss and help further along our ICS port on the Triumph.

Do NOT ask for an ETA.
Do NOT post any builds at this time if you are part of the team.


If you don't agree to these rules, please move along.

Please do not ask for downloads. Also, imo, it is probably best to just ignore such requests or link to the first post. As there is no need to pick on people who are itching to try it out themselves. :)

People are interested in the ROM, but at this point it is not in a releasable state. So just be patient, when it is releasable they will make sure everyone knows. If you cannot wait that long, there are links to instructions (also in the first post) on how to build it from source. :D

Just try to keep stuff focused on building ICS. The more tangential posts we have here, the more people have to dig through to get info on what is being done, and wasting time that could be spent getting it working. :(

Also posts regarding basic build issues might be better suited to the posts about setting up your environment. ;)


p.s. Sorry for interrupting the thread for this.
 
Got this error. D:

Code:
make: *** No rule to make target `vendor/cm/proprietary/RomManager.apk', needed by `out/target/product/triumph/system/app/RomManager.apk'.  Stop.
make: *** Waiting for unfinished jobs....

What do I do?


You forgot to do this part when you were setting up your environment:

4. Pulling Prebuilts

# cd ~/android/vendor/cm/
# ./get-prebuilts
# cd ~/android
 
Got this error. D:

Code:
make: *** No rule to make target `vendor/cm/proprietary/RomManager.apk', needed by `out/target/product/triumph/system/app/RomManager.apk'.  Stop.
make: *** Waiting for unfinished jobs....

What do I do?

You have to
cd vendor/cm/
then run get-prebuilts
 
You forgot to do this part when you were setting up your environment:

4. Pulling Prebuilts

# cd ~/android/vendor/cm/
# ./get-prebuilts
# cd ~/android
Thanks!!
Does it matter under which OS I pull prebuilts from? I run MIUI, should I run CM7 instead?
 
Thanks!!
Does it matter under which OS I pull prebuilts from? I run MIUI, should I run CM7 instead?

No... just run the commands as listed in the guide there. They don't come from your phone.

Edit: That's assuming that your work directory is ~/android/
If it's not, then put in your path to your work directory in place of that part.
 
Got mine to build for the first time (first try I built right after syncing a CM update 1/26/11 so it failed), only took 2h30m. About to flash and try out ics for the first time :D.

Edit: Just saw that mantera updated touchscreen drivers while I was building....

Depicts how I now feel
alg_computer_rage.jpg
 
Got mine to build for the first time (first try I built right after syncing a CM update 1/26/11 so it failed), only took 2h30m. About to flash and try out ics for the first time :D.

Edit: Just saw that mantera updated touchscreen drivers while I was building....

Depicts how I now feel
alg_computer_rage.jpg

That gave me a chuckle. If it's any consolation, I accidentally hosed my repo and so will need to spend the next few hours doing a resync myself...
 
Turning on the dev setting to show touches, it seems the driver is fast & responsive, but the Android OS is still slow to respond and sometimes ignores things.
 
As stated in the first post:


Please do not ask for downloads. Also, imo, it is probably best to just ignore such requests or link to the first post. As there is no need to pick on people who are itching to try it out themselves. :)

People are interested in the ROM, but at this point it is not in a releasable state. So just be patient, when it is releasable they will make sure everyone knows. If you cannot wait that long, there are links to instructions (also in the first post) on how to build it from source. :D

Just try to keep stuff focused on building ICS. The more tangential posts we have here, the more people have to dig through to get info on what is being done, and wasting time that could be spent getting it working. :(

Also posts regarding basic build issues might be better suited to the posts about setting up your environment. ;)


p.s. Sorry for interrupting the thread for this.
yea I tried the build thing and I lost connection and just wanted somewhat of a zip to atart helping devolope
 
Getting this error... Somebody working on the gps?



packages/apps/Settings/src/com/android/settings/cyanogenmod/CombinedBar.java:63: cannot find symbol
symbol : variable COMBINED_BAR_AUTO_HIDE
location: class android.provider.Settings.System
Settings.System.putInt(getActivity().getApplicationContext().getContentResolver(), Settings.System.COMBINED_BAR_AUTO_HIDE, value ? 1 : 0);
^
Reading library jar [/home/shane/android/out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/classes.jar]
Reading library jar [/home/shane/android/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar]
Reading library jar [/home/shane/android/out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/classes.jar]packages/apps/Settings/src/com/android/settings/LocationSettings.java:226: cannot find symbol
symbol : variable EXTERNAL_GPS_BT_DEVICE
location: class android.provider.Settings.Secure
Settings.Secure.EXTERNAL_GPS_BT_DEVICE);
^
packages/apps/Settings/src/com/android/settings/LocationSettings.java:229: cannot find symbol
symbol : variable EXTERNAL_GPS_BT_DEVICE
location: class android.provider.Settings.Secure
Settings.System.putString(getContentResolver(), Settings.Secure.EXTERNAL_GPS_BT_DEVICE,
^
packages/apps/Settings/src/com/android/settings/LocationSettings.java:234: cannot find symbol
symbol : method setGPSSource(java.lang.String)
location: class android.location.LocationManager
locationManager.setGPSSource(newPref);
 
CM is pushing updates to support external GPS dongles, probably in multiple places, so likely you only got part of the update.
 
Yeah, part of those updates is in frameworks/base which I won't be able to push up until I'm done resyncing/rebuilding my repo--which will probably take overnight.
 
I got this error :confused:
Code:
make: *** [out/host/darwin-x86/obj/EXECUTABLES/qemu-android-arm_intermediates/qemu-android-arm] Error 1
make: *** Waiting for unfinished jobs....
What to do?
 
I got this error :confused:
Code:
make: *** [out/host/darwin-x86/obj/EXECUTABLES/qemu-android-arm_intermediates/qemu-android-arm] Error 1
make: *** Waiting for unfinished jobs....
What to do?

What's the rest of the error? or you probably are in the same situation as konspiracy if you just did a repo sync earlier today.
 
What's the rest of the error? or you probably are in the same situation as konspiracy if you just did a repo sync earlier today.

It seems that was the rest of the error, here are a few lines before.
target Generated: libRS <= frameworks/base/libs/rs/rsgApiFuncDecl.h.rsg
target Generated: libRS <= frameworks/base/libs/rs/rsgApiStructs.h.rsg
target Generated: libRS <= frameworks/base/libs/rs/rsgApi.cpp.rsg
target Generated: libRS <= frameworks/base/libs/rs/rsgApiReplay.cpp.rsg
host Executable: dexdump (out/host/darwin-x86/obj/EXECUTABLES/dexdump_intermediates/dexdump)
true
host Executable: dexlist (out/host/darwin-x86/obj/EXECUTABLES/dexlist_intermediates/dexlist)
true
host Executable: edify (out/host/darwin-x86/obj/EXECUTABLES/edify_intermediates/edify)
true
host Executable: elftree (out/host/darwin-x86/obj/EXECUTABLES/elftree_intermediates/elftree)
true
host StaticLib: emulator-common (out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-common_intermediates/emulator-common.a)
host StaticLib: emulator-libqemu (out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-libqemu_intermediates/emulator-libqemu.a)
host StaticLib: emulator-target-arm (out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-target-arm_intermediates/emulator-target-arm.a)
host StaticLib: emulator-target-i386 (out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-target-i386_intermediates/emulator-target-i386.a)
host Executable: etc1tool (out/host/darwin-x86/obj/EXECUTABLES/etc1tool_intermediates/etc1tool)
true
host Executable: make_ext4fs (out/host/darwin-x86/obj/EXECUTABLES/make_ext4fs_intermediates/make_ext4fs)
true
host Executable: qemu-android-arm (out/host/darwin-x86/obj/EXECUTABLES/qemu-android-arm_intermediates/qemu-android-arm)
ld: illegal text reloc to DwarfCUImpl<Dwarf_CUHdr<Dwarf64_SizeHdr, unsigned long long>, unsigned long long>::get_pc_address_file_info(unsigned long long, Dwarf_AddressInfo*)from out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-libelff_intermediates/emulator-libelff.a(dwarf_cu.o) in DwarfCUImpl<Dwarf_CUHdr<Dwarf64_SizeHdr, unsigned long long>, unsigned long long>::get_pc_address_file_info(unsigned long long, Dwarf_AddressInfo*)for architecture i386
collect2: ld returned 1 exit status
make: *** [out/host/darwin-x86/obj/EXECUTABLES/qemu-android-arm_intermediates/qemu-android-arm] Error 1
make: *** Waiting for unfinished jobs....
bash-3.2#
 
Alrighty then i can wait. Do we have any changes to framework base anyways?
I can pull it from upstream if not right?
 
Alrighty then i can wait. Do we have any changes to framework base anyways?
I can pull it from upstream if not right?

Just one minor one but that shouldn't affect you I don' think. You can probably just pull from upstream if you don't want to wait.
 
Just one minor one but that shouldn't affect you I don' think. You can probably just pull from upstream if you don't want to wait.

well im just gonna try to get the home key working.
so im just gonna pull and then when you get it set back up i will resync.

Can you make one key do two things?
 
Mantera is there any guide you used to learn which files to fix, add, delete, etc. I have looked at the files, but am at a loss on how to change them.
 
Back
Top Bottom