Hey guys,
I made an flashable zip of the faves.apk file, which i took from robociks MT4G port. Flashed it to /system/apps and everything works fine on Lambros r4. I wanted to get the faves widget too on my rom and flashed FavesWidget.apk to same location as Faves.apk, but I can't add the widget, it does not appear! Any ideas to get that working?
Thx
Sturmtief said:
Hey guys,
I made an flashable zip of the faves.apk file, which i took from robociks MT4G port. Flashed it to /system/apps and everything works fine on Lambros r4. I wanted to get the faves widget too on my rom and flashed FavesWidget.apk to same location as Faves.apk, but I can't add the widget, it does not appear! Any ideas to get that working?
Thx
Click to expand...
Click to collapse
Try pushing or installing via ADB. Might work out better.
I'll try, thx!
MT4G Dialer on Sense HD Roms
Is it possible to do the same with the dialer??
The dialer should work just fine. Nandroid backup and push the new one over to test.
MT4G Dialer on Sense HD Roms
I tried to install the dialer via Adb but give this! Im still a newbie so i think that something is missing!
D:\android-sdk-windows\tools>adb install -s htcdialer.apk
876 KB/s (1008143 bytes in 1.123s)
pkg: /sdcard/tmp/htcdialer.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
zHk3R said:
Try pushing or installing via ADB. Might work out better.
Click to expand...
Click to collapse
adb install failed because of this:
Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]
and adb push has the same result as flashing the apk in recovery!
Any other ideas? Would be cool to have that widget!
Thx!
Related
Hi there,
I tried running the Camera from Haykuro's build on my image.
After copying libcamera.so libqcamer.so and libcameraservice.so to /system/lib and changing the Camera.apk in /system/app my Camera and Camcorder disapperead, somebody can tell me the trick?
I don't know what image you are running, but it isn't that simple. The HTC camera.apk requires lots of htc frame work libraries to work. You will have to edit and repack your own boot image to include the com.htc*.jar libraries into class path, and the add and replace some of those libraries to your image. It will require lots of time to test and debug what is missing. It definitely isn't as simple as replacing few .so files and the apk. By the way I couldn't get it to work either but I gave up when I realized I had to rebuild boot.img. Haykuro will probably be able to get it to the adp 1.5 image soon.
I have read somewhere where Haykuro posted this to use H build cam. He did state that it's not quite 100% working and that he'll add this to the new 1.5H build.
adb shell reboot recovery
adb shell mount /system
adb shell rm /system/app/Camera.apk
adb shell rm /system/lib/*cam*.so
adb push libcamera.so /system/lib
adb push libcameraservice.so /system/lib
adb push libqcamera.so /system/lib
adb push Camera.apk /system/app
adb push HTC_Gallery.apk /system/app
adb shell reboot
t4c said:
Hi there,
I tried running the Camera from Haykuro's build on my image.
After copying libcamera.so libqcamer.so and libcameraservice.so to /system/lib and changing the Camera.apk in /system/app my Camera and Camcorder disapperead, somebody can tell me the trick?
Click to expand...
Click to collapse
Hi there,
Thanks for your replay.
I got cam working but got bad problems with force close everytime I try to make some settings. After some tries the camera won't come back up again, what I did:
copy system/lib/*cam* to my build
Camera.apk
HTC_gallery.apk
modified /system/etc/permission/platform.xml for finding the pimlib.
t4c said:
Hi there,
Thanks for your replay.
I got cam working but got bad problems with force close everytime I try to make some settings. After some tries the camera won't come back up again, what I did:
copy system/lib/*cam* to my build
Camera.apk
HTC_gallery.apk
modified /system/etc/permission/platform.xml for finding the pimlib.
Click to expand...
Click to collapse
If you wouldn't mind, send me your platform.xml ([email protected]) I'm 90% sure I know how to fix it to work. Db files are usually the root of all force closes. Settings, acore, messaging... if you have a db with variables that don't exist or missing ones that were added to the apk a crash occurs. I am pretty sure I know what files to fix and we can pack an apk for this...
Hey Twistedumbrella,
thank for your answer and your help, I just sent the xml file.
I am very excited...
Regards
I'd love to get the HTC camera working on the JF 1.5 build. All the camera image adjustments were great. Lemme know if you need someone to test things.
Please Post The steps & Platform.xml Whatever U Did
I am Gona Make A Seperate Thread Of All The apps Ported From Haykuro's Sapphire Builds To JF 1.5
I have Currently Ported The H-Virtual Keyboard To JF 1.5
Yeah i have been waiting for someone to do this...
if you need tester i will gladly do it... =D
ATM I wait for twistedumbrella, he got the cam working but I am completly stuck with this thing.
H cam will make photos but if I try to configure something the cam close forces all the time.
t4c said:
ATM I wait for twistedumbrella, he got the cam working but I am completly stuck with this thing.
H cam will make photos but if I try to configure something the cam close forces all the time.
Click to expand...
Click to collapse
Packing it into an update and testing as we speak
I got the force close problem.
Does anyone find out how to fix it ?
I am running JF 1.5, I push all the .so files also add files into /system/framework
and replace the platform.xml with the one online said for the JF 1.5 HTC app.
The camera will run into a Gray mode, and if I clicked on any icons it will show "force closed"....
I've been using the 2.1 DarchDroid rom since it's second version and have some stuff I really love like the keyboard, the new dialer and of course the lockscreen.
I just flashed the new Fresh 2.1v2 rom and really like the full feature set but would like to replace the keyboard, dialer and lockscreen with the ones from DarchDroid.
I tried just pulling out the LatinIME.apk and installing it but it failed to install. Is there something more I need to know about moving those three things between roms?
giovannizero said:
I tried just pulling out the LatinIME.apk and installing it but it failed to install. Is there something more I need to know about moving those three things between roms?
Click to expand...
Click to collapse
try:
adb remount
adb push blah.apk /system/app/
adb reboot
giovannizero said:
I've been using the 2.1 DarchDroid rom since it's second version and have some stuff I really love like the keyboard, the new dialer and of course the lockscreen.
I just flashed the new Fresh 2.1v2 rom and really like the full feature set but would like to replace the keyboard, dialer and lockscreen with the ones from DarchDroid.
I tried just pulling out the LatinIME.apk and installing it but it failed to install. Is there something more I need to know about moving those three things between roms?
Click to expand...
Click to collapse
the keyboard with the voice commands is VoiceSearchWithKeyboard.apk in /system/app
I´ve got it working now
first "mount /system" in adb and then:
adb push "directory of the file you loaded"/com.htc.resources.apk /system/framework
and
adb push "directoryof the file you loaded"/Rosie.apk /system/app/
ONLY for 2.1 Sense Roms
v1 first Resease
v1.1 fixed Delete Buttom in Bar
Download :
Resource File
http://www.4shared.com/file/KzDXk56n/comhtcresources.html
Rosie.apk (fixed)
http://www.4shared.com/file/48iRNchL/Rosie.html
Push via adb?
Would love to try this out, but adb has been a massive fail recently
-------------------------------------
Sent via the XDA Tapatalk App
just push via adb... it works 100% first open shell and mount /system and then push the files as descriped in first post.
Go to shell?
Kind of a newbie when it comes to codes and commands, just need a push in the right direction
-------------------------------------
Sent via the XDA Tapatalk App
I´ve editet the first post. you have to push in adb while the desire must be in recovery mode.
"adb push "directoryof the file u loaded"/com.htc.resource.apk /system/framework"
Don't you mean com.htc.resources.apk?
Works great here.
yeah it's working, very beautiful, big thanks,
but there is a little bug when we delete a shorcut from the desktop...
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Click to expand...
Click to collapse
Youd be a legend if you could
-------------------------------------
Sent via the XDA Tapatalk App
This is an awesome mod... makes Sense UI a little more bearable lol.
Thanks
Is it works on 2.2 Defrost rom?
Is it works on 2.2 Defrost rom?
Click to expand...
Click to collapse
Whaaaaaaaaaaaaaaaat? This is a mod for Sense UI. So no.
-------------------------------------
Sent via the XDA Tapatalk App
Very nice work mate!
Thaaaaaaank you mate!
EDIT: Ok my zips did not work...
How does this mod show you which of the seven home screens you're on?
I don't see the little green trackbar that's on the original phone and programs button.
Meh that's a minor detail though isn't it.
Well, yeah it is. But I just got my desire and I'm planning on designing some themes for it. Just trying to work out what can be skinned and what can't.
Have some ideas on what I would change the green trackbar to but none yet as to how to change it!
would it be possible to edit the right shortcut? instead of add widget a internet link would be nice
best solution for me would a froyo like implement with
------------------------------
|phone| launcher |web|
------------------------------
the zip file doesnt work
Does anyone know where i can get the Desire's default live wallpaper for download? I've got Froyo and I liked that bubbles wallpaper.
Cheers,
Not 100% but it's probably the same as everything from Sense, you need to be running Sense to use them
donald-c said:
Not 100% but it's probably the same as everything from Sense, you need to be running Sense to use them
Click to expand...
Click to collapse
Hmm, i certainly hope not. I hope its just an app like any other live wallpaper.
anybody care to prove me wrong
alienwolf426 said:
Hmm, i certainly hope not. I hope its just an app like any other live wallpaper.
anybody care to prove me wrong
Click to expand...
Click to collapse
It's in the livewallpapers.apk. I replaced the one in DJDroid with the one from cyanogenmod6 and that worked. So I'm sure you can use the one from the leaked sense 2.2 rom in any random Froyo rom.
Edit:
I have attached the Livewallpaper files from DjDroid for you.
vrmp said:
It's in the livewallpapers.apk. I replaced the one in DJDroid with the one from cyanogenmod6 and that worked. So I'm sure you can use the one from the leaked sense 2.2 rom in any random Froyo rom.
Edit:
I have attached the Livewallpaper files from DjDroid for you.
Click to expand...
Click to collapse
Thanks for that.
So what do i do? just adb push the file to /system/app?
i should probably backup my old livewallpapers.apk eh?
alienwolf426 said:
Thanks for that.
So what do i do? just adb push the file to /system/app?
i should probably backup my old livewallpapers.apk eh?
Click to expand...
Click to collapse
Yep, like you said. Backup the current files and push the new ones to /system/app
vrmp said:
Yep, like you said. Backup the current files and push the new ones to /system/app
Click to expand...
Click to collapse
Thank you sir, I'll try it when i get home. will update if i run into any problems
alienwolf426 said:
Thank you sir, I'll try it when i get home. will update if i run into any problems
Click to expand...
Click to collapse
Your welcome, hope it works
i tried to adb push the files, and i got this error
failed to copy 'LiveWallpapers.apk' to '/system/app/LiveWallpapers.apk': Read-only file system
any ideas. I'm using DeFrost 2.0a, so I've got root access
alienwolf426 said:
i tried to adb push the files, and i got this error
failed to copy 'LiveWallpapers.apk' to '/system/app/LiveWallpapers.apk': Read-only file system
any ideas. I'm using DeFrost 2.0a, so I've got root access
Click to expand...
Click to collapse
You need to push it from recovery since you can't get read/write access on the desire because of the weird root.. so just reboot into recovery "adb shell mount /system" then "adb push ...."
that worked, but i don't think the zip file you attached had the bubbles live wallpaper from stock desire ... thanks though
alienwolf426 said:
that worked, but i don't think the zip file you attached had the bubbles live wallpaper from stock desire ... thanks though
Click to expand...
Click to collapse
Oh wait.. I think you are right, could be I replaced them in the ROM with another one. I don't have the original file anymore, so maybe you can download the DjDroid file yourself and see if it works that way.
Good luck
Ok, I'll give it a shot when i get home tonight, don't have the usb cable at work or i'd give it a shot right now
after some google searching i found this thread in the nexus one forum (didn't even think to search in there :s)
http://forum.xda-developers.com/showthread.php?t=647837&page=10
apparently, the sense wallpaper isn't in the livewallpaper.apk but in the mode10wallpaper.apk, and you need multiple libraries.
I'm going to grab the necessary files from DJDroid's rom and will give it a shot , if it works I'll post the files i pushed here
alienwolf426 said:
after some google searching i found this thread in the nexus one forum (didn't even think to search in there :s)
http://forum.xda-developers.com/showthread.php?t=647837&page=10
apparently, the sense wallpaper isn't in the livewallpaper.apk but in the mode10wallpaper.apk, and you need multiple libraries.
I'm going to grab the necessary files from DJDroid's rom and will give it a shot , if it works I'll post the files i pushed here
Click to expand...
Click to collapse
Found same link from google.Tedted on Deftost 2.0a ,but don't work...
vivmar said:
Found same link from google.Tedted on Deftost 2.0a ,but don't work...
Click to expand...
Click to collapse
no it wont, cause apparently the files attached in that forum are for 2.1 roms, not 2.2
So....no chance?
vivmar said:
So....no chance?
Click to expand...
Click to collapse
well, i'm going to try pushing the files from DJ's 2.2 rom to defrost and see if that works ... but i can't do that until i get home, as I'm missing the usb cable at work ... will update in about 5-6 hours or tomorrow
ok, so i finally was able to push the files into my phone and the desire's default bubbles wallpaper is working for me on Defrost 2.0b (which is a 2.2 froyo rom)
I'm attaching the zip file with the appropriate files that need to be pushed into your phone using adb.
use the following code to push the files into phone.
Code:
adb shell mount /system
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
and then you will have HTC Sense wallpaper in your live wallpapers
enjoy
alienwolf426 said:
ok, so i finally was able to push the files into my phone and the desire's default bubbles wallpaper is working for me on Defrost 2.0b (which is a 2.2 froyo rom)
I'm attaching the zip file with the appropriate files that need to be pushed into your phone using adb.
use the following code to push the files into phone.
Code:
adb shell mount /system
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
and then you will have HTC Sense wallpaper in your live wallpapers
enjoy
Click to expand...
Click to collapse
Tested and work for me also!
Thx
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