Hi,
I am having a HTC One X running ProBAM ROM and XM Kernel. It has FastCharge feature by which the phone can charge as if it is connected to AC mains even if it is plugged into Laptop.
For this to be enabled, the value '1' has to be written to the following file
/sys/devices/platform/htc_battery/fast_charge
Wrote a small widget to do that job for me. And its working fine
My question is .... I haven't added any permissions in the Manifest file, and also the widget is not asking for any Root request when i use it.... Shoudn't the widget give error since no write permission is available in the manifest and shouldnt it ask for Root access since it is trying to write to a system partition?
Another small help, I have attached the Eclipse project folder of that widget also. If its possible, can any one look into the code and give their comments about the code. I have just started as a developer so the code might not be a standard one or a efficient one. Need suggestions to make it more standard and efficient. Thanks again
Looked at your code and I think it'd be easier if you did something like this.
First you might want to do this to gain root access.
Code:
Process p = Runtime.getRuntime().exec("su") ;
To enable fast charge:
Code:
Process p = Runtime.getRuntime().exec("echo 1 > /sys/kernel/fast_charge/force_fast_charge") ;
To disable fast charge:
Code:
Process p = Runtime.getRuntime().exec("echo 0 > /sys/kernel/fast_charge/force_fast_charge") ;
I'm not too sure though, I haven't required root for my apps.
If this doesn't work I recommend you take a look here
Sent from my Galaxy Nexus using Tapatalk 2
Hi Jimlarlarck,
Thanks a lot for the quick reply. The issue is that the code that i have attached is WORKING. I havent added any permission in the Manifest and AFAIK the method I am using should not work on system folders/files rite?? But it is working. So is there any issue with the ROM I am using ?? Thats my confussion
And it would be great if you could give some comments on the code, like , how efficient it is...any loopholes present..or any mistakes preset.
Thanks a Lot
Maybe the ROM you're using have different permissions on the sys folder, try your widget on other ROM if possible.
keertikumar_ws said:
Hi Jimlarlarck,
Thanks a lot for the quick reply. The issue is that the code that i have attached is WORKING. I havent added any permission in the Manifest and AFAIK the method I am using should not work on system folders/files rite?? But it is working. So is there any issue with the ROM I am using ?? Thats my confussion
And it would be great if you could give some comments on the code, like , how efficient it is...any loopholes present..or any mistakes preset.
Thanks a Lot
Click to expand...
Click to collapse
Not quite, you don't really need any permissions besides Root, which isn't needed to be added to the manifest is it enabling fast charge?
Your code seemed neat and brief though, easy and pleasant to read, make it a bit neater and spaced out though, remember, in Java, spaces don't matter, and the program is only as good as the developer's understanding of their own code.
Sent from my Galaxy Nexus using Tapatalk 2
Kool so can i take that root permission and manifest are completely unrelated... ?? Am I rite??
this gives rise to a different doubt though since my phone is rooted...and have superuser filter.. and I do get prompts for any new app that needs root permission.... so shouldn't my widget also make the superuser filter prompt for access??? :-\ I am confused all about this root, SU and permissions stuff
And thanks a lot for ur coments... will follow them
Sent from my ProBam by codexc @xda using xda app-developers app
Sorry forgot to reply in the previous post.... Yup....it is enabling fast charge
Sent from my ProBam by codexc @xda using xda app-developers app
keertikumar_ws said:
Sorry forgot to reply in the previous post.... Yup....it is enabling fast charge
Sent from my ProBam by codexc @xda using xda app-developers app
Click to expand...
Click to collapse
Probably your ROM configurations, have you tried using it with a different ROM?
Sent from my Galaxy Nexus using Tapatalk 2
Jimlarck said:
Probably your ROM configurations, have you tried using it with a different ROM?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
yet to try it...will try and report back soon
Related
OK found these new themed Android Markets Version 3.1.3 (newest version)
Didn't make this but though I would post a link! Thanks to who ever did theme these! Well, enjoy!!
http://www.apktop.com/android-market-3-1-3-with-7-themes.html
Current Version:3.1.3
Requires a Rooted Device size:3.2MB V3.1.3 update: Adds +1 For Apps And Games, Pin Number For Purchases, And More! New Android Market / Adds +1 For Apps And Games. Pin Number For Purchases And More! should work for all devices. You do need to enable Unknown Sources in Settings-> Applications.)
There is a brand-new settings menu, as well as click-to-read explanations of app per missions (not developer customizable, unfortunately). There is also a brand-new Market icon to spruce things up. Oh, and did we mention you can now use a custom PIN for purchases on your phone, instead of leaving your Google
Checkout wide open for anyone that picks up your device?
If you have kids, or your phone is stolen, this is one awesome feature to have and really, it makes a lot of sense. You can get the new Market .apk here, root access is not required. but you will need Unknown Sources enabled in the Settings -> Applications menu to install it.
Sent from my SGH-T959 using xda premium
Thanks man, this is just what I needed. Good stuff.
Sent from my SGH-T959 using XDA App
Confirmed working bro good job
Sent from my SGH-T959 using xda premium
No problem!
Sent from my SGH-T959 using xda premium
It keeps saying application not installed.
I didn't see any screen shots of the different themes on the page, any one, who has already installed one, mind uploading a screenie?
Sent from my rough sketch of a Vibrant on a brick.
GreggoryD502 said:
It keeps saying application not installed.
Click to expand...
Click to collapse
Try using the flashable version. Sometimes there is a problem replacing the market provided with whatever rom you use. I usually have to use that method with my vibrant!
dallen50 said:
Try using the flashable version. Sometimes there is a problem replacing the market provided with whatever rom you use. I usually have to use that method with my vibrant!
Click to expand...
Click to collapse
thanks. I may try that.
Ok people there are two versions the flashable n the 1 u push with root explorer just make sure u delete the current 1 u have I can confirm that all the markets are workin properly n do not fc just read the op n as far as screens go if some 1 else doesn't post them then I will
Sent from my SGH-T959 using xda premium
dallen50 said:
Try using the flashable version. Sometimes there is a problem replacing the market provided with whatever rom you use. I usually have to use that method with my vibrant!
Click to expand...
Click to collapse
That worked perfectly.
Holla! The website is down and can't find the apk anywhere. The latest is version 15 I believe if anyone has the apk handy?
Much obliged
Sent from my Galaxy Nexus using xda premium
Hi,
I'm also looking for an alternate source...
Edit: Downloaded it to my phone on 10/12/2011 (dd/mm/yyyy). You can get it here: http ://l1t.eu/ droidsheep-current-1.apk
i hope the app isn't against forum rules
DIII said:
i hope the app isn't against forum rules
Click to expand...
Click to collapse
Thanks so much! I don't think so. I'm a Nigerian security expert and I need this app to test the security of various Nigerian firms...
Sent from my Galaxy Nexus using xda premium
droidsheep-current.apk new download source
Post new source to download droidsheep-current.apk,
hackersgarage.com/how-to-install-droidsheep-firesheep-alternative-for-android-phones.html
or
open your mobile browser, and type
static.hackersgarage.com/droidsheep-current.apk
Go to downloads, and click to install it.
This app requires ROOT privileges means your phone must be rooted.
don't forget to say 'Thanks'
kaineshutler said:
Thanks so much! I don't think so. I'm a Nigerian security expert and I need this app to test the security of various Nigerian firms...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
If that's a joke.... Well done sir.... Well done
Avg is showing those as being infected... Is that right?
What is droidsheep.?
Sent from my PG86100 using xda premium
None of the 3 packages listed here work at all... + all of them are different sizes which is really fishy...
When trying to install they just throw the error "There was an error parsing the package".
https://www.box.com/shared/076b6fa2aae98b924422
That one should work. It's pulled directly from my phone, it's version 14 though.
Sent from my GT-I9100 using XDA
they're all 283kb and working great, thanks a lot!
u can find it here
http://static.hackersgarage.com/droidsheep-current.apk
Sent from my Nexus One using Tapatalk
How does it work ?
does it save data afer usage and in what location, or is it session only?
But will it work on my new Galaxy S3 i747???
static mirror
v15 (verified working)
http://adbtoolkit.com/apps/apk/pentest/droidsheep.apk
other pentest tools: http://adbtoolkit.com/apps/apk/pentest/
detlefd said:
they're all 283kb and working great, thanks a lot!
Click to expand...
Click to collapse
No, they're not all the same size, nor do any of these MD5 checksums match.
The apk starting with "de.trier.infsec" has it's own MD5 in the filename (which I double checked), i.e. db53f4c3cc2553f35c45d52a57e4908c
droidsheep-current.apk = 9722fdd6b1da8151635b992931fbd66a
droidsheep.apk (supposedly v15) = aec222945a7c54ea909ee987b37574a1
I was unable to download the one that's supposed to be v14 as box says the user is out of bandwidth.
Edit: I'm inclined to believe the post above mine is legit...
I emailed the developer a few days ago and asked him for the hashes. He has updated the website to include hashes. Here they are:
DroidSheep_15.apk
F0A647E720A5EDDCE04D95D0E4C4E2AD
DroidSheep_14.apk
DB53F4C3CC2553F35C45D52A57E4908C
DroidSheep_13.apk
9722FDD6B1DA8151635B992931FBD66A
You can see for yourself at his download site (http://droidsheep.de/?page_id=23).
So it looks like we've got a real v13 and v14 up in this thread.
v15 is available via Aptoide at http://m.tiagojpavan.store.aptoide.....infsec.koch.droidsheep/15/610362/DroidSheep [ROOT%20REQUIRED]
this apk of version 14 has the proper md5
What is it? Okay, well kenjesse put it best with this description : " Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app does not need to run constantly in the back ground it has virtually no impact on battery.
To check out the original thread:
http://forum.xda-developers.com/showthread.php?p=19570074
On the next page of this thread I have posted the patch zip necessary to install the pdroid app on CM7 for DX2 only!!! I will make patch zips for other roms upon request but it can be done easily by following kenjesse's instructions below. After flashing the zip just download and install pdroid from the play store ......viola! Thanks for stopping by and happy flashing!
Looks like a pretty cool program. I've read other post that reference making changes like this, always wondered how. Wonder if this is one way, I'd assume there are other ways too.
Sent from my MB870 using XDA
Disregard this comment.
Sent from my MB870 using XDA
Ohschit said:
I've been trying to get this working on my phone for a while but apparently I'm too stupid.
Sent from my MB870 using XDA
This would help:
http://forum.xda-developers.com/showthread.php?t=1357056
[APP] PDroid - The Better Privacy Protection [2012-03-13: Bugfixes in Patch 1.3]
Click to expand...
Click to collapse
Just got done installing this and it seems to be working great. I'm running CM7 with no special tweaks other than Moon Shadows wifi fix, following instructions from op here:
http://forum.xda-developers.com/showthread.php?t=1357056
this is what I did:
1. DL Pdroid Patcher zip to PC (Win7 in my case)
2. Extract Pdroid Patcher exe file and run
3. Browse to update-cm-7.2.0.-RCO-daytona-KANG-public-beta1.zip (cm7 ROM) and select.
4. Click "Patch" (program takes about 2 minutes to create required patch zip file as well as restore file if you choose to uninstall Pdroid later)
5. copy the 2 created zip files (PDroid-v1.31-update-cm-7.2.0-RCO-daytona-KANG-public-beta1.zip & PDroid-RESTORE-update-cm-7.2.0-RCO-daytona-KANG-public-beta1.zip) to your external SD Card
6. Boot in our BSR BACKUP...BACKUP DO A NANDROID BACKUP!!!!
7. Flash the PDroid zip file
8. I did not wipe anything as it is not stated to do so in the OP install instruction... I did flash cm7 reRecovery before I rebooted just to be safe.
9. Reboot your phone, go to market and install Pdroid.
I tested by removing several permissions for my Fox News app which doing thru cm7 causes the app to break, using PDroid the app still worked. Not sure how to test beyond that.
I did notice that the reboot stayed on the cm7 animation for a while before the phone came back up as if a dalvik wipe had been done.
Hope this helps and if you break it it's your fault not mine and remember...BACKUP
You are awesome! Thank you very much for giving this attention, I can't wait to follow the steps you've listed when I get home. Thanks again
Sent from my MB870 using XDA
Quick update... there is a setting in the app to display anytime an app request access to private data. With this turned on it shows access being denied to my Fox News app and the app runs fine. This really is an awesome app.
Ohschit said:
You are awesome! Thank you very much for giving this attention, I can't wait to follow the steps you've listed when I get home. Thanks again
Sent from my MB870 using XDA
Click to expand...
Click to collapse
No worries... Let us know if you get it working.
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
No worries... Let us know if you get it working.
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Worked great! I had a feeling that this was going to be worth it. Your right, it is a cool app!
What is it?
whoa look at that....
king..kranium said:
What is it?
whoa look at that....
Click to expand...
Click to collapse
He probably should update the op title. Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app dose not need to run constantly in the back ground it has virtually no impact on battery.
I highly recommend it, for what that is worth. Check it out at:
http://forum.xda-developers.com/showthread.php?p=19570074
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
He probably should update the op title. Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app dose not need to run constantly in the back ground it has virtually no impact on battery.
I highly recommend it, for what that is worth. Check it out at:
http://forum.xda-developers.com/showthread.php?p=19570074
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Beautifully put. Hey, I would update the op title but it's not letting me from the mobile app. I will later when I'm on my laptop.
Hey, how did you spoof the permissions? Don't see that option within the settings. I just see symbols without descriptions (gear, bar graph, check, ect...)?
Just to add, I don't know if it's just in my head or not but I feel like my phone is moving way faster After changing all the permissions that I did.
........and last, I'm going to post the patch zip file for cm7 dx2 when I get home so all anyone needs to do is flash it and download pdroid from the market (Google play (stupid name)....whatever). Okay all done.
Sent from my MB870 using XDA
Settings options are:
Check = allow
Graph = random spoof
Gear= set the spoof value
Slashed Circle= block
And then there is a check box in the top right corner to enable notifications for just that app.
Sent via Tapatalk on my CM7'ed DX2
Okay, here are the zips. Just flash the first of the 2 zips in CM7 recovery and then install the Pdroid app. The second zip is just to restore. I'm not responsible if you break your phone...blah blah blah.....THIS IS ONLY FOR CM7DX2 (but if anyone wants I will make zips for any rom on dx2, just ask.)!
View attachment PDroid-v1.32-CM7DX2.zip
View attachment PDroid-RESTORE-CM7DX2.zip
Thanks for the help Kenjesse!
So please help me clarify what setting should I set the apps to? Also do I need to do them one at a time or can I do it by batch?
Okay, what I have been doing is blocking ALL permissions for any given app and then trying to run it. I then look for any error messages and go back and enable only those specific permissions to allow the app to function properly. You'll get a system once you use it a bit. .....and unfortunately there is no batch function. It is a very cool app though once you play with it and definitely enable the function where you can see it blocking and granting permissions. It's pretty cool!
........and someone please tell me how to change the title of this post please
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
Ohschit said:
Okay, what I have been doing is blocking ALL permissions for any given app and then trying to run it. I then look for any error messages and go back and enable only those specific permissions to allow the app to function properly. You'll get a system once you use it a bit. .....and unfortunately there is no batch function. It is a very cool app though once you play with it and definitely enable the function where you can see it blocking and granting permissions. It's pretty cool!
........and someone please tell me how to change the title of this post please
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
Click to expand...
Click to collapse
Thanks got it running I will slowly work through my apps and see what all I can dissable without having problems. I love the idea thanks guys!
so the second zip p restore is to get rid of it?
Xb0i said:
so the second zip p restore is to get rid of it?
Click to expand...
Click to collapse
Flashing The update zip makes the required changes for the app Pdroid that you get from the market to run properly with the cm7 ROM. IT WILL ONLY WORK IF YOU ARE ON CM7. If you later uninstall Pdroid you flash the restore zip to remove the changes made by the update zip.
I believe it is done this way so the app can work without root permission and therefore doesn't have to run in the background....I could be wrong though and as with any mod you should go to the linked thread above and research it for yourself.
Sent via Tapatalk on my CM7'ed DX2
To edit, go to your 1st post tap anywhere and a popup will appear, select modify, Tap anywhere in the title area and edit.
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
To edit, go to your 1st post tap anywhere and a popup will appear, select modify, Tap anywhere in the title area and edit.
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Thank you.
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
Hey guys, I wrote an article over on our site that shows a quick walkthrough on how to display full desktop websites permanently on Chrome for Android Mobile so that you don't have to visit the mobile site, then hit "request desktop site" button any more. Considering Chrome is an awesome browser with full sync, and works very well on Jelly Bean, this might be of use to all of you. I know I was sick of having to constantly click the button.
Article: How To – Permanently Have Desktop Mode on Chrome Mobile for Android
Rooted device Instructions:
Copy the chrome-command-line.txt file attached to the post, then paste it into /data/local/ making sure to set the permissions to 755 and to remove the '.txt' file extension.
Flashable .zip, for the lazy:
You should know how to use this by now. Grab the attached ChromeDE.zip provided by XDA user djmcnz and flash away! (Thanks!) You can also drop him a thanks by visiting a post of his later in this thread.
ADB Instructions (for non-rooted devices):
Place the chrome-command-line.txt file in the root directory of your PC and rename it to 'chrome-command-line', then make sure your device is connected to your computer. When connected, issue this command:
Code:
adb push /chrome-command-line /data/local/chrome-command-line
You can also set the path on your computer where the file is located by replacing the first '/chrome-command-line' with the file location.
Cheers! Hopefully we'll see a better implementation of this in the upcoming 4.2 release.
Very useful. Instructions were clear and precise, Nice one!
thank you very well apreciated is there any chance you can write 1 on how to make it more stable?
b3ava said:
thank you very well apreciated is there any chance you can write 1 on how to make it more stable?
Click to expand...
Click to collapse
Thanks guys, glad I could help. Wish I knew how to make it more stable! It seems that it runs much better on Jelly Bean, but us ICS users are still stuck with it being really slow and buggy
Sent from my GT-N7000 using XDA Premium HD app
I am stuck trying to figure out what "set permissions to 755" means...
it seems in the video you just tick different boxes, how does that relate to 755??
Sent from my Transformer Prime TF201 using Tapatalk 2
bunnybash said:
I am stuck trying to figure out what "set permissions to 755" means...
it seems in the video you just tick different boxes, how does that relate to 755??
Sent from my Transformer Prime TF201 using Tapatalk 2
Click to expand...
Click to collapse
I'm using solid explorer off of the market (a free file manager) which allows you to set the permissions of a file. In solid explorer, they are set by ticking the correct boxes, whereas in other applications they are typed in by number..
Sent from my GT-N7000 using XDA Premium HD app
Hey thanks for this....huge chrome pet peeve of mine...
Can you write a command for FULL screen!!
When i click the download command file (on Nexus)it just opens to a large field with text...nothing downloads.
Suggestion?
thanks
rockky said:
Hey thanks for this....huge chrome pet peeve of mine...
Can you write a command for FULL screen!!
When i click the download command file (on Nexus)it just opens to a large field with text...nothing downloads.
Suggestion?
thanks
Click to expand...
Click to collapse
You can just copy the text and paste it into the correct location in a file called "chrome-command-line"
Sent from my GT-N7000 using XDA Premium HD app
Thanks very much...got it.
Hey, (cough , hate to push a good thing) do you think you could produce a similar command to enable full screen on chrome mobile?!!
QUOTE=omac_ranger;30213316]You can just copy the text and paste it into the correct location in a file called "chrome-command-line"
Sent from my GT-N7000 using XDA Premium HD app[/QUOTE]
rockky said:
Thanks very much...got it.
Hey, (cough , hate to push a good thing) do you think you could produce a similar command to enable full screen on chrome mobile?!!
QUOTE=omac_ranger;30213316]You can just copy the text and paste it into the correct location in a file called "chrome-command-line"
Sent from my GT-N7000 using XDA Premium HD app
Click to expand...
Click to collapse
Don't think it works that way mate. That one was built into Chrome, just enabled by the file.
Sent from my GT-N7000 using XDA Premium HD app
great guide. thanks for this. having to keep requesting desktop had become a bug bear for me
zionwolf said:
great guide. thanks for this. having to keep requesting desktop had become a bug bear for me
Click to expand...
Click to collapse
Exactly! Glad I could help!
Sent from my Transformer Prime TF201 using XDA Premium HD app
Good tip but it can be improved.
You don't need root to write to /data/local/ so in theory this trick will work for everyone, might pay to update the article.
djmcnz said:
Good tip but it can be improved.
You don't need root to write to /data/local/ so in theory this trick will work for everyone, might pay to update the article.
Click to expand...
Click to collapse
No? When testing with a Nexus 7 unrooted you cannot navigate to Data/local through Solid Explorer. Naturally I thought it had to be rooted. If you have had success with a different file manager (or pushed it through ADB) then letting me know what worked would be great.
omac_ranger said:
No? When testing with a Nexus 7 unrooted you cannot navigate to Data/local through Solid Explorer. Naturally I thought it had to be rooted. If you have had success with a different file manager (or pushed it through ADB) then letting me know what worked would be great.
Click to expand...
Click to collapse
You'll be able to get to it in a terminal window or adb - not sure what's up with Solid, equally an update.zip will work without root.
/data/local/ is r/w for the local user and shell.
try - echo test > /data/local/test.txt on a non-rooted device, it'll work.
Actually, now that think about it more - Solid probably can't list the contents of / (root) so you can't navigate to sub directories. Can you type a path into Solid? That should work.
djmcnz said:
You'll be able to get to it in a terminal window or adb - not sure what's up with Solid, equally an update.zip will work without root.
/data/local/ is r/w for the local user and shell.
try - echo test > /data/local/test.txt on a non-rooted device, it'll work.
Actually, now that think about it more - Solid probably can't list the contents of / (root) so you can't navigate to sub directories. Can you type a path into Solid? That should work.
Click to expand...
Click to collapse
I'll definitely test that out and put a guide for newbies on there. Solid displays the root directory, but will not allow you to navigate to a folder inside of it. I was thinking about ease of access for the user, and assumed they wouldn't want to go the adb route. My bad, but thank you for the heads up.
Sent from my GT-N7000 using XDA Premium HD app
omac_ranger said:
I'll definitely test that out and put a guide for newbies on there. Solid displays the root directory, but will not allow you to navigate to a folder inside of it. I was thinking about ease of access for the user, and assumed they wouldn't want to go the adb route. My bad, but thank you for the heads up.
Sent from my GT-N7000 using XDA Premium HD app
Click to expand...
Click to collapse
If you want it as easy as possible you could provide an update.zip for those with a custom recovery - that's going to be the simplest way. If you want to do that and need some help let me know.
does what is says on the tin
well spotted and thanks for posting
djmcnz said:
If you want it as easy as possible you could provide an update.zip for those with a custom recovery - that's going to be the simplest way. If you want to do that and need some help let me know.
Click to expand...
Click to collapse
Yeah I would love some help with that. I've never tried to compile my own before. I have a few tools bookmarked, but haven't gone through with testing them too thoroughly.
tony_man said:
well spotted and thanks for posting
Click to expand...
Click to collapse
No problem. Mind dropping a thanks? Waiting at 99 is a huge pain the arse.
omac_ranger said:
Yeah I would love some help with that. I've never tried to compile my own before. I have a few tools bookmarked, but haven't gone through with testing them too thoroughly.
Click to expand...
Click to collapse
No worries, I can whip one up in a few minutes when I get home.
In the meantime you can have a look at some here: http://djmcnz.batteryboss.org/GNexus/mods/StockLauncher/v4/
If you want to have a play and look at the script. It will need to be different for you of course, least of all because we'll be mounting /data instead.
I'll send you a PM later on once I'm home (I'm in Europe/CET).
PS - 100
Mod edit
Not working for me, said that I'll receive my code soon
Sent from my XT910 using Xparent Skyblue Tapatalk 2
DumbleCore said:
Not working for me, said that I'll receive my code soon
Sent from my XT910 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
I actually found to reinstall Themer beta after ROM upgrade :
- after my first Themer install (with the beta code), I did a backup of Themer APK with Titanium backup
- I changed my ROM to a completely different one (though with CM base)
- I restored Themer with the Titanium backup (apk + data)
- upon launching Themer, it asked me the beta code, I put the code I received the first time, and voila! the code was accepted
prayagmukhi said:
i know many of u are eagerly waiting to use themer but cant use it due to the huge waiting list.....
so here i present u titanium backup files of fully running themer
STEPS :-
1. Install Titanium Backup(root)
2. Extract the TitaniumBackup.zip to a folder named TitaniumBackup(create it) directly in your sd card.
3. Install Themer 1.3 BETA form google play.
4.Open Titanium Backup - click on themer and restore data only.
5. Press Thanks
6.ENjoy....:good::laugh:
Click to expand...
Click to collapse
Yeah. This didn't work. Just got a message saying the email with my code was coming soon. We apparently need a code to make this work, and since the code is tied to your device, that probably won't work either.
Sent from my HTCONE using Tapatalk 4
Did you know why we need to login to download theme?
penreturns said:
Did you know why we need to login to download theme?
Click to expand...
Click to collapse
Shouldn't this be posted in it's own thread? That way someone can give this question the proper attention? This is a post about getting the app to work without a code. Just trying to help here.
Sent from my HTCONE using Tapatalk 4
pandacookie said:
Shouldn't this be posted in it's own thread? That way someone can give this question the proper attention? This is a post about getting the app to work without a code. Just trying to help here.
Sent from my HTCONE using Tapatalk 4
Click to expand...
Click to collapse
Thats why im asking. If other use ur apk + data so it will be ur data + email. I dont think its works on others unless use same email acc.
penreturns said:
Thats why im asking. If other use ur apk + data so it will be ur data + email. I dont think its works on others unless use same email acc.
Click to expand...
Click to collapse
Ohhhhh okay. Gotcha. Didn't quite understand your question at first! Yeah. That's what I was trying to say, too. I'll give the OP credit, though. It's a good idea in theory. But the guys at MyColorScreen know what they're doing! They don't want those servers working overtime!
Sent from my HTCONE using Tapatalk 4
May be someone can help these guys with Server space so that they can speed up the process
Breaker.ownz said:
May be someone can help these guys with Server space so that they can speed up the process
Click to expand...
Click to collapse
I wish!!!!
Now, if this were an OPEN beta, I wonder if the desirability factor would be as high as it is now?? As I said in another post people want what they can't have!
Sent from my HTCONE using Tapatalk 4
pandacookie said:
I wish!!!!
Now, if this were an OPEN beta, I wonder if the desirability factor would be as high as it is now?? As I said in another post people want what they can't have!
Sent from my HTCONE using Tapatalk 4
Click to expand...
Click to collapse
That's true mate.. It's like a magic trick where people are so eager to know and once they get their hands on it then they loose the interest...But i'm certainly hoping for the best with themer app because I've always watched a 20+ minutes videos from Mycolorscreen but Couldn't get what I wanted.
Breaker.ownz said:
That's true mate.. It's like a magic trick where people are so eager to know and once they get their hands on it then they loose the interest...But i'm certainly hoping for the best with themer app because I've always watched a 20+ minutes videos from Mycolorscreen but Couldn't get what I wanted.
Click to expand...
Click to collapse
The themes DO look very attractive! If they can simplify the process, great! If they can show us how to make original themes, even better! But I somehow don't think this app is for making original themes.
Sent from my HTCONE using Tapatalk 4
sebbync said:
I actually found to reinstall Themer beta after ROM upgrade :
- after my first Themer install (with the beta code), I did a backup of Themer APK with Titanium backup
- I changed my ROM to a completely different one (though with CM base)
- I restored Themer with the Titanium backup (apk + data)
- upon launching Themer, it asked me the beta code, I put the code I received the first time, and voila! the code was accepted
Click to expand...
Click to collapse
Did anybody notice my previous post? It actually worked for me, I was able to switch ROM and have Themer working again with my original code, without the need to ask the devs anything. I thought this information would be useful to some.
sebbync said:
Did anybody notice my previous post? It actually worked for me, I was able to switch ROM and have Themer working again with my original code, without the need to ask the devs anything. I thought this information would be useful to some.
Click to expand...
Click to collapse
I did notice. I don't have a code yet, though.
Sent from my HTC One using Tapatalk 4
pandacookie said:
I did notice. I don't have a code yet, though.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Oops my bad, I misunderstood the OP. Maybe should I strat a new thread for those guys who already have a code, and want to change/upgrade ROM.
sebbync said:
Oops my bad, I misunderstood the OP. Maybe should I strat a new thread for those guys who already have a code, and want to change/upgrade ROM.
Click to expand...
Click to collapse
That would be helpful. That's a good idea.
Sent from my HTC One using Tapatalk 4
Thread closed.
Please use the usual way to get your code.