[Q] DSP Manager conversion request - Desire Themes and Apps

Hi all,
Attached is the DSP manager for Villain Rom, when i try to install it on my sense desire 2.2 (Starburst) its giving parse error
is there anyone who can modify this for android 2.2, this version of DSP has enhanced functionality which we dont get with prior versions
any help is appreciated
regards
H

The DSPManager must be installed as systemapp afaik.
Either you put it into a flashable zip or push it with adb or copy it to system/app with root explorer and S-OFF

mate i have already got a DSP manager installed. I just want to replace it with this one.
Being it made for android 2.3 its not compatible with android 2.2
as i have no clue about development of android i hoped someone here could recompile this APK to be compatible for android 2.2

Don't know if it will work for you, but I edited the minSDKversion from 9 to 8 in AndroidManifest.xml.

thanks mate, i will check and let u know if this works
cheers for the effort
regards
H

it works mate, thanks a billion...
is there a possibility for you to show me how this can be done. perhaps a link to tutorial.
thanks again for your help.
Sent from my HTC Desire

oops, too quick to respond, it is force closing since I have rebooted my desire.
any suggestions?
Sent from my HTC Desire

can anyone help.... ?

anyone?
Sent from my HTC Desire using Tapatalk

come on guys
Sent from my HTC Desire

There may be other software dependencies that it relies on to function properly. If that isn't the reason, then you could try clearing the apps data/cache in settings-applications-manager applications and seeing what that does.
If you would still like to know what I did to make it work, I could write a quick guide later today of what I did.

I would like to know how you made it work, since I want to use it on my LG Optimus 2X but when I install the apk I got from the cyanogen CM7 .zip for another phone it doesn't work...

I think theres one more file for the cyanogen DSPmanager.
system\lib\soundfx\libcyanogen-dsp.so
Read from an Oxygen thread post that you need to put that file in too.
I have both .apk and .so files on my Desire with Oxygen and it works.

im using oxygen 2.0.3 and i would love the dsp manager, what files are required.....??

To make it work with froyo, I used apktool on the apk, then I opened up the AndroidManifest.xml with PSPad, I edited the android:targetSdkVersion to be 8 instead of 9 (8 is the SDK version for froyo), then I recompiled the apk with apktool, signed, and pushed/installed on the phone.
In the DSPManager.apk from CM7.0.0, you need to edit the line android:minSdkVersion to be 8.
I have no way of testing this (as I am using CM7 RC4 and do not feel like installing a froyo ROM or a ROM without DSPManager), but it has the .so file mentioned above and the DSPManager.apk from CM7.0.0. Flash the file in recovery, if for some reason it will not flash, then push the files with adb or use root explorer and set the permissions.
Code:
adb remount
adb push libcyanogen-dsp.so /system/lib/soundfx/libcyanogen-dsp.so
adb push DSPManager.apk /system/app/DSPManager.apk
adb shell reboot
http://bit.ly/gLGIxj
Let me know whether or not this works.

flashing the zip, the phone would freeze at the bootloader, but pushing the files it works a treat thank you so much, i can finally make use of my headphones.......

Well it seems we might be getting closer:
http://forum.xda-developers.com/showthread.php?p=12884327#post12884327
Has someone tested this yet? Someone uploaded the latest one with an edited .so file. Maybe someone can test if this works on 2.2.2. LG Optimus X2 without patched libaudioflinger.so?
Kind regards,
Xav...

i tried it but all i get is FC...
LG Revo. Android V 2.2.2

tracker01 said:
i tried it but all i get is FC...
LG Revo. Android V 2.2.2
Click to expand...
Click to collapse
I got the same problem Samsung Omnia 2 Android 2.2.2
Older versions work fine (I got that .so file already in it's place) I just want the one with more bass just like my friend has on his LG GT540 android 2.3.5

Related

Looking for HTC Stocks apk/widget

Hi im using Pays BS rom (2.0)
im keen to get a .zip for the htc stocks app
anyone know where i can get this ?
Maybe someone has one handy ?
Cheers
Here is the HTC Stocks apk and the widget that came with it.
This came from an Evo rom so I hope it works for you.
Any reason why I can't install on my HD2 running Froyo sense rom ?
s_john8686 said:
Any reason why I can't install on my HD2 running Froyo sense rom ?
Click to expand...
Click to collapse
Try pushing via ADB
application not installing?
Hi, when I am installing stock.apk and the widget it goes to the installer and just cancels on me I tried this multiple times and things aren't working for me. .
Any suggestions on how to fix this I really like the stock ticker option for the widget.
I am running Warm 2.2 rls5 on htc incredible with the stock ziggy kernal
Thank You:
Alexyaz
same here
I can start the installation and there is a processbar. But in the end it just says that the application has not been installed.
Is there a log file that could hint anything?
don't install it like a normal APK, copy it directly to /system/app with ADB or Root Explorer.
Swyped from my HTC Desire running LeeDrOiD 2.3d with Tapatalk.
How To install via ADB
* Restart your phone in recovery mode.
* Make sure you connected your phone to your machine
* Open console on your machine (any OS)
* Navigate to android sdk path (ex in windows- c:\dev\android-sdk\platforms-tools)
* Execute the following command,
>adb shell mount /system
>adb push <pathtoapk> /system/app
Click to expand...
Click to collapse
Voila! done.
Reboot from your recovery.
ukanth said:
How To install via ADB
* Restart your phone in recovery mode.
* Make sure you connected your phone to your machine
* Open console on your machine (any OS)
* Navigate to android sdk path (ex in windows- c:\dev\android-sdk\platforms-tools)
* Execute the following command,
Voila! done.
Reboot from your recovery.
Click to expand...
Click to collapse
can i install dhd stock HTc music app via above method.........
i am running rooted stock foryo updated on my desire.......
( some one told me that due to different version of htc sence we can not install)
BodenM said:
don't install it like a normal APK, copy it directly to /system/app with ADB or Root Explorer.
Swyped from my HTC Desire running LeeDrOiD 2.3d with Tapatalk.
Click to expand...
Click to collapse
I accidentally deleted this from the stock rom through Titanium and now I'm trying to get it back. I moved the APK to the /system/app folder with Root Explorer and it's still not showing up. I will try the ADB route tonight.
baker2gs said:
I accidentally deleted this from the stock rom through Titanium and now I'm trying to get it back. I moved the APK to the /system/app folder with Root Explorer and it's still not showing up. I will try the ADB route tonight.
Click to expand...
Click to collapse
Did you get this sorted?
I too copied the stocks.apk to /system/app via root explorer and rebooted my HD2. However, the stocks app has not showed up.
Maybe I missed something?
hello guys i know im late but
im trying to install HTC Stocks on a galaxy nexus rooted.
ive tried copying to system/app but no luck
i install via ADB i get
Failed [INSTALL_FAILED_MISSING_SHARED_ LIBRARY]
Can anyone help me please!
i really liked the HTC stocks
stock.apk
hi guys I use rempuzzle 4.1 on wildfire and I dont use stock.apk because when Im open thats application than this application get to stopped , I did try every way but I cannot solved, Can you help me for tha?t and thanks for helps to me .
Has anyone successfully installed this HTC stock app on their non-htc phones?
misbehave said:
Has anyone successfully installed this HTC stock app on their non-htc phones?
Click to expand...
Click to collapse
Don't think it will work for non sense roms.
Sent from my HTC Desire S using XDA Free mobile app

Adw Update?

I saw that ADW 1,01 is out and i want it...
So how do i instal/update it to v1.01? [and will all my preferences and settings,apps,etc be usable once i put on the 1.01?]
and plz be datailed about it,since ima noob with the android.ty
aca85 said:
I saw that ADW 1,01 is out and i want it...
So how do i instal/update it to v1.01? [and will all my preferences and settings,apps,etc be usable once i put on the 1.01?]
and plz be datailed about it,since ima noob with the android.ty
Click to expand...
Click to collapse
What version do you currently have?
Did it come with your rom or did you download it?
You can backup your settings (export) to your sdcard and restore (import) with the new version if by chance your settings are not preserved.
Im using CM 5.0.8 ,and it came with 0.8.9.
And how do i go about doing that export/import?
Either download link from your phone and install or download on PC put on SD card open file manager and install are easiest. Put it on a friends phone. Looks good. Backup and restore are in settings adw.
Sent from my HTC Magic using XDA App
Do a search for ADW.Launcher in the Market, it's there. Just make sure you have a period in between "ADW" and "Launcher."
Hey,
I'm interested in updating the ADW.Launcher version that came with my CM5.0.8 rom, but I don't know if it's OK to update through market or get the apk file and use "adb install" or find a zip file to flash...
Could anyone make some light in here pls?
Thanks!
I have tried downloading the apk file for my CM5x and MDPI device from Anderweb's page but when I tried to "adb install" I get...
INSTALL_FAILED_ALREADY_EXISTS
Can someone shed some light? Is there a way to update the ADW.Launcher that comes with a specific ROM version?
Tried using android commander?
Sent from my Chromatic Magic using XDA App
Since I'm new to this scene, what is the difference between the "adb install" method and using the Android Commander (which I need install)?
Would Astro help in this case, because I remember reading that has support for installing apk files?
I'd like to do this update as clean as possible.
Thank you for the reply!
PS: I have actually installed Android Commander and installed the ADW.Launcher apk for CM5x MDPI as an Update (wasn't sure what to chose between Private, Application or Update) and the installer said it was successful but after reboot I still have the old version 0.8.6
Any ideas?
U can download it put it on your sdcard and install with a file manager. Doesn't matter which way u go. Should work. Done it both ways
Sent from my Chromatic Magic using XDA App
I did it somewhat the way you said and installed it with Android Explorer as an update because the regular installation would fail with the error that the application already exists.
The problem is that the new version gets copied into /data/apps/ and I can start using it but after the first reboot it's not there anymore and I get back to the one that came with my CM5.0.8 rom which is in /system/apps/
I would really like to get a solution that would update the one in /system/apps/ which might be harder because it's a memory mapped version of the ROM and changes get lost after reboot.
Please correct me where I am wrong...
Have u tried goin to the market and installing it from there? It's like version 1.4.1 or something now
Sent from my Chromatic Magic using XDA App
place the file on your /sd.
adb push /sdcard/filename.apk /system/app
restart home or reboot phone.
I ended up installing the one from Market and making that the default launcher, but I would really like to just replace the one in the system folder - no need to keep 2 versions of the same app
I'll try the method NetrixTardis was suggesting.
U can do it through the terminal as well. Maybe removing the old one will solve it. Use the rm command in the terminal and see if u can do it that way. Ex.
$su (enter after each line)
#rm /system/app/(name of app.apk)
Then u can use cp command to copy the one from your sdcard.
Cp /sdcard/(app.apk) /system/app/
Someone correct me if I'm wrong in the lines
Sent from my Chromatic Magic using XDA App
hey johnson8cyl
I'll try that and let you know if it worked, should I copy it to the same name?
like /system/app/adwlauncher.apk is the name for the system app, while the Market installed one is org.adwlauncher....apk
do you guys know a good keyboard replacement and a way to configure the vibration alarm on my CM5.0.8? these are mostly the things I miss from my stock ROM
oh...forgot to mention the CM5.0.8 default camera does not have all the setting (like I can't set the ISO), is there one that does that trick?
thanks!
I'll answer the keyboard part. I've got Smart Keyboard installed and its a lot better than the stock Android one.
Sent from my HTC Magic using XDA App
U have to use the names exactly the one your removing and one your copying. Names have to be what u want to remove or copy. That make sense?
Sent from my Chromatic Magic using XDA App
Makes total sense to keep the same names only that I have this problem...
any ideas? kinda makes sense because that comes from the ROM and is mounted as read-only
# su
su
# pwd
pwd
/system/app
# rm -f ADWLauncher.apk
rm -f ADWLauncher.apk
rm: can't remove 'ADWLauncher.apk': Read-only file system
ps: I actually managed to fix this what was missing is "adb remount" to mount system partition read-write
So you figured it out? Were you able to get it removed and replaced?
Sent from my Chromatic Magic using XDA App

[Q] Need help reinstalling stock Twitter app

Okay, I rooted my N1 with Universal Androot and removed the stock Froyo Twitter app without backing it up. (Shame on me.) Now, I can't update to 2.2.1 because of it (a status 7 error complaining about not finding /system/app/Twitter.apk)
I have, at the advice of some other forum posts I've read, installed Twitter from Android Market and backed it up to the sd. Renamed it Twitter.apk and used the Terminal Emulator to copy it to /system/app. That worked and the file is there, but the update still will not apply. Do I also need a .odex file? Is there any way to update at this point?
Any help would be super appreciated. THANKS!
if this is the new twitter app would you be kindly enough to share it..lol
Sent from my Nexus One
grab it from an older update like from frf91 update.. then do adb push /system/app
if you cant do that...
put the twitter app in sdcard then go to terminal and do
cp /sdcard/twitter /system/app
reboot then apply it.. i had trouble with amazon and i did it that way and it worked well
ilostchild said:
put the twitter app in sdcard then go to terminal and do
cp /sdcard/twitter /system/app
reboot then apply it.. i had trouble with amazon and i did it that way and it worked well
Click to expand...
Click to collapse
That's exactly what I did. It didn't work.
I'd love to pull the app from a FRF91 build but I have no idea how that's done.
Flash a GAPPS update (try the on listed with CM6)
Sent from my Nexus One using XDA App
danger-rat said:
Flash a GAPPS update (try the on listed with CM6)
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
It looks as though I can't flash the GAPPS without unlocking the bootloader and installing a new recovery, correct? I'm really not that motivated if that's the case. I appreciate the information.
OK, just download the GAPPS, then use something like estrongs file manager to unzip to a folder of choice (with estrongs, longpress and select extract).
The Twitter apk will be in the extract folder/system/app. Just click the apk to install...
Sent from my Nexus One using XDA App
BTW, if you have root, you may as well install a custom recovery (without touching the bootloader).
Easy way with ROM Manager (has Clockworkmod and Amon-Ra), or use adb if you wanna learn something...
Sent from my Nexus One using XDA App
Thanks for the tips. I'll check it out tomorrow when I can make a data transfer. I am doubtful that installing from the zip will solve much since I already loaded the app and its already in the system folder.
could someone verify whether or not the Twitter app has a corresponding odex file that I might need?
I ran into the same problem when I removed Amazon Mp3, but I was impatient so I ended up reflashing the stock rom and then updating.
There is a thread that has all n1 updates look for it and download froyo fr91 update then unzip it go to system app and look for twitter apk then put in sdcard and do commands again .. I tried to do with market twitter and it failed so I did it the way I'm explained andnworkd
[SOLVED]
ilostchild said:
There is a thread that has all n1 updates look for it and download froyo fr91 update then unzip it go to system app and look for twitter apk then put in sdcard and do commands again .. I tried to do with market twitter and it failed so I did it the way I'm explained andnworkd
Click to expand...
Click to collapse
You sir, have saved my life. I swear I used that same exact Twitter.apk but I must not have. I used 3 different apks all with the same result but the one in the zip I found somewhere in this forum worked perfectly. I appreciate all the help and feel like such a 'tard for not trying something so seemingly simple earlier.
68pontiac said:
You sir, have saved my life. I swear I used that same exact Twitter.apk but I must not have. I used 3 different apks all with the same result but the one in the zip I found somewhere in this forum worked perfectly. I appreciate all the help and feel like such a 'tard for not trying something so seemingly simple earlier.
Click to expand...
Click to collapse
No problem man.. glad you got it working.. now reroot the phone and back up all the apps from then phone.. doin adb pull /system/app

Flashlight Preinstalled in Vodafone Froyo release

Hi,
Can anybody extract the APK for the LED Torch app preinstalled in Froyo?
I saw that the one include with Froyo on the Desire works with a Desire with Eclair. (But doesn't work with my Legend) So I would like to check if the one included in Froyo for the Legend will also work with the Legend on Eclair.
The package name is com.htc.flashlight
Thanks!
U don't have to wait....
Try this APP: Lamppu
But first u have to (Soft)root your Legend with (Universal Androot)
After that, install superuser APP. Now start Lamppu and allow superuser rights...
Now u can use your LED as torch.
Tried it self on my legend v.2.1
Sure about the name?
The only thing I found in the Modaco ROM was Flashlight.apk
Then again...I have no clue what I am doing
above file is not working
Yeah it doesn't install
Ok gentlemen, one more try.
Extracted, re-zipped and signed the apk using apk-manager.
Removed the system app from my phone using TitaniumBackup and installed the signed apk through Root Explorer.
Works for me. No guarantee that it does for any other ROM or Android version though.
Sorry for the video but I just found out how to do screencasts and love it
Its German but you should be able to understand it.
Notice that it is now uninstallable and listed as downloaded app.
denisman said:
Ok gentlemen, one more try.
Extracted, re-zipped and signed the apk using apk-manager.
Removed the system app from my phone using TitaniumBackup and installed the signed apk through Root Explorer.
Works for me. No guarantee that it does for any other ROM or Android version though.
Click to expand...
Click to collapse
Installed and ran for me in stock 2.1 but it didn't do anything with the flash when playing with it
Thanks for trying!
This one is installing correctly, and also loading correctly, but it doesn't light up the LED.
So it isn't working
Are you phones rooted?
First of all, you have to have deodexed apk and second, you need to set right permissions in sysfs.
Sent from my HTC Legend
BlaY0 said:
First of all, you have to have deodexed apk and second, you need to set right permissions in sysfs.
Sent from my HTC Legend
Click to expand...
Click to collapse
The apk is deodexed. As for the permissions. No clue how to set them right
Had to read up an hour last night just to learn enough to extract it. Big newbie here hehe. Guess I'll check some threads about sysfs permissions and try it again later.
Sysfs is everything under /sys directory. File /sys/class/leds/flashlight/brightnes should have read-write permission set for everyone.
Sent from my HTC Legend
BlaY0 said:
Sysfs is everything under /sys directory. File /sys/class/leds/flashlight/brightnes should have read-write permission set for everyone.
Sent from my HTC Legend
Click to expand...
Click to collapse
Ahhh thanks! I guess I understand now.
Ok I just flashed whitetigerdk's rev03 ROM which is a rooted 2.03 ROM.
Than I did the following in adb shell:
Code:
chmod 777 /sys/class/leds/flashlight/brightness
checked permissions with:
Code:
cd /sys/class/leds/flashlight
ls -l
and it has rw permission for everyone now.
Code:
-rwxrwxrwx root root 4096 2010-12-01 16:29 brightness
Problem is, that booting the phone resets the permissions.
EDIT:
I just repeated the procedure while the phone was booted in normal mode.
Permissions successfully changed AND flashlight is working correctly, including all three different light settings!
Still, a reboot resets the permissions.
Guess I have to find a way to make this change permanent now and all is done
Hah so cool. Never used chmod or any other linux command until today. Had to google everything while I was testing. Nice how much one can learn here.
Another EDIT:
Found something else that is interesting.
http://developer.android.com/reference/android/Manifest.permission.html#FLASHLIGHT
Would adding this to the AndroidManifest.xml help aswell? I'd do it myself but I have to work soon. Just tried it decoding the xml with AXMLPrinter and adding it. Unfortunatly I don't know how to save the xml in the right format again and just saving it corrupts the apk. If noone else wants to give it a try I'll check back after work.
denisman said:
Still, a reboot resets the permissions.
Click to expand...
Click to collapse
Yeah... this is done via init.rc which is inside initrd image. So you have two options... tweak init.rc (you would need to unpack boot.img image and extract initrd image, edit init.rc, make new initrd image and construct back boot.img... this can all be done in one swoop with dsixda's kitchen) or make a script that is run every boot (we are doing it via run-parts which also requires editing of init.rc... once again dsixda's kitchen can add this functionality in a single swoop)...
As for "android.permission.FLASHLIGHT" I'm not sure about it as I can see that HTC is doing it avoiding it (setting permissions to 666 by default in FroYo)...
If you want decoding/encoding xmls use ApkManager. It's a nice CLI tool that can decompile and compile apks back...
You are quite a fast learner, congrats.
Back home Got pretty late.
I don't actually need this since I am running a rooted Froyo ROM anyways but thought it would be an interesting task to get this working for others to easily use it and for me to learn more about Android. The first option sounds like it would require a bit too much end-user activity and would be limited to a certain set of ROMs if I understand it correctly.
Leaving the second and third option as the most user-friendly ones I guess.
I will read up more on init.rc and ways to script for it tomorrow. Sounds like a very powerful "tool" to know.
For now I will concentrate on the XML. Might be the most comfortable and ROM-independent way if I get it to work.
BlaY0 said:
As for "android.permission.FLASHLIGHT" I'm not sure about it as I can see that HTC is doing it avoiding it (setting permissions to 666 by default in FroYo)...
If you want decoding/encoding xmls use ApkManager. It's a nice CLI tool that can decompile and compile apks back...
Click to expand...
Click to collapse
Used Apk Manager to extract, zip and sign the apk in the first place. Really nice tool. Just didn't find an option to convert the xml from binary to readable, that's why I used AXMLPrinter2.jar which can do the conversion one-way but not back to binary.
I'll find a way
Thanks again for the input! Helped me a lot!

[Script] AutoInstall new camera [Hastarin 8.5.1 + new cam libs]

Mods: If you think this should go in general section feel free to move it, thanks.
I built a script that will install the new camera (nexus based), it will replace all necessary files to get the camera working as well as hastarins 8.5.1 modules (to get wifi working and all) and finally liblights and libhtc_ril_wrapper (might be overkill, but it works)
Instructions: Unzip CamScript folder to SD Card (anywhere is fine) and then as su (adb shell or terminal emulator, anything you use to run bash scripts is ok) run cam_install.sh
Note: It will replace zImage in either /sdcard/HD2ONE or /sdcard/Android; it will not work if you have a kernel in a folder different to those so edit your startup.txt file if necessary.
Credit goes to hastarin for the kernel and camera files
-OCM
V1.5: Everything should work now, i've tested on stock HD2ONE_Latest. Backup versions of all modified files are saved in /data/cam_backups.
Good job
Sent from my HTC HD2
Thanks for the script,
Noticed that in the Replace_Libs function you copy liboemcamera.so to libcamera.so.old overwriting the other libcamera.so.old!!
I'm guessing you don't want to do that??
I've just tried this on my JDMS 1.5 that already had Hastarin8.5.1 old camera and my Andorid wouldn't reboot.
Anyone got any tips on troubleshooting non-restarting phones??
I've got the HTC splashscreen and I can adb into the phone but from there on I'm a bit lost.
bobjbain said:
Thanks for the script,
Noticed that in the Replace_Libs function you copy liboemcamera.so to libcamera.so.old overwriting the other libcamera.so.old!!
I'm guessing you don't want to do that??
I've just tried this on my JDMS 1.5 that already had Hastarin8.5.1 old camera and my Andorid wouldn't reboot.
Anyone got any tips on troubleshooting non-restarting phones??
I've got the HTC splashscreen and I can adb into the phone but from there on I'm a bit lost.
Click to expand...
Click to collapse
try chmod -R 777 /system/lib/*
bobjbain said:
Thanks for the script,
Noticed that in the Replace_Libs function you copy liboemcamera.so to libcamera.so.old overwriting the other libcamera.so.old!!
I'm guessing you don't want to do that??
I've just tried this on my JDMS 1.5 that already had Hastarin8.5.1 old camera and my Andorid wouldn't reboot.
Anyone got any tips on troubleshooting non-restarting phones??
I've got the HTC splashscreen and I can adb into the phone but from there on I'm a bit lost.
Click to expand...
Click to collapse
Same problem here...i've tried your script on the HD2ONE 0.3.3 Rc2 version. I've followed all the instructions and now im stuck on the green HTC logo.....Can you please tell me how to Manually apply this script because i think it doesnt work properly....thanks
I don't think this fix is going to work with build that is based on cm6 .1 rc2 because it gets boot loops on the htc screen. I will still give this fix a try and report back....
Edit
Tried it and it did not work for me, black screen on the camera...
atoore said:
Those new builds that is based on cm6.1 rc2 wont work with any new kernels with the new drivers. I will try this fix and report back...
Click to expand...
Click to collapse
What do u mean??
ocm7 reported he succefully applied new camera drivers to the HD2ONE_latest build that is based on the cm6.1 rc2...
Any solutions????
Working on it, shouldnt take more than a few minutes
ocm7 said:
Working on it, shouldnt take more than a few minutes
Click to expand...
Click to collapse
Really thanks, anyway tomorrow (now its late night here) i'm going to reinstall the latest HD2ONE build and then applying your script again (still if you told me how to manually add all the stuff it would be better for me)
Uploaded the fixed version, worked on stock HD2ONE_Latest, so it *should* work on other builds but i cant guarantee this. If you're stuck on boot screen you can try running this new script and see if it works, if it doesnt replace system.ext2 with stock from your build then run the script. Sorry about the initial errors...
So, I used your 1.5 script and this time managed to reboot back into Android.
Everything seemed fine except that my camera still had a green tinge when used with the flash.
THEN I realised that I still had the root directory in the Android folder. So assumed/guessed that the libs were being oerwritten by those in the root folder.
So I renamed root to root_old, re-ran your script, rebooted.
Hung like a mule!!
Restoed original JDMS 1.5 system.ext2, rebooted fine.
Except now my accounts don't sync, my camera takes a picture then hangs
I will get it all back thanks to Titanium Backup
--
Looking at your script it's what I've always been doing to install new Kernels. The green tinge was there when I first tried Hasatrin 8.5.1
The only thing that you do different is include a build.prop file (which is wildly different from mine BTW).
So, my question, is it something in the build.prop that is stopping the grren tinge? If so, what??
TIA
as far as i know, this new lib file in CM or MIUI build make camcorder freeze..does it? or does it not?
I have a weird problem: when i'm in terminal emulator, then su (#), but when i try to type run cam_install.sh it says....run: not found......i think it doesnt recognize the run command..is it possibile??
Is there a way to avoid using this script and SIMPLY manually put all the needed files in the correct directories??
Thanks in advance!!!
P.S. I'm doing that in a HD2ONE stock unmodified latest build...
clockcycle4mobile said:
I have a weird problem: when i'm in terminal emulator, then su (#), but when i try to type run cam_install.sh it says....run: not found......i think it doesnt recognize the run command..is it possibile??
Is there a way to avoid using this script and SIMPLY manually put all the needed files in the correct directories??
Thanks in advance!!!
P.S. I'm doing that in a HD2ONE stock unmodified latest build...
Click to expand...
Click to collapse
Try
Code:
./cam_install.sh
there is no 'run' command in linux. Programs are executable and are run by just typing their name.
Of course the file has to be chmod'd to be executable too, but the ./ gets around that mostly.
It didn't work with HD2ONE-0.3.3.RC2
Just stuched in HTC welcome page
bobjbain said:
Try
Code:
./cam_install.sh
there is no 'run' command in linux. Programs are executable and are run by just typing their name.
Of course the file has to be chmod'd to be executable too, but the ./ gets around that mostly.
Click to expand...
Click to collapse
Thanks, i've done everything....android rebooted correctly but black screen on camera application...
ocm7 tell me how you made the camera application work properly....i tried and didn't work...
Mine says on every file "file not found" or something like that.
lesjaw said:
as far as i know, this new lib file in CM or MIUI build make camcorder freeze..does it? or does it not?
Click to expand...
Click to collapse
It does if you record on the highest setting (720p)
hhhawasly said:
It didn't work with HD2ONE-0.3.3.RC2
Just stuched in HTC welcome page
Click to expand...
Click to collapse
Worked perfectly for me on a stock system, are you sure all the files got copied right (no errors printed)?
clockcycle4mobile said:
Thanks, i've done everything....android rebooted correctly but black screen on camera application...
ocm7 tell me how you made the camera application work properly....i tried and didn't work...
Click to expand...
Click to collapse
Since everyone is having such a hard time getting it to work here are the manual instructions:
Replace your current kernel with hastarins 8.5.1
Replace Camera.apk in /system/app
Replace libcamera.so, liboemcamera.so, libOmxCore.so, libOmxVdec.so, libOmxVidEnc.so in /system/lib
Optional but recommended: replace lights.qsd8k.so in /system/lib/hw and rename or remove /system/lib/hw/lights.htcleo.so also replace libhtc_ril_wrapper.so in /system/lib
replace bcm4329.ko, tun.ko and cifs.ko in /system/lib/modules
place 99complete in /system/etc/init.d and chmod it to 755 (important!)
replace build.prop to fix green tint (I got it from the green tint fix thread and just replaced some lines to match CM6)
reboot
Also, i said these libs were nexus based so if your build is desire based it simply wont work
ocm7 said:
It does if you record on the highest setting (720p)
Worked perfectly for me on a stock system, are you sure all the files got copied right (no errors printed)?
Since everyone is having such a hard time getting it to work here are the manual instructions:
Replace your current kernel with hastarins 8.5.1
Replace Camera.apk in /system/app
Replace libcamera.so, liboemcamera.so, libOmxCore.so, libOmxVdec.so, libOmxVidEnc.so in /system/lib
Optional but recommended: replace lights.qsd8k.so in /system/lib/hw and rename or remove /system/lib/hw/lights.htcleo.so also replace libhtc_ril_wrapper.so in /system/lib
replace bcm4329.ko, tun.ko and cifs.ko in /system/lib/modules
place 99complete in /system/etc/init.d and chmod it to 755 (important!)
replace build.prop to fix green tint (I got it from the green tint fix thread and just replaced some lines to match CM6)
reboot
Also, i said these libs were nexus based so if your build is desire based it simply wont work
Click to expand...
Click to collapse
Well I've done every single step you wrote but still camera app is totally black after reboot.....this is very weird since i've used the same build you used (nexus based) but my result is so different from yours....

Categories

Resources