[Q] Restoring Third Party App When Wipe Data in CWM - General Questions and Answers

Hi guys,
I am beginner for android developer.
I have a new phone this is Polytron W7450 which also known as Xolo Q800. This device seem have a 3rd party app that I can uninstall. But when I do factory reset from setting menu the apps is come back and also I can uninstall it again.
But since I install CWM, when I do factory reset the apps won't back again. My question is : Is it caused by CWM ?
And also I have build a custom ROM from CWM Backup I guess its like a original ROM.
In my updater-script I put :
package_extract_dir("data/app", "/data/app")
I think this script will install the 3rd party app. But when I install the ROM from CWM and after install I do factory reset twice then I reboot the device the apps is not installed.
The point is I want to make a ROM that feels like original ROM but I can install the 3rd party app. Please give me a guide

antok2486 said:
Hi guys,
I am beginner for android developer.
I have a new phone this is Polytron W7450 which also known as Xolo Q800. This device seem have a 3rd party app that I can uninstall. But when I do factory reset from setting menu the apps is come back and also I can uninstall it again.
But since I install CWM, when I do factory reset the apps won't back again. My question is : Is it caused by CWM ?
And also I have build a custom ROM from CWM Backup I guess its like a original ROM.
In my updater-script I put :
package_extract_dir("data/app", "/data/app")
I think this script will install the 3rd party app. But when I install the ROM from CWM and after install I do factory reset twice then I reboot the device the apps is not installed.
The point is I want to make a ROM that feels like original ROM but I can install the 3rd party app. Please give me a guide
Click to expand...
Click to collapse
Yes.
Place The Desired apps in /data/app of your rom.
and as the command is present it would do.

Pranto Roy said:
Yes.
Place The Desired apps in /data/app of your rom.
and as the command is present it would do.
Click to expand...
Click to collapse
I have place my app in data/app of my ROM. But after installing the ROM I do wipe data/factory reset then I reboot the device. But the app still not installed.

antok2486 said:
I have place my app in data/app of my ROM. But after installing the ROM I do wipe data/factory reset then I reboot the device. But the app still not installed.
Click to expand...
Click to collapse
Ok.
If u Want It to be Available after reset place it under
/system/app

Pranto Roy said:
Ok.
If u Want It to be Available after reset place it under
/system/app
Click to expand...
Click to collapse
Thx for you response Pranto Roy.
But if I put it under system/app then the user wont be able to uninstall it. I wanna it automatically installed when user do factory reset. But they still can uninstall it if they don't need the app.

antok2486 said:
Thx for you response Pranto Roy.
But if I put it under system/app then the user wont be able to uninstall it. I wanna it automatically installed when user do factory reset. But they still can uninstall it if they don't need the app.
Click to expand...
Click to collapse
If Its A Custom Rom It must Have root!!!!
They Can Then Uninstall.

Related

[q] help! Help! Help!

Issue: Frequent STOPPED WORKING with com.gappas.com, com.phone.com and the other basic applications!
What I did:
1. Rooted the phone;
2. Installed ZAEM Launcher;
3. Used SD Maid to remove stock applications including the default LAUNCHER!
Now: No dialer, no contact list and the phone is actually stuck at the blank screen now.
Device:
Manufacturer: Symphony
Model: W100
Android: ICS
I realize I messed up removing the stock launcher, I didn't know it would also remove the fundamental applications.
Tried several FACTORY RESET (POWER + VOLUME UP) aka RECOVERY, but nothing worked. It seems SD Maid removed the stock applications from the RECOVERY image as well.
Please help me out. Thanks in advance.
Send a private message to this guy.
UPDATE
WORKAROUND for people with similar case.
WARNING: SD Maid will remove applications from the recovery image too, use with caution;
Steps:
1. Give it a factory reset with RECOVERY option;
2. Root the device;
3. Complete the setup wizard as far it takes you;
4. Upon setup wizard crash and NO LAUNCHER stuck situation, access SETTINGS by pulling down the top STATUS BAR;
5. Allow application installation from UNKNOWN SOURCEs & USB DEBUG MODE;
6. Use ADB to install ZEAM LAUNCHER (you can use management applications like WonderShare MobileGo as well);
After a while, you will see the ZEAM LAUNCHER appearing as the default launcher, configure and make it your own. From now onwards, this is your system default launcher and keep missing the stock one
Note:
1. With every RECOVERY RESET, you will need to install ZEAM LAUNCHER this way
2. I used ZEAM LAUNCHER, I believe you can actually go with any launcher;
SKJoy2001 said:
WORKAROUND for people with similar case.
WARNING: SD Maid will remove applications from the recovery image too, use with caution;
Steps:
1. Give it a factory reset with RECOVERY option;
2. Root the device;
3. Complete the setup wizard as far it takes you;
4. Upon setup wizard crash and NO LAUNCHER stuck situation, access SETTINGS by pulling down the top STATUS BAR;
5. Allow application installation from UNKNOWN SOURCEs & USB DEBUG MODE;
6. Use ADB to install ZEAM LAUNCHER (you can use management applications like WonderShare MobileGo as well);
After a while, you will see the ZEAM LAUNCHER appearing as the default launcher, configure and make it your own. From now onwards, this is your system default launcher and keep missing the stock one
Note:
1. With every RECOVERY RESET, you will need to install ZEAM LAUNCHER this way
2. I used ZEAM LAUNCHER, I believe you can actually go with any launcher;
Click to expand...
Click to collapse
So .. it is fixed now right ?
Anyway ..... i mean you still can use other launchers right ?
i mean Install some other Launcher for Now .......
And before doing this kind of thing you should always make nandroid backup !
And i removed my stock launcher for like ages ago .... first install the launcher you like > Set as default >> then remove the stock launcher !
SKJoy2001 said:
WARNING: SD Maid will remove applications from the recovery image too, use with caution;
Click to expand...
Click to collapse
There is no "recovery image" unless you make one in cwm or so.
The system apps are on the system partition the only way to remove a system app (if you don't want to just freeze it), is to delete it from there.
Upon factory reset, the /data partition (and some others) get wiped and the apps in /system/app (like the launcher) get reinstalled.
You can put apps there yourself and they will survive a factory reset.
sakibhasaN said:
So .. it is fixed now right ?
Anyway ..... i mean you still can use other launchers right ?
i mean Install some other Launcher for Now .......
And before doing this kind of thing you should always make nandroid backup !
And i removed my stock launcher for like ages ago .... first install the launcher you like > Set as default >> then remove the stock launcher !
Click to expand...
Click to collapse
Yes it is working now with another launcher. I didn't know SD Maid would affect the recovery image and things will be lost forever! Is there a way to flash custom ROM on W100?
Thanks for your time.
Dark3n said:
There is no "recovery image" unless you make one in cwm or so.
The system apps are on the system partition the only way to remove a system app (if you don't want to just freeze it), is to delete it from there.
Upon factory reset, the /data partition (and some others) get wiped and the apps in /system/app (like the launcher) get reinstalled.
You can put apps there yourself and they will survive a factory reset.
Click to expand...
Click to collapse
Yeah, that is where I wonder. After uninstalling the stock launcher with SD Maid, even a recovery didn't reinstall the launcher!
sakibhasaN said:
So .. it is fixed now right ?
Anyway ..... i mean you still can use other launchers right ?
i mean Install some other Launcher for Now .......
And before doing this kind of thing you should always make nandroid backup !
And i removed my stock launcher for like ages ago .... first install the launcher you like > Set as default >> then remove the stock launcher !
Click to expand...
Click to collapse
Hi,
Sorry, I was on the go waiting for bus and couldn't respond enough.
Yeah I applied the work around and the devices is fantastic now.
My mistake was that I couldn't realize SD Maid would remove the stock applications in a ways where they cannot be restored even with a RECOVERY! Bad, very very bad... lol
The device was stuck after turning on, where it would look for the launcher to manage the system interface, it was a partially HUNG situation, as there was no launcher to manage the interface and other basic operations. I used WonderShare MobileGo to install a 3rd party launcher, Zaem Launcher, and within 5 seconds, when the system had another try to initiate the default launcher, Zaem Launcher kicked in, ad it registered itself as a launcher and there were no stock launcher, so the system assumed it the launcher to start This was nice... very very nice.
But I know, if I give the device another RECOVERY, POWER + VOLUME UP, the same thing will happen again and I would have to follow the same workaround to make the device usable.
So far I can understand, the only thing that can bring the device to it's original state is a way to flash an intact ROM, preferably the stock ROM came with it. But the trouble is, this device has RECOVERY LOADER 3E which is well known no to be penetrated Please let me know if you have a way to replace this RECOVERY LOADER so other ROMs can be flashed on this device.
Thank you again Sir for your kind respons.
You are confusing something, SD Maid did not remove anything that can't be restored.
If you remove a system app, with any tool that can do that, a FACTORY RESET won't restore it.
You will either have to flash the ROM again, thus restoring the original content of /system/app, or copy the missing file over there again manually.

			
				
Dark3n said:
You are confusing something, SD Maid did not remove anything that can't be restored.
If you remove a system app, with any tool that can do that, a FACTORY RESET won't restore it.
You will either have to flash the ROM again, thus restoring the original content of /system/app, or copy the missing file over there again manually.
Click to expand...
Click to collapse
Dear Sir,
Yes you are correct and am sorry for my little knowledge in this. However, I wanted to mean what you said, check my earlier post, the only way seems to be flashing a ROM.
I said this because, I thought FACTORY RESET and RECOVERY are not the same thing. A factory reset is suppose to clean the user data only while a recovery should bring the device back to it's manufacturer state, by flashing the system with original set of OS and applications.
Although, in the recovery mode, it says FACTORY RESET, but it does more than that, I hope So I said I did recoveries, not factory resets. Still, I think you are correct, and you already know what I meant to describe.
Thank you again Sir for your time.
Hi .... But Sorry to say that W100 Still dosen't have any Custom ROM / Recovery ...
As you may already know MMX A90 and W100 is the Same ......
And Micromax Said They will release Jelly for A90 Soon and they will Also release There A90 Kernel Sources .......
So be sure to see some development for Your W100 in the near future ! :highfive:
And i sent many Emails to Symphony asking for the original files for W50/W100 and they diden't replay to me .....
But for Now you have to stick to what you have !
sakibhasaN said:
Hi .... But Sorry to say that W100 Still dosen't have any Custom ROM / Recovery ...
As you may already know MMX A90 and W100 is the Same ......
And Micromax Said They will release Jelly for A90 Soon and they will Also release There A90 Kernel Sources .......
So be sure to see some development for Your W100 in the near future ! :highfive:
And i sent many Emails to Symphony asking for the original files for W50/W100 and they diden't replay to me .....
But for Now you have to stick to what you have !
Click to expand...
Click to collapse
Hi,
Thanks for the reply. I think Google's stock JB ROM is worth a try but cannot find a way to flash it on W100 through RECOVERY MODE
Also do you think if copy all the contents from the /system partition of another W100 to mine, my W100 will come back to the stock apps situation as it were?
Yes it will work! But just take the files you only need ™
Sent from my Lenovo A60 using Tapatalk 2

[Q] hard reset proofing apps

I have an app on my phone that I want to hard reset proof not just the apk (which ive already done) but the settings also. ive tried using root explorers and changing the permissions for the /data/data folders but that doesnt help, ive tried converting the user app to a system app AFTER I set up all my options, hoping that would save all my settings, and I tried changing the permissions of my "system" app to prevent any changes. no luck. ive been researching like crazy and I hope im not posting in the wrong forum but can someone explain how to make my app and its settings master reset proof? thanks a bunch!
btw I have a rooted tmobile samsung galaxy s3 (sgh-t999) with the latest android (4.1.1 using the root66 rom), with supersu and busybox if that helps. and if it works for my s3, would the same steps work on my note 2?
Are you putting your app into /system/app ?
Hmm ...
careenprokop85 said:
...
btw I have a rooted tmobile samsung galaxy s3 (sgh-t999) with the latest android (4.1.1 using the root66 rom), with supersu and busybox if that helps. and if it works for my s3, would the same steps work on my note 2?
Click to expand...
Click to collapse
Have you tried in app info -> clear data? (also clear cache).
xclub_101 said:
Have you tried in app info -> clear data? (also clear cache).
Click to expand...
Click to collapse
Yes I have but why would I want that? I want to save the current settings not clear them
[email protected] said:
Are you putting your app into /system/app ?
Click to expand...
Click to collapse
yes the app is in my system/app and it does survive a master reset but the settings of the app don't. Would I have to build a custom rom after installing the app and getting the settings all set how I want? Then If it's master reset it should save the settings, right?
careenprokop85 said:
yes the app is in my system/app and it does survive a master reset but the settings of the app don't. Would I have to build a custom rom after installing the app and getting the settings all set how I want? Then If it's master reset it should save the settings, right?
Click to expand...
Click to collapse
Normally Android keeps app data under /data/data.
When you commit a hardreset, /data gets wiped. So all your app data gets removed.
You have to keep your app data under /system if you are the developer of that app
careenprokop85 said:
Yes I have but why would I want that? I want to save the current settings not clear them
...
Click to expand...
Click to collapse
OOPS. my mistake, I only read hard-reset, not the entire hard-reset-proof :
[email protected] said:
Normally Android keeps app data under /data/data.
When you commit a hardreset, /data gets wiped. So all your app data gets removed.
You have to keep your app data under /system if you are the developer of that app
Click to expand...
Click to collapse
but wouldnt that folder then need to be moved back to data/data after the master reset for it to work correctly?
careenprokop85 said:
but wouldnt that folder then need to be moved back to data/data after the master reset for it to work correctly?
Click to expand...
Click to collapse
Depends on who the developer of that app is.
If it's not you, yes you have move that folder after every hardreset.
If it's you, I suggest you to use /system as your app data folder.
unfortunately I'm not the apps developer. However, if I created a custom rom by installing whatever room I wanted, then setting up the app as I want it, then creating a custom rom from that, then flash it, would that solve the problem? Because (if im understanding things right lol) then someone could matter reset it and it would revert to how the chain rom was when I flashed it, correct?
Suppose I am the developer of the app.
How do set App Data folder to System?
SandeepEmekar said:
Suppose I am the developer of the app.
How do set App Data folder to System?
Click to expand...
Click to collapse
I'm already using a hardreset proof app on my note 2. It uses /etc folder to keep its app datas in a file. After hardreset it detects its data folder wiped, then restores settings from the backup file under /etc.
Of course your program will need root permission to do that.
[email protected] said:
I'm already using a hardreset proof app on my note 2. It uses /etc folder to keep its app datas in a file. After hardreset it detects its data folder wiped, then restores settings from the backup file under /etc.
Of course your program will need root permission to do that.
Click to expand...
Click to collapse
Can you give me the source code?
SandeepEmekar said:
Can you give me the source code?
Click to expand...
Click to collapse
Where did I say I'm the developer of the App?
[email protected] said:
Where did I say I'm the developer of the App?
Click to expand...
Click to collapse
LOL
I knew.
What's the name of the App you are using.
SandeepEmekar said:
LOL
I knew.
What's the name of the App you are using.
Click to expand...
Click to collapse
Avast Anti Theft
Init.d script to link /system/data/some.app to /data/app-data/some.app
Put apk to /system/app
This should work
GR0S said:
Init.d script to link /system/data/some.app to /data/app-data/some.app
Put apk to /system/app
This should work
Click to expand...
Click to collapse
can u describe how to do this in a bit more detail? Because I have an apk that I was able to put into the system/app folder, but would LOVE to save the settings so they are master-reset proof. I've contacted the developer but he was a bit of a jerk actually, saying I shouldn't need any reason to hard reset proof the apk..... ugh
From my experience, the avast! anti-theft app consist of 2 hard-reset proof part:
1. APK file in /system/app
2. Setting file (data) in /etc
Both survived hard reset...
The only way to get rid is via Aroma File Manager or flashing ROM.
Get titanium backup, backup all data of the app, and install the update. Then put the data back, if im correct settings would be copy pasted to this way. I use it for many system apps to get data back.
send from another universe, made possible by xda
If you are willing to learn how to script... it's all possible
I have done this before...
Use busybox commands...
Make a backup script that would back up all the user data in tar file.
Make a backup of apps you like to be restored on first boot of any rom.
on first boot let the script install the backed up apps, after install see if data exist for the package you just installed, get permission/owner of the package, restore data and apply permission to data.
i think is the basic
attached are the scripts i used to make this work on android 2.1
i even made a custom progress bar lol that used bootanimation as base...
.... copies custom bootanimation on start
.... copies custom boot sound...
.... restores wifi settings...
.... played music while restoring....
.... uses logcat as primary logging...
i am not sure if these scripts are the latest ones... but they worked at some point...
all was done in here...
http://forum.xda-developers.com/showthread.php?t=1465866
have fun...

No texting app. Need help.

Hello all. I have a droid razr maxx that is rooted and when i was messing around with stuff i seem to have messed up something with my texting app and it was gone. I found the app .apk in my system/app folder but when attempting to install it i got a "app not installed". Frustrated with it i decided to just factory restore and just start everything fresh. Did a factory restore and my texting app is still not there and i still cant install it. I need help.
SmileAsTheyDie said:
Hello all. I have a droid razr maxx that is rooted and when i was messing around with stuff i seem to have messed up something with my texting app and it was gone. I found the app .apk in my system/app folder but when attempting to install it i got a "app not installed". Frustrated with it i decided to just factory restore and just start everything fresh. Did a factory restore and my texting app is still not there and i still cant install it. I need help.
Click to expand...
Click to collapse
Your texting app as in Message or Whatsapp ETC? Please provide us with more information.
SmileAsTheyDie said:
Hello all. I have a droid razr maxx that is rooted and when i was messing around with stuff i seem to have messed up something with my texting app and it was gone. I found the app .apk in my system/app folder but when attempting to install it i got a "app not installed". Frustrated with it i decided to just factory restore and just start everything fresh. Did a factory restore and my texting app is still not there and i still cant install it. I need help.
Click to expand...
Click to collapse
Reflash your ROM. (Install a third party SMS app first though, only reflash ROM if u want stock messaging app)
Smack that Thanks button if I helped!
KitKat came in on my OmniROM, running on my Note 2.
Sent from a small country called Singapore.
P.S. Time for school, not much time for XDA
Irwenzhao said:
Reflash your ROM. (Install a third party SMS app first though, only reflash ROM if u want stock messaging app)
Smack that Thanks button if I helped!
KitKat came in on my OmniROM, running on my Note 2.
Sent from a small country called Singapore.
P.S. Time for school, not much time for XDA
Click to expand...
Click to collapse
Could you post a guide on how to go upon reflashing it (I had to do it once before but it was quite some time before). I installed a 3rd party SMS but no texts come through or go out. It's not necessarily that I want the stock one rather I need it , unless there is something I'm missing about getting the 3rd party SMS to work.
Fantassy123 said:
Your texting app as in Message or Whatsapp ETC? Please provide us with more information.
Click to expand...
Click to collapse
Just the stock text messaging app.
SmileAsTheyDie said:
Could you post a guide on how to go upon reflashing it (I had to do it once before but it was quite some time before). I installed a 3rd party SMS but no texts come through or go out. It's not necessarily that I want the stock one rather I need it , unless there is something I'm missing about getting the 3rd party SMS to work.
Click to expand...
Click to collapse
Do you have a Custom recovery installed? E.G CWM or TWRP
If you have : Download the rom you want and put it in the external SD or internal drive depends on your phone. (For example Samsung phones can flash with the ext + Int Drive)
Do a Full wipe : Clear cache,Clear Dalvik and Battery status in Advanced and Format System + Data. (No need to factory reset just wasting time, also don't forget to double check it since it's easy the click Format Ext SD card)
After this Flash using Flash from ZIP and then choose your Rom after this Download 0-day Gapps which can be found here (First Check if the Rom has Gapps packed with it) and flash it using the same way as flashing the ROM.
Reboot and your done

[Q] Remove Gapps and install smaller version?

I just installed a stock rom on my Nexus 5. I tried doing a factory reset, clear cache, and clear dalvik cache and flashing a smaller Gapps package. I rebooted my phone but all the original Gapps were still there. How do I properly remove Gapps and install a smaller version?
Rotad said:
I just installed a stock rom on my Nexus 5. I tried doing a factory reset, clear cache, and clear dalvik cache and flashing a smaller Gapps package. I rebooted my phone but all the original Gapps were still there. How do I properly remove Gapps and install a smaller version?
Click to expand...
Click to collapse
The way I do it is pretty simple - you just go into /system/app and delete all of the Google-related .apks. Only downside for you, though, is that root access is necessary.
thenookieforlife3 said:
The way I do it is pretty simple - you just go into /system/app and delete all of the Google-related .apks. Only downside for you, though, is that root access is necessary.
Post thank, please? I want to get to 140 today!
Click to expand...
Click to collapse
Is there any negatives to this method or is it the equivalent of uninstalling an app normally?
Rotad said:
Is there any negatives to this method or is it the equivalent of uninstalling an app normally?
Click to expand...
Click to collapse
No, no negatives at all! In fact, since as you know it is impossible to actually "uninstall" system apps, just deleting their .apk from /system/app is the exact equivalent to uninstalling them.
So glad that I helped! :victory:

[Q] custom gapps with purchased apps

i want to make a custom gapps.zip with purchased apps. its only for my own phone (same google-acount). i dont want to reinstall all apps, it needs to many time.
how can i extract/porting purchased apps from my phone for a custom gapp-zip?
i only know, i can use an original gapp-zip but cant rezip it, have to open it with winrar and drag`n`drop it... right?
i want to do this because i want to be the maintainer of the HTC One X (endearovu) and dont have a second one... not enough money... but next month i buy a second
its NOT for ilegal use!!!
You can make a new one for your system and user apps. If you know anything about using adb you can manually make flashable zips of your apps and read how to use adb from here.
http://varunbpatil.github.io/2013/03/02/apps-zip/
If you want to use an app to automatically do it you can try ZipMe app from the Google Play Store. I don't know how good it is. I use titanium backup most times. Test it on one app first. ZipMe has worked on my phone.
Make a zip of apps or data or apps + data and then copy it to sd card or to a usb storage then you can flash it using a custom recovery or some other way. Titanium Backup Pro can do it but it's the paid version that has the extra things like making zips.
You can make a nandroid backup then use the nandroid manager app to extract apps and data from the nandroid backup.
I would wipe cache and dalvik cache when flashing any zips before restarting or while in recovery before starting
ryan012 said:
You can make a new one for your system and user apps. If you know anything about using adb you can manually make flashable zips of your apps and read how to use adb from here.
http://varunbpatil.github.io/2013/03/02/apps-zip/
If you want to use an app to automatically do it you can try ZipMe app from the Google Play Store. I don't know how good it is. I use titanium backup most times. Test it on one app first. ZipMe has worked on my phone.
Make a zip of apps or data or apps + data and then copy it to sd card or to a usb storage then you can flash it using a custom recovery or some other way. Titanium Backup Pro can do it but it's the paid version that has the extra things like making zips.
You can make a nandroid backup then use the nandroid manager app to extract apps and data from the nandroid backup.
I would wipe cache and dalvik cache when flashing any zips before restarting or while in recovery before starting
Click to expand...
Click to collapse
can you tell me how you make it with titanium? i buyed already xD
cyrok said:
can you tell me how you make it with titanium? i buyed already xD
Click to expand...
Click to collapse
Go to Menu, Batch Actions.
Make a backup of any apps and data you want.
Go to Menu, Batch Actions.
In Recovery spot create an update.zip
Select the apps you want and name the zip.
Don't select exclude system APKs
Check sign with Zip file (with zipsigner)
It goes into sdcard folder then you can flash the file when you want to.
ryan012 said:
Go to Menu, Batch Actions.
Make a backup of any apps and data you want.
Go to Menu, Batch Actions.
In Recovery spot create an update.zip
Select the apps you want and name the zip.
Don't select exclude system APKs
Check sign with Zip file (with zipsigner)
It goes into sdcard folder then you can flash the file when you want to.
Click to expand...
Click to collapse
thx...
lol, nice fonts, have you a link or a name?
cyrok said:
thx...
lol, nice fonts, have you a link or a name?
Click to expand...
Click to collapse
@cyrok
It is courier or haze font.
I can't get it to let me install the courier, and app force closes if i try to install that one. I can't install that font again to see which of the two it is. It is one of those from the app Font Installer root.
thats great ^^ i found the deathnote font!!! thx ^^
great app!
ryan012 said:
@cyrok
It is courier or haze font.
I can't get it to let me install the courier, and app force closes if i try to install that one. I can't install that font again to see which of the two it is. It is one of those from the app Font Installer root.
Click to expand...
Click to collapse
to bad, i cant use it via the integrated nor do the app change anything -.-
cyrok said:
to bad, i cant use it via the integrated nor do the app change anything -.-
Click to expand...
Click to collapse
What is happening ? Why can't it work ?
ryan012 said:
What is happening ? Why can't it work ?
Click to expand...
Click to collapse
i dont know whats the matter... my yoga tab 10 works great with the new fonts, but the deathnote fonts a littlebit to fine :| i think its the new theme-engine... i use my custom rom on my hox, you know... pac rom 4.4.4...
what rom do you use?
cyrok said:
i dont know whats the matter... my yoga tab 10 works great with the new fonts, but the deathnote fonts a littlebit to fine :| i think its the new theme-engine... i use my custom rom on my hox, you know... pac rom 4.4.4...
what rom do you use?
Click to expand...
Click to collapse
The font looks a little different on one deathnote than the tablet ? I use CloudyG3 rom , dorimamx kernel and twrp recovery. I like to switch between different roms and try different ones so i have ways to backup and restore everything to new one.
ryan012 said:
The font looks a little different on one deathnote than the tablet ? I use CloudyG3 rom , dorimamx kernel and twrp recovery. I like to switch between different roms and try different ones so i have ways to backup and restore everything to new one.
Click to expand...
Click to collapse
thats a great thing to switch but i am more PAC rom specific link
jyes if you see the fine deathnote font on a 10" screen with 1280x800 where the fine lines betwen the pixels goes lost and see the font (theoretical... dont works ) on a 720p screen with 4,7" that can show the fine lines...
however it feels stupid to use an tablet with a lower resolution than my phone...

Categories

Resources