svyat said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PDroid allows blocking access for any installed application to the following data separately:
Device ID (IMEI/MEID/ESN)
Subscriber ID (IMSI)
SIM serial (ICCID)
Phone and mailbox number
Incoming call number
Outgoing call number
GPS location
Network location
List of accounts (including your google e-mail address)
Account auth tokens
Contacts
Call logs
Calendar
SMS
MMS
Browser bookmarks and history
System logs
SIM info (operator, country)
Network info (operator, country)
For device ID, phone and mailbox number, SIM serial, subscriber ID and device location it also allows supplying custom or random values.
Why you would want to use it:
Applicaitons do NOT crash when access to private data is blocked (unlike with Permissions Denied or CM)
Fine-grained tuning of access to private data
No background service needed
Very small memory footprint (~700KB)
No impact on battery life
No impact on performance (5ms overhead on access to private data; yes, that's 0.005s)
100% reliable unlike ROOT applications (LBE), which need to start their background service on boot (see android underground to learn why this is an issue)
No ROOT required for the app to run
No Android permissions required for the app to run
Open-source
Click to expand...
Click to collapse
---
As far as I can tell, this mod is stable. I've been running it for the past week and a half on stock deodexed VRBLK3 no issues. However, as with any system mod, use it at your own risk.
This is a port of PDroid to the Verizon Galaxy S3/TouchWiz. It is based on stock deodexed VRBLK3 and gsbabil's Jelly Bean version of PDroid.
Important notes:
This will overwrite any other mods to framework.jar, services.jar, or core.jar.
If you flash Kinda Crap Mods after flashing this, it might work. Or it might blow up in your face. I don't know.
Don't try this on an ICS ROM, or an earlier Jelly Bean leak. It might work on other deodexed VRBLK3-based ROMs.
I've tested with ClockworkMod. I imagine it will work with TWRP, but I haven't actually tried.
If you find anything which is crashing after installing this mod, let me know here.
---
I've attached two recovery-flashable zips:
pdroid-1.32-VRBLK3.zip is the mod. It will overwrite framework.jar, services.jar, and core.jar with the patched versions.
pdroid-VRBLK3-undo.zip will restore the stock deodexed VRBLK3 framework.jar/services.jar/core.jar
Installation instructions:
Make a nandroid backup!!!
Install the modded PDroid app attached to this post (com.privacy.pdroid-1.32-fixed.apk - the -fixed version is the correct one)
Reboot into recovery
Flash pdroid-1.32-VRBLK3.zip
Wipe cache
Reboot
Open the PDroid app and configure things
Removal instructions:
Restore your nandroid backup
OR
Reboot into recovery
Flash pdroid-VRBLK3-undo.zip to go back to stock deodexed VRBLK3 versions of the modified JARs
Wipe cache
Reboot
Remove the PDroid app
Known Issues:
PDroid app may crash while scanning apps, and not all your apps will be added to the list. I'm not sure why this is happening yet. Unfortunately, the PDroid app apk is obfuscated, making it hard to debug.
Code:
E/AndroidRuntime( 9966): FATAL EXCEPTION: Thread-2350
E/AndroidRuntime( 9966): java.lang.ClassCastException: android.graphics.drawable.ColorDrawable cannot be cast to android.graphics.drawable.BitmapDrawable
E/AndroidRuntime( 9966): at com.privacy.pdroid.i.a(Unknown Source)
E/AndroidRuntime( 9966): at com.privacy.pdroid.d.run(Unknown Source)
Fixed APK is in attached in the first post.
Future plans:
Fix any issues that may arise
Get added to Kinda Crap Mods and/or Auto-Patcher once things are stable
See if it's possible to port PDroid 2.0. That mostly likely won't happen until after my Christmas vacation, though.
Thanks for your work. I hate how apps try to intrude on my personal data.
For anyone else that didn't know what PDroid was:
PDroid allows control over access for any installed application to your private data. This includes:
Device ID (IMEI/MEID/ESN)
Subscriber ID (IMSI)
SIM Serial (ICCID)
Phone and mailbox number
Incoming call number
Outgoing call number
GPS location
Network location
List of accounts
Account auth tokens
Contacts
Call logs
Calendar
SMS
MMS
Browser bookmarks and history
System logs
SIM info (operator, country)
Network info (operator, country)
http://www.xda-developers.com/android/pdroid-the-better-privacy-protection/
Click to expand...
Click to collapse
App said for ICS only. Market blocks download
Via my Google Galaxy S3 running magic beans
neh4pres said:
App said for ICS only. Market blocks download
Click to expand...
Click to collapse
I... have no idea how I actually got it installed. Did you try going through the play site instead of the app?
I guess I'll have to upload the app here or add it to the flashable package.
Sent from my Verizon GSIII using Tapatalk 2
Noxious Ninja said:
I... have no idea how I actually got it installed. Did you try going through the play site instead of the app?
I guess I'll have to upload the app here or add it to the flashable package.
Sent from my Verizon GSIII using Tapatalk 2
Click to expand...
Click to collapse
In your initial post there was a link to the PDroids original author, if you click on that and scroll down to FAQ's there's a link to dropbox with the apk... is this the one we should use?
https://www.dropbox.com/s/d1elu8ekqh8bjkj/PDroid_release.apk
I loved PDroid on my droid x, it was a pain to get setup at first bur then I was able to patch my own roms. Thanks for this.
MyndMayze said:
In your initial post there was a link to the PDroids original author, if you click on that and scroll down to FAQ's there's a link to dropbox with the apk... is this the one we should use?
https://www.dropbox.com/s/d1elu8ekqh8bjkj/PDroid_release.apk
Click to expand...
Click to collapse
That should work. I also took the APK from my phone and attached it to the first post.
How does this compare to lbe security?
zephymobile said:
How does this compare to lbe security?
Click to expand...
Click to collapse
I haven't used LBE in quite some time (on my Evo 4G), so it may be better now. However, last time I used it, it took almost 200 MB of RAM and slowed my phone down a small but noticeable amount. Additionally, it's closed-source and published by a Chinese company, which some people feel uncomfortable about.
PDroid is open-source (the core, not the control panel app). It's integrated directly into the system framework, so it's more robust and a lot lighter-weight. I'm not sure how functionality compares.
I can't thank you enough ninja..this had been a problem for me for years..is there a guide that holds my hand for setup..I'm not to hip on what needs sim access or location and such? Never new of such programs....You and Yours have a Memorable Christmas
I wish I could get something like this on AOSP/AOKP ROMs! It would be great!
Sent from my SCH-I535 using Tapatalk 2
luv2increase said:
I wish I could get something like this on AOSP/AOKP ROMs! It would be great!
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Auto-Patcher
I patched the PDroid app to no longer crash when scanning apps. You can grab the new version from the attachment in the first post: com.privacy.pdroid-1.32-fixed.apk.
You must uninstall the original PDroid app before installing the modded version. You cannot simply install the modded version over the original.
Please share how u manage u get this patching thing working on a s3 stock ROM.
We need to esperiment this on other ROMs and for my need on international s3 ROMs too.
Please this is important.
Thanks a lot
Inviato dal mio GT-I9300 con Tapatalk 2
marcogtt said:
Please share how u manage u get this patching thing working on a s3 stock ROM.
We need to esperiment this on other ROMs and for my need on international s3 ROMs too.
Please this is important.
Thanks a lot
Inviato dal mio GT-I9300 con Tapatalk 2
Click to expand...
Click to collapse
Unfortunately, it was all manual. I studied the patch to figure out where the modifications went and reverse engineered parts of the GS3 ROM to find where I needed to put the code. I then built vanilla AOSP with the PDroid patch applied, baksmali'ed it, then manually transplanted code into the Samsung ROM.
It wasn't as bad as I was expecting, but I still had to tweak the code in several places as I was splicing it in.
I'm interested in trying to port PDroid to the I9300 stock ROM, but I don't have a lot of time. I also don't have an I9300, so I would need donations or something to get one.
Sent from my Verizon GSIII using Tapatalk 2
I tested Kinda Crap Mods v2.6 with PDroid-patched stock VRBLK3. No crashes that I can see. However, I still need to check and make sure KCM didn't overwrite any of the PDroid code.
Giving cpr to this thread. .. any plans to update , or to use openpdroid?
What's up ninja? Any plans here or do you have adhd
Ahaaaa....!!!
Related
DISCONTINUED DUE TO PERSONAL LIFE
Thought I'd post this here for anyone wanting to test it out.
Bear in mind that more information regarding some of the modifications can be found on the website linked below.
Merged into ICS build so far:
System Mods
Using Sandvold's ICS 4.0.3 Beta 0.4.4.4.1 as a base (thanks to Sandvold)
Camera preview working, video and panorama FC (thanks to rapmv78)
Full Hardware Acceleration (thanks to Drewis)
Tweaked minfree and vm settings for better stability
Custom hosts file for blocking ad servers
CM9 APN's for better network connectivity
Your choice of PC-A2SD, A2SD, or Data2Ext (options are in the installer). Requires 1 ext3/4 partition as the second partition on your SD Card.
GPS patch (Thanks to crypted)
OTA updates, be sure to set your recovery type during installation (Thanks to XJ & MIUI.us)
Automatically adjusts to fit CM7-r2 HBOOT
Applications
Gmail with 3rd party app notification support
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MIUI_Au Changelog (Since 2.3.2):
Official Changelog here
Updated to Sandvold 0.4.4.4.1 (fixes camera preview, multitouch)
Upgraded lockscreen, MIUI Gallery and alarm clock, reorganised Settings menu
NOT WORKING
Camera can be unstable
FM Radio not included
Contact numbers sometimes not matched properly
USB Tethering
Probably more
REQUIREMENTS
Requires an ext3/4 partition to be the second partition on your SD Card.
Will install on any HBOOT, and symlink system folders to /data if necessary
Only stock HBOOT, Data++ and Sense can perform data wipe without rom reinstallation, due to system files needing to be moved for other HBOOT's.
INSTALLATION
If you restore apps or data using Titanium or MIUI Backup, there may be problems due to changes from GB to ICS. If you do have any, restore apps one by one to find the culprit.
Make sure you have an ext3/4 partition setup as the second partition on your sd card, otherwise you will have very little memory to use as data2ext won’t work.
Please understand this is a very beta version, so expect errors.
There is no FM radio, so please don’t bother complaining.
Any errors, feel free to post but do not demand a solution.
Flash at your own risk.
If you experience any serious problems, we recommend you do a full wipe/factory reset then flash again.
SUPPORT INSTRUCTIONS
I will NOT be responding to any more posts about problems unless you can prove/state the following:
You have NOT restored any apps from a backup from a GB rom.
You have tried a full wipe/factory reset.
You have used google to try to find the answer yourself.
You have read the comments to see if the problem is already reported.
You have read the entire post and followed the instructions provided.
If the problem is related to apps FC’ing, you provide a logcat of the FATAL EXCEPTION.
If the problem is low memory, post the output of “df” and “mount” commands in terminal.
Do NOT ask for features/apps from MIUI GB to be included. They are when they are.
Any other reports, unless I deem them to be reasonable, will be ignored. Take no offence, but if I don’t answer (and trust me I’m very good at answering the questions promptly unless I’m asleep) it means you haven’t done the above, so read properly and try again.
Do NOT ask about any device other than the HTC Desire GSM.
Completely unofficial port. For more information and downloads, proceed to MIUI_Au.
Awesome, will be giving this a go!
Been using from first release and I love it!
Lennox is doing a great job!
Am I weird, where's the menu to setup WiFi?
Well looks good, but going back to Gingerbread since this is still Beta.
Good luck!
Never noticed that. Long press on wifi icon in notifications works as always.
Edit: Its under Wireless Networks > More... > Tethering and portable hotspots
Haven't fixed all the translations yet, been more worried about getting everything working.
Just flashed.. seems to have lost root access?
It is almost perfect.
KevAmiga said:
Just flashed.. seems to have lost root access?
Click to expand...
Click to collapse
Check the "Control" app.
The big question is...
Does this have FULL HWA, dont see it listed?
Making a backup now then I'll flash, can I restore the apps I backup on a 2.3.x using MIUI Backup in this release?
Guess I'll find out
KevAmiga said:
Just flashed.. seems to have lost root access?
Click to expand...
Click to collapse
You don't have the Superuser app any more, if that's what you mean. Superuser and app permissions can be found in the "Security" app now.
Seems to work great so far, but my battery life's not so great any more. Anyone else having that issue?
EDIT: Maybe this will help me: http://www.miui-au.com/howtos/reset-battery-indicator/
absoluty AWESOME, only we can wait to a full HW acceleration and video recording, after that this ROM will be the best to Desire
Anyone tried with CM7r2 HBOOT?
Quick questions:
1. Is theme support implemented?
2. What's the bubble style in Messaging? Is it ICS style "full-wide bubble" with photo, or standart MIUI?
Not sent from anywhere.
Does it have german language?
Will give this a try!
anneliese said:
Anyone tried with CM7r2 HBOOT?
Click to expand...
Click to collapse
tajimura said:
Quick questions:
1. Is theme support implemented?
2. What's the bubble style in Messaging? Is it ICS style "full-wide bubble" with photo, or standart MIUI?
Not sent from anywhere.
Click to expand...
Click to collapse
I have cm7r2 and works good.
I can choose themes too.
I don´t try the bubble style
MarciWoi said:
Does it have german language?
Will give this a try!
Click to expand...
Click to collapse
Only have english and chinese langs.
I miss spanish lang
-Playing video is very laggy
3f1f37 said:
The big question is...
Does this have FULL HWA, dont see it listed?
Click to expand...
Click to collapse
Omfg... You can also f*ck with it but it's not listed. Ofcourse no full HWA... devs are trying their best...
Sent from my HTC Desire using XDA App
jazzmega said:
I don´t try the bubble style
Click to expand...
Click to collapse
I mean, what does the conversation thread look like? Is it similar to GB MIUI or to ICS one?
Not sent from anywhere.
KevAmiga said:
Just flashed.. seems to have lost root access?
Click to expand...
Click to collapse
Have you turned it on in the Security app?
3f1f37 said:
The big question is...
Does this have FULL HWA, dont see it listed?
Click to expand...
Click to collapse
I'm pretty sure where I listed the same hardware acceleration hack as any other ICS rom is being included, that explains that it's not full HWA.
Spoinky said:
Making a backup now then I'll flash, can I restore the apps I backup on a 2.3.x using MIUI Backup in this release?
Guess I'll find out
Click to expand...
Click to collapse
Yes and no. Some are bound to cause issues due to the changes, if you have any problems that will be the cause.
anneliese said:
Anyone tried with CM7r2 HBOOT?
Click to expand...
Click to collapse
I run CM7r2 HBOOT.
tajimura said:
Quick questions:
1. Is theme support implemented?
2. What's the bubble style in Messaging? Is it ICS style "full-wide bubble" with photo, or standart MIUI?
Not sent from anywhere.
Click to expand...
Click to collapse
Theme support is implemented, but there are very few themes that support ICS MIUI for now. Give it time. And it's MIUI style messaging.
Hey give us some nice screens
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This mod works on OpenSensation/CM9 builds only. I have not tested it on AOKP.
What is PDroid?
PDroid allows you to block an application from accessing any and/or all of the following personal data on your device:
Device ID (IMEI/MEID/ESN)
Subscriber ID (IMSI)
Phone and mailbox number
Incoming call number
Outgoing call number
GPS location
Network location
List of accounts (including your google e-mail address)
Account auth tokens
Contacts
Call logs
Calendar
SMS
MMS
Browser bookmarks and history
System logs
SIM information (operator, country)
Network information (operator, country)
For device ID, phone and mailbox number, SIM serial, subscriber ID and device location it also allows supplying custom or random values.
Why PDroid is the best way to protect your private data:
Applications do NOT crash when access to private data is blocked (unlike with Permissions Denied or CM)
Fine-grained tuning of access to private data
No background service needed
Very small memory footprint (~700KB)
No impact on battery life
No impact on performance (5ms overhead on access to private data; yes, that's 0.005s)
100% reliable unlike ROOT applications (LBE), which need to start their background service on boot
No Android permissions required for the app to run
It's open-source!
Installation Instructions
Make a backup! If the patches don't work due to changes in OpenSensation/CM9, you can reflash your nightly. Better safe than sorry!
Download the Botbrew app from Google Play. It is free and on its way to being open-source.
Launch Botbrew. A bootstrap process will occur that installs some packages necessary to Botbrew's operation.
Find and install the package called "repository-mateorod".
Press the refresh icon located at the bottom left of the packages screen.
Select the package titled "android-framework-pdroid" from the list.
Just to be safe, confirm that pyramid is listed as the Architecture prior to installing. It should be.
Install the package and reboot your device.
Download the PDroid app from Google Play.
Configure PDroid to handle the permissions of any app you like.
Upgrading Nightly Rom Builds
After flashing, launch BotBrew and repair the android-framework-pdroid package.
If the repair screen doesn't launch automatically, just swipe the packages pane all the way to the left.
Reverting to Stock
Uninstall the android-framework-pdroid package using BotBrew. Reboot your handset. All done!
Acknowledgments
vorbeth - For spearheading the effort to bring AOSP ICS to the Sensation and restoring my faith in the XDA community!
mateorod - Responsible for patching the framework for use on the Sensation!!!! Check out his post on porting it here!
syvat - The creator of PDroid. The original pdroid thread can be found here.
pastime1971 - Responsible for porting PDroid to Ice Cream Sandwich! His thread can be found here.
My apologies if I have left anyone out! Please message me so I can be sure to give you proper credit!
Reserved for future use.
so you're protecting stolen phones? hmm..
just kidding
gonna try this once available on sense roms
shiningarmor said:
so you're protecting stolen phones? hmm..
just kidding
gonna try this once available on sense roms
Click to expand...
Click to collapse
Huh? This has nothing to do with stolen phones...
It is about preventing your personal data from being collected when you don't want to share it.
Well put together, atltrickster!
Thanks for getting this out there!
Did anybody try it with AOKP, yet?
Gesendet von meinem Sensation mit Tapatalk 2
Thanks for this. Lets see if it works.
Looks great, thanks.
got bootloop on first try with AOKP(+a few mods). There was a few errors from BotBrew that I ignored. Will update when I have tried again.
fcknghst said:
got bootloop on first try with AOKP(+a few mods). There was a few errors from BotBrew that I ignored. Will update when I have tried again.
Click to expand...
Click to collapse
Thanks for the feedback. The pdroid system files downloaded via BotBrew are based on the framework included in the May 4th build of OpenSensation.
There have been numerous changes to the framework since then so I imagine the pdroid files need to be updated accordingly. mateorod is the one who can patch them for you.
From the look of things the major work on cyanogenmod mod is close to finished. That being the case, I am going to hold off on having patched files made so that the functionality will continue to function properly across builds and not cause significant errors to occur.
I would encourage you to hold off a bit longer before working on it any further. I assure you the functionality is fantastic, so its worth it for sure.
Sent from my HTC Sensation using Tapatalk 2
atltrickster said:
Thanks for the feedback. The pdroid system files downloaded via BotBrew are based on the framework included in the May 4th build of OpenSensation.
There have been numerous changes to the framework since then so I imagine the pdroid files need to be updated accordingly. mateorod is the one who can patch them for you.
From the look of things the major work on cyanogenmod mod is close to finished. That being the case, I am going to hold off on having patched files made so that the functionality will continue to function properly across builds and not cause significant errors to occur.
I would encourage you to hold off a bit longer before working on it any further. I assure you the functionality is fantastic, so its worth it for sure.
Sent from my HTC Sensation using Tapatalk 2
Click to expand...
Click to collapse
Didn't work for me on OpenSensation on the 11/5 build. System hung at the bootlogo. Just to let you know.
V1k70r said:
Didn't work for me on OpenSensation on the 11/5 build. System hung at the bootlogo. Just to let you know.
Click to expand...
Click to collapse
Sama here for OpenSensation 12/5 build.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
zylith
itsmikeramsay
j3.cole
infinityhombre
he_stheone64- a huge help with continuing to help build and mod- thanks for all your help- Auto Brightness Patch - soon to have Advance Power Menu check His thread Here
reActiveDisorder for his amazing init.d scripts
matrixrewriter- for Titanium Backup (root) for Android
nieves53- letting me know what file I deleted for wifi calling
Rsotbiemrptson- 3 button remap
Potential- wifi tether fix.
Torxx- for support
#helpmenow on freenode
azzledazzle- for support
dsixda- for his kitchen
Virtuous- I used your rom as a comparison to find my errors/updater script
last but not least: MY WIFE.
V1.0 HERE 1.0 is available for all to build off. If you want help with trying to get started send me a PM. I will show you what I did.
md5 sum: c312c8d44d6bb43f286e0196235f5271
All updates are not for development use
V1.1 Here- Thanks Tinky for the mirror
V1.2 Here.
v1.3 HERE
v1.3.5 HERE- Please flash THIS for Gtalk
Flash at your own risk
V2.0
Added APM thanks: he_stheone64
Added EQS thanks: he_stheone64
Added v6 script: thanks: zepellinrox- use terminal/adb shell type "su" then "v6" follow directions
Added 1% batt mod thanks: he_stheone64
smooth rosie thanks: he_stheone64
Gps speed fix thanks: MarcoHD
Added gtalk back in
V1.3.5
Added reActiveDisorder's amazing init.d scripts.
changed bootanimation
changed default wallpaper
edited Build.prop for better performance.
moved Google Music to data folder
moved Google Plus to data folder
Made English (United States) the default language
Added Sony Bravia- Thanks XxXPachaXxX
added friend stream-Almost forgot
Other minor tweaks
V1.3
add 3 button remapping- thanks Rsotbiemrptson
Fixed Wifi Calling
Fixed Wifi Tethering- thanks Potential
deodexed fully
Added Titanium Backup (root) for Android free from Market- I recommend you buy the pro- worth every penny
V1.2
This does not have as many changes that I want to do. I will need a few days off of work to get the real results that I want. I really just wanted to get rid of that wifi error.
Changed name to a new rom- I need to know what you think of it.... It is a work in progress. If you have a idea for a rom name let me know (through pm onlylease don't clutter thread)
Fully Deodexed
add oem wifi tether to remove error. to get wifi tether follow this POST. I am still working on getting the data folder to install on boot. Once I figure that out I will add to rom.
changed back to htc boot animation- If anyone wants me to add there boot-animation let me know. Or if anyone will willing to make one (I suck at graphics)
V1.1
deodexed as much as I could.
changed to original android boot animation.
added data folder.
removed all social apps. Data folder permissions didn't stick. Will work on getting them moved there. If not I will put them back.
removed more crapware that I forgot the first time
added wifi tether app-free from market
added all oem language packs.
maybe more that I forgot
V1.0
removed t-mobile apps
removed wiper app. Kept getting errors
add root: Thanks chainfire.
add busybox
changed to HTC boot animation
removed start-up sound
zipaligned
Only English and Spanish is available on the install.
let me know if you come across any errors.
Hi zylith,
Thanks for providing us with another option for a rom.
Could you provide some more details on this like is it Deodexed or zipaligned does it have root?
I will love to be the first to try.
Does this have the Wifi Calling app cooked in also?
timskyline86 said:
Does this have the Wifi Calling app cooked in also?
Click to expand...
Click to collapse
Yes, not cooked into it. It is stock. Yes it works.
Thanks for this found finally having a flashable zip
Sent from a guy living in a van down by the river
Thanks for the Rom, do you have the buttons remap just like virtuous does? Or is it just the stock?
Sent from my HTC VLE_U using xda premium
it is uploaded...... well it has been uploaded... my wonderful wife kicked me off the pc.
nieves53 said:
Thanks for the Rom, do you have the buttons remap just like virtuous does? Or is it just the stock?
Sent from my HTC VLE_U using xda premium
Click to expand...
Click to collapse
stock... not remapped... although on new versions I am sure I will remap.
Using this as my base on my T-Mobile one.
As stated above in your Rom, it doesn't seem to have root, do I need to re root my phone just like it was brand new again?
Thongvilay said:
As stated above in your Rom, it doesn't seem to have root, do I need to re root my phone just like it was brand new again?
Click to expand...
Click to collapse
Just download from THIS thread and flash via CWM ill be working on getting this fixed today
Does Wifi tethering work on this ROM without getting the T-Mobile webpage when trying to use a PC tethered to the phone?
web link bug
There is a bug in this rom compared to stock. When clicking on a web-link from gmail, facebook, etc. the browser crashes. If you type in the address manually it is ok. If you copy and paste the link it crashes.
Any ideas?
bluepresto1 said:
There is a bug in this rom compared to stock. When clicking on a web-link from gmail, facebook, etc. the browser crashes. If you type in the address manually it is ok. If you copy and paste the link it crashes.
Any ideas?
Click to expand...
Click to collapse
Could be a problem with the deodexed browser.apk. Does the browser work by just launching it? If not try pulling the browser.apk out of one of the EU roms and push it to your ROM.
bluepresto1 said:
There is a bug in this rom compared to stock. When clicking on a web-link from gmail, facebook, etc. the browser crashes. If you type in the address manually it is ok. If you copy and paste the link it crashes.
Any ideas?
Click to expand...
Click to collapse
Weird. I don't have this problem...
Mod Notice
If any users have a issue with somebody's work then please report it along with evidence to back the claims up, do not discuss it in open forum.
eist1 said:
Does Wifi tethering work on this ROM without getting the T-Mobile webpage when trying to use a PC tethered to the phone?
Click to expand...
Click to collapse
I don't know, since I would really rather not download anything from a filesharing site that requires you to register your email address. But I suspect it works exactly like in the stock build (the author only stated that he removed the bloatware, it is not even clear if he deodexed the /system partition).
However, on a rooted phone this should not be a problem for you. You can always download the WiFi Tether for Root Users from the Market, and bypass the T-Mobile racket.
original_ganjaman said:
Mod Notice
If any users have a issue with somebody's work then please report it along with evidence to back the claims up, do not discuss it in open forum.
Click to expand...
Click to collapse
How are we to know what to look at to fix if problems can not be discussed is open forums?
Guys,
I am please to create this Discussion thread of WanamLite Fast | Clean & Rock Stable ROM for Galaxy S4 i9500.
We have done enough discussion about The ROM in DEV thread which is suppose to be made for Dev discussion only.
Please Feel free to discuss about the WanamLite ROM. Please Don't Spam in this thread.:angel:
Note: I need to maintain this thread. Please be patience coz Wanam buddy can't put an Eye on it regularly.
ROM version: 15th May ME1 V1.2
Features :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Based on the latest FWs
Deodexed & Rooted & Zipaligned & Busybox
Unlimited SMS recipient list
Adam Kernel (exFat support)
Automatic SMS encoding (Arabic and other utf-8 encoding support)
Tweaked Ondemand Governor for better Battery life
Disabled scrolling cache
Removed some bloatware (Available on separate patch 572MB)
Large APN list
No incremental ringtone
Enabled Call recording
Enabled Call button on Contacts list
4 Way reboot (Recovery,Download...)
Clean build.prop for best Market compatibility
Stock Keyboard with all supported languages enabled
Kies support
Hacked Stock Email App
Latest SuperSu update
Enabled all supported languages
More Free Ram
Auto wipe cache & dalvik-cache before flashing
MultiCSC (145)
Busybox (installed on "/system/xbin")
Disabled NFS Payment
More to come...
Screen shots: Can be view here
Thanks to:
@Wanam - Donate
@DocRambone @Chainfire @chaindD
@JesusFreke
@CM Team
@gokhanmoral
@emadh71
@codeworkx
@DocRambone
Download Section & Installation procedure
Downloads & Installation section:
Downloads:
Download ROM & Changelog
CWM recovery
Removed Apps
Installation steps:
Copy the Rom to Internal sdcard
Install a CWM recovery. (Only if you don't have it)
Backup, backup, backup
Flash my Rom from recovery
Don't use the Root option from recovery (you don't need it)
Reboot & enjoy
Removed Apps:
In case
i read somewhere to stop MediaServer for the overheating issue...
But after stopping it, my ringtones etc. were gone...
I Cant find any option o restart it...
Is there a way to restart MediaServer?
Bulut.O said:
i read somewhere to stop MediaServer for the overheating issue...
But after stopping it, my ringtones etc. were gone...
I Cant find any option o restart it...
Is there a way to restart MediaServer?
Click to expand...
Click to collapse
It may be in the last of All application installed. Check it.
Is NFC file transfer is working on this ROM..? Because I tried file transfer with my friend Note2....its not working.
Sent from my GT-I9500 using xda app-developers app
Guys,
I installed Wanam 1.2 last night, phone started OK, configured it, charged overnight, connected this morning to work WiFi (it's a hidden SSID), used it all day without issues.
I just restarted the phone in the afternoon and noticed that my 2 WiFi networks that I had already stored (home & work) have dissapeared. So, I configured the work WiFi (which is hidden and must be added mannually) but it never connects. I already restarted the access point but no luck.
Waiting to arrive home and see if I can connect the phone to home WiFi (which is not hidden), then restart phone and see if it 'remembers' the settings.
Any one else having this issue?
Thanks.
Nice thread. No we have doubled the postings...
... tap*talked
Hi,
Is there any way we can enable the multi user option?
Please let me know.
Thanks in advance.
Sent from my GT-I9500 using xda app-developers app
rajaa_sekaran said:
Is NFC file transfer is working on this ROM..? Because I tried file transfer with my friend Note2....its not working.
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
Hi @wanam please confirm this....my NFC file transfer is not working...is the feature is not available in this ROM,,?
rajaa_sekaran said:
Hi @wanam please confirm this....my NFC file transfer is not working...is the feature is not available in this ROM,,?
Click to expand...
Click to collapse
I think the NFC thing has been removed due to FC at start.
rajaa_sekaran said:
Is NFC file transfer is working on this ROM..? Because I tried file transfer with my friend Note2....its not working.
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
walda said:
I think the NFC thing has been removed due to FC at start.
Click to expand...
Click to collapse
Oops..... is it possible to get it back..?
rajaa_sekaran said:
Oops..... is it possible to get it back..?
Click to expand...
Click to collapse
Maybe it's not so easy because of nfc payment wants a stock system. Maybe that's why it's FCing. Just my opinion.
... tapat*lked
walda said:
Maybe it's not so easy because of nfc payment wants a stock system. Maybe that's why it's FCing. Just my opinion.
... tapat*lked
Click to expand...
Click to collapse
So what would be the way to disable the NFC payment but still be able to perform NFC transfers?
hacked Mail ?!
Hi Guys,
I have the rom up and running and very happy with the performance. My exchange policy requieres PIN and I would really like to disable this, I hoped that the "hacked mail" would do that, but I do not see where to disable the PIN issue? Any hints? Our do I need to delete the account and re-install it?
Another question, how do I get into the multi re-boot menu?
Thx, T
Reboot menu:
Press off for a few seconds and then press restart.
... tapat*lked
walda said:
I think the NFC thing has been removed due to FC at start.
Click to expand...
Click to collapse
Wrong.
NFC Still present in the ROM and works well.
The only thing that was removed it's NFC payment.
Why? the deodexed version did FC's so to avoid any useless FC's, wanam decided to remove this feature that i can bet nobody is using (for now at least)
comming from stock rooted, there's no need to wipe?
Hi ...
anyone please a feedback on my email hack, PIN block question above ..
thanks, T
On 1.2 rom the camera app crashes frequently and the phone reboots itself:crying:
Great, i made it! i got the sim mod and now i happily have my photon q fully working on the Colombian 3g network.
However, i have a trouble: generally almost all roms have a sim card apk called sim toolkit, which enables some gsm utilities and tools from the mobile carrier. i use it to make bank operations, recharge money on my prepaid account and another stuffs. but the photon q doesn't have this feature.
Can anyone tell me how to enable this apk on JB 4.1.2? i will apreciate every help you can give me.
KarKzas said:
Can anyone tell me how to enable this apk on JB 4.1.2? i will apreciate every help you can give me.
Click to expand...
Click to collapse
Sprint does not include SIM Toolkit app in Photon Q firmware (for obvious reasons - without SIM mod, there wouldn't be any use for it).
I'm afraid that there's no simple way to add Stk.apk to the stock firmware - Stk uses shared phone uid, therefore the Stk.apk signature has to match the Phone.apk signature.
The easiest way to get the SIM Toolkit on Photon Q is to install CM 10.2 on it.
kabaldan said:
Sprint does not include SIM Toolkit app in Photon Q firmware (for obvious reasons - without SIM mod, there wouldn't be any use for it).
I'm afraid that there's no simple way to add Stk.apk to the stock firmware - Stk uses shared phone uid, therefore the Stk.apk signature has to match the Phone.apk signature.
The easiest way to get the SIM Toolkit on Photon Q is to install CM 10.2 on it.
Click to expand...
Click to collapse
ok, thanks a lot for your explanations. i think i will take a look at some custom roms... which one do you recommend to start?
KarKzas said:
ok, thanks a lot for your explanations. i think i will take a look at some custom roms... which one do you recommend to start?
Click to expand...
Click to collapse
I would say he made a recommendation - CM10.2
kabaldan said:
I'm afraid that there's no simple way to add Stk.apk to the stock firmware - Stk uses shared phone uid, therefore the Stk.apk signature has to match the Phone.apk signature.
Click to expand...
Click to collapse
Actually looks like is not enough, I made a fully resigned rom here
http://forum.xda-developers.com/showthread.php?t=2532620
So I can install any stk.apk package I like.
The phone FC when the stk.apk is installed, or crashes when the app is opened, depending on the tested stk.apk
So there must be something else in the ril, in the framework or in the modem fw itself to get it working properly.
If you have any idea, I'm all ears.
The Solutor said:
Actually looks like is not enough, I made a fully resigned rom here
http://forum.xda-developers.com/showthread.php?t=2532620
So I can install any stk.apk package I like.
The phone FC when the stk.apk is installed, or crashes when the app is opened, depending on the apk.
So there must be something else in the ril, in the framework or in the modem fw itself to get it working properly.
If you have any idea, I'm all ears.
Click to expand...
Click to collapse
Indeed, Stk depends also on other parts of telephony framework.
The best bet for your modified 4.0.4_7.7.1Q-6_SPR-125_CSP-14 would seem to me to use Stk.apk extracted from 7.7.1Q Atrix HD firmware.
You have to look for the reason of crashes in logs (main and telephony branches).
You can try to build Stk from 4.0.4 AOSP source. Then you can enable some debugging output from the Stk app and gradually modify its source until it correctly talks with the rest of the given telephony stack.
kabaldan said:
Indeed, Stk depends also on other parts of telephony framework.
The best bet for your modified 4.0.4_7.7.1Q-6_SPR-125_CSP-14 would seem to me to use Stk.apk extracted from 7.7.1Q Atrix HD firmware.
Click to expand...
Click to collapse
I'll try it, thanks. For now I've tried just one from the ICS Razer ROM and few others
You have to look for the reason of crashes in logs (main and telephony branches).
You can try to build Stk from 4.0.4 AOSP source. Then you can enable some debugging output from the Stk app and gradually modify its source until it correctly talks with the rest of the given telephony stack.
Click to expand...
Click to collapse
I'll have to wait for a replacement board for this, as my USB stopped working, so no logcat or so.
Maybe you remember since the good old times of Milestone 1 that I'm all but a coder, although sometimes I have the right idea about a lot of things. So is not said that i can do something useful with logs.
@The Solutor: I remember but I also know that people like to learn new things .
On ICS stock ROM, property persist.log.aplogd.enable=1 enables logger daemon (aplogd) to store logs in /data/logger or somewhere on sdcard (I don't remember the exact folder it uses). This can be used to get hold of the logs even without working usb.
Note: You probably know it, but I better mention it anyway - Stk.apk has to be in /system/app, otherwise the security checks will fail despite it having the correct system signature.
kabaldan said:
@The Solutor: I remember but I also know that people like to learn new things .
On ICS stock ROM, property persist.log.aplogd.enable=1 enables logger daemon (aplogd) to store logs in /data/logger or somewhere on sdcard (I don't remember the exact folder it uses). This can be used to get hold of the logs even without working usb.
Click to expand...
Click to collapse
Thanks for the suggestion.
The Solutor: I remember but I also know that people like to learn new things .
Click to expand...
Click to collapse
I'm surely one of them. To be more precise I have little use of the STK with my current provider, but I like the challenge.
I was curious about the missing (and impossible to get working) stk, since the times of Droid 3 and D2g, but I never had the occasion to get deeper in the problem.
Note: You probably know it, but I better mention it anyway - Stk.apk has to be in /system/app, otherwise the security checks will fail despite it having the correct system signature.
Click to expand...
Click to collapse
Yes, this is something I know, thanks.
Now I have a resigned ROM for a different purpose, and your reply on this thread turned a light on in my mind
Got it !!! :laugh:
Thanks to kabaldan for the useful suggestions that made it possible
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Already added as optional on my International Stock ROM
The Solutor said:
Got it !!! :laugh:
Thanks to kabaldan for the useful suggestions that made it possible
Already added as optional on my International Stock ROM
Click to expand...
Click to collapse
interesting, i will take a look at this, thanks a lot!!
KarKzas said:
interesting, i will take a look at this, thanks a lot!!
Click to expand...
Click to collapse
You are welcome