[MOD] Youtube 'Gingerbread' ported to Eclair - Galaxy S I9000 Android Development

Hiya,
due to my brother not having the luck of having Froyo on his phone I took a look at it and hacked the newst YouTube app to work with Eclair. I had to remove two calls and add android.util.base64 which was introduced with Froyo. However, it should work flawlessly. If you encounter any problems, feel free to post here along with a little description and if possible a logcat dump of the exception.
Download:
http://ul.to/emt639
Old Download:
- http://ul.to/kxu37d
- http://www.mediafire.com/?5bdc88opu6qt9nz
You have to remove the default YouTube app before you can install this one over.
Using ADB Shell this should just work:
adb remount
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
then you can just install it over using the package manager or with adb (adb install YouTube_signed.apk).
Hope this helps, enjoy the re-designed Youtube app!

rolle3k said:
Hiya,
due to my brother not having the luck of having Froyo on his phone I took a look at it and hacked the newst YouTube app to work with Eclair. I had to remove two calls and add android.util.base64 which was introduced with Froyo. However, it should work flawlessly. If you encounter any problems, feel free to post here along with a little description and if possible a logcat dump of the exception.
Download:
- http://ul.to/kxu37d
- http://www.mediafire.com/?5bdc88opu6qt9nz
You have to remove the default YouTube app before you can install this one over.
Using ADB Shell this should just work:
adb remount
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
then you can just install it over using the package manager or with adb (adb install YouTube_signed.apk).
Hope this helps, enjoy the re-designed Youtube app!
Click to expand...
Click to collapse
So is this the Eclair or Froyo Version?

wow, thanks this works perfectly. i used root explorer to push the file. thanks again

So this is Froyo's youtube app made to work with Eclair ??
Why does the title say gingerbread ??

PhoenixFx said:
So this is Froyo's youtube app made to work with Eclair ??
Why does the title say gingerbread ??
Click to expand...
Click to collapse
"[MOD] Youtube 'Gingerbread' ported to Eclair"
In layman terms, its the youtube app from gingerbread ported to eclair

Daneshm90 said:
"[MOD] Youtube 'Gingerbread' ported to Eclair"
In layman terms, its the youtube app from gingerbread ported to eclair
Click to expand...
Click to collapse
I know what a mod and a port means ..
Just that OP's post is confusing, he is trying to help his brother who doesn't have Froyo, hence I assumed he is trying to port the latest version (which I thought Foryo's youtube app) to eclair.
EDIT : Just realized that the new Youtube app on the market is claimed by some sites as a Gingerbread youtube app. (and its only available for 2.2) .. ok now it makes sense.

Works fine, thank you.
After you sign in to see your uploads, after exiting the app it doesn't run any more (force close).

PhoenixFx said:
I know what a mod and a port means ..
Just that OP's post is confusing, he is trying to help his brother who doesn't have Froyo, hence I assumed he is trying to port the latest version (which I thought Foryo's youtube app) to eclair.
EDIT : Just realized that the new Youtube app on the market is claimed by some sites as a Gingerbread youtube app. (and its only available for 2.2) .. ok now it makes sense.
Click to expand...
Click to collapse
Does it matter just say thanks and stop being clever.
Sent from my GT-I9000 using XDA App

Good work man. Hope this gets pushed on to all eclair custom roms
Sent from my GT-I9000 using Tapatalk

Fixed a API call that requires Froyo
http://ul.to/emt639

works great on my vibrant.

Just an FYI I only needed to delete the original YouTube.apk and replace with the posted Froyo version in the system/app directory.

Nice work, useful when samsung are being bums upgrading the SGS to 2.2
torres76 said:
Does it matter just say thanks and stop being clever.
Click to expand...
Click to collapse
If he didn't look it up most of us wouldn't have understood what the title exactly meant. Yes it matters as some people want to know what they're installing and what different versions mean.
Sent from my GT-I9000 using XDA App

hi guys. When i type adb remount one the cmd it said no such file or directory

lelf said:
hi guys. When i type adb remount one the cmd it said no such file or directory
Click to expand...
Click to collapse
Yeah.. Here too.. Maybe this has something to do with recovery?
Solved it this way:
Code:
$ su
su
# mount -o rw,remount -t rfs /dev/block/stl9 /system
mount -o rw,remount -t rfs /dev/block/stl9 /system
# rm system/app/YouTube.apk
rm system/app/YouTube.apk
# exit
exit
adb uninstall com.google.android.youtube
adb install signed_YouTube.apk

Congrats roll23k, your mod has made it to all the android news sites and even Reddit!.
Sent from my GT-I9000 using Tapatalk

Latest Youtube app update is out, would you be updating this port?

Which version has this "gingerbread" youtube app??
And after installation there is no opportunity to keep it up to date by the market, am I right?

Related

[RECOVERY] Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350

So far fresh users can't post in development forum, I make post here.
maybe moderators can move this topic...
This is custom recovery for Optimus Me P350 based on AmonRA-GNM 2.2.1
How to install:
1. Yes, you need to have root GingerBreak APK
2. Download zip file in attachment and unpack, you get 3 files:
- recovery-RA-pecan-2.2.1-GNM-drap.img
- flash_image
- md5sum
3. check md5sum
Code:
md5sum -c md5sum
4. copy .img file and flash_image to sdcard
Code:
adb push recovery-RA-pecan-2.2.1-GNM-drap.img /sdcard/
adb push flash_image /sdcard/
5. login, remount /system in rw mode and "install" flash_image util
Code:
adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# sync
6. and last but not least, flash it
RECOMMENDED
because there sometimes not enough virtual ram, it is recommended reboot phone before flashing
Code:
adb shell
$ su
# flash_image recovery /sdcard/recovery-RA-pecan-2.2.1-GNM-drap.img
# sync
7. reboot
Code:
# reboot recovery
Profit!
Update:
Now with custom recovery you can install customized linux kernel
Sources on Github
This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787
dislplin01 said:
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????
787
Click to expand...
Click to collapse
No, you can't use it on P500 this is only for P350,
a post here because the is no forum for 350,
not yet ;-) I hope it comes in near future.
You did a great job mate. Finally,LG Optimus Me/Life(P350) is starting to get hacked.
thank you!!!
drapalyuk said:
No, you can't use it on P500 this is only for P350,
a post here because the is no forum for 350,
not yet ;-) I hope it comes in near future.
Click to expand...
Click to collapse
Good to know thanks
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787
any custom roms for this device?
Pecamod for LG Optimus Me
Pecamod v0.5
FEATURES::
# Android 2.2.2 (V10F)
# root and BusyBox
# Deodex & Zipalign apks
# HW acceleration enabled + JIT enabled
# Heap size = 40MB
# Franciscofranco's tweaks applied on boot
# Script for SD-card
# Patch Hosts file
# Patch libsqlite.so
# Ad-hoc Wi-Fi
# New sound
# Front Honeycomb
megaupload . com/ ?d=J4L72S1K
Have you tried it? Is it good?
I from Russia. I make this ROM. This ROM is good....IMHO. Create backup and flash this rom)
I use p500 and my sister use p350..
She ask me for repair her optimus-me about memory drain, so i answered that nothing i can do for her phone.
So, Is this rom can help me?
Sent From a Long Time ago...
I can't register to the russian forum to get the recovery
EDIT: I got it. Thank you!
dislplin01 said:
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787
Click to expand...
Click to collapse
lol
Sent from my... you know the rest.
method77 said:
I can't register to the russian forum to get the recovery
Click to expand...
Click to collapse
recovery in first message of this topic Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350
drapalyuk said:
This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350
Click to expand...
Click to collapse
Well just now i have also tested it ant it works.
If you please let me know the fix it will be great, I am asking this because keys isn't matching as expected.
Also can you share the source code or the branch you have used?
Screenshots my ROM
help me i want to install recovery on P350
someone can give me tutorial how to use ADB on P350, it is same with P500??
or i can use Terminal-Emulator?
Please help me..
Sorry for my bad english.
ngage_me said:
Well just now i have also tested it ant it works.
If you please let me know the fix it will be great, I am asking this because keys isn't matching as expected.
Also can you share the source code or the branch you have used?
Click to expand...
Click to collapse
sure, i just need to clean up a lite bit remove tons of debug outputs
cupliz said:
someone can give me tutorial how to use ADB on P350, it is same with P500??
or i can use Terminal-Emulator?
Please help me..
Sorry for my bad english.
Click to expand...
Click to collapse
1. yes adb work similar for all android devices
2. and yes, you can use terminal emulator to execute commands
and just copy files to sd card in usual way
in our case we use adb to copy a files and for remote shell
some basic information about adb

[PATCH] DSP Manager for Sense 2.0 5/30

Sense 2.0, NOT 2.1 as of yet
ALL PROPS GO TO exidler for this MOD
So i searched and searched only to find one DSP Manager for Sense that worked for me --> DSP-DHD
It works flawlessly but it uses Amend scripts.
I have managed to use this tool Amend2Edify to convert them to Edify scripts.
They work flawlessly.
I don't use Stereo Bluetooth headsets so I unfortunately am unknown as to whether or not this problem is persistent.
Tested on;
Orange Sense v.1.0
Royal Thunder v1.2
Royal Thunder v.2.0
Stock MySense
All what you do, you doing on own risk, I'm not responsible for any damage!
2.0
Backup libaudioflinger.so and libaudio.so from /system/lib/ before continue
This patch will break dolby and srs features of preinstalled music player
2010.11.29 This patch also breaks working of stereo bluetooth headset, but in in call bluetooth headset works well
I am NOT the developer of this, Just simply sharing my knowledge with all others who's speaker is also messing up.
Anyone else willing to Attempt this, Share your results!
BTW I am also willing to convert other scripts if you'd like.
Thanks.
- Install patch using Recovery
Download DSPManager.zip
Copy it to phones sdcard
Reboot to recovery
Wipe Both Caches and apply this update.
**If you receive a 'Signature Verification Failed' error just disable Signature Check.
- Uninstall manually (using adb) * you must have S-OFF with ENG HBOOT
Connect phone to computer using usb
Open adb shell (run adb shell)
Remount system as read write (run in shell 'mount -o remount,rw /dev/block/mmcblk0p25 /system')
Then you need copy to /system/lib/ on phone backuped files libaudioflinger.so and libaudio.so.
If you backuped it on computer, then locate they and in backup folder run
#adb push libaudio.so /system/lib/
#adb push libaudioflinger.so /system/lib/
if you backuped files on sdcard, then from adb shell run commands
cp libaudio.so /system/lib/
cp libaudioflinger.so /system/lib/
rm /system/app/DSPManager-DHD.apk
then reboot your phone
If this has helped, all that I ask is that you hit the Thanks button here and over Here THE OP.
Thanks alot. I have been waiting on this for a while.
Sent from my HTC Vision using XDA Premium App
Bro NP.
Fastest reply ever BTW. lol
drew posted one that works in my stock rom thread a few days ago, just FYI... but thanks for bringing this over!!!
Dang i had no idea. Thanks for the heads up.
Hope no Flaming starts now. x.x
When I tried on eVIL Virtuous sense 3.0 Rom. It wouldn't load up pass the splash screen.
Sent from my HTC Vision using XDA Premium App
I'm going to look into what I can do to make it work on gingersense.
Sent from my HTC Glacier using XDA App
irrelephant said:
drew posted one that works in my stock rom thread a few days ago, just FYI... but thanks for bringing this over!!!
Click to expand...
Click to collapse
I just wanted to know where can I find this version that drew posted.... I've been looking fit it with no luck.
Sweet, I was thinking of doing something like this, but you beat me to it... AWESOME!
One suggestion, change your thread title to like [Patch] DSP Manager for Sense 2.x etc etc (date)
so it's consistent with other threads and easier to find
Thanks again.
faux123 said:
Sweet, I was thinking of doing something like this, but you beat me to it... AWESOME!
One suggestion, change your thread title to like [Patch] DSP Manager for Sense 2.x etc etc (date)
so it's consistent with other threads and easier to find
Thanks again.
Click to expand...
Click to collapse
Bro. It's Epic to get a thanks from you. LOL
Your welcome.
I'm currently trying to learn a little more on making it functional on ginger sense and other sense based roms.
Updating title now.
Thanks for the input.
bm6788 said:
I just wanted to know where can I find this version that drew posted.... I've been looking fit it with no luck.
Click to expand...
Click to collapse
This one also works with stock ROM - Mysense. Tested myself.
Sent from my HTC Vision using XDA App
doesnt work and im running PANACHE sense. :[
bstylz911 said:
doesnt work and im running PANACHE sense. :[
Click to expand...
Click to collapse
I know. the op states its only for sense 2.0 at the moment.
I'm looking for a way to update the app to make it compatible with 2.1
Sent from my HTC Vision using XDA App

[KERNEL] GT-I9000 insecure kernels for use with rooting

Many of you seem to think that you have been abandonded by the developers moving to the GT-I9100, I do not think this is the case, but you have to remember that developing for a new phone is more fun
Anyway, some of you will already know about my insecure kernels for the GT-I9100, well since Gingerbread on the GT-I9000 I have also been using insecure kernels for my own personal use and have now decided to release them, since if you are like me and like to keep your phone as close to stock as possible they may be of some use to you.
If you like my work, maybe you would like to say thanks by buying me a beer
Insecure Kernels:-
GT-I9000_XWJVZ_insecure
GT-I9000_XWJW1_insecure
GT-I9000_XXJVP_insecure
GT-I9000_XXJVQ_insecure
GT-I9000_XXJVR_insecure
GT-I9000_XXJVS_insecure
GT-I9000_XXJVT_insecure
GT-I9000_XXJVU_insecure
GT-I9000_XXJW4_insecure
password = [email protected]
a quick method for rooting would be:-
Code:
adb remount
adb push busybox /system/xbin/
adb push su /system/xbin/
adb shell chown root.shell /system/xbin/busybox
adb shell chown root.shell /system/xbin/su
adb shell chmod 755 /system/xbin/busybox
adb shell chmod 4755 /system/xbin/su
adb shell /system/xbin/busybox --install -s /system/xbin
You need to make sure that busybox and su are in the same folder as you are typing the adb commands.
You could also push superuser.apk if you have it local:-
adb install superuser.apk
You can use these files to return to the stock kernel if you wish, you will still be rooted but adb will not be running as root on first login via shell.
Original Kernels:-
GT-I9000_XWJVZ_original
GT-I9000_XWJW1_original
GT-I9000_XXJVP_original
GT-I9000_XXJVQ_original
GT-I9000_XXJVR_original
GT-I9000_XXJVS_original
GT-I9000_XXJVT_original
GT-I9000_XXJVU_original
GT-I9000_XXJW4_original
Please DO NOT mirror any of my files, thank you.
I have used your 9100 insecure. Good work. I have also rated this thread a 5-star.
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
good work
10 chars
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Bo$s said:
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Click to expand...
Click to collapse
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Odia said:
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Click to expand...
Click to collapse
Same behavior on stock
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
simone201 said:
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
Click to expand...
Click to collapse
Lol ty was really going "WHAAAAAAAAT" when i read the OP. Maybe make it cleaer what u mean in the OP.
zacharias.maladroit said:
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
Click to expand...
Click to collapse
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
I hope he releases the sources soon....but it is also veeery simple to do an unsecured kernel!
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Brotuck said:
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Click to expand...
Click to collapse
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
could you provide some link can opened in your country.
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
The kernel is not compiled from sources, its only a 4 byte change which is injected to the stock kernel. That is the reason there is no source released, the Admins and Mods know this already and the reason this thread is still here alive and not locked.
and its the reason it works correctly with XXJVS.
Bo$s said:
Same behavior on stock
Click to expand...
Click to collapse
Thats bad, which router are you using? Have you tried rebooting the router?
simone201 said:
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
Click to expand...
Click to collapse
Its true, I just remove the Aldiko eBook Reader from /system/app but of cause you can chose some other app you dont like
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
Sorry for the confusion, I hope the OP is now more clear.
Odia: Thank you for explaining your [KERNEL/MOD]
The kind-of-source is your HowTo in OP on how we can mod any kernel.
Sent from my GT-I9000 using XDA App

[ENG.DEV.] Sony Bravia Engine -DesZ- HQ IMAGE/MOVIE Quality Improvements

Hello guys i'm very happy to share with you this...BRAVIA ENGINE! Enjoy
I tell about this: video
IT's A Post-Processing Engine, so you can view the improvements only on your phone's screen...enjoy new quality!
1) GUIDE for Manual Installation on each Rom! (2.2 & 2.3)
-Download BraviaE Files Pack: HERE
-Extract files on phone and put they in the directory:
Code:
[B]/system/etc[/B]
-Open /system/build.prop with a text editor (like RootExplorer)
and add these lines at the end:
Code:
#Additional Tweaks by XxXPachaXxX
#Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
-Then, Save the file and Exit
-Now, set the right permissions or open a terminal emulator and execute:
Code:
su
busybox chmod 0755 /system/etc/be_photo
busybox chmod 0755 /system/etc/be_movie
busybox chown 0.0 /system/etc/be_photo
busybox chown 0.0 /system/etc/be_movie
-Fully Reboot the device and enjoy BRAVIA
DOWNLOADS:::INFO:::SUPPORT
hi, I had tried but when I write on emulator "busybox chmod 0755 /system/etc/be_photo
" it replies to me "Busybox permission denied"!
which ROM is supported??
It's supposed to work only when viewing photos/vids?
If so, it seems to work for me. Contrast bumped a bit.
Unity 2.39 on European DZ, if anyone's interested.
Would be good if it's possible to add this BE toggle to settings, to disable/enable it on the fly (to compare the image quality, for ex.)
Thanks for your post.
edit: nope, it seems it doesn't work. got another dz to compare and there's absolutely no difference in image quality.
maybe some devs will get their hands on this thing?
Flashable zips ? 0_o where?
Sent from my HTC Vision using XDA App
Yeah I'd like the flash zip
Not into changing permission and crap. Too lazy
Also will it work on miui and cm7?
Sent from my HTC Vision using xda premium
TheUndertaker21 said:
Yeah I'd like the flash zip
Not into changing permission and crap. Too lazy
Also will it work on miui and cm7?
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Same xD Flashing a zip would be nicer than messing with permissions xD
Thanks for your work, but I've tried it and this makes no difference whatsoever.
I've installed it without a problem. I don't see very much difference between having it enabled or not, and installation is too cumbersome to maintain everytime I update to a new rom or nightly. Its cool, but too much hastle. Make it a flashable zip if you want more people to use it.
Not the biggest difference in the world. But it still looks really nice and it's a joy to use. I love it!
bruciato said:
hi, I had tried but when I write on emulator "busybox chmod 0755 /system/etc/be_photo
" it replies to me "Busybox permission denied"!
Click to expand...
Click to collapse
Type "su -", press enter, than type the busybox command.
Honestly, I'm not even sure if this even runs at all. Putting two files in /system/etc and adding 2 lines to build.prop doesn't seem to me that it makes anything run. I'm not 100% sure how build.prop works, so I might be wrong.
I've tried the fix on one G2 and compared to another G2 on the same picture, at the same time. Exact same picture quality, but then again, my eyes might not be good enough.
tsubus said:
Honestly, I'm not even sure if this even runs at all. Putting two files in /system/etc and adding 2 lines to build.prop doesn't seem to me that it makes anything run. I'm not 100% sure how build.prop works, so I might be wrong.
I've tried the fix on one G2 and compared to another G2 on the same picture, at the same time. Exact same picture quality, but then again, my eyes might not be good enough.
Click to expand...
Click to collapse
eyes might not be good enough? lol
If you cannot see the difference then obviously the quality change is insignificant enough to disregard the trouble of typing in all these commands
I applied this patch, but i have to say for me its also hard to see the difference... Is there any way to proof that its working?
Sent from my HTC Vision using XDA App
Stargazer418 said:
Type "su -", press enter, than type the busybox command.
Click to expand...
Click to collapse
no it was a problem with su..now works!But I can't see particular changes..
tsubus said:
Honestly, I'm not even sure if this even runs at all. Putting two files in /system/etc and adding 2 lines to build.prop doesn't seem to me that it makes anything run. I'm not 100% sure how build.prop works, so I might be wrong.
I've tried the fix on one G2 and compared to another G2 on the same picture, at the same time. Exact same picture quality, but then again, my eyes might not be good enough.
Click to expand...
Click to collapse
I agree. I can't tell a difference on video either. I CAN tell when Sony did it's demo but this... nada. I smell bs here. I doubt a rendering engine can be so small. It seems like these are just files that accompany an engine and not the full deal. The OP needs to come up with some proof that this sh!t runs because the consensus is that same everywhere he posts this: it doesn't do a thing!
This is a dev forum. But I have only seen one person reply with anything dev worthy. By that I mean what rom they are using. Just saying you ran this on a g2 or a DZ does not help anything. More info about what your running would be best to make this discussion worth anything.
Also. What video are you attempting to view? Something converted to the phones resolution? Video taken with the phone? A blueray 1080p rip? I see alot of *****ing but no info coming forth.
Sent from my HTC Vision using xda premium
ngc604 said:
This is a dev forum. But I have only seen one person reply with anything dev worthy. By that I mean what rom they are using. Just saying you ran this on a g2 or a DZ does not help anything. More info about what your running would be best to make this discussion worth anything.
Click to expand...
Click to collapse
it was me, lol
But ROM name/version won't help here IMO.
The files OP has uploaded are too small.
And the contents is quite strange. Not an ELF or any other binary. Maybe just a screen color profile, sort of ICC. But it won't work if we just put them onto phone.
There should be some service to manage all these things. Something from /system/lib or /system/framework. There's something about "swiqi" service in original post, but there's no file for this.
Why should our rom just use files put to /etc?
So I'm guessing it won't work... maybe just yet
NeverGone\RU said:
it was me, lol
But ROM name/version won't help here IMO.
The files OP has uploaded are too small.
And the contents is quite strange. Not an ELF or any other binary. Maybe just a screen color profile, sort of ICC. But it won't work if we just put them onto phone.
There should be some service to manage all these things. Something from /system/lib or /system/framework. There's something about "swiqi" service in original post, but there's no file for this.
Why should our rom just use files put to /etc?
So I'm guessing it won't work... maybe just yet
Click to expand...
Click to collapse
that's what I was saying... there are no lib files or any type of an engine to run this overlay. It doesnt work that way.
Is there a flash able zip for cm7.1 stable.?? If solo can someone please pm me please !
Sent from my HTC Vision using XDA App

[Deodex Package]I9505GEUAMFD (Deodex through CWM)

I made a deodex package for the new rom , removed some unneeded apks
Removed:
- Velvet (the "home button" replacement)
- PlusOne (HangOuts)
- Talk (Google Talk)
- Foreign keyboards
- Google Eath
- Spam APKS (Magazines, Books etc)
Download:
http://www.broodplank.net/files/JDQ39.I9505GEUAMFD_Deodex.zip
So editing the apks is now possible ^^
Or manually:
- Extract "app" and "framework" from zip to sdcard
- Go in adb shell dir and type:
-- adb root
-- adb remount
-- adb shell
--- su
---- stop
---- cd system/app
---- rm -Rf *
---- busybox mv /sdcard/app/*.apk .
---- chmod 644 *
---- cd ../framework
---- rm -Rf *
---- busybox mv /sdcard/framework/*.jar .
---- busybox mv /sdcard/framework/*.apk .
---- chmod 644 *
---- reboot
The amount of dashes indicate where you are in the shell,
-- = shell window from your pc
--- = adb shell
---- = adb shell in su mode
Thanks man.
boterkaaseneieren said:
Thanks man.
Click to expand...
Click to collapse
You're welcome ^^
Btw don't forget to place the superuser apk in it if you have any
can we flash this on top of any installed google experience rom?
dying4004 said:
can we flash this on top of any installed google experience rom?
Click to expand...
Click to collapse
yes
Yeah ! My next D/L is here, thanks man !
Possible try to port the TW cam on this RomDump ? The apk... But i'm afraid it relies on tw crappy framework...
No wifi issue ?
Sent from my GT-I9505G using xda app-developers app
plakers said:
Yeah ! My next D/L is here, thanks man !
Possible try to port the TW cam on this RomDump ? The apk... But i'm afraid it relies on tw crappy framework...
Sent from my GT-I9505G using xda app-developers app
Click to expand...
Click to collapse
Good ^^. Hmm I think that will be pretty hard idd, since it depends on TW..
You can try it but no succes guaranteed whatsoever.
The stock camera app has just to few options idd.. Just tried CM10.1 Camera, it shut down my phone xD
and there can't be a wifi issue, these are only apks and jar files, wifi depends on .ko modules
After flash can't get past boot animation(real nice by the way that Google logo)
boterkaaseneieren said:
After flash can't get past boot animation(real nice by the way that Google logo)
Click to expand...
Click to collapse
Did you flash a working google edition rom before that? Its only possible to flash this zip if you already have a working system.
and give it some time, and connect it to ddms/monitor from android sdk.
Does this rom have the original dark coloured application monitor widget.apk if so can someone please extract it for me. Cheers
Sent from my GT-I9505 using xda premium
i want to deodex my stock rom on 9500. can u pls make a package or guide me how to deodex mine.
i m running stock I9500XWUBMF8 on 9500
i don't want to install a custom rom.
thanks
daviefl86 said:
i want to deodex my stock rom on 9500. can u pls make a package or guide me how to deodex mine.
i m running stock I9500XWUBMF8 on 9500
i don't want to install a custom rom.
thanks
Click to expand...
Click to collapse
I have read that there aren't google edition for 9500 yet...
Enviado desde mi GT-I9505 usando Tapatalk 2

Categories

Resources