[MOD] HW Acceleration for CM7/AOSP Browser - Android Software Development

Works on most of CyanogenMod 7 and AOSP 2.3+ phones!
Please make backup before flashing!
Or just extract the lib folder to system/libs and restart.
Note:
-This mod doesn't work for MIUI!
I didn't build this mod myself. But modified it a bit.
Source is HTC Desire Z stock browser library
DOWNLOAD HERE
Press thanks button if it works for you.

Flashing the zip gave me an Error in [the location of the file] (status 0)

mjm128 said:
Flashing the zip gave me an Error in [the location of the file] (status 0)
Click to expand...
Click to collapse
......... hence why he said extract the files from the zip.. ....
Sent from my GT-P1000 using Tapatalk

????
wath exactely this hw does?sorry about the dum question....
it should work on PB rom v1.6?
---------- Post added at 10:54 AM ---------- Previous post was at 10:20 AM ----------
ok wow i did the hw accel im not shore if its me or my mind but it looks like its freekin fast....tx dude nice mod

That may be a stupid question-would this MOD work if I am not using the stock Android browser? What if I am using Dolphin Browser for example? Would it work still?
Thanks.

It works but it broke about 7 of my apps including this one. I couldn't fix it by fixing permissions either. I uninstalled a few and reinstalled and that did nothing. The only thing that fixed my apps was doing a reflash of my current version on CM7. Thanks for the mod....its much appreciated but I can't run it stable with my everyday apps.
Sent from my LG-P999 using XDA App

dolphin b
yes it works just tried it....

Weard cose all my apps are working and i ave over 80 apps installed lol
Sent from my LG-P999 using Tapatalk

Is this only for the android brower? Does it do anyhting for people that use Opera or Dolphin, etc?

Thanks for this, where did it come from?
Sent from my LG-P999 using XDA App

Thanks for the Mod. Extracted lib folder to system/lib but it doesnt seem to work on pheonix blood v1.6 rom. Browser just opens and then closes w/ no error.

instaled on phenix 1.6 and no problems for it opens and its freakin fast lol

acstewart82 said:
Thanks for the Mod. Extracted lib folder to system/lib but it doesnt seem to work on pheonix blood v1.6 rom. Browser just opens and then closes w/ no error.
Click to expand...
Click to collapse
The same on me a xtracted the libs from that folder to system/lib but it closes.
It supposed to moved the whole folder or just the libs??
Its pretty fast.
Sent from my LG-P999 using XDA Premium App

i extracted first and move the files derectly in lib with root explorer and then i rebooted...if it worked....dont know but browser seems to be faster on loading pages?????if im dreaming please let me know lol

Works like a charm on PBv1.6. Just finished watching a whole episode of The Walking Dead on cm7 browser without any glitches or stops...used only 4G too no wifi.

ok so I extracted copied lib folder over to system/lib, reboot and I notice nothing different, lol. Something I did wrong?

So I retried the mod again and I received the same results. I found that whenever I am using an app that reaches out to the internet (XDA, gmail, etc) as soon as a request is made, the app crashes out or reloads the previous screen the phone was about before I began receiving data. If I remove your HW Accelaration files and reflash my current version of CM7...the problem goes away. I do see that this mod is fast! I wish I could get my apps stable with it though :\

Web page just goes blank white page now can't go to any site
Sent from my LG-P999 using xda premium

acstewart82 said:
Thanks for the Mod. Extracted lib folder to system/lib but it doesnt seem to work on pheonix blood v1.6 rom. Browser just opens and then closes w/ no error.
Click to expand...
Click to collapse
chipis said:
The same on me a xtracted the libs from that folder to system/lib but it closes.
It supposed to moved the whole folder or just the libs??
Its pretty fast.
Sent from my LG-P999 using XDA Premium App
Click to expand...
Click to collapse
mt3g said:
ok so I extracted copied lib folder over to system/lib, reboot and I notice nothing different, lol. Something I did wrong?
Click to expand...
Click to collapse
supersilko said:
Web page just goes blank white page now can't go to any site
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
These are all related to the phones trying to send data....it crashes during that time. Its the same problem I'm having with my apps. If the phone tries to send data....it crashes (browser and other apps that use the internet).

Well what's the solution?
Sent from my LG-P999 using xda premium

Related

Porting honeycomb apps to tab

I have pulled the browser apk from the emulator however it will not install on the tab. please feel free to modify this file to get it working (the stock browser sucks) since it looks like a very good browser
edit: changrd title since its not just the browser we want
(and no i am not looking for a rom port - wait until the source code is relesed for that)
+1 on this one...
brilldoctor said:
I have pulled the browser apk from the emulator however it will not install on the tab. please feel free to modify this file to get it working (the stock browser sucks) since it looks like a very good browser
Click to expand...
Click to collapse
Why won't it install?
TheGrammarFreak said:
Why won't it install?
Click to expand...
Click to collapse
Because it has specified "honeycomb" as min. SDK level in the manifest file... somebody will have to change that to "8" or "9" I guess
then we will have to try and see if there is something missing from the framework etc...
I am too much noob to get it done properly...
Parsing error when installing
Sent from my GT-P1000 using XDA App
Flokey said:
Because it has specified "honeycomb" as min. SDK level in the manifest file... somebody will have to change that to "8" or "9" I guess
then we will have to try and see if there is something missing from the framework etc...
I am too much noob to get it done properly...
Click to expand...
Click to collapse
Hmm... Probably a case of using APK tool to decrypt it, edit the xml file, then APK tool to zip it all up again
U might need lib files associated with it
Sent from my PC36100 using Tapatalk
TheGrammarFreak said:
Hmm... Probably a case of using APK tool to decrypt it, edit the xml file, then APK tool to zip it all up again
Click to expand...
Click to collapse
Yo, tried that, but the apk tools I tried crashed every time
I'll get some sleep now, maybe I'll try tomorrow again
Sent from my GT-P1000 using XDA App
You can pretty much guarantee it'll be using 3.0-specific calls for things like the GPU acceleration. There's a lot of new additions in the 3.0 SDK that the 2.x libraries just don't provide.
If it can be made to work, it probably won't be very worthwhile. It'd probably pay to stick to Dolphin HD or Miren or something in the meantime.
If someone has the patience to hack out the non-2.2 compatible bits and make it go usefully, then I'm happy to be proven wrong of course.
knightnz said:
You can pretty much guarantee it'll be using 3.0-specific calls for things like the GPU acceleration. There's a lot of new additions in the 3.0 SDK that the 2.x libraries just don't provide.
If it can be made to work, it probably won't be very worthwhile. It'd probably pay to stick to Dolphin HD or Miren or something in the meantime.
If someone has the patience to hack out the non-2.2 compatible bits and make it go usefully, then I'm happy to be proven wrong of course.
Click to expand...
Click to collapse
I totally agree with you on that.
The only component that's interesting is the keyboard.
That should be pretty doable.
Flokey said:
Yo, tried that, but the apk tools I tried crashed every time
I'll get some sleep now, maybe I'll try tomorrow again
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Would be nicw if we could get this working
Sent from my GT-P1000 using XDA App
i have tried it with latinIME.apk, changed the api level and tried to install it still parsing problem
Landroid said:
i have tried it with latinIME.apk, changed the api level and tried to install it still parsing problem
Click to expand...
Click to collapse
just tried a bunch of other apps and they also have the same issue
will post the contents of the /system/app folder in a min
files here http://www.multiupload.com/TGZSGT2P1U
mirror http://dl.dropbox.com/u/5668353/Apps.zip (please dont use all my bandwith)
brilldoctor said:
files here http://www.multiupload.com/TGZSGT2P1U
mirror http://dl.dropbox.com/u/5668353/Apps.zip (please dont use all my bandwith)
Click to expand...
Click to collapse
http://www.droid-life.com/2011/01/27/download-honeycomb-sdk-android-3-0-system-dump/
here is the complete system dump as a zip file
Bump
Sent from my GT-P1000 using XDA App
Seems strange that no apps are able to identify the apps. That doesn't happen if the apps require a different firmware.
Sent from zombie infested Gingerbread.

[MOD] Flash 10.3 Working HULU Updated: 8/9/11

Thanks goes to s197 From incredibleforum.com
I just reuploaded the file and pieced together two different posts of his to get the original to work on this phone.
Hope you all enjoy!
Thanks to KhasMek and anyone else i forgot!
also, make sure your browser is not set to use mobile. it will not work if it is set to that. so if your using stock browser un-check mobile view. if your using dolphin HD make sure your User Agent is set to Desktop.
Flash 10.3 + Hulu_8 is version 10.3.186.3
Edit 2:
updated for new flash, thanks Almighty1 for the edited libflashplayer.so that's been put into the latest flash from market
and added a zip of the modded .so file. i had no problem installing it though after i uninstalled the previous version of the apk.
You can use root uninstaller from market to uninstall some of those apps, such as flash, that come pre-installed on your phone. If you do it that way, make sure to do a reboot after you uninstall flash to make sure it uninstalls all the way.
compuw22c has also made a flashable version if you guys prefer.
compuw22c said:
Hey guys, visitor from the Epic forums but I loved these hacked libs, but had issues with them sticking on reboot after upgrading to gingerbread. I've compiled them into a CWM flashable zip located in This Post or This DL Link. Details included in the post, credit goes to imneveral0ne for the hex-edited lib files. Enjoy guys! (actually, I'm not quite sure if you guys have this issue or if you have a GB leak out, but regardless, if it doesn't stick on reboot or in 4 days when you get your update, you'll be ready)
Click to expand...
Click to collapse
yifanlu said:
I've made this quick little hack to get flash working on any rom (that I've tested).
http://www.mediafire.com/?j4i91phv6g96rtm
Basically, you need to be root. Extract the files to your phone (system -> /system, data -> /data) and reboot. You need to have stock flash installed. It basically patches the libflashplayer on startup so you don't have to manually.
Click to expand...
Click to collapse
imneveral0ne said:
Ok i got Hulu working on my Thunderbolt by following these steps.
1. Download Flash 10.2 on your phone, make sure its set to not auto update
2. Download http://www.mediafire.com/file/en3tj77er9ucrqp/libflashplayer.so
3. Use Root Explorer or ADB to put the file in: /data/data/com.adobe.flashplayer/lib
4. If it asks if you want to overwrite the file chose yes, i know it will if you use root explorer, not sure about adb cause i didnt use it.
5. Enjoy Hulu on your ThunderBolt!
Thanks goes to s197 From incredibleforum.com
I just reuploaded the file and pieced together two different posts of his to get it to work on this phone.
Hope you all enjoy!
Click to expand...
Click to collapse
It Was Only a Matter of Time... Till this S-LCD Was Graced with Hulu!
Thank You for Your Contribution!
PlankLongBeard said:
It Was Only a Matter of Time... Till this S-LCD Was Graced with Hulu!
Thank You for Your Contribution!
Click to expand...
Click to collapse
Not S-LCD
Sent from my ADR6400L using XDA Premium App
Could u put it in a zip and attach it on here? The link just reloads when I try to download it..
this is awesome. great work
Guys not working for me. Running the mik Rom paste the .txt file in there but I got Nthn any ideas ?
Sent from my ADR6400L using XDA App
It's not a texts file its .so
Sent from my ADR6400L using XDA Premium App
irvine32 said:
Guys not working for me. Running the mik Rom paste the .txt file in there but I got Nthn any ideas ?
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
its not a text file its a .so file
Are you using the stock browser through hulu.com? or an apk?
Thanks.
Ok, I couldn't get it to work with Dolphin even with desktop set, but I installed the hulu.apk and then used that and clicked the option 'goto hulu.com' works great!
Thanks!!!!!!!
Bimmer323 said:
Are you using the stock browser through hulu.com? or an apk?
Thanks.
Click to expand...
Click to collapse
im using dolphin hd thru browser
Works in the stock browser, but not Dolphin HD.....
It's still recognized as Android and won't allow videos to be played.
hulu ads play...video never starts
psufan5 said:
hulu ads play...video never starts
Click to expand...
Click to collapse
are you in an LTE area? that is odd that the ad would play, but not the video.
im trying to make a flashable zip but i cant figure out how yet. im working on it though.
imneveral0ne said:
are you in an LTE area? that is odd that the ad would play, but not the video.
im trying to make a flashable zip but i cant figure out how yet. im working on it though.
Click to expand...
Click to collapse
I'm on my home wifi.
100% working no issues whats so ever stock browser!
Thank you so much http://www.youtube.com/watch?v=988X2KhIqMU&feature=youtube_gdata_player
works fine for me on skyfire set to "desktop" view.
Is this a hacked version of 10.1 or 10.2 ? It's a little choppy (but watchable) on my Tbolt.
I used http://forum.xda-developers.com/showpost.php?p=12046595&postcount=1 its a apk and it works for me on stock browser and using hulu app...on app I get an hour glass but I just click on it an it works fine... seen the Inc hack and tryied but did work (just noticed I was placing .so in wrong location)
I can't get it to work....

[theme][B160 and B136 ROM] cyanogen style theme "cyanbread"

This theme needs testing, i don't have this phone anymore so i cant' test it. It is cyanonogen blue gingerbread theme (should look like in attachments photo) with 1% battery precentage.
DOWNLOAD LINK:
DOWNLOAD
Coming up
- reboot and reboot to recovery options to power menu (under working)
Test this theme on your own risk!
EDIT: and post results and bugs.
How are making Screenshots?
Sent from my Desire HD using XDA Premium App
this theme doesnt even work on x5,
it just got stuck on the bootanimation-screen..
sentiment said:
this theme doesnt even work on x5,
it just got stuck on the bootanimation-screen..
Click to expand...
Click to collapse
sorry, i messed files. Now it has correct files.
oikeakives said:
sorry, i messed files. Now it has correct files.
Click to expand...
Click to collapse
np, it works great now, thanks for this theme!
levibuko said:
How are making Screenshots?
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
try ShootMe, if you have a rooted phone.
Thanks.. downloading right now.
great theme! make an identical one but gingerbread-green instead?
would be awesome I think.
Was this meant to work on Stock Roms, installed via Clockwork Recovery?
I've tried both B160 and B138, both crash on startup... Everything force closes, messaging, market, ril, everything...

[TWEAK] U.S.A.Sv6

So I was looking at the Stock-Ish rom by hoffman1984 and noticed it included SAS tweaks.. havne't really played with this tweak and was wondering if anyone had anymore info on this and how it plays with JUWE or V6supercharger
http://forum.xda-developers.com/showthread.php?t=1236779
omair2005 said:
So I was looking at the Stock-Ish rom by hoffman1984 and noticed it included SAS tweaks.. havne't really played with this tweak and was wondering if anyone had anymore info on this and how it plays with JUWE or V6supercharger
http://forum.xda-developers.com/showthread.php?t=1236779
Click to expand...
Click to collapse
I've been using it for two weeks now practically. I install it before I do Super Charger. But...I've not done it with beta 5.
Sent from my Epic 4G
AproSamurai said:
I've been using it for two weeks now practically. I install it before I do Super Charger. But...I've not done it with beta 5.
Sent from my Epic 4G
Click to expand...
Click to collapse
hm doesn't seem to work on my phone.. I was on Urban Regen and I flashed it and it hung at the samsung logo. Then I had to wipe and reinstall so I tried SFR1.2 and it hung at the samsung logo again?! I'm using the universal version btw.
do I have to delete everything in the init.d folder then flash?
Just did the same to me on SFR 1.2. Looks like I'm going to nandroid back
Did you guys check init.d folder to see if you have more than 8 files before adding it? I read that people are deleting everything in init.d if they do then add this with success. I haven't had a chance to try it yet myself.
Sent from my SPH-D700 using xda premium
I will try again if you can tell me where to find the folder you mention.
vwags said:
I will try again if you can tell me where to find the folder you mention.
Click to expand...
Click to collapse
/system/etc/init.d
use a file browser with root. either es or root explorer.
I need you to hold my hand a little more. I can't find system.
Edit. I found it and I have 9 files in there. What do I do with that? Is there only supposed to be no more than 8?
Edit 2. I deleted the supercharger file in there and am going to rety
omair2005 said:
hm doesn't seem to work on my phone.. I was on Urban Regen and I flashed it and it hung at the samsung logo. Then I had to wipe and reinstall so I tried SFR1.2 and it hung at the samsung logo again?! I'm using the universal version btw.
do I have to delete everything in the init.d folder then flash?
Click to expand...
Click to collapse
Try S.a.s. not u.s.a.

[ROM][BETA] cTouch Project - No Phone, Just Captivate.

cTouch
By Sepherian
No Phone, Just Captivate
Info: I have removed most of the phone files from the following ROM(s) to turn them basically into a cTouch (captivateTouch)
Phone Files I have Removed: Phone, Messaging, Modem, and any Icons related to a signal has been degraded to ONE pixel. Looks pretty goood.
Directions to flash:
1: NANDROID BACKUP
2: Download your ROM to your SD Card
3: Reboot into recovery, wipe data + cache
4: Install the rom
5: If Rom bootloops retry step 4
6: Prophet?
How I will be updating:
I will evolve the method I use to edit and Build these ROM(s) over time. So they will be labeled by V2 or V3, and the name of the rom will remain the same.
Also, the ROM(s) will update shortly after the developer updates it. (About a week or so)
CM9 and 10 (if they end up being supported) will be updated when I feel like it.
Rom(s) Built so far: (Please read all three posts before downloading)
Superbean 2.8.17 Built by Nygfan760 Download: Click here
If you donate to me, put your xda name and a rom you would like cTouch-inized in the memo and I will put it at the top of my list to finish (even before updates)​
Fixes:
For ALL:
Apply Airplane mode AT ALL TIMES. If it is on you should see a little CT in your notification bar. If it is off, your antenna will be on and wasting your battery. For no reason because you don't want this phone as a phone.
Bugs:
For SuperBean:
If you go to Mobile Network settings, the application will crash. This will happen if you long-press airplane or data toggles because those settings are under Mobile Data
And again...
First!
Sent from my SGH-I897 using xda app-developers app
Looking really good, glad to see you found a solution to the banners!
Looks great! I'm about to try. Thank you!
download link is broken.
vitaminwater said:
download link is broken.
Click to expand...
Click to collapse
works fine.
vitaminwater said:
download link is broken.
Click to expand...
Click to collapse
Try a different browser.
Sent from my SGH-I897 using xda app-developers app
Aw man I wish my captivate was still working otherwise I would flash one of these in no time!
Does wifi still work.
Sent from my Galaxy Nexus using xda premium
cant find a download link for ctouch at all
just for miui
Wdustin1 said:
Does wifi still work.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Yes. WiFi still works.
Sent from my SGH-I747 using xda app-developers app
aalh said:
cant find a download link for ctouch at all
just for miui
Click to expand...
Click to collapse
...there is only one download link...
Sent from my SGH-I747 using xda app-developers app
EDIT: There will be an update coming soon if all goes well. If all does not go well, I'll add another ROM to the Ctouch project instead. Any suggestions?
Works pretty well, although the phone app still exists. There are force closes from phone storage on boot. I was going to install titanium but there is no play store. Not very useful without it. I will try grabbing the latest jellybean gapps and pull the play store from that.
----------
Edit: pulled latest gapps for jb from cm wiki. Installed PhoneSky.apk and play store works like a charm. Why in the hell is it called PhoneSky? Backed up, froze, and un installed phone/messaging storage and have no more force closes from it. Did the same to Guard since it handles call and sms blocking, and also com.android.smspush. Everything is working well, going to figure out how to get rid of the phone app now.
----------
Edit 2: As I'm sure you've already figured out, the Phone "app" is just an intent sent to the Contacts app, and I don't think removing contacts would be a good idea...I did find this though: http://stackoverflow.com/questions/5812909/removing-android-phone-app
sepherian said:
...there is only one download link...
Sent from my SGH-I747 using xda app-developers app
EDIT: There will be an update coming soon if all goes well. If all does not go well, I'll add another ROM to the Ctouch project instead. Any suggestions?
Click to expand...
Click to collapse
watching for this
my Cappy has been cold since I got my i747:laugh::good:
sepherian said:
...there is only one download link...
Sent from my SGH-I747 using xda app-developers app
EDIT: There will be an update coming soon if all goes well. If all does not go well, I'll add another ROM to the Ctouch project instead. Any suggestions?
Click to expand...
Click to collapse
If this ROM is based off of MIUI.... perhaps just CM10/AOKP with no phone functions? I'm looking to turn my phone into a mini tablet/music player for my brother when i get a new phone.

Categories

Resources