Here's a little contribution for this great community, just a simple handy app for instant screen off. Root is required.
download
Source
Code:
[B][U]activity[/U][/B]
... {
powerManager = (PowerManager) getSystemService(Context.POWER_SERVICE);
powerManager.goToSleep(SystemClock.uptimeMillis());
System.exit(0); }
[B][U]android manifest[/U][/B]
android.permission.DEVICE_POWER
Re: [APP][2.2+] - Instant screen off
Screenshots?
description?
Link?
sony xperia ray
ics 4.0.4 rooted
stock rom
matgras said:
Screenshots?
description?
Link?
sony xperia ray
ics 4.0.4 rooted
stock rom
Click to expand...
Click to collapse
ready for download now, no need for screenshots
Added source for anyone who wants to use this, enjoy
I tried this on my tablet running CM10, and the app just force close. It did not even ask for device administrator permission .
redguardsoldier said:
I tried this on my tablet running CM10, and the app just force close. It did not even ask for device administrator permission .
Click to expand...
Click to collapse
I've tested this app on 4.1.1 and 4.1.2 without any problems. You can try installing it in system/app with proper permissions. If fc again, must be device related as I used official google api introduced in api 8 and isn't deprecated yet. Correct me if i'm wrong
Re: [APP][2.2+] - Instant screen off - Source for devs
Nice...
Sent from my LG-E730 using xda app-developers app
laehmic said:
I've tested this app on 4.1.1 and 4.1.2 without any problems. You can try installing it in system/app with proper permissions. If fc again, must be device related as I used official google api introduced in api 8 and isn't deprecated yet. Correct me if i'm wrong
Click to expand...
Click to collapse
I tried to install it as system app, still FC . Maybe there's something wrong with my device . I can't find any app that could turn my tablet screen off properly. Some make the lockscreen reappear locked. Some causes false sleep .
redguardsoldier said:
I tried to install it as system app, still FC . Maybe there's something wrong with my device . I can't find any app that could turn my tablet screen off properly. Some make the lockscreen reappear locked. Some causes false sleep .
Click to expand...
Click to collapse
What device you're using?
laehmic said:
What device you're using?
Click to expand...
Click to collapse
An Acer Iconia A500 . It's a first-gen android tablet, built for Honeycomb :fingers-crossed:. And by miracle, I'm running CM10. It's only officially supported to ICS . And uf you're still interested, the version of CM10 I'm using is an unofficial one made by tegraowners.com :good:.
Odp: [APP][ROOT][2.2+] - Instant screen off + Source for devs
This app isn't working on my Galaxy S. It just force close. I'm running 4.2.2
Wysyłane z mojego GT-I9000 za pomocą Tapatalk 2
k4z1k said:
This app isn't working on my Galaxy S. It just force close. I'm running 4.2.2
Wysyłane z mojego GT-I9000 za pomocą Tapatalk 2
Click to expand...
Click to collapse
App is written with code official supported by google, have a look here. So must be device/android version related..
redguardsoldier said:
An Acer Iconia A500 . It's a first-gen android tablet, built for Honeycomb :fingers-crossed:. And by miracle, I'm running CM10. It's only officially supported to ICS . And uf you're still interested, the version of CM10 I'm using is an unofficial one made by tegraowners.com :good:.
Click to expand...
Click to collapse
I found your solution i think, take a look at this, will probably work for you
laehmic said:
I found your solution i think, take a look at this, will probably work for you
Click to expand...
Click to collapse
Thank you very much for helping me so far :good:. But I don't understand what you want to say . I'm a good user, I know some ways to mess around my phone/tablet, but it's a very long way for me to be a dev .
redguardsoldier said:
Thank you very much for helping me so far :good:. But I don't understand what you want to say . I'm a good user, I know some ways to mess around my phone/tablet, but it's a very long way for me to be a dev .
Click to expand...
Click to collapse
There is a how to in that thread to include that screen off button in your SystemUI, it's using sort of a hack, systemui:keyCode="26. I've tried it myself and it's very effective. Also 4 placements to choose from
Force close on Xperia S running ICS.
Here is the application call logcat for you.
indesisiv said:
Force close on Xperia S running ICS.
Here is the application call logcat for you.
Click to expand...
Click to collapse
Your device doesn't grant device_power permission.
Code:
E/AndroidRuntime( 6485): FATAL EXCEPTION: main
E/AndroidRuntime( 6485): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.laehmic.instantscreenoff/com.laehmic.instantscreenoff.Main}: java.lang.SecurityException: Neither user 10276 nor current process has android.permission.DEVICE_POWER.
...
E/AndroidRuntime( 6485): Caused by: java.lang.SecurityException: Neither user 10276 nor current process has android.permission.DEVICE_POWER.
...
W/ActivityManager( 357): Force finishing activity com.laehmic.instantscreenoff/.Main
Please try install in system/app
Same thing as a system app.
indesisiv said:
Same thing as a system app.
Click to expand...
Click to collapse
Then this'll not work on your device please understand that this peace of code is an Android feature, official supported by Google. Hate to hear it doesn't work but can't do anything about it
indesisiv said:
Same thing as a system app.
Click to expand...
Click to collapse
Just go on Playstore. Loads screen off apps that work with the Sony.
Sent from my LT26i using xda premium
Crocodile1973 said:
Just go on Playstore. Loads screen off apps that work with the Sony.
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
I have one that I use, I was just testing this one out. Its always nice to have a change.
Related
I liked the simple superuser and permissions management of MIUI v4, so thought I'd port it to work on any ICS rom. Note that this zip will replace Superuser/SuperSU so always take a backup first. I'm not responsible if something goes wrong and you haven't.
Questions you shouldn't ask:
Does this work on gingerbread/froyo etc.
Answer: NO, its ICS+ only.
Does this work on MIUI v4?
Answer: Probably, but if your on v4, you already have it so don't waste both of our time trying.
Anything not specifically related to this apk.
Head over to http://www.miuiaustralia.com/?page_id=840 for more details, screenshots, and downloads
Nice going man, looks good
Any chance you could port the notes app too?
Sent from my GT-I9100 using xda premium
busterdev said:
Nice going man, looks good
Any chance you could port the notes app too?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Its already done on here somewhere, doesn't need porting, its open source
I got it. Thanks dude
Sent from my GT-I9100 using xda premium
sweet looks nice, going to try it out. So is permissions like LBE, will I not need it anyone? Thanks
shadrach47 said:
sweet looks nice, going to try it out. So is permissions like LBE, will I not need it anyone? Thanks
Click to expand...
Click to collapse
Yeah, its basically the permissions management part of lbe, with super user control added. Lbe make it for miui. I much prefer the look and simplicity of this one to the full lbe.
awesome, it worked for me on a DroidX on ICS. It didnt remove superSU though, is that because it is a data app not system?
shadrach47 said:
awesome, it worked for me on a DroidX on ICS. It didnt remove superSU though, is that because it is a data app not system?
Click to expand...
Click to collapse
Probably. It only remove super user apks from /system/app
Data ones you can uninstall yourself, and it won't cause any harm if it stays there, it just won't do anything as the su binary will call this app instead.
Ok, that's what I thought. I usually put it in system but every new ROM install removed it so I got lazy lol. Thanks
ey thanks for sharing this!!! It solved my error message when installig an apk on miuiv4 aosp adyscorpius thanks a lot !!
adoool92 said:
ey thanks for sharing this!!! It solved my error message when installig an apk on miuiv4 aosp adyscorpius thanks a lot !!
Click to expand...
Click to collapse
If it changed ANYTHING at all on a miui v4 rom other than the dark theme, I would be having words with your dev as this is exactly the same as what's already included, they're doing something wrong.
Do you think you can port the miui clock app [not widget]?
If this the one that gives prompts when an app tries to send a sms etc?
Sent from my DROIDX using Tapatalk 2
krackers said:
Do you think you can port the miui clock app [not widget]?
Click to expand...
Click to collapse
In progress already, that's the next part I want portable
Yet to see whether it can be done or not, but will do my best.Should be simple enough but never know.
Zackcez said:
If this the one that gives prompts when an app tries to send a sms etc?
Sent from my DROIDX using Tapatalk 2
Click to expand...
Click to collapse
Yep
lenny_kano said:
In progress already, that's the next part I want portable
Yet to see whether it can be done or not, but will do my best.Should be simple enough but never know.
Click to expand...
Click to collapse
Yay! I can find no all-in-one clock app with stopwatch, timer, and world clock
this is what i need, block some game/app send silent SMS
Test now
I would really appreciate if you can port the Recorder app, that ui is just too slick
ermacwins said:
I would really appreciate if you can port the Recorder app, that ui is just too slick
Click to expand...
Click to collapse
Another example (as with notes) of an app that's both open source and already available on xda.
I'm not taking requests, someone just got lucky with the clock as I was gonna do it anyway
lenny_kano said:
Another example (as with notes) of an app that's both open source and already available on xda.
I'm not taking requests, someone just got lucky with the clock as I was gonna do it anyway
Click to expand...
Click to collapse
I cant code so I cant do anything with the source code. I take it there is no source for the messaging app? Please do that, I know you said no requests but please.....
This is AOSP JRO03L w SuperSU and busybox installed
This rom has a secure boot.img
I compiled for my own use and was asked to share this
Warning. Use at your own risk. Always make a backup before starting!
JRO03L Everything working!!!
Instructions
1.Wipe
2.Flash w preferred recovery
3.Flash gapps
4. Enjoy
I want to thank Chainfire for SuperSU which is included already, no need for separate flash.
Also big thanks to dsixda I used his install busybox script
reserved
JRO03L also has
-nano text editor support
-bash shell support
-also added JB bootanimation
thanks to dsixda.
UPDATE 8/24
EVERYTHING IS WORKING!!!
thanks to fattire for extract-files script
been using it for while now, so far so good. Its exactly as advertised. Good work
Whats new in 4.1.1 r3?
Sent from my Nexus 7 using xda premium
leelaa said:
Whats new in 4.1.1 r3?
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Check w Google. This is their baby
Has this been updated to r4?
Sent from my Nexus 7 using xda premium
Yup
compiled and uploaded yesterday
rsxtypes72 said:
Yup
compiled and uploaded yesterday
Click to expand...
Click to collapse
I am really enjoying this build but I seem to be having trouble when exiting a landscape-based application such as games (like Grand Theft Auto 3 and Modern Combat 3). Everytime I exit the app, my launcher forces into landscape mode and I can't regain portrait mode in my launcher until I force close the launcher2.apk. I would prefer it to stay in landscape only, as Google intended. I have tried using both the launcher included as well as the launcher2.apk from the JRO03D OTA. Any ideas or suggestions? I really want to stay on stock AOSP JRO03L but this problem is quite annoying. Thanks in advance.
patmw123 said:
I am really enjoying this build but I seem to be having trouble when exiting a landscape-based application such as games (like Grand Theft Auto 3 and Modern Combat 3). Everytime I exit the app, my launcher forces into landscape mode and I can't regain portrait mode in my launcher until I force close the launcher2.apk. I would prefer it to stay in landscape only, as Google intended. I have tried using both the launcher included as well as the launcher2.apk from the JRO03D OTA. Any ideas or suggestions? I really want to stay on stock AOSP JRO03L but this problem is quite annoying. Thanks in advance.
Click to expand...
Click to collapse
Having the same issue
patmw123 said:
I am really enjoying this build but I seem to be having trouble when exiting a landscape-based application such as games (like Grand Theft Auto 3 and Modern Combat 3). Everytime I exit the app, my launcher forces into landscape mode and I can't regain portrait mode in my launcher until I force close the launcher2.apk. I would prefer it to stay in landscape only, as Google intended. I have tried using both the launcher included as well as the launcher2.apk from the JRO03D OTA. Any ideas or suggestions? I really want to stay on stock AOSP JRO03L but this problem is quite annoying. Thanks in advance.
Click to expand...
Click to collapse
Tilt sensor isn't working, thats probably the root of the problem
R1ptide said:
Tilt sensor isn't working, thats probably the root of the problem
Click to expand...
Click to collapse
Yeah unfortunately I had to move away from this build until that issue get addressed. I look forward to using this build when it gets fixed.
Easy fix.
go into build.prop and delete the following line
launcher.force_enable_rotation=true
If you don't know how wait for ROM w line removed uploading now...
Updated d/l link and have no landscape as default.
Thanks for reminding me to this this. I found it annoying too.
My solution was to open an app that did not work in landscape and would force it back to portrait.
Sent from my Nexus 7 using xda app-developers app
Thanks for the rom. Out of curiosity, is there a reason you're not using Google Drive to share the zip? It seems a common sight for people to run out of dropbox bandwidth but Google does not - AFAIK - have this limitation.
nawoa said:
Thanks for the rom. Out of curiosity, is there a reason you're not using Google Drive to share the zip? It seems a common sight for people to run out of dropbox bandwidth but Google does not - AFAIK - have this limitation.
Click to expand...
Click to collapse
No no reason at all. I haven't ran into that problem yet. If/when I do I'll look for other means of sharing
Sent from my Nexus 7 using xda app-developers app
rsxtypes72 said:
Easy fix.
go into build.prop and delete the following line
launcher.force_enable_rotation=true
If you don't know how wait for ROM w line removed uploading now...
Updated d/l link and have no landscape as default.
Thanks for reminding me to this this. I found it annoying too.
My solution was to open an app that did not work in landscape and would force it back to portrait.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thanks for fixing this. Easy fix as well so I don't have to start fresh with the new .zip. Thanks for your hard work.
Unfortunately for me at least the home screen issue was fixed but the tilt sensor was still being buggy and the light sensor didn't seem to be working either' (auto brightness would never change)
Sent from my Full Android on Grouper using Tapatalk 2
R1ptide said:
Unfortunately for me at least the home screen issue was fixed but the tilt sensor was still being buggy and the light sensor didn't seem to be working either' (auto brightness would never change)
Sent from my Full Android on Grouper using Tapatalk 2
Click to expand...
Click to collapse
Sorry guys I'm not a dev. Its jut aosp compiled with what I stated. Might have to do with proprietary binaries not being updated for JRO03L yet. If someone knows a fix I will incorporate.
rsxtypes72 said:
Sorry guys I'm not a dev. Its jut aosp compiled with what I stated. Might have to do with proprietary binaries not being updated for JRO03L yet. If someone knows a fix I will incorporate.
Click to expand...
Click to collapse
No worries, I was more trying to see if I was the only person with the issues
Sent from my SGS2
R1ptide said:
No worries, I was more trying to see if I was the only person with the issues
Sent from my SGS2
Click to expand...
Click to collapse
No, light sensor and gyroscope are not working. Weird thing is I compiled JRO03L for my galaxy nexus and they work fine on that.
Oh well.
Check op everything working!!!
does anyone know of ANY apps or mods that enable multiple user login on the Note 10.1 similar to the nexus 10 where you have your own profiles on the lock screen for multiple users?
so far, I have only found ONE app that does this but havent tried it yet: https://play.google.com/store/apps/...xLDEwMiwiZmFocmJvdC5hcHBzLnN3aXRjaG1lLmtleSJd
any ideas/suggestions would be appreciated!
Multi user login in Android 4.2 is embedded into the system at a very low level. Such a thing is very hard, almost impossible to port, especially without the source code of the ROM you want to port it to.
GodSlayer said:
Multi user login in Android 4.2 is embedded into the system at a very low level. Such a thing is very hard, almost impossible to port, especially without the source code of the ROM you want to port it to.
Click to expand...
Click to collapse
yeah port might be hard but i was wondering if you guys are aware of any apps that are able to do this besides the one i posted or any sort of mods that can enable it? who knows how long it will be till we see 4.2
tuffballa said:
does anyone know of ANY apps or mods that enable multiple user login on the Note 10.1 similar to the nexus 10 where you have your own profiles on the lock screen for multiple users?
so far, I have only found ONE app that does this but havent tried it yet: https://play.google.com/store/apps/...xLDEwMiwiZmFocmJvdC5hcHBzLnN3aXRjaG1lLmtleSJd
any ideas/suggestions would be appreciated!
Click to expand...
Click to collapse
Maybe this link will help, but it is not official and need root and i havent testit.
http://www.londatiga.net/it/how-to-use-multi-user-feature-in-android-jelly-bean/
steyen said:
Maybe this link will help, but it is not official and need root and i havent testit.
http://www.londatiga.net/it/how-to-use-multi-user-feature-in-android-jelly-bean/
Click to expand...
Click to collapse
Hm interesting.. Anyone else tried this?
Sent from my Nexus 4 using xda app-developers app
tuffballa said:
Hm interesting.. Anyone else tried this?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
i am too lazy to try that method but the app in the OP works great
truthkillszz said:
i am too lazy to try that method but the app in the OP works great
Click to expand...
Click to collapse
How did you get root, wich is nessesary for the app?
i think i will wait until OTA update for 4.1.2 is out
steyen said:
How did you get root, wich is nessesary for the app?
i think i will wait until OTA update for 4.1.2 is out
Click to expand...
Click to collapse
Download Exynos abuse from here http://forum.xda-developers.com/sho...LOIT+PATCH][2012.12.19] ExynosAbuse APK v1.40 and root
Sent from my GT-N8000 using xda app-developers app
hoss_n2 said:
Download Exynos abuse from here http://forum.xda-developers.com/sho...LOIT+PATCH][2012.12.19] ExynosAbuse APK v1.40 and root
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
Simple question can it be Maked Undone? (unroot) for receive future Stock updates via OTA?
steyen said:
Simple question can it be Maked Undone? (unroot) for receive future Stock updates via OTA?
Click to expand...
Click to collapse
Yes in the app itself it can unroot, and you can download also your stock rom for your country from samfirmware as a backup
Sent from my GT-N8000 using Tapatalk HD
hoss_n2 said:
Yes in the app itself it can unroot, and you can download also your stock rom for your country from samfirmware as a backup
Sent from my GT-N8000 using Tapatalk HD
Click to expand...
Click to collapse
I've tested both ways now and in principle both go, but there are advantages and disadvantages of each. I would like to tell about the most important:
1. SwitchMe App:
i rooted the device with the above method.
then installed the switchme app and granted superuser access.
advantage:
Every user has a completely separate account on the tablet.
disadvantage:
with every switch between the users the tablet has to reboot.
2. terminal app:
also rooting with the above method.
create a new user with pm create-user Katja (my wife)...
advantage:
switching between the users is possible in the on / off menu and dont require a reboot
disadvantage:
same apps and save games in the apps
notification does not reset after switching the user. (this is very annoying)
After all i decided to not switching right now. and if i will do, i will use the SwitchME app.
maybe there will be a update to version 4.2 in near future. This will be genius with this fabulous tablet.
I hope i can help some of the users here.
steyen said:
I've tested both ways now and in principle both go, but there are advantages and disadvantages of each. I would like to tell about the most important:
1. SwitchMe App:
i rooted the device with the above method.
then installed the switchme app and granted superuser access.
advantage:
Every user has a completely separate account on the tablet.
disadvantage:
with every switch between the users the tablet has to reboot.
2. terminal app:
also rooting with the above method.
create a new user with pm create-user Katja (my wife)...
advantage:
switching between the users is possible in the on / off menu and dont require a reboot
disadvantage:
same apps and save games in the apps
notification does not reset after switching the user. (this is very annoying)
After all i decided to not switching right now. and if i will do, i will use the SwitchME app.
maybe there will be a update to version 4.2 in near future. This will be genius with this fabulous tablet.
I hope i can help some of the users here.
Click to expand...
Click to collapse
thanks! ur right the app works fine but the reboot thing is annoying. I can't seem to figure out how to put the profiles on the lock screen so I can switch accounts without going into the app...anyone know how?
I've started making Xposed mods for the One, i'm going to list them here - if you see any more, please add them to this topic... if you have any requests i'll try and look at them too!
You can find details on installing Xposed for the one in this topic.
[Edit: My Xposed modifications are now in my FREE MoDaCo Toolkit - details]
P
I can also confirm that the Per App DPi module works well on all the usual apps (Gmail, YouTube, etc) and the Force Tablet Mode, whilst causing SysUI FC does also work on non-HTC apps pretty well.
AW: [INDEX] Xposed Mods
Dunc001 said:
I can also confirm that the Per App DPi module works well on all the usual apps (Gmail, YouTube, etc) and the Force Tablet Mode, whilst causing SysUI FC does also work on non-HTC apps pretty well.
Click to expand...
Click to collapse
Could you direct me to this "force tablet mode mod"? I tried the per app dpi module, however I can't get any app to work in tablet mode.
http://www.villainrom.co.uk/forum/microdownloads/tabletui-trigger.22/viewfile
AW: [INDEX] Xposed Mods
Dunc001 said:
http://www.villainrom.co.uk/forum/microdownloads/tabletui-trigger.22/viewfile
Click to expand...
Click to collapse
I get "installation aborted", when I try to flash this through CWM.
Edit: Ok, found out, you have to rename the zip to apk. However this mod does nothing. Gmail, YouTube ... all stay the same.
Did you open it up to see if its even and apk / zip? The updater-script could have some asserts and thats why you're getting an installation aborted
Hopefully the Google Wallet feature will work with the AT&T devices as we all know the fiasco with the ATT HOX from last year...
Sent from my HTC One X using xda app-developers app
AW: [INDEX] Xposed Mods
paranoid2007 said:
I get "installation aborted", when I try to flash this through CWM.
Edit: Ok, found out, you have to rename the zip to apk. However this mod does nothing. Gmail, YouTube ... all stay the same.
Click to expand...
Click to collapse
Works here . But system Ui crashes and no statusbar will show up .
Sent from my HTC One using xda premium
dpi
hi
great to have xposed on the ONE
i have installed the settings apk and tried altering some DPI settings for certain apps but i cant seem to get tablet mode working on any app?
thats not to say the dpi scale doesnt change because it does, if you try 190 dpi it makes the app unreadable almost but even selecting the toggle for tablet mode theres no "Dual Pane" tablet mode effect.
No complaints here - just stating my findings, its obviously something in HTCs framework that doesnt support the Tablet principal.
.
.*** *** *** *** *** *** ***
SLIGHT EDIT TO THIS POST
.*** *** *** *** *** *** ***
Tablet mode does indeed function with the module linked by DUNC001
the module i was using was the per app dpi module which does not crash the system UI but so far wont provide anything but scaling of dpi
***
**"having so much enjoyment with this device"**
Is there a free version of the toolkit?
If I remember correctly, you can't link to a paid app unless you provide a free version.
I think all the modules are available on individual threads (free) but to have the convenience of them all in one place, please pay the awesome PaulOBrian a tiny amount of money for his hard work.
Sent from my GT-I9100 using xda app-developers app
See above, they'll be individual mods then the toolkit for them all together.
P
Hi,
didn't find in the store the Toolkit .....
jonata said:
Hi,
didn't find in the store the Toolkit .....
Click to expand...
Click to collapse
It's temporarily removed while I resolve an issue, see the toolkit topic for details.
P
Sent from my HTC One using Tapatalk 2
paulobrien said:
It's temporarily removed while I resolve an issue, see the toolkit topic for details.
P
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
the link for Toolkit topic ?
tks
http://www.modaco.com/topic/361634-modaco-toolkit-for-xposed-framework/
P
Sent from my HTC One using Tapatalk 2
Hi Paul,
Is it possible for you to make a mod which will change the menu button to a double tap of back key instead if long press?
I'm finding that a lot of the time the long press simply just goes back (happens all the time in Tapatalk especially) and it's annoying the hell out of me!
Thanks
Sent from my HTC One using Tapatalk 2
Dunc001 said:
http://www.villainrom.co.uk/forum/microdownloads/tabletui-trigger.22/viewfile
Click to expand...
Click to collapse
Does this mod allow to download tablet-only apps from the market?
djbenny1 said:
Hi Paul,
Is it possible for you to make a mod which will change the menu button to a double tap of back key instead if long press?
I'm finding that a lot of the time the long press simply just goes back (happens all the time in Tapatalk especially) and it's annoying the hell out of me!
Thanks
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
That would be useful, I'll look into it!
P
Sent from my HTC One using Tapatalk 2
Could this framework be used to add toggles to the pull down status bar? like wifi, gps etc. Its the only thing im missing from my previous phone.
I have tried to get it from many threads but it doesn't work, it says something parsing not, and i would love to update 4.1 AOSP browser i now have from custom stock 4.1 rom to 4.3 browser.
Instead of installing as a normal app, try copying the apk to your System > App folder (you need to be rooted for doing this)
If you dont see it on your app drawer then try restarting your phone... If it still doesnt work or if it force closes then maybe its not meant to work on Android 4.1
And can you please give me the link from where you got it?
Sent from my GT-I9070 using xda premium
You need libraries for it.Not just apk
Darkness and Hope said:
You need libraries for it.Not just apk
Click to expand...
Click to collapse
Is it work with stock jelly bean?
http://forum.xda-developers.com/showthread.php?t=2385933
Sami Kabir said:
Instead of installing as a normal app, try copying the apk to your System > App folder (you need to be rooted for doing this)
If you dont see it on your app drawer then try restarting your phone... If it still doesnt work or if it force closes then maybe its not meant to work on Android 4.1
And can you please give me the link from where you got it?
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
Oh sorry i mean't to say i have 4.1 Pure vanillav5 rom which included AOSP 4.1 browser, at least it looks like it compared to stock.