Pull the Amazon Video APK - 7" Kindle Fire HD Q&A, Help & Troubleshooting

Can someone pull the amazon video apk from the latest kindle software on the 7". I'd like to see if it can run on my Nexus 7.

Seems that someone pulled it for another phone. Thread below.
http://forum.xda-developers.com/showthread.php?t=1352694
Direct Download: http://forum.xda-developers.com/attachment.php?attachmentid=784641&d=1321467251

stoute said:
Seems that someone pulled it for another phone. Thread below.
http://forum.xda-developers.com/showthread.php?t=1352694
Direct Download: http://forum.xda-developers.com/attachment.php?attachmentid=784641&d=1321467251
Click to expand...
Click to collapse
That looks like it's from the original KF (it's dated Nov 2011).. which only works on gingerbread.
Can someone please take a few min to copy out the files from /system/app and post them somewhere so the rest of us can tinker?

mikebeatrice said:
That looks like it's from the original KF (it's dated Nov 2011).. which only works on gingerbread.
Can someone please take a few min to copy out the files from /system/app and post them somewhere so the rest of us can tinker?
Click to expand...
Click to collapse
Hello,
Here you go. Do you need any other files as well.
Rsotbiemrptson

Rsotbiemrptson said:
Hello,
Here you go. Do you need any other files as well.
Rsotbiemrptson
Click to expand...
Click to collapse
Looks like we need the some Amazon settings app, too:
Code:
E/AndroidRuntime(15725): FATAL EXCEPTION: main
E/AndroidRuntime(15725): java.lang.NoClassDefFoundError: amazon/unifiedsettings/UnifiedSettingsHelper
E/AndroidRuntime(15725): at java.lang.Class.getDeclaredMethods(Native Method)
E/AndroidRuntime(15725): at java.lang.Class.getDeclaredMethods(Class.java:703)
E/AndroidRuntime(15725): at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:81)
E/AndroidRuntime(15725): at com.google.inject.internal.ProviderMethodsModule.configure(ProviderMethodsModule.java:73)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:232)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements.getElements(Elements.java:101)
E/AndroidRuntime(15725): at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133)
E/AndroidRuntime(15725): at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
E/AndroidRuntime(15725): at com.google.inject.Guice.createInjector(Guice.java:95)
E/AndroidRuntime(15725): at com.google.inject.Guice.createInjector(Guice.java:72)
E/AndroidRuntime(15725): at com.amazon.avod.guice.DependencyInjector.createInjector(DependencyInjector.java:71)
E/AndroidRuntime(15725): at com.amazon.avod.guice.DependencyInjector.getInjector(DependencyInjector.java:43)
E/AndroidRuntime(15725): at com.amazon.avod.provider.DependencyInjectedContentProvider.onCreate(DependencyInjectedContentProvider.java:21)
E/AndroidRuntime(15725): at com.amazon.avod.util.DBHelper.onCreate(DBHelper.java:191)
E/AndroidRuntime(15725): at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
E/AndroidRuntime(15725): at android.app.ActivityThread.installProvider(ActivityThread.java:4560)
E/AndroidRuntime(15725): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4190)
E/AndroidRuntime(15725): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4132)
E/AndroidRuntime(15725): at android.app.ActivityThread.access$1300(ActivityThread.java:130)
E/AndroidRuntime(15725): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1255)
E/AndroidRuntime(15725): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(15725): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(15725): at android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime(15725): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(15725): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(15725): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime(15725): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(15725): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(15725): Caused by: java.lang.ClassNotFoundException: amazon.unifiedsettings.UnifiedSettingsHelper
E/AndroidRuntime(15725): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
E/AndroidRuntime(15725): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime(15725): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime(15725): ... 29 more
W/ActivityManager( 356): Force finishing activity com.amazon.avod/.client.activity.HomeScreenActivity

Yes.. I've been waiting all year for this. This is the only thing missing from my Nexus 7. I hope we get this working soon.

sarumont said:
Looks like we need the some Amazon settings app, too:
Code:
E/AndroidRuntime(15725): FATAL EXCEPTION: main
E/AndroidRuntime(15725): java.lang.NoClassDefFoundError: amazon/unifiedsettings/UnifiedSettingsHelper
E/AndroidRuntime(15725): at java.lang.Class.getDeclaredMethods(Native Method)
E/AndroidRuntime(15725): at java.lang.Class.getDeclaredMethods(Class.java:703)
E/AndroidRuntime(15725): at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:81)
E/AndroidRuntime(15725): at com.google.inject.internal.ProviderMethodsModule.configure(ProviderMethodsModule.java:73)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:232)
E/AndroidRuntime(15725): at com.google.inject.spi.Elements.getElements(Elements.java:101)
E/AndroidRuntime(15725): at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133)
E/AndroidRuntime(15725): at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
E/AndroidRuntime(15725): at com.google.inject.Guice.createInjector(Guice.java:95)
E/AndroidRuntime(15725): at com.google.inject.Guice.createInjector(Guice.java:72)
E/AndroidRuntime(15725): at com.amazon.avod.guice.DependencyInjector.createInjector(DependencyInjector.java:71)
E/AndroidRuntime(15725): at com.amazon.avod.guice.DependencyInjector.getInjector(DependencyInjector.java:43)
E/AndroidRuntime(15725): at com.amazon.avod.provider.DependencyInjectedContentProvider.onCreate(DependencyInjectedContentProvider.java:21)
E/AndroidRuntime(15725): at com.amazon.avod.util.DBHelper.onCreate(DBHelper.java:191)
E/AndroidRuntime(15725): at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
E/AndroidRuntime(15725): at android.app.ActivityThread.installProvider(ActivityThread.java:4560)
E/AndroidRuntime(15725): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4190)
E/AndroidRuntime(15725): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4132)
E/AndroidRuntime(15725): at android.app.ActivityThread.access$1300(ActivityThread.java:130)
E/AndroidRuntime(15725): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1255)
E/AndroidRuntime(15725): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(15725): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(15725): at android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime(15725): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(15725): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(15725): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime(15725): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(15725): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(15725): Caused by: java.lang.ClassNotFoundException: amazon.unifiedsettings.UnifiedSettingsHelper
E/AndroidRuntime(15725): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
E/AndroidRuntime(15725): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime(15725): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime(15725): ... 29 more
W/ActivityManager( 356): Force finishing activity com.amazon.avod/.client.activity.HomeScreenActivity
Click to expand...
Click to collapse
Perhaps the same files that were required for the gingerbread version dump to work?

^^ I would imagine that this is the case; for ICS they would be MyAccount-unsigned.apk and com.amazon.dcp.apk, but I still get errors after moving these apks to System...

winsettr said:
^^ I would imagine that this is the case; for ICS they would be MyAccount-unsigned.apk and com.amazon.dcp.apk, but I still get errors after moving these apks to System...
Click to expand...
Click to collapse
Perhaps we need a dev's help then!
Sent from my ASUS Transformer Pad TF700T

Midnitte said:
Perhaps we need a dev's help then!
Sent from my ASUS Transformer Pad TF700T
Click to expand...
Click to collapse
Are these the files from the original Kindle? As stated above, the video program only works on gingerbread. Im actually surprised no one has started ripping apps from the new kindles. I'd kill for some ICS compatible apps.

straylight said:
Are these the files from the original Kindle? As stated above, the video program only works on gingerbread. Im actually surprised no one has started ripping apps from the new kindles. I'd kill for some ICS compatible apps.
Click to expand...
Click to collapse
You can download the most recent update bin for the Kindle Fire HD from Amazon. Here are the relevant files if anyone wants to try and analyze the logcat:
Sent from my Galaxy Nexus using Tapatalk 2

winsettr said:
You can download the most recent update bin for the Kindle Fire HD from Amazon. Here are the relevant files if anyone wants to try and analyze the logcat:
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
GAH youre a tease! Nothing was attached to your post! As for the bin file from amazon, I have a kindle fire original, and I have no idea how to extract apps from a BIN file.... Otherwise I would have done it myself.

Sorry about that, should be attached here (ICS versions). I use 7zip to pull the system folder from the bin.

Anyone is free to check out my logcat, but it looks like the ICS version of Amazon VOD is calling on UnifiedSettings and other modules that I would assume are located in the Kindle Fire HD Settings.apk, which might make this fairly impossible on other devices...

I don't see that class anywhere in Settings.apk. Actually i don't see any class in the Settings.apk.

This is the error:
E/dalvikvm( 3291): Could not find class 'amazon.unifiedsettings.UnifiedSettingsHelper', referenced from method com.amazon.avod.guice.TateModule.provideUnifiedSettingsHelper
W/dalvikvm( 3291): VFY: unable to resolve new-instance 14 (Lamazon/unifiedsettings/UnifiedSettingsHelper in Lcom/amazon/avod/guice/TateModule
I have no idea what TateModule is...
Sent from my Galaxy Nexus using Tapatalk 2

winsettr said:
This is the error:
E/dalvikvm( 3291): Could not find class 'amazon.unifiedsettings.UnifiedSettingsHelper', referenced from method com.amazon.avod.guice.TateModule.provideUnifiedSettingsHelper
W/dalvikvm( 3291): VFY: unable to resolve new-instance 14 (Lamazon/unifiedsettings/UnifiedSettingsHelper in Lcom/amazon/avod/guice/TateModule
I have no idea what TateModule is...
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
we should copy all of /system/app and un install apps one by one and see the dependency(s)
Sent from my KFTT using xda app-developers app

I was actually thinking it might be calling on a lib that other devices don't have, just a thought; I'm going to look into the latest bin again.
Sent from my Galaxy Nexus using Tapatalk 2

winsettr said:
I was actually thinking it might be calling on a lib that other devices don't have, just a thought; I'm going to look into the latest bin again.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I remember the gb version required silk and silk needed video
Sent from my KFHD of justice
Check out my kindle fire irc Freenode.net #KFTT

silk port
here is the silk port thread:
http://forum.xda-developers.com/showthread.php?t=1418480&page=22

Related

[WIP][Samsung Galaxy SII GT-I9100G][CyanogenMod from Source][Developers help needed!]

Hello,
I'm trying to build CyanogenMod 7 from scratch for my Galaxy S II(GT-I9100G) following this Wiki
http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II:_Compile_CyanogenMod_(Linux)
Click to expand...
Click to collapse
Does anybody hopefully have an idea, what the problem might be?
Here are the log file;
buildlog_12_03_2012.txt
cyanogen_galaxys2g.mk
Click to expand...
Click to collapse
Also no extract-files.sh script is available for my device. I Need the files for a CM7/CM9 Port.
I have Changed the title of the thread as it was misleading
-sayan- said:
Hello,
a newbie here,
I'm trying to build CyanogenMod 7 from scratch for my Galaxy S II(GT-I9100G) following this Wiki
Does anybody hopefully have an idea, what the problem might be?
Here are the log file;
Click to expand...
Click to collapse
Thank you for trying to dev for our G version!!
The cyanogen source are for the 9100 version, not for our 9100G.
Have you got the proprietary files from your current rom?
There is a script for that but it's made for the 9100 version so the files the script try to get aren't the same in our 9100G.
There is lot of work to do to modify this and I imagine some conf file in the compil routine to modify...
There is a lot of work. If you can make it you will be like a king for us
Anyway, if you need help to test some kind of things, I can try. I've tried to port a rom from a 9100 to a 9100G but stuck on some mistake and didn't find any help
I suggest to wait for ICS version to work on, what do you think of this?
Yup both are different bt procedure is same..
Got propitary files, and yeah I know there is lot of modification.
am working on cm 7.2 if successfull then i can try ICS for sure
lets hope
Pls Devs help mee to find out wheres my fault. and guide me to device and vendor folder.
Some possibles answer
`No rule to make target `xxx', needed by `yyy'.'
This means that make decided it needed to build a target, but then couldn't find any instructions in the makefile on how to do that, either explicit or implicit (including in the default rules database). If you want that file to be built, you will need to add a rule to your makefile describing how that target can be built. Other possible sources of this problem are typos in the makefile (if that filename is wrong) or a corrupted source tree (if that file is not supposed to be built, but rather only a dependency).
For that one I can't remember if this is in the proprietary file (if yes it doesn't have to be build so this is the error)
Edit: it appears we build "libaudio.so" from sources.
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \
vendor/samsung/c1-common/proprietary/libcamera.sobj/lib/libcamera.so \
vendor/samsung/c1-common/proprietary/libril.sobj/lib/libril.so \
vendor/samsung/c1-common/proprietary/libsecril-client.sobj/lib/libsecril-client.so \
vendor/samsung/c1-common/proprietary/audio/libaudio.sobj/lib/libaudio.so \
for antoher one
`warning: overriding commands for target `xxx''
`warning: ignoring old commands for target `xxx''
GNU make allows commands to be specified only once per target (except for double-colon rules). If you give commands for a target which already has been defined to have commands, this warning is issued and the second set of commands will overwrite the first set.
No explanation needeed I think.
Can you share you'r building files? As this I can help you more.
pereira6david said:
Some possibles answer
Edit: it appears we build "libaudio.so" from sources.
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \
vendor/samsung/c1-common/proprietary/libcamera.sobj/lib/libcamera.so \
vendor/samsung/c1-common/proprietary/libril.sobj/lib/libril.so \
vendor/samsung/c1-common/proprietary/libsecril-client.sobj/lib/libsecril-client.so \
vendor/samsung/c1-common/proprietary/audio/libaudio.sobj/lib/libaudio.so \
Click to expand...
Click to collapse
another problem is no "extract-files.sh" file is available for my device.
will actually donate if u get dis **** working
Sent from my GT-I9100G using XDA
-sayan- said:
another problem is no "extract-files.sh" file is available for my device.
Click to expand...
Click to collapse
Yes, the challange is to find all the proprietary files to be extracted, modified the script (the easiest thing) and modify all the build script to replace good file name regarding G version files.
I've modified this extract.sh to extract our files but with non G name to see if it can help me with some error but didn't help me so much. I've got a building error like your's.
I've seen we have different cpu, gpu, audio.
WiFi and Bluetooth chip seems to be the same, mount point are the same except for the external sd card.
After finding how to replace those file in compil, I guess conf file for G chip should be modified.
Correct me if I'm wrong or if you have find other things.
What I didn't understand is the variant of the powervr files with a number at the end, don't know what this mean.
I think there are not huge changes between 4460 & 4430, minor changes.
whats say ?
attachment of half edited extract-files.sh.
Hi,
I have this f**king G version too, and I'm interresed in helping such a CM port to that device.
I'm a developer, but I'm new in the Androïd world. How can I help ?
I can try to build at home, on my Fedora station.
Thanks.
Profitroll said:
Hi,
I have this f**king G version too, and I'm interresed in helping such a CM port to that device.
I'm a developer, but I'm new in the Androïd world. How can I help ?
I can try to build at home, on my Fedora station.
Thanks.
Click to expand...
Click to collapse
follow this wiki or search here in xda.
http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II:_Compile_CyanogenMod_(Linux)
Click to expand...
Click to collapse
use Ubuntu 10.04/11.10.
-sayan- said:
follow this wiki or search here in xda.
use Ubuntu 10.04/11.10.
Click to expand...
Click to collapse
And do not hesitate to ask us.
I'm not a developper, I'm just an "little advance linux user" loving to flash my phone so your help will be helpfull and we can exchange in french in PM for more precise things.
-sayan- said:
I think there are not huge changes between 4460 & 4430, minor changes.
whats say ?
attachment of half edited extract-files.sh.
Click to expand...
Click to collapse
I had a look to your modified extract file.
this file is a little bit different in 9100 than in 9100G /system/bin/BCM4330B1_002.001.003.0221.0264.hcd
The 9100 is 0265...
My modifications are "raw" the destination file is the same as the origin, only the origine file had different name
Trying to execute the original script gave us all the file wich have different name or didn't exist. I think those one had to be changed.
Am I true?
I think nearly all those files need to be changed.
CPU, GPU, audio too, we don't have a yamaha but it seems we had a ducati??
Attached is y extract file wich I had modified few day before, didn't make another try yet.
With this one I didn't have any extraction errors but I guess some file are missing.
yeah
mine was fully edited now. dont know whether it is right or wrong.
pereira6david said:
I had a look to your modified extract file.
this file is a little bit different in 9100 than in 9100G /system/bin/BCM4330B1_002.001.003.0221.0264.hcd
The 9100 is 0265...
Click to expand...
Click to collapse
already changed.
I think nearly all those files need to be changed.
CPU, GPU, audio too, we don't have a yamaha but it seems we had a ducati??
Attached is y extract file wich I had modified few day before, didn't make another try yet.
With this one I didn't have any extraction errors but I guess some file are missing.
Click to expand...
Click to collapse
Thnx for your effort.
Dont know what we had. galaxy nexus and ours both are same right ? may be minor changes.
SayaN said:
already changed.
Thnx for your effort.
Dont know what we had. galaxy nexus and ours both are same right ? may be minor changes.
Click to expand...
Click to collapse
Good, I will hae a look at your file.
Galaxy nexus S had a Samsung exinos.
I've find that we have some similarity with the motorola droid 3.
We really have to find what are the appropriate proprietary files.
pereira6david said:
Good, I will hae a look at your file.
Galaxy nexus S had a Samsung exinos.
I've find that we have some similarity with the motorola droid 3.
We really have to find what are the appropriate proprietary files.
Click to expand...
Click to collapse
one correction this device(I9100G) has ducati.
and yes droid 3, droid bionic, droid razr, droid razr max all are omap4430.
Here is my modified extract file. I've made some correction on your's.
I think I miss ducati libs.. don't know wich it is.
in /system/device/samsung/galaxys2/BoardConfig.mk , we have too find what is the "TARGET_BOARD_PLATFORM" wich is smdkv310 for 9100.
same for BOARD_FM_DEVICE but I guess it could be the same.
We need very detailled informations for our phone.
Do you know where to find it?
I have also building error
make: *** Pas de règle pour fabriquer la cible « out/target/product/galaxys2/system/lib/libaudio.so », nécessaire pour « out/target/product/galaxys2/system/lib/libaudioflinger.so ». Arrêt.
Sorry for the french message, but it says no rules to build libaudio necessary for libaudioflinger...
What I've noticed is that in the folder system/out/target/product/galaxys2/obj/lib/ libaudio.so appear while libaudioflinger not.
So I guess the problem came from here..
See the complet log file.

Apk recompile Error[SOLVED]

SOLVED
I think apktool.yml doesn't exist lol
"I have to go. It's just....they really need me." - Sora
SOLVED

[I9001][REQ][Kernel] 3.0.x I9001

Hi, I'm VisualTech48 and i own a Galaxy S Plus (I9001).
Our great Developers [Arco98, Ivendor, Doomsday98, Oisis, etc.] are developing ICS Roms and trying to make Jelly Bean too but we are missing a key element of this game.
It's the 3.0.x Kernel. We really need a good coder.
If anyone knows, or can help us code this kernel we are Ready to donate, and help by giving logs if even needed.
If we donate to someone, he/she must:
Help our devs with codeing
Give us a booting kernel
We have done allready a part of the project but we need help with codeing, that is why I even started this thread.
What has oisis done:
Added board-ariesve.c here:
arch/arm/mach-msm/board-ariesve.c
Included Ariesve board to Kconfig and Makefile.
Added missing files:
include/linux/fsa9480.h
arch/arm/mach-msm/include/mach/msm_reqs.h
Click to expand...
Click to collapse
Compilation error:
Code:
arch/arm/mach-msm/board-ariesve.c: In function 'pm8058_gpios_init':
arch/arm/mach-msm/board-ariesve.c:329: error: variable 'sdcc_det' has initializer but incomplete type
arch/arm/mach-msm/board-ariesve.c:330: error: unknown field 'direction' specified in initializer
arch/arm/mach-msm/board-ariesve.c:330: warning: excess elements in struct initializer
error, forbidden warning: board-ariesve.c:330
make[1]: *** [arch/arm/mach-msm/board-ariesve.o] Error 1
What needs to be done:
include and port file from 2.6.35.X - arch/arm/mach-msm/board-ariesve.c
include/find missing drivers for i9001
Click to expand...
Click to collapse
We whould really apriciate if someone can help us because this kernel can open a whole new page for our phone.
Thank you for reading this, VisualTech48
Original Thread: http://forum.xda-developers.com/showthread.php?t=1742976
Some help would be awesome. :good:
I'm sure that there is a good coder a there somewhere thats willing to help us.
Maybe we should but this topic in the Android General forum?
:good::good:
VisualTech48 said:
Hi, I'm VisualTech48 and i own a Galaxy S Plus (I9001).
Our great Developers [Arco98, Ivendor, Doomsday98, Oisis, etc.] are developing ICS Roms and trying to make Jelly Bean too but we are missing a key element of this game.
It's the 3.0.x Kernel. We really need a good coder.
If anyone knows, or can help us code this kernel we are Ready to donate, and help by giving logs if even needed.
If we donate to someone, he/she must:
Help our devs with codeing
Give us a booting kernel
We have done allready a part of the project but we need help with codeing, that is why I even started this thread.
What has oisis done:
Compilation error:
Code:
arch/arm/mach-msm/board-ariesve.c: In function 'pm8058_gpios_init':
arch/arm/mach-msm/board-ariesve.c:329: error: variable 'sdcc_det' has initializer but incomplete type
arch/arm/mach-msm/board-ariesve.c:330: error: unknown field 'direction' specified in initializer
arch/arm/mach-msm/board-ariesve.c:330: warning: excess elements in struct initializer
error, forbidden warning: board-ariesve.c:330
make[1]: *** [arch/arm/mach-msm/board-ariesve.o] Error 1
What needs to be done:
We whould really apriciate if someone can help us because this kernel can open a whole new page for our phone.
Thank you for reading this, VisualTech48
Original Thread: http://forum.xda-developers.com/showthread.php?t=1742976
Click to expand...
Click to collapse
amlandey87 said:
:good::good:
Click to expand...
Click to collapse
Please don't quote the whole post!
Not Truly Evil said:
Maybe we should but this topic in the Android General forum?
Click to expand...
Click to collapse
I was going to do it but I wrote this whole thread on my galaxy 3 (my galaxy s plus is at Samsung do to display problems) but I just couldn't copy it. I'll post it for about 1 h when I get back home.
nobody ?
I think they just dont like i9001
I made a new thread [Just copyed the original] To the android Q&A. Maybe we have more chance getting a reply :cyclops:
http://forum.xda-developers.com/showthread.php?p=31827050#post31827050
VisualTech48 said:
I made a new thread [Just copyed the original] To the android Q&A. Maybe we have more chance getting a reply :cyclops:
http://forum.xda-developers.com/showthread.php?p=31827050#post31827050
Click to expand...
Click to collapse
+1 good idea !

[Q] How to use the camera in burst mode programmatically ?

Hello,
I'm a n00b(1st post) so please let me know if this is the right place to ask as I was tempted to post Development.
If this is the wrong place then please let me know where/how should I post this.
I did search the forums and stackoverflow as best as I could and tried on my own but I am not making any progress.
I am trying to trigger the Xperia Z's camera in burst mode from code but I can't get to the functionality.
I've tried using the official Sony Add-on SDK(developer.sonymobile.com/knowledge-base/sdks/sony-add-on-sdk/install-the-sony-add-on-sdk/)but it doesn't provide the burst functionality.
Then I downloaded and tried to compile the AOSP(github.com/sonyxperiadev/device-sony-c6603) project but ran into errors:
Code:
First I ran into this:
build/core/main.mk:100: ************************************************************
build/core/main.mk:101: You are building on a case-insensitive filesystem.
build/core/main.mk:102: Please move your source tree to a case-sensitive filesystem.
build/core/main.mk:103: ************************************************************
build/core/main.mk:104: *** Case-insensitive filesystems not supported. Stop.
then I modified that makefile like so:
Code:
ifneq ($(HOST_OS),windows)
ifneq ($(HOST_OS)-$(HOST_ARCH),darwin-ppc)
# check for a case sensitive file system
# ifneq (a,$(shell mkdir -p $(OUT_DIR) ; \
# echo a > $(OUT_DIR)/casecheck.txt; \
# echo B > $(OUT_DIR)/CaseCheck.txt; \
# cat $(OUT_DIR)/casecheck.txt))
# $(warning ************************************************************)
# $(warning You are building on a case-insensitive filesystem.)
# $(warning Please move your source tree to a case-sensitive filesystem.)
# $(warning ************************************************************)
# $(error Case-insensitive filesystems not supported)
# endif
endif
endif
but then ran into another error:
Code:
host ObjC: emulator-arm <= external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.m
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:24,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:70,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
from external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.h:11,
from external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.m:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:73: error: conflicting types for ‘uint16’
external/qemu/fpu/softfloat.h:60: error: previous declaration of ‘uint16’ was here
make: *** [out/host/darwin-x86/obj/EXECUTABLES/emulator-arm_intermediates/distrib/sdl-1.2.15/src/main/macosx/SDLMain.o] Error 1
I'm using osx 10.8 and have both 10.7 and 10.8 sdks downloaded. I'm not sure how to resolve this issue though.
I've never build an os from source, so this is a bit intimidating now. I did snoop through the source code and found something very close what I need in frameworks/av/services/camera/libcameraservice as it contains a BurstCapture c++ class. I'm guessing this will be compiled as a shared library which will probably be accessed via JNI or something from an android .jar. Is my guess correct ? How can I compile the shared library and jar ?
I am interested in only the burst capture functionality. How can I get/use those libraries ? Do I need to compile the whole AOSP ? If so, how do I get past the make error ?
george.profenza said:
Hello,
I'm a n00b(1st post) so please let me know if this is the right place to ask as I was tempted to post Development.
If this is the wrong place then please let me know where/how should I post this.
I did search the forums and stackoverflow as best as I could and tried on my own but I am not making any progress.
I am trying to trigger the Xperia Z's camera in burst mode from code but I can't get to the functionality.
I've tried using the official Sony Add-on SDK(developer.sonymobile.com/knowledge-base/sdks/sony-add-on-sdk/install-the-sony-add-on-sdk/)but it doesn't provide the burst functionality.
Then I downloaded and tried to compile the AOSP(github.com/sonyxperiadev/device-sony-c6603) project but ran into errors:
Code:
First I ran into this:
build/core/main.mk:100: ************************************************************
build/core/main.mk:101: You are building on a case-insensitive filesystem.
build/core/main.mk:102: Please move your source tree to a case-sensitive filesystem.
build/core/main.mk:103: ************************************************************
build/core/main.mk:104: *** Case-insensitive filesystems not supported. Stop.
then I modified that makefile like so:
Code:
ifneq ($(HOST_OS),windows)
ifneq ($(HOST_OS)-$(HOST_ARCH),darwin-ppc)
# check for a case sensitive file system
# ifneq (a,$(shell mkdir -p $(OUT_DIR) ; \
# echo a > $(OUT_DIR)/casecheck.txt; \
# echo B > $(OUT_DIR)/CaseCheck.txt; \
# cat $(OUT_DIR)/casecheck.txt))
# $(warning ************************************************************)
# $(warning You are building on a case-insensitive filesystem.)
# $(warning Please move your source tree to a case-sensitive filesystem.)
# $(warning ************************************************************)
# $(error Case-insensitive filesystems not supported)
# endif
endif
endif
but then ran into another error:
Code:
host ObjC: emulator-arm <= external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.m
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:24,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:70,
from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
from external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.h:11,
from external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.m:9:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:73: error: conflicting types for ‘uint16’
external/qemu/fpu/softfloat.h:60: error: previous declaration of ‘uint16’ was here
make: *** [out/host/darwin-x86/obj/EXECUTABLES/emulator-arm_intermediates/distrib/sdl-1.2.15/src/main/macosx/SDLMain.o] Error 1
I'm using osx 10.8 and have both 10.7 and 10.8 sdks downloaded. I'm not sure how to resolve this issue though.
I've never build an os from source, so this is a bit intimidating now. I did snoop through the source code and found something very close what I need in frameworks/av/services/camera/libcameraservice as it contains a BurstCapture c++ class. I'm guessing this will be compiled as a shared library which will probably be accessed via JNI or something from an android .jar. Is my guess correct ? How can I compile the shared library and jar ?
I am interested in only the burst capture functionality. How can I get/use those libraries ? Do I need to compile the whole AOSP ? If so, how do I get past the make error ?
Click to expand...
Click to collapse
theres a Q&A forum... this should be on that section not in general section..
julianalexander said:
theres a Q&A forum... this should be on that section not in general section..
Click to expand...
Click to collapse
Is there a way to migrate this post there or should I repost on Q&A and delete this thread ?
Thanks !
george.profenza said:
Is there a way to migrate this post there or should I repost on Q&A and delete this thread ?
Thanks !
Click to expand...
Click to collapse
repost it on Q&A.. delete this thread.. just copy and paste on what you typed.. like edit ur post and copy/paste..
sent from my C6603 using xda app-developers app hit THANKS if Helped you
julianalexander said:
repost it on Q&A.. delete this thread.. just copy and paste on what you typed.. like edit ur post and copy/paste..
sent from my C6603 using xda app-developers app hit THANKS if Helped you
Click to expand...
Click to collapse
Thanks again! Shamefully n00b question: how do I delete this thread ?
(Edit/Delete seems to only do Edit, unless I'm missing something).
only mods can delete threads, and a mod could also just have migrated the whole thread. To me, it seems this could as well have been posted in development, as you seem to know what you are doing and are, in fact, developing. however Q&A is not wrong. I hope you find someone able to help.
Coirpre said:
only mods can delete threads, and a mod could also just have migrated the whole thread. To me, it seems this could as well have been posted in development, as you seem to know what you are doing and are, in fact, developing. however Q&A is not wrong. I hope you find someone able to help.
Click to expand...
Click to collapse
yes i agree, thats why im encouraging him to post this on Q&A since he started his thread with [Q]?.. and he knows what hes doing.. this would be a nice MOD if he posts this in right sections..
:good:
george.profenza said:
Thanks again! Shamefully n00b question: how do I delete this thread ?
(Edit/Delete seems to only do Edit, unless I'm missing something).
Click to expand...
Click to collapse
julianalexander said:
repost it on Q&A.. delete this thread.. just copy and paste on what you typed.. like edit ur post and copy/paste..
sent from my C6603 using xda app-developers app hit THANKS if Helped you
Click to expand...
Click to collapse
Coirpre said:
only mods can delete threads, and a mod could also just have migrated the whole thread. To me, it seems this could as well have been posted in development, as you seem to know what you are doing and are, in fact, developing. however Q&A is not wrong. I hope you find someone able to help.
Click to expand...
Click to collapse
There's no need to re post the same topic again in the Q/A section. OP can move this thread easily. Just hit Triangle icon at the top right and report.
Type Q/A and select "Thread Move or Maintenance".
@OP: Do not want to be Rude, but being a noob should not be an excuse. Everybody was noob once. Just read the rules once and you are good to go for the rest of the time u r going to spend in this forum. :good:
Always makes me laugh, people get so agitated by questions in the wrong section. Bigger things in the world to worry about....
Xperia Z

[CLOSED] Loading wifi kernel modules from postmarketos asus z00vd's firmware

So, I installed PostmarketOS on an old Asus z00vd Go but I can't make wifi work.
On the chat a guy checked for me the integrity of the image and said that all files needed were already there, but that I had to load kernel modules following these instructions and adapt the kernel modules files' name of the MT6589 chipset to mines (chipset MT6580).
Although, I can't really find the wifi files in my firmware... can somebody help me look it up?
Here are the files located at /sys/firmware/devicetree/base on my Asus z00vd:
https://we.tl/t-D9qbRVuV8T
Thank you in advance.
ordinaryschreiber Posts: 1Joined: Sun Mar 27, 2022 3:54 pm
Top
Nevermind, I figured I misread the topic and I'm posting this somewhere else.
ordinaryschreiber said:
Nevermind, I figured I misread the topic and I'm posting this somewhere else.
Click to expand...
Click to collapse
Reported. Just use the report button man.
MOD ACTION:
Thread closed since OP has posted another thread elsewhere.

Categories

Resources