[MOD][UNIVERSAL] HotSpot unlocker - Android Software/Hacking General [Developers Only]

Hi everyone
DISCLAIMER :
I'm not responsible for any damage, brick, silent alarm or nuclear attack on your phone !
Be careful and make a backup before if you're afraid !
Click to expand...
Click to collapse
TL;DR
If your hotspot doesn't work and you don't know why, try this, it's not magical, but it may work
Click to expand...
Click to collapse
Here's the problem : my provider allow me to use hotspot, but my phone don't.
I managed to resolve this thanks to this thread.
But I thought a little flashable zip could help some others people
So i made one, originally for my Oukitel K6000 Pro, but i thinks it may apply for most of android 6+ phones (maybe 5+ ... anyone can confirm ?)
What this script does :
- Edit or add net.tethering.noprovisioning=true in build.prop
- Enable init.d script (without busybox)
- Do `settings put global tether_dun_required 0` on each start with init.d script
- Add ',dun' to your enabled APNs
Required :
- Your phone
- Your head
- A backup of your phone (just in case)
- An USB cable
- A recovery (tested only on TWRP but CWM should work no problem)
Installation :
- Push zip to phone
- Reboot phone to recovery
- Flash tetherByPass.zip
- Reboot
- Try & enjoy
You shouldn't need to clean cache/dalvik, or mount system (or data) before flashing.
Everything is done in script, but feel free to do it if you want =)​
Known bug :
- Doesn't work on phones which doesn't show tethering menu (like Sprint galaxy note 4) yet ...
Corrected in v0.92 :
- settings put cmd in init.d script doesn't work on some devices
Corrected in v0.91 :
- telephony.db causing FC of com.android.phone at restart.
If you have this problem, via adb shell do "rm /data/data/com.android.providers.telephony/databases/telephony.db"
You don't even need to restart your phone, it should rebuild the database itself.
I know why it does this, i'm actually trying to correct this
Changelog :
v0.92:
- Fixed init.d script : some devices didn't keep settings information
- Added uninstaller
- Deleted GDrive download link
- Added files to thread
v0.91:
- fixed com.android.phone FC after reboot
v0.9:
- choose good sqlite3-static by arch
- add ',dun' to APNs via sqlite3 to telephony.db
v0.8:
- updated universal mount method using fstab
- build.prop is now correctly edited
- /tmp is now correctly cleaned (in case of multi zip flashing)
v0.5:
- Initial release
Download :
From git : https://github.com/storm1er/oukitelK6000Pro-tetherLimitByPass/raw/master/zippedInstaller/
Fork me on Github : https://github.com/storm1er/oukitelK6000Pro-tetherLimitByPass
Feel free to copy / edit my mod, pull requesting, issues etc ... as long as it has my name on it ...
Credits :
Build.prop editor script from tommytomatoe
Init.d enabler by ALEXNDR (_alexndr @ XDA)
this thread for most things my script does​

So does it work? Lol has anyone tried?
Sent from my SM-G900T using Tapatalk

Please give me another link to this script to try it?
github sucks.

bstylz911 said:
So does it work? Lol has anyone tried?
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
Well, it pretty must apply everything that has been done in this thread.
Originally for Nexus 6, those things has been applied for a lot of different phone. Some worked, some don't.
I put every manipulation I found in this little script.
There is no big modification (only init.d enabler, which is already enable on almost every phone which has a custom recovery). So I didn't make an uninstaller, Should I ?
anees02 said:
Please give me another link to this script to try it?
github sucks.
Click to expand...
Click to collapse
This is a direct link
If it does not work, here's another just for you click here

stormPremier said:
Well, it pretty must apply everything that has been done in this thread.
Originally for Nexus 6, those things has been applied for a lot of different phone. Some worked, some don't.
I put every manipulation I found in this little script.
There is no big modification (only init.d enabler, which is already enable on almost every phone which has a custom recovery). So I didn't make an uninstaller, Should I ?
This is a direct link
If it does not work, here's another just for you [emoji14] click here
Click to expand...
Click to collapse
Thank you for the link.
I tried it on my SM-N910P (Sprint galaxy note 4) with MM 6.0.1 and systemless root supersu 2.78 but it didn't work.
I flashed it from twrp recovery.

anees02 said:
Thank you for the link.
I tried it on my SM-N910P (Sprint galaxy note 4) with MM 6.0.1 and systemless root supersu 2.78 but it didn't work.
I flashed it from twrp recovery.
Click to expand...
Click to collapse
Hmm, ok let's check some stuff before look deeper :
- In your build.prop you should find "net.tethering.noprovisioning", probably at the end - confirm ?
- It should be followed by "1" or "true" - confirm ?
- Then via ADB, do "settings get global tether_dun_required", it should give you a "0" (zero) - confirm ?
If those three things are ok, we didn't find a solution for you phone yet.
Maybe try to add ",dun" in your APN (do you know how to ?) but my script should allow your phone to bypass this.
EDIT : If you don't know, you can follow this : http://techbeasts.com/how-to-enable-wifi-tethering-on-sprint-galaxy-note-4-note-edge/
Tell me if it works. I'm looking for inject ",dun" rule in APN through my script

stormPremier said:
Hmm, ok let's check some stuff before look deeper :
- In your build.prop you should find "net.tethering.noprovisioning", probably at the end - confirm ?
- It should be followed by "1" or "true" - confirm ?
- Then via ADB, do "settings get global tether_dun_required", it should give you a "0" (zero) - confirm ?
If those three things are ok, we didn't find a solution for you phone yet.
Maybe try to add ",dun" in your APN (do you know how to ?) but my script should allow your phone to bypass this.
EDIT : If you don't know, you can follow this : http://techbeasts.com/how-to-enable-wifi-tethering-on-sprint-galaxy-note-4-note-edge/
Tell me if it works. I'm looking for inject ",dun" rule in APN through my script
Click to expand...
Click to collapse
1) net.tethering.noprovisioning in build.prop (not available)
2) Using adb shell settings get global tether_dun_required gives me "0"
3)Adding ,dun in APN doesn't work for me because I am outside USA and I use XAS csc instead of SPR and there is no data in my APN settings.
update: I added (net.tethering.noprovisioning=1 or true) manually to buid.prop
but didn't work.

Update to v0.8:
- updated universal mount method using fstab
- build.prop is now correctly edited
- /tmp is now correctly cleaned (in case of multi zip flashing)
anees02 said:
1) net.tethering.noprovisioning in build.prop (not available)
2) Using adb shell settings get global tether_dun_required gives me "0"
3)Adding ,dun in APN doesn't work for me because I am outside USA and I use XAS csc instead of SPR and there is no data in my APN settings.
update: I added (net.tethering.noprovisioning=1 or true) manually to buid.prop
but didn't work.
Click to expand...
Click to collapse
You could try again but I don't think it will change anything, I'm looking for a solution about your APN.
I didn't even knew there were different kind of APN :/
Are you sure this is just "Secure APN" where you can't edit them ?
EDIT : updates
v0.9:
- choose good sqlite3-static by arch
- add ',dun' to APNs via sqlite3 to telephony.db
v0.91:
- fixed com.android.phone FC after reboot
EDIT : @anees02 : You should re-try the last version. Even for single CSC roms there is APN settings. But you just can't see nor edit them.

stormPremier said:
Update to v0.8:
- updated universal mount method using fstab
- build.prop is now correctly edited
- /tmp is now correctly cleaned (in case of multi zip flashing)
You could try again but I don't think it will change anything, I'm looking for a solution about your APN.
I didn't even knew there were different kind of APN :/
Are you sure this is just "Secure APN" where you can't edit them ?
EDIT : updates
v0.9:
- choose good sqlite3-static by arch
- add ',dun' to APNs via sqlite3 to telephony.db
v0.91:
- fixed com.android.phone FC after reboot
EDIT : @anees02 : You should re-try the last version. Even for single CSC roms there is APN settings. But you just can't see nor edit them.
Click to expand...
Click to collapse
I tried it with the same result.
Does it require any cutom kernel or with stock enforcing kernel it works?
I attached the screenshot and there is no tethering option
{
"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"
}

anees02 said:
I tried it with the same result.
Does it require any cutom kernel or with stock enforcing kernel it works?
I attached the screenshot and there is no tethering option
[picture]
Click to expand...
Click to collapse
huh, weird. Try those methods and tell me if it works : http://www.droidviews.com/enable-wifi-tethering-on-sprint-galaxy-s6-s6-edge-and-note-4-on-lollipop/
EDIT : And no, you don't need custom kernel nor custom rom

stormPremier said:
huh, weird. Try those methods and tell me if it works : http://www.droidviews.com/enable-wifi-tethering-on-sprint-galaxy-s6-s6-edge-and-note-4-on-lollipop/
EDIT : And no, you don't need custom kernel nor custom rom
Click to expand...
Click to collapse
I tried this before and tried it again.
The only thing that works for me is the mods which some developers do in services.jar and makes wifi Hotspot works.
When I used Galaxy Tools GT3.1.5 by idone the WiFi Hotspot seems to work but I couldn't see tethering and Hotspot in settings.
I have to tap on hotspot settings in GT snd the hotspot launches.
But under settings there's no thing tells hotspot.

anees02 said:
I tried this before and tried it again.
The only thing that works for me is the mods which some developers do in services.jar and makes wifi Hotspot works.
When I used Galaxy Tools GT3.1.5 by idone the WiFi Hotspot seems to work but I couldn't see tethering and Hotspot in settings.
I have to tap on hotspot settings in GT snd the hotspot launches.
But under settings there's no thing tells hotspot.
Click to expand...
Click to collapse
So the menu doesn't exist in your phone ... I did some research and ... it's kinda weird :|
My mod aim to delete provider provisioning, but I don't know how to re-enable your menu and I thinks that only an app (or service) can use your wifi :/
Sooooo my mod is useless for you ... I will to enhance my mod so phone like yours can share their connection. But not for now.
Updated OP

stormPremier said:
So the menu doesn't exist in your phone ... I did some research and ... it's kinda weird :|
My mod aim to delete provider provisioning, but I don't know how to re-enable your menu and I thinks that only an app (or service) can use your wifi :/
Sooooo my mod is useless for you ... I will to enhance my mod so phone like yours can share their connection. But not for now.
Updated OP
Click to expand...
Click to collapse
If you want any help or any files from my device I am ready just pm me.

@stormPremier
I already make workaround solution to get WifiHotspot, instead of the option in the settings I used nova launcher activities to make a shortcut in my home page and the WiFi Hotspot started successfully but when I connect from any device it stucks on (obtaining IP address).
Is there any fix for this?

anees02 said:
If you want any help or any files from my device I am ready just pm me.
Click to expand...
Click to collapse
Could be great =) PM with links you thinks may help. Or open issue request on GitHub
(You can send some logs, could be useful)
anees02 said:
@stormPremier
I already make workaround solution to get WifiHotspot, instead of the option in the settings I used nova launcher activities to make a shortcut in my home page and the WiFi Hotspot started successfully but when I connect from any device it stucks on (obtaining IP address).
Is there any fix for this?
Click to expand...
Click to collapse
Don't know yet, But we can find out why
I'm working on this mod too, so update will not be fast as I want.
EDIT:
Updated to v0.92, init.d update & uninstaller added

does this work with nexus 5x? I saw mention of it in a 5x topic, but not sure if you actually tested/used it on a nexus 5x or were just kind of advertising about your work

x000x said:
does this work with nexus 5x? I saw mention of it in a 5x topic, but not sure if you actually tested/used it on a nexus 5x or were just kind of advertising about your work
Click to expand...
Click to collapse
Well It should work. But for some people the problem still remains. It seems that android 7.* ignore net.tethering.noprovisioning=true in build prop.
As there is an uninstaller, you cans till try and tell me if it works.
And, as allways, do a backup in case somethings goes wrong

Will this mod work on the note 4 910t2 4.4.4 kk fw?

roasq12 said:
Will this mod work on the note 4 910t2 4.4.4 kk fw?
Click to expand...
Click to collapse
It should work, try it anyway
If it doesn't work, just use uninstaller.zip to clean all the modifications the mod made.
And, as always, do a backup before install in case something goes wrong

Thank you very much.!!!!!
Working good on ulephone power 3 7.1.1 V35
see you

Related

[ROM] Barebones - CM7 - Motorola Defy

Barebones - m.cfa.aero
This Post Assumes You Know The How To
- Carefully read this whole post.
- Copy files to sdcard; using adb to install apk's.
- Install 2ndInit Recovery.
- Restore Nandroid backups using Clockwork Recovery.
- Flash sbf's with RSD Lite (http://forum.xda-developers.com/showthread.php?t=966537).
- Install CM7 (http://forum.xda-developers.com/showthread.php?t=1065798).
- Root Froyo with SuperOneClick (http://forum.xda-developers.com/showthread.php?t=913709).
So please dont ask for how-to's on these topics; use the search bar.
Install & Notes
- You must start with a 'clean' install (a factory reset is not enough).
- Radio files included; T-Mobile 850, 1700, 2100MHz .
-- Use Basebandswitcher in /sdcard/bb_extras to change radio to your region; (http://www.worldtimezone.com/gsm.html).
- GPS NTP servers set to North America.
-- Open /system/etc/gps.conf and edit the ntp servers in this file to your region; (http://www.pool.ntp.org/).
- CM7 requires a Froyo kernel; while CM9 requires a Gingerbread kernel.
-- Flash the correct kernel immediately after installing a nightly build or restoring a nandroid; before rebooting.
-- CM7 Froyo Kernel v2.6.32.9: CM7_Kernel-signed.zip
-- CM9 Gingerbread Kernel v2.6.32.9: CM9_Kernel-signed.zip
Click to expand...
Click to collapse
CyanogenMod 7
- Start with a clean install of CyanogenMod 7.1.0-11 or a Nightly build, 2011-Nov-01 or later.
-- Refer to here (http://forum.xda-developers.com/showthread.php?t=1065798).
- Google apps already included; so you dont need to flash gapps zip.
Download Barebones-CM7_055-signed.zip - Thanks
{
"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"
}
- China Mirror: Barebones-CM7_055-signed.zip
1. Boot into ClockworkMod Recovery.
2. Install CyanogenMod 7.1.0-11 or a Nightly, 2011-Nov-01 or later.
- 7.1.0-11: update-cm-7.1.0-11-Defy-signed.zip
- Nightlies 2011-Sep-03 or later: http://defy.wdscript.fr/jordan-nightly/
3. Select install zip from sdcard -> choose zip from sdcard -> Barebones-CM7_055-signed.zip.
4. Reboot system, first boot will take time as it builds the dalvik cache; wait for the background to load, and enjoy Barebones.
- Use File Manager to install any apk's you feel are missing.
Changelogs & References
Barebones Rom Reference
CyanogenMod 9
/sdcard/bb_extras
1-Wallpaper.jpg - View from moon wallpaper
AlarmKlock-1.7-signed.apk - DeskClock Alternative
Basebandswitcher-4.07.apk - Radio file installer
FMRadio-signed.apk - FM radio app
Swype.apk - Swype keyboard
More TBA
Changelog
Code:
v0.0.1
1% Battery step with numbered icons
Disabled boot animation
Include Zeam, hosts, and other file updates
overclock & build.prop tweaks
Click to expand...
Click to collapse
CyanogenMod 7
/sdcard/bb_extras
1-Wallpaper.jpg - View from moon wallpaper
AlarmKlock-1.7-signed.apk - DeskClock Alternative
Basebandswitcher-4.07.apk - Radio file installer
FMRadio-signed.apk - FM radio app
Swype.apk - Swype keyboard
ADWLauncher.apk - Stock launcher
AndroidTerm.apk - Terminal emulator
Calculator.apk - Calculator
Calendar.apk - Calendar
DeskClock.apk - Stock alarm clock
DroidSSHd.apk - SSH
Email.apk - EMail app
Music.apk - Stock Music
SoundRecorder.apk - Record sounds
SpareParts.apk - Mostly visual tweaks
VoiceDialer.apk - Voice dialer
Changelog
Code:
v0.5.6
Updated hosts, Superuser, su, Market
Call recording support
v0.5.5
Updated hosts, Zeam, Swype, gapps
Works with new nightlies
build.prop changes
- persist.sys.charge_led=white > rgb
overclock.conf changes
- ond_up_threshold 86 > 95
v0.5.4
Updated hosts file
build.prop changes
- wifi.supplicant_scan_interval = 60 > 80
- dalvik.vm.heapsize = 40m > 42m
overclock.conf changes
- con_up_threshold 80 > 85
- con_down_threshold 20 > 25
v0.5.3
Updated Zeam, Market & KaloerClock
Updated hosts file (blocks more ads)
v0.5.2
Updated Zeam & KaloerClock
Does not install clockwork recovery v3.1.0.0
Compatible with nightlies past cm7-110622-1734-NIGHTLY-Jordan.zip
vSel Change:
- 1000mhz-50 > 52 (was a little too low for some phones)
v0.5.1
Removed video/camera shutter sounds
Reduced vsel:
- 300mhz-30 > 20
- 600mhz-46 > 38
- 1000mhz-58 > 50
Updated Superuser.apk & su binary
Install's bootmenu v0.8.6 & clockwork recovery v3.1.0.0
- Reason being it works; but mainly usb.
v0.5.0
Added Zeam 2.9.6
3G Radio 850, 1700, 2100MHz
Google Apps Framework added
Custom boot logo & animation
Network set to use HSDPA/HSUPA
Dual Transfer Mode enabled (TX & RX At The Same Time)
GPRS Class set to 12
HSDPA (Download) set to category 24
HSUPA (Upload) set to category 5
Click to expand...
Click to collapse
Depreciated - Froyo v3.4.3-36-1.7 SEA15
- Not supported anymore. Install if you want.
- I highly recommend you start with a clean install of Froyo 3.4.3-36-1.7 SEA15.
-- By flashing the full sbf (3.4.3-36-1.7_Stock.SEA_DEBLUR.sbf); then rooting & installing bootmenu.
Download Barebones-FRO_157-signed.zip - Thanks
- China Mirror: Barebones-FRO_157-signed.zip
1. Start with a clean install of Froyo 3.4.3-36-1.7 SEA15.
- Nandroid: 3.4.3-36-1.7_Nand.SEA_DEBLUR.zip
-- Reboot into ClockworkMod Recovery.
2. Boot into clockworkmod recovery.
3. Select install zip from sdcard -> choose zip from sdcard -> Barebones-FRO_157-signed.zip.
- Install Call/SMS Firewall ? (BB-FRO_Firewall-signed.zip).
- Install Call Recorder ? Only EN & RU translations; (BB-FRO_CallRecorder-signed.zip).
- Install Moto Widgets (Messages, QuickContact, Weather, World Clock) ? (BB-FRO_MotoWidgets-signed.zip).
- Stock Camera (BB-FRO_StockCamera-signed.zip).
- Stock Blur Launcher (BB-FRO_StockLauncher-signed.zip).
4. Reboot system, first boot will take time as it builds the dalvik cache; wait for the background to load, and enjoy Barebones.
- Use Apk Installer to install any apk's from bb_extras you feel are missing.
Changelog
Code:
v1.5.7
Updated - Zeam, QuickPic, su, Superuser, hosts
Fixed 1% Battery Step
Multitouch set to 5 points
Full screen video recording
Will work with all 3.4.x builds
Memory tweaks back from 1.5.1 - new values though
Bootmenu v0.8.6 & ClockworkMod Recovery v4.0.1.5
Replaced Easy Installer with Apk Installer
v1.5.6
Fix some image issues
Add more timeout options
Add 1% battery stepping
Custom boot logo and animation
Moved back to Nordic - easier
Updated Superuser.apk & su binary
Install's bootmenu v0.8.6 & clockwork recovery v3.1.0.0
- Reason being it works; but mainly usb.
v1.5.5
Moved to 3.4.3-33-1 HK base
Updated QuickPic, Zeam, Market
Added more timeout options for display and system lock
Added translations for reboot option in powermenu
Added flac library
Call recorder moved to a separate update
v1.5.1
BlurCamera.apk modified to use QuickPic
MediaGallery.apk removed
1-Mms.apk modified to add more font sizes and vibrate options
BasebandSwitcher-3.1.apk added to bb_extras
Facebook.apk removed from bb_extras - its on the market
mobi.infolife.installer Easy Installer moved to preinstall
com.alensw.PicFolder QuickPic added to preinstall
Symlinks for toolbox and busybox fixed
mot_ise_imager_cfg.bin removed
Sdcard Read Ahead Cache set to 1024
Virtual Memory tweaked - better battery life
Ring Delay reduced
v1.5
Integrated 'Fixed SBF'
1-Zeam-2.9.2.apk
1-Vending.apk - Updated
Reboot Added To Powermenu
apns-conf.xml Updated
mot_ise_imager_cfg.bin - jpeg Compression Fix
No Sim Required
Incoming Call Ring Delay Reduced
Delay For Loss Of Service Alert Reduced
Network Set To Use HSDPA/HSUPA
Dual Transfer Mode Enabled (TX & RX At The Same Time)
GPRS Class Set To 12
HSDPA (Download) Set To Category 24
HSUPA (Upload) Set To Category 5
Sdcard Read Ahead Cache Set To 3072
Internal Task Manager Settings Adjusted
v1.4
EasyInstaller.apk - Uninstallable; Use To Install Apps From bb_extras
1-Mms.apk - AOSP 2.2 Txt Messaging
1-Zeam.apk - v2.8.8
Vending.apk - Latest Market
Blurphone.apk - From Chinese Build For Call Recording
libaudio.so - Call Recording Dependency
libaudioflinger.so
libaudiopolicy.so
libmicrobes_jni.so - Microbes Livewallpaper Dependency
libOMX.TI.720P.Decoder.so - 720p Playback
libOMX.TI.720P.Encoder.so
libOMX.TI.Video.Decoder.so
libOMX.TI.Video.encoder.so
720p_h264vdec_sn.dll64P
720p_mp4vdec_sn.dll64P
720p_mp4venc_sn.dll64P
h264ingdec_sn.dll64P
mpeg4ingdec_sn.dll64P
mpeg4ingenc_sn.dll64P
libSwypeCore.so - Swype Dependency
apns-conf.xml - APN's List From CM (Should Cover Most Access Point Names)
gps.conf - Adds NTP Servers For Faster GPS Aquisition
hosts - Block Webpage Ads
tun.ko - Module For VPNC
Deodexed & Zipaligned
Verbose Update Script
Green Bar During Call Changed
Notification & Pull Down Bar Changed
Defaults Set For Apps - Better Out Of Box Experience
Removed Livewallpapers; However Support Remains
3G Radio 850, 1700, 2100MHz
Wifi Scan Interval Set To Every 80s
Dalvik VM Heaps Set To 42m
Proximity Sensor Delay Set To 250ms
Auto-Brightness Set To 125
Menu Animations & Transitions Set To 500ms
Browser Homepage Set To about:blank
USB Mode Set To Charge Only
Camcorder View Modes Enabled (b/w, sepia . . .)
Internal Task Manager Set More Aggressively
Click to expand...
Click to collapse
haven't tried it yet but it looks really impressive. Still some thinks I would change and will put back into this rom, because I think it is a little bit TOO slim, but this is everybody's own decision.
looks really nice and will be tested on the weekend.
looks promising.
a couple of questions; you've removed conversations.apk and messaging.apk. what sms app does your rom use?
i can see that you have removed talk.apk. isn't it needed to be on the phone to access the market?
Good job. Thanks for that tutorial on knocking off some cmg. Can you by any chance tell us how to make those boot only files that other mods put up. It really helps to downgrade that way. I will try this once I am back home from work.
cheers
Very clean Rom, at the moment all work for me, market work perfectly, i will test sms and this evening...
pinkllama said:
looks promising.
a couple of questions; you've removed conversations.apk and messaging.apk. what sms app does your rom use?
i can see that you have removed talk.apk. isn't it needed to be on the phone to access the market?
Click to expand...
Click to collapse
Maybe if you dont do a factory reset before installing the rom (rom does a reset before anyways). So if Talk is setup in the first place its required (I'm guessing), but so far without it works fine. Added screenshot above of market with paypal on screen.
Also tiggggr is right, the messaging apps where replaced with a stock MMS app.
chaihg said:
Good job. Thanks for that tutorial on knocking off some cmg. Can you by any chance tell us how to make those boot only files that other mods put up. It really helps to downgrade that way. I will try this once I am back home from work.
cheers
Click to expand...
Click to collapse
If your talking about things like the Android 2.2.1 - 3.4.2-107 TMobile US modified bootloader. No idea, this flashing method I dicuss does not use/make a modified bootloader. Its just removing the Froyo bootloader and system partitions from the sbf.
Filipitripi said:
Very clean Rom, at the moment all work for me, market work perfectly, i will test sms and this evening...
Click to expand...
Click to collapse
Please test Youtube videos on High Quality if you dont mind.
Yes really, Youtube High quality is bug, you modified the build.prop or something more..?
Filipitripi said:
Yes really, Youtube High quality is bug, you modified the build.prop or something more..?
Click to expand...
Click to collapse
Ya I have a notion that Stagefright being enabled for player streaming might be the cause. I'm looking into it.
No problem
Ok no problem, only modify the media.stagefright.enable-player=true to false or use this buil.prop
One thanks for me plz
Filipitripi said:
Ok no problem, only modify the media.stagefright.enable-player=true to false or use this buil.prop
One thanks for me plz
Click to expand...
Click to collapse
Was uploading the new version already but thanks.
Yup Stagefright being enabled for the youtube player was causing the issue. Flash the new version and should be all set.
coming from pays 3.3
I found pays 3.3 to be laggy when trying to close apps and the network connection quite slow and jumping between 3G and H a lot. I think the network issue is causing the lag.
coming from pays 3.3 on 3.4.2_145-003. I thought I'd wipe and factory reset before installing Lawnchair.zip
This left me with a clean ROM but with no home app and having wiped in clockwork recovery meant no debug for an ADB push. I didn't check for ADB connection but I found that voice commands would run and that allowed the selection of clockwork, so no need to reflash sbf.
Just a note if anyone sees this.
ROM has booted now and looks good, people shouldn't complain about what's missing, nothing's missing if you have ever used Titanium or Appmonster.
pdjm43 said:
I found pays 3.3 to be laggy when trying to close apps and the network connection quite slow and jumping between 3G and H a lot. I think the network issue is causing the lag.
coming from pays 3.3 on 3.4.2_145-003. I thought I'd wipe and factory reset before installing Lawnchair.zip
This left me with a clean ROM but with no home app and having wiped in clockwork recovery meant no debug for an ADB push. I didn't check for ADB connection but I found that voice commands would run and that allowed the selection of clockwork, so no need to reflash sbf.
Just a note if anyone sees this.
ROM has booted now and looks good, people shouldn't complain about what's missing, nothing's missing if you have ever used Titanium or Appmonster.
Click to expand...
Click to collapse
Ya the reason for re-flashing the sbf is because other rom's (and mine) do remove apps from the system folder. Something which a factory reset wont fix.
However, because my rom does include all stock system apps; yes this should work but like you said if your missing a Launcher in your system folder it will make it complicated.
Otherwise, glad to here its up and running.
thank you very much for the work. the downgrade method you just included are new to me. As long as i´m working on DefyFroyoSense Beta01 and cant fix the camera flash problem, i think your way to flash Froyo and keep downgradability will fix this issue. BTW you optimized rom is great for those who wanna have a personalized system running. Thanks again and keep it coming.
Hey fritolays, can U please upload the Swype coz it's the best to write the messages.
Please fritolays.......
madhuranand007 said:
Hey fritolays, can U please upload the Swype coz it's the best to write the messages.
Please fritolays.......
Click to expand...
Click to collapse
No problem added a link in the files section to get swype, but here it is too:
http://www.multiupload.com/L5INPQKEYU
Just need to install the apk either from your sdcard or using adb.
great work!
ot: ehy fritolays,i can sent you a PM, but you dont accept the pm from other peoples?
iaio72 said:
great work!
ot: ehy fritolays,i can sent you a PM, but you dont accept the pm from other peoples?
Click to expand...
Click to collapse
Ugh had it turned off, go for it now heh.
I really liked the rom, although what i did experience was a some random lagging occurring.. after switching on the screen the device seemed to hang completely then just as i was about to pull the battery it began working again. i hadnt installed any apps and i had followed all steps exactly.
I had to reflash an alternative rom in the end because of the freezing...
I am looking forward to trying new builds - cant think of any features needed really, it would just be nice to know if others had similar issue to me and if there was a fix for it.
Andy
andyfletcher said:
I really liked the rom, although what i did experience was a some random lagging occurring.. after switching on the screen the device seemed to hang completely then just as i was about to pull the battery it began working again. i hadnt installed any apps and i had followed all steps exactly.
I had to reflash an alternative rom in the end because of the freezing...
I am looking forward to trying new builds - cant think of any features needed really, it would just be nice to know if others had similar issue to me and if there was a fix for it.
Andy
Click to expand...
Click to collapse
Was this on the first boot after flashing the rom ? Also what method did you use to get to Finland Froyo ?

[APP] PDroid - The Better Privacy Protection [2012-03-18: Bugfixes in Patch 1.32]

{
"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
Download:
Automatic PDroid Patcher for Windows (XP/Vista/7):
JDK 6 or newer is required (get it here http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html)
Install JDK 6 into the default directory (don't change anything when installing)
.NET Framework 2.0 or newer required (ships with Windows since XP SP2)
Currently only supports Gingerbread (Android 2.3)
Will only work with deodexed ROMs (take a look into your ROM's system/framework directory; if there are any *.odex files, your ROM is NOT deodexed)
You will need to re-create your settings backup after updating from version 1.27 (it is not compatible with the newer version)
Download PDroid Patcher v1.32 Beta 0.321 for Windows
Patch Installation Requirements:
ROOTED device
For HTC devices: S-OFF ([TOOL] One click ENG S-OFF for HTC Desire HD)
ClockworkMod Recovery 3.0.2.6 or newer
If you "integrated sys Dalvik into ROM" with Titanium Backup, you will have to undo it
Installation Instructions:
BACKUP YOUR ROM (HOWTO)
Make a PDroid Patch for your ROM with the PDroid Patcher and put the patch on your SD card
Boot your device into your custom (CWM) recovery (Desire HD: vol down + power)
If you flashed the patch before but PDroid said it still was not installed, then select "mount /system"
Select "install zip from sdcard"
Select "choose zip from sdcard"
Select the PDroid patch you have put on your SD card
After flashing is finished, reboot the device
Install the PDroid app from the Android Market
Rate the app at the Android market (let me know, if you have any issues beforehand)
Patch Changelog:
1.32: Fixed updating from version 1.27 and below
1.31: Fixed patching incompatibility with some ROMs (like Zeus v5)
1.30:
Fixed the alarm being put to snooze every time a call is received or made
Fixed FC for some applications (like Yandex Maps)
Fixed bootloops for AT&T and SonyEricsson devices (hopefully)
Many small tweaks
1.27: Fixed an issue, where the Touchwiz launcher (and probably others) would continuously crash
1.26: Fixed an issue, which would make Google Listen and probably other apps crash
1.25:
Fixed an issue, where PDroid would conflict with some ROOT applications making them freeze
Fixed random geocoordinates generation
Fixed other minor bugs
1.22: Fixed the patch version reporting bug (v1.21 reports that it's 1.2)
1.21: Fixed the bug where the device would sometimes boot loop right after the boot is finished
1.2: Added data access notification feature
1.1: Bugfixes
1.0: Initial release
Source:
Download: PDroid 2.3.4 source (v1.27) (yes it is based on 2.3.4 but also works with 2.3.3 and 2.3.5 flawlessly)
Get the 2.3.4 source from AOSP (branch: android-2.3.4_r1)
Extract the patches from the above archive to the 2.3.4 tree root
Run:
Code:
patch -p1 -i build.patch
patch -p1 -i frameworks.patch
patch -p1 -i libcore.patch
Building from source:
Make a clean build
Apply the patches (see above)
Run:
Code:
source build/envsetup.sh
make update-api
mmm frameworks/base
mmm frameworks/base/services/java
mmm libcore
make snod
FAQ:
I do not have Market access, where can I download the PDroid app?
Click to expand...
Click to collapse
Right here
What about controlling the internet access?
Click to expand...
Click to collapse
Controlling access to the network/internet requires either patching the kernel or using ROOT access within the PDroid app. I try avoiding the former due to portability and the latter due to user privacy/security reasons. I am looking into adding internet access control in a way, which would be the most acceptable/convenient for the user. However, this feature currently isn't on the top of my to-do list.
How do I make a patch manually myself?
Click to expand...
Click to collapse
For experienced developers the following basic steps for creating a PDroid patch should be enough to get you started:
Make a clean AOSP build (2.3.4, assuming that your ROM is based on 2.3.x)
Make another build with PDroid sources added
Decompile the framework.jar, services.jar and core.jar files inside the system/framework directory (of both above builds) using apktool
Diff the output so that you know, which parts were changed by PDroid
Decompile the above three files from your ROM, you want to patch
Add the missing code to your ROM files based on the above diff
Recompile your patched ROM files using apktool
Do you plan on adding Froyo/ICS support?
Click to expand...
Click to collapse
Yes. But I have not ported PDroid to Froyo or ICS yet. No ETAs yet. You'll need some patience there.
Will you provide a public source code repository for PDroid?
Click to expand...
Click to collapse
I might, when I get some more spare time
Can I backup the privacy settings with TitaniumBackup?
Click to expand...
Click to collapse
Yes, however you will need to backup your settings to internal memory (PDroid preferences) before making a backup with TitaniumBackup. After restoring with TitaniumBackup, you will need to restore the previously backed up settings. Alternatively you can backup privacy settings to the SD card.
Can I use LBE Privacy Guard together with PDroid?
Click to expand...
Click to collapse
Yes.
I have applied the correct patch but my device does not boot, how do I find out what the error is?
Click to expand...
Click to collapse
Restore your backup
Get the Android SDK
Install it (you don't need the eclipse part)
Enable USB-debugging on your device
Connect it to your PC
Start ddms, which is located in the android-sdk-[platform]\tools directory
Apply PDroid patch
Reboot the device
When your device appears in the ddms window, click on it to see the system log
Filter the log by "error"
Watch the system log for errors and post them here
I have flashed a patch but I am having very weird issues I didn't have before (like you cannot unlock the SIM card or there are weird graphics etc.)?
Click to expand...
Click to collapse
Have you flashed other mods to your ROM? If so, PDroid is most likely conflicting with them. You will need to create a patch for your customized ROM.
Also make sure that you are using a patch appropriate for your ROM (the CyanogenMod patches for stable 7.1 will mostly not work on nightlies unless the link says so).
How do I make a patch for my device after I have flashed some other mods?
Click to expand...
Click to collapse
If your other mods DO NOT replace any of the three files: framework.jar, services.jar or core.jar in /system/framework, you can just create a patch normally based on your original ROM file.
Otherwise you will need to extract those three files from your device (use a root file manager or adb pull), put them into your ROM zip (also in /system/framework) and then create a PDroid patch based on the ROM zip.
Reserved, just in case
Yes. This is awesome
Great !
But I have a Desire... Just for Desire HD?
I believe you need root to push those jar files... so you do need root. right?
So this will not run at all times, and thus not kill the batterytime?
Sent from my HTC Desire HD using XDA App
Seems interesting, I'll be happy to test out this app if it releases for SGS2.
Sent from my GT-I9100 using XDA App
Sybregunne said:
I believe you need root to push those jar files... so you do need root. right?
Click to expand...
Click to collapse
Correct, that's what the description says
no_johnr said:
So this will not run at all times, and thus not kill the batterytime?
Click to expand...
Click to collapse
That's right. It has virtually no impact on battery life / performance.
hallydamaster said:
Seems interesting, I'll be happy to test out this app if it releases for SGS2.
Click to expand...
Click to collapse
Which ROM do you use? Which one is the most popular for SGS2?
Hi,
in where should i set the 3 files?
platform-tools?
fe22st said:
Hi,
in where should i set the 3 files?
platform-tools?
Click to expand...
Click to collapse
Anywhere, you can run ADB from. And yes, you can place them in platform-tools (I assume, your adb files are located there).
svyat said:
Anywhere, you can run ADB from. And yes, you can place them in platform-tools (I assume, your adb files are located there).
Click to expand...
Click to collapse
i get a issue after these commands:
adb push DHD-framework-gr5.mod.jar /system/framework/framework.jar
adb push DHD-services-gr5.mod.jar /system/framework/services.jar
adb push DHD-core-gr5.mod.jar /system/framework/core.jar
its looke like:
adb push DHD-framework-gr5.mod.jar /system/framework/framework.jar
cannot stat 'DHD-framework-gr5.mod.jar': No such file or directory
what can i do to fix that problem?
fe22st said:
i get a issue after these commands:
adb push DHD-framework-gr5.mod.jar /system/framework/framework.jar
adb push DHD-services-gr5.mod.jar /system/framework/services.jar
adb push DHD-core-gr5.mod.jar /system/framework/core.jar
its looke like:
adb push DHD-framework-gr5.mod.jar /system/framework/framework.jar
cannot stat 'DHD-framework-gr5.mod.jar': No such file or directory
what can i do to fix that problem?
Click to expand...
Click to collapse
You should run the commands from the directory, where you have extracted those 3 files.
Hi, great stuff! Have been following this for some time hoping for the first version to be released. Which you did! Bummer you do need root access for changing some files, I had hoped it wasn't necessary...
Anyhow: great tool, now just to find a temporary solution to the rooting
Sent from my Desire HD using XDA App
I've uploaded an update script, which can be used to flash PDroid from the CWM recovery more conveniently. Have fun.
Is it possible to use this on gs2 with cyanogen?
On the fly of my Galaxy S2
RogueZet
Tried this on RunnyRCmix3d 4.0 and after flashing zip could not boot in rom. So it does not work on every rom based on 2.3.5 . Can you look into this?
Sent from my Desire HD using Tapatalk
vault1965 said:
Tried this on RunnyRCmix3d 4.0 and after flashing zip could not boot in rom. So it does not work on every rom based on 2.3.5 . Can you look into this?
Click to expand...
Click to collapse
You're right. It won't work with Sense 3.5 ROMs. I've added to the description that it currently only works with Sense 3.0. I might port it to Sense 3.5 soon.
That would be great. I am using LBE app now, but yours promises so much more.
Sent from my Desire HD using Tapatalk
Thanks for releasing code. Now the challenge is up for me to integrate it with MIUI ( no source available !!!!!)
cool app, but i feel it spend alot of CPU resource , maybe my phone is slow

[TOOLKIT][GUI][MULTI-PLATFORM] Ultimate Backup Tool v2.0 - Full backup without root

{
"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"
}
With this tool, you can completely backup your device without root or unlocked bootloader.
I have tested it so far only with my Galaxy Nexus, but it should also work with other devices running Android 4.0+.
So you can unlock your bootloader without losing your data.
With version 1.1, not all parts of the program will be downloaded, only the necessary.
The most tools in the "Tools" section are for the Galaxy Nexus, but more devices will follow soon.
Now the final release of v2 is out!
The UI is complete, it's much easier to use.
Screenshots
Tutorial (thanks to AndyCr15)
http://www.youtube.com/watch?v=Xa0vnq_ce-M
If you use v1.2.2 you don't need to copy the UBT to platform-tools.
It would be nice if someone would do a tutorial for v2
German Tutorial:*click*
Download
Windows
Ultimate Backup Tool v1
Ultimate Backup Tool v1.1
Ultimate Backup Tool v1.2
Ultimate Backup Tool v1.2.1
Ultimate Backup Tool v1.2.2
Ultimate Backup Tool v1.3
Ultimate Backup Tool v1.3.1
Ultimate Backup Tool v1.3.2
mod edit: Using pay per click links is against XDA rule 13
3. Advertising and Income Generation
Commercial advertising, advertising referral links, pay-per-click links and other income generating methods are forbidden. Do not use XDA-Developers as a means to make money.
Click to expand...
Click to collapse
Mirror link (not always up to date; thanks to chip.de)
ROM Backup Digital Cryptor
Mac OS / Linux
Ultimate Backup Tool v1 (thanks to eyrienne)
mod edit" more pay per click links
Source
UBT
ROM Backup Digital Cryptor(Alpha, post bugs below; big thanks to Marijuana Legal/Marijsoft )
Changelog
v1
Initial release
v1.1
Added download feature
Changeable path for backup
Added "Tools" section
ADB preloads
Added pauses
Added ADB and fastboot check
changed Window size
returning to .bat because some virus scanners have indentified it as malware
v1.2
Path will now be saved
fixed problem with preloading ADB
added version number
added Option to backup a single app
added CWM for GS2 and GS3
fixed Option 2 to install CWM to Verizon
v1.2.1
hopefully fixed the bug with backup functions
v1.2.2
changed window size
spelling mistake corrected
advanced ADB and fastboot check (thanks to 2uk3y)
some UI adjustments (thanks to 2uk3y)
recognizes if it runs on x64 or x86
v1.3
full S2 and S3 support
german translation (thanks to TheMaurice)
added device and version check
added notification if backup has been finished
added device informations
added "Incorrect input" notification to all menus
added pop-ups
v1.3.1
fixed a bug with pop-ups
added pop-ups for backups of a single app
fixed a bug with path of backup of a single app
v1.3.2
option to capture a problem
added package list
added Galaxy Note support
ADB updated
Fastboot updated
v2.0
Added rootmethod for Samsung Galaxy S4
Added option to flash zip
Added rootmethod for many devices (Doom4lord4Root)
Updated option to block ads
Added cloudservice box
Added form to report bug in programm
Updated gpubli (google ads)
Add image to cloud (experimental) (save your photo sdcard cloudservice picasa or flikr - only donation***ImageToCloud) in this version zip file folder image and uploading to google drive
Added CloudManager to add upload to your cloud with a application you get if you donate
Added donationbutton (Marijuana Legal don't have a job, he's so sorry)
Fixed language(English language is default)
Fixed update search and download
Fixed Backup/restore list single app
Known problems
Problems with the HTC One series
Problems with Sony devices from 2011
When you have a problem make sure you have correctly installed drivers.
Donations
Nobody has donated so far, be the first
Our little team
Gigadroid (Scripting)
Marijuana Legal (GUI for Windows and Mac)
Well...tried this on my GF's Droid Razr Maxx but all it did was display the adb.exe help text and then re-start. Does this util require an ADB connection? Or maybe anything else? I'm thinking some more info would be helpful...
Great idea, though -- I really hope it works.
Sent from my halfway-decent Acer A100 running WDS's JB with godmachine's kernel v1.3a cranked up to a sweet "battery life is for chumps" 1.5GHz using xda premium...like a boss!
I have fixed the problem.
The compiler has built crap.
And yes, it requires a ADB connection
I would like to see your source on this, is it possible to create a git?
Sent from my Galaxy Nexus using Tapatalk 2
It's just a .bat file.
Here is the code:
http://pastebin.com/pCHm38Ry
Gigadroid said:
It's just a .bat file.
Here is the code:
http://pastebin.com/pCHm38Ry
Click to expand...
Click to collapse
Thank you
Maybe post it in the first post, as I am not the only one who will want to see the source on a developers forum
does NOT work on sprint's galaxy s III running CM10
A simple gift for this wonderful promising tool...
Since this uses ADB, if adb.exe is not found, it would not give any error/information to the user, of what is happening. It will just exit to the menu. Thus, I have added some ADB detection in the script here. http://pastebin.com/mFXJ3w36
PS: If @Gigadroid would put this up on github, more expansion and contribution is expected.
hai Gigadroid,
can u explain more about each option? coz i a little bit confuse about option 3,4 and 5.
if i need to backup game apps and data saved, which one should i choice ?
sorry for my English.
TQ
UI for your tool
Where can I contribute a simple Windows WinForms based UI for your tool? I am envisioning a save folder for backups, a file selection for restore. Backup name with date and time in file name if so desired, custom file name, ADB existense check, all garnished with explanative messages and an interminent progress bar so as to not block the UI while performing backup or restore.
BTW I just tried it on my SGS2 a day I after I rooted it for backups and it work fine
Now if I could only see how in ADB a package list can be retrieved with friendly names (Don't tell me... let me learn alone)
Does it work with<strikethrough> ICS 4.0.3(galaxy S2)</strikethrough> or even Gingerbread 2.3.6 (Galaxy Y) ?
I got this on galaxy S2
tapatalk سے لکھا گیا
drraptor said:
I got this on galaxy S2View attachment 1285550
tapatalk سے لکھا گیا
Click to expand...
Click to collapse
it's was an old issue with screenadjuster, just disable it. and tap back up my data.
What option to use to Backup everything like in a Nandroid?
bonell said:
What option to use to Backup everything like in a Nandroid?
Click to expand...
Click to collapse
It's data backupper, I think
jaguaralani said:
A simple gift for this wonderful promising tool...
Click to expand...
Click to collapse
Thank you, I will try to include it in the next version.
I have big plans.
It will not only be a backup tool.
ameer1234567890 said:
Since this uses ADB, if adb.exe is not found, it would not give any error/information to the user, of what is happening. It will just exit to the menu. Thus, I have added some ADB detection in the script here. http://pastebin.com/mFXJ3w36
PS: If @Gigadroid would put this up on github, more expansion and contribution is expected.
Click to expand...
Click to collapse
I will also include it in the next version.
Then I will put it up to github.
2uk3y said:
hai Gigadroid,
can u explain more about each option? coz i a little bit confuse about option 3,4 and 5.
if i need to backup game apps and data saved, which one should i choice ?
sorry for my English.
TQ
Click to expand...
Click to collapse
Option 3 is for backup device and app data.
That means when you restore you have only the system apps on your device.
The data of your apps is still present.
If you've done a mission in Dead trigger and install the app again, you're where you left off.
Option 4 is for backup your apps without data.
When you restore you aren't where you left off.
Option 5 is for backup music, pics, etc. hat are saved on your device
I would say you should choose 3 and 4, but with 1 you can do nothing wrong
AlbertoBN said:
Where can I contribute a simple Windows WinForms based UI for your tool? I am envisioning a save folder for backups, a file selection for restore. Backup name with date and time in file name if so desired, custom file name, ADB existense check, all garnished with explanative messages and an interminent progress bar so as to not block the UI while performing backup or restore.
BTW I just tried it on my SGS2 a day I after I rooted it for backups and it work fine
Now if I could only see how in ADB a package list can be retrieved with friendly names (Don't tell me... let me learn alone)
Click to expand...
Click to collapse
I had the same idea for a future release.
Maybe we can work together.
Send me a PM.
drraptor said:
Does it work with<strikethrough> ICS 4.0.3(galaxy S2)</strikethrough> or even Gingerbread 2.3.6 (Galaxy Y) ?
Click to expand...
Click to collapse
Please read the first post. :/
Does not work on stock ROM in Sprint Epic 4G Touch (SPH-D710) "adb: unable to connect for backup" every other adb functions work.
Nice script nonetheless.
bonell said:
What option to use to Backup everything like in a Nandroid?
Click to expand...
Click to collapse
You can't compare this tool with a Nandroid backup.
Option 2 is the closest Option.
Is there a restore data ONLY button for a specific app?

[MOD] UnBloatMi - Xiaomi MIUI Bloatware Remover

UnBloatMi - Xiaomi MIUI Bloatware Remover
I have been searching for a script to remove Bloatware from my Xiaomi Mi5s, and found a couple of different ones that do part of the job.
None were exactly what I was looking for, so I wrote a script of my own.
Although I tested the script on my MI5s only, it should be very usable for any Xiaomi device running MIUI 7 or 8.
In UnBloatMi I have combined multiple lists of MIUI 7 and 8 apps that should be safe to remove.
It also contains a couple that are less safe to remove, but the script will ask for confirmation before removing those.
Which is a big difference from other scripts; you get to choose what to remove and what to restore!
Backup location:
If you edit the script, you can change the backup location to use (by default "/sdcard/UnBloatMi")
You can of course also add more apps to remove to the list in the script. (instructions are in the comments)
It's not needed to remove files from the list, as it will not process files that are not on your device, and you can choose not to remove any app.
To Customize the Script:
Unzip the zip and edit the file under: META-INF\com\google\android\update-binary
This script is written in shell language (sh), so editing is somewhat different from "normal" EDIFY scripts that use the "updater-script" file.
I used part of the excellent template by osm0sis to create UnBloatMi
Install Custom Apps/Files:
You can also have the script install Custom files to /system folder. (So you can add another HomeLauncher, for example)
To have the script install Custom files, just add them to the Zip in "/system/app/" folder:
/system/app/YourCustomApp1/YourCustomApp1.apk
/system/app/YourCustomApp2/YourCustomApp2.apk
The script will automatically install them for you.
To use the Script:
You need to have TWRP Recovery installed.
BACKUP YOUR DEVICE BEFORE RUNNING THIS SCRIPT!!! (I recommend using TWRP Backup)
(even though the script allows you to restore your changes, something can always go wrong - press wrong button for example)
- Move the ZIP file to your SDCard, and install using TWRP Recovery
Basically, you can just follow the instructions on the screen, by pressing Volume buttons.
- The first run, you'll be asked what apps to remove. Backups are automatically made.
You can confirm each app, or choose to only confirm the more risky apps.
- If you run the script again (after testing your installation), it will detect the backups from the previous run.
You can then choose to restore the backup files, or delete them from your device.
- You can now also create a default UnBloat list, that can be used to UnBloat after flashing a (new) ROM.
It is created by checking for installed apps. If an app is not found on the device, it's added to the list.
{
"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"
}
Feel free to edit and change the script.
If you make any improvements, please let me know so I can add them to the script.
This includes reporting what apps caused problems when removed, or comments about apps.
You can find the script in: /META-INF/com/google/android/update-binary (or on GitHub by clicking the "Source Code" link below)
Instructions can be found in the comments of that file.
--UPDATE--
Added Step by Step Restore: You can now choose which apps to restore, so it is easier to troubleshoot your installation.
--UPDATE v0.2--
Added warning to SecurityCenter App (so it has to be confirmed). It caused bootloop on my device when removed.
--UPDATE v0.3--
Bugfixes, Added Apps, changed and added some app comments. Changed download link (GitHub download creates a folder too many)
--UPDATE v0.4--
Changed/Added menu's - Allows you to do more actions at once
Added apps and comments.
Added ability to save a default UnBloat list. This can be used to UnBloat after flashing a ROM.
Download
Source Code
Unfortunately I got an error (missing files) under TWRP 3.0.2
luxim said:
Unfortunately I got an error (missing files) under TWRP 3.0.2
Click to expand...
Click to collapse
I'm using TWRP 3.0.2 as well...
Did the install reach the menu at all?
Can you look at the log file to investigate? (TWRP --> Advanced --> Copy Log --> Open log file from your SDCard)
Zappo said:
I'm using TWRP 3.0.2 as well...
Did the install reach the menu at all?
Can you look at the log file to investigate? (TWRP --> Advanced --> Copy Log --> Open log file from your SDCard)
Click to expand...
Click to collapse
Here it is. My recovery is the ZCX one and I wasn't able to enter the menu. I'm running the latest xiaomi.eu developer.
luxim said:
Here it is. My recovery is the ZCX one and I wasn't able to enter the menu. I'm running the latest xiaomi.eu developer.
Click to expand...
Click to collapse
Thanks for your bug-report and logfile!
It says it couldn't find the script, and after investigating I found the download link to GitHub creates a folder too many inside the zip.
I was hoping to have the available download automatically give the latest version...
I guess I'll have to create a release after every update, and update the link accordingly...
I adjusted the download link in the original post.
this is great! i made my own debloater script, but your is so much more elegant! i hope things dont change much when we update to 8.2....
wurstel said:
this is great! i made my own debloater script, but your is so much more elegant! i hope things dont change much when we update to 8.2....
Click to expand...
Click to collapse
I have just released version 0.4, which allows us to create a default UnBloat list.
This can be used to UnBloat again after flashing a new ROM.
(I'm hoping to use this in combination with OTA updates. I'll write a howto if I manage to get this all to work)
Thanks, i try it...
EDIT: i have removed many apps on my rn3se (kate), wipe davilcache but i've a bootloop :?
Good restore option
Hey @Zappo, did you already get the update to 8.2? Will you be updating the script for the new miui?
wurstel said:
Hey @Zappo, did you already get the update to 8.2? Will you be updating the script for the new miui?
Click to expand...
Click to collapse
I'm running the MIUI Global ROM 8.0.3.0....
As far as I know, no updates yet...
If anyone knows of new or other Bloatware, I'll update the script accordingly.
samurri said:
Thanks, i try it...
EDIT: i have removed many apps on my rn3se (kate), wipe davilcache but i've a bootloop :?
Good restore option
Click to expand...
Click to collapse
If you have found the app causing your bootloop, please let me know. I'll add it to the risky apps list.
I use the "restore one by one" option, and try to find the problem-app that way...
Zappo said:
If you have found the app causing your bootloop, please let me know. I'll add it to the risky apps list.
I use the "restore one by one" option, and try to find the problem-app that way...
Click to expand...
Click to collapse
Hi.
Big thanks for your hard work. At this moment i have personalized your list but i think that velvet.apk is a possible problem
This "# The file number doesn't have to be in order, but should be unique." is no true otherwise the script does not work well (es.: items 0-1-3-4)
samurri said:
this "# The file number doesn't have to be in order, but should be unique." is no true otherwise the script does not work well (es.: items 0-1-3-4)
Click to expand...
Click to collapse
You are both correct and wrong; they don't have to be in order, but do have to be ascending without interruptions (can't have missing numbers)
Ex: items 0-1-3-5-4-2 is OK.
I didn't think it would be a problem, as items don't have to be removed...
I will review your list, and add a comment to velvet.apk when I have the time. (however it didn't cause any problem on my Mi5s)
Ok, thanks.
Do you know where can i find mi apps description?
samurri said:
Ok, thanks.
Do you know where can i find mi apps description?
Click to expand...
Click to collapse
I've been Googling for those quite a bit...
It's hard to find good descriptions for those.
Zappo said:
I've been Googling for those quite a bit...
It's hard to find good descriptions for those.
Click to expand...
Click to collapse
No sorry, velvet is ok but it's need a litlle of attention.
EDIT: install /system/custom1/custom1.apk is impossible
hey @Zappo is this debloat script working for china stable?
wurstel said:
hey @Zappo is this debloat script working for china stable?
Click to expand...
Click to collapse
Yes, it should work for all MIUI 7&8 devices.
If software in the script is not found on your device, it will be automatically skipped.
samurri said:
EDIT: install /system/custom1/custom1.apk is impossible
Click to expand...
Click to collapse
I agree this kind of got lost in the code...
New software is only installed when removing bloatware the first time (or when no backups are found).
It should be automatically installed when choosing "Remove/Restore bloatware" from the first menu.
However when a backup is present on the device (folder "UnBloatMi" by default), this is skipped...
I did this, presuming new software is installed after the first run, and if a backup is already created it doesn't have to be installed again.
Hey @Zappo , found this project for redmi note 2, and it's so heavily debloated, i haven't seen anything like it. Maybe you can look over it and add a few more things to debloat? I tried to recreate it but I don't know which qualcomm apps are essential to our phone, i had only bootloops... Anyway here's the link https://forum.xda-developers.com/redmi-note-2/development/best-sot-t3434915
Edit: i can provide you with a list of all the contents of the rom, i extracted the system partition.

[Root] 5/5T Dynamic Change Library for GCam without Breaking OOS Cam. {DEPRECATED}

{DEPRECATED}
This project won't release a new version because I see no reason for that since modified lib v.2.3 is working fine on OP5/5T without breaking OOS functionality.
Hi guys,
After intensive try. I’ll glad to tell you that I just found the way to fix GCam Front facing camera portrait mode without using Magisk module. (which break Face Unlock functionality in OOS)
Instead, my method will dynamic change library only when needs to use GCam and you can revert to default binary, then you still can use Face Unlock.
THIS MOD WAS TESTED WITH OXYGEN OS OREO ONLY
Warning:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, your phone won’t boot. Use it at your own risk
Prerequisite:
1. Root with Magisk (My app/script only test with Magisk)
2. Busybox NDK (Magisk Module)
3. My file.
4. Disable all lib fix module. (prevent confliction)
5. Recommended Gcam APK: https://www.celsoazevedo.com/files/android/google-camera/dev-arnova8G2/
How to:
Ver 3.5.1
1. Download my file here View attachment FixGCam-by-aillez-Unified-V.3.5.1.zip and don't move to another folder. (should be in Download folder or XDA folder)
2. Install this app from the archive (FixGCam-by-aillez-Unified-V.3.5.zip)
3. Allow storage permission of my app. Long Press the app and choose App info > Permission > Storage > Enable it.
{
"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"
}
4. Open the app and tab Read me/Tutorial button and read it first.
5. Tab Create required file button.
6. Wait until it shows toast about "Required file has been created"
7. Auto-Mode is Fix binary and automatic revert after screen off. (It'll ask for root permission)
8. Manual Fix and Revert is for a user who wants to trigger it by their design time. (It'll ask for root permission)
9. Pick GCam dialog will show after you fix binary (either Auto-Mode or Manual) PS. Only supported for Pixel2Mod and Pixel3Mod by Arnova8G2
10. If you think this mod helps your life better and it worth for some donation. Please help donate
Troubleshooting.
1. If you get "Archive not found" when tab Create required file >>> Download My file first.
2. If you get "You don't have a required file" >>> Tab Create required file button.
3. If you get "Busybox not found" >> Install it.
4. If Create required file doesn't say anything to you. (report by some users).
You need to create a folder name "FixGCam-by-aillez" in internal storage and extract file from archive to there. (As a workaround) Folder structure should be like this.
and you should not tab Create required file.
5. After I fix binary Gcam still don't work/Capture Pink image. What should I do?
Sometimes Gcam already running before change library and load default binary. Fc Gcam and try again will help.
Updated: Should be fixed in V.3.5.1
---------------------------------------------------------------------------------------------------------------------------------------------------------default-----------------------------------------------------
Code:
Tutorial + Demo for V.3.0
[media=youtube]aelumI-U7AM[/media]
Ver. 3.0
1. Download My file here [ATTACH]4503243._xfImport[/ATTACH]
2. Extract it to your root of internal storage (/storage/emulated/0) [U][B]otherwise my script won’t work.[/B][/U]
3. Looking for App folder you will find 2 APK. Install it.
4. When you need to use GCam.[B] [U]Launch 01_FixBinary_by_aillez app[/U][/B]. Give it root permission and wait for it to say "GCam Binary is Fixed"
5. If GCam still take Pink image. Force close GCam and try again.
6. When you done using GCam. [B][U]Launch 02_02_RevertBinary_by_aillez app. [/U][/B] Give it root permission and and wait for it to say "Reverted to Stock Binary Completed".
7. Enjoy using Face Unlock, OOS Cam all functionality.
That’s it. Enjoy
All credit goes to who made this happen
@defcomg (SavitarZA) for Portrait Fix binary.
@topjohnwu for Magisk
@osm0sis for Busybox Systemless
@txx1219 for his finding of solution for camera2api
@Arnova8G2 for Dot fix and GCam Mod.
Not necessary but If you like my work and wanna buy me some coffee.
Donation: https://www.paypal.me/aillez
Changelog:
V.2 - Added SManager method.
V.2.1 - Repack for new binary to use with OOS 5.1.x (Android 8.1)
V.2.2 - Repack new dotfix lib by Arnova8G2 and colour fix lib by Savitar (aka Defcomg).
V.3.0 - Big Update....Release as an app. No more Tasker and SManagers thing.
V.3.5 - Combine 2 APK to 1 APK (from V.3.0)
Added Application interface.
Bring back automatic mode and added create required file.
Added Pick GCam version dialog after fix binary (Pixel2Mod and Pixel3Mod)
Added error-handling. Should be easier to know what wrong and how to fix it.
V.3.5.1 - Updated lib from Arnova8G2 v. 2.2
Added loop for Force close Gcam after fix binary (should solved all pink image after fix binary)
Thank you I will try this mod.
(Glad to see Thai people here.):fingers-crossed:
The YouTube video is not working
ps000000 said:
Thank you I will try this mod.
(Glad to see Thai people here.):fingers-crossed:
Click to expand...
Click to collapse
Greetings!!
arun483 said:
The YouTube video is not working
Click to expand...
Click to collapse
Can you try this link?
how do I Import project??please make a step by step video of how to install or atleast write a step by step guide please
Hey! It works amazingly well....
So, I was thinking about triggering the revert task to exiting Gcam rather than screen off. The only problem is that it detects exiting Gcam if you go view your photos from within the camera app. I can't figure out how to make it work. Anyone with more Tasker knowledge know how to make this work... I.e. tie the fix to launching the app, then get it to revert on closing the app? I know there are downsides either way really.
Working great! Thanks ?
Th3PorTuGa said:
Working great! Thanks ?
Click to expand...
Click to collapse
please tell me a step to step guide
aneesh12 said:
please tell me a step to step guide
Click to expand...
Click to collapse
Install the busy box module
Restart the phone
Install Tasker
Go to Tasker options and disable beginner mode
Download the zip provided by the op and extract it
Go to Tasker and create a new project and select the files in the zip
Start the project
Done
Th3PorTuGa said:
Install the busy box module
Restart the phone
Install Tasker
Go to Tasker options and disable beginner mode
Download the zip provided by the op and extract it
Go to Tasker and create a new project and select the files in the zip
Start the project
Done
Click to expand...
Click to collapse
how do i place a shortcut in my home screen?
aneesh12 said:
please tell me a step to step guide
Click to expand...
Click to collapse
aneesh12 said:
how do i place a shortcut in my home screen?
Click to expand...
Click to collapse
Add a widget
Th3PorTuGa said:
Add a widget
Click to expand...
Click to collapse
I use Nova launcher and I've set it so that if I swipe over the Gcam icon, it launches the Tasker fix. I modified the Tasker fix to launch the app after it successfully patches. So to run Gcam I swipe. To use it again before I turn off the screen I just tap the icon.
in my case the camera app doesn't take any picture in portrait mode with the front camera
No errors when the task is execute and works well the restore for the face unlock...but I can't take the photo
OB3 + Arnova's v6_beta15
EDIT: It's necessary to enabled hdr+ front camera
Thank you very much man I really prefer face unlock over fingerprint and I often use my camera (thank God we have gcam to replace stock camera) and it was a pain to have to reboot to get either gcam or face unlock.
It's working for me on OB3 with arnova Cam and other version of gcam.
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
???
aillez said:
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
Click to expand...
Click to collapse
How about using Tasker App Factory to create an app of your profile which can be used by everyone.
aayushgala said:
How about using Tasker App Factory to create an app of your profile which can be used by everyone.
Click to expand...
Click to collapse
I try but error about parsing package. I think maybe cause by I need to add permission on package but I'm not sure what needs to be add.
aillez said:
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
???
Click to expand...
Click to collapse
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
aillez said:
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
Click to expand...
Click to collapse
Thx a lot
aillez said:
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
Click to expand...
Click to collapse
thank you so much bro..

Categories

Resources