[Q] Question about default.prop - XPERIA X10 Android Development

Hi,
I'm having a few minor problems with the Android Market since rooting. For example, a game I paid for called "My Paper Plane 2" is nolonger available to download even though the trial/demo is available.
I've tried a lot of the fixes on this forum and with no success so far and while looking through the contents of default.prop and build.prop I found something that I wondered if an entry in the default.prop file might be contributing to this problem.
This is the line I am wondering about in default.prop
ro.product.locale.region=US
I did a bit of googling on the phrase "ro.product.locale.region=" and noticed that this line varies....
ro.product.locale.region=IT
ro.product.locale.region=FR
ro.product.locale.region=GB
...as a few examples.
As I'm based in the UK, could this be why the market isn't showing all the apps I would expect. Should I edit the file (I've pulled a copy off the phone but thought I'd ask the question here before pushing it back just to err on the safe side) to GB and reboot? Or has anyone else got any suggestions on what might be causing this?
As a few more examples, I can't also find the demo of Touchdown but I can see the full paid app.
And another game called Armageddon Squadron doesn't appear either.
And a program suggested to search for on this website...
careace.net/2010/06/16/how-to-fix-protected-android-market-app/
"Dr Droid"
...well, I can see the demo but not the full paid version.

You need to modify build.prop/default.prop for valid
ro.build.fingerprint=xxxxxxxxxx
for the UK market. Your OS version might be not authorised for the UK market yet.
For the Japan market I've had to use the fingerprint from the older OS.

Hi and thanks for the reply wildthing_san,
I've pulled a copy of the build and default files from an original X10i that I issues to one of my directors which looks like this...
ro.build.fingerprint=SEMC/X10_1235-7379/SonyEricssonX10i/es209ra:1.6/R2BA020/1274691689:user/rel-keys
And from looking at this forum page...
http :// forum.xda-developers.com/showthread.php?t=711907&page=239
...the bit that looks important seems to be the bit I bolded.
However, on checking through the default file, there are a couple of other references to this like...
ro.semc.version.cust=1235-7379
ro.product.name=X10_1235-7379
I also can't find any reference to that number in the build file.
So my question is, (in a kind of is it safe way) should I just update the default file finger print in my phone to include that 1235-7379 reference, i.e. change it from....
ro.build.fingerprint=SEMC/X10_1232-9897/SonyEricssonX10i/es209ra:1.6/R2BA024/1276581782:user/rel-keys
to...
ro.build.fingerprint=SEMC/X10_1235-7379/SonyEricssonX10i/es209ra:1.6/R2BA024/1276581782:user/rel-keys
...and ignore those other references or change those as well?
EDIT: Thank you Thank you Thank you Thank you Thank you Thank you Thank you my friend.
Your suggestions were spot on, I did basically what I was wondering above including the extra two changes to the version and name and everything works spot on!!!!
Thanks again mate! Really appreciate the help/advice.
Might have spoken too soon. Some apps have come back. But not all. Still missing one polarbit game and strangely a couple of unimportant free apps. Trying the clears cache trick and will wait 24hrs to see if things continue to improve. My Paper plane 2 is back atleast

Sorry for hijacking your thread sligthly, I would appreciate it if somebody could upload a Nordic, or preferrably Swedish default.prop.
Im curious to see what the following lines looks like
ro.semc.country=
ro.semc.locale.language=
ro.semc.locale.region=
Anyone ?
Please ??

Related

[Q] re-arrange items/apps in "share via" list

hi
here's a little pet peeve of mine
whenever i go to share a picture, website link, etc i am presented with a *huge* list of apps that i could ever possibly use
but here's the truth - i only ever use three (maybe four) of those apps
and, just an extra bonus, those three or four are distributed all up and down that list - and yeah, the gmail icon is at the bottom! lol
is there *any* way to modify that list??
or an app that lets us mod that list??
i'm asking you guys cuz you would know
and... if anybody wants an idea for an app to build... there ya go! i'd pay 99cents (heck, probably even 1.99) for such an app!
and, while i'm asking, i might as well say what would be just killer features ---- allow us to pick the say top five apps that would always show up, and the last entry says "all" so the entire list becomes available
would be good to be able to sort the apps that show up in that list too
anyway.. just gonna throw that out there
??
no one has anything to say about this?
Shame that there are no replies, as this is also bugging me. Here's a bump for the topic.
Annoying me as well. Recently downloaded a QR app and the damn thing added TWO entries. I'd love to be able to remove everything but email, facebook, and messaging...
How can this still be an issue
I can't believe there's no way to filter the list or at least sort the list in order used.
'Intents' and MIME-types
Recently I find that I've become rater annoyed with the list for "share via", and started wondering how I might go about deleting specific items or at the very least rearrange the order in which they appear.
I've been unable to find the answer, as most threads, only consist of the question, and no answers.
I did however find out that what causes an app to appear in the "share via"-list is an 'Intents'-argument with regards to MIME-types (.jpg or .txt etc.) when coding the app.
See: (add the http yourselves, as I'm unable to, with this being my first post)
stackoverflow .com/questions/7891473/how-to-write-an-android-share-plugin
&
stackoverflow .com/questions/3553017/android-share-via-dialog
That means, that in order to remove them from the list, we would need some app, like LBE Privacy Guard, that could limit the "offending" app's 'Intents' in certain regards.
However I've been unable to find anyone that seems to know which file to tweak in order to rearrange the order in which they appear.
I doubt this helps anyone very much, but it may just lead someone on the right path to maybe coming up with a fix for this.
Try 'Andmade Share' from the market, seems like it would be what you're after.
https://play.google.com/store/apps/...1bGwsMSwxLDEsImNvbS5hbmRtYWRlc29mdC5zaGFyZSJd
or
share customizer
Play link
Feature request added at code.google 2012-01-25
It would appear that a feature request has been put in at code.google at 2012-01-25
(Again add the http-part yourselves)
code.google.com/p/android/issues/detail?id=24741
While we are waiting for this "obvious" feature, the above reply's seem to offer what I'm asking for, at least in an app, though it ought to be built in...
Thx a lot itscro & biopsin
EDIT: I think I'll pass on the Share Customizer, with all the funky (chinese?) writing, and dec. 2011 latest update.
Andmade Share however looks like a winner, and I like the fact, that it doesn't require any permissions...
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Nitsson said:
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Click to expand...
Click to collapse
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Kosh_ac said:
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Click to expand...
Click to collapse
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Nitsson said:
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Click to expand...
Click to collapse
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Bawl said:
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Click to expand...
Click to collapse
Its been quite awhile since this thread was active, but I'm hoping someone has something new on this topic. I can't find any other threads that cover this issue...

[Q] (SE LiveView) Is it possible to read .txt files?

Hi guys, I've done a lot of research during these days, and I've found a miscellaneous heap of plug-ins, but astonishingly I've found none that actually enables me to read a .txt/.doc/whatever text file.
Isn't that odd? Do you know any?
Thanks
+1
I was using Gmail plugin for that but it has character limit that makes it unusable for longer txt.
Not sure I understand what's the point?
Isn't the very teeny display a horrible way to read anything?
It's not like I would use it as ereader, but I figured out that it could be very useful in tests and whatsoever..
solution
After hours of research and many tries to find se liveview plugin suitable for my needs there it is. Was not working until today for me, fortunately dev updated it to new version. Google play store com.sonyericsson.extras.liveview.plugins.txtliveview OR just search for liveview txt.
Plugin is paid - but in my country price can be compared to cost of 1 beer.
Working on my sgs2 with Ics Turkbey v9 rom.
I hope somebody will find it useful.
By the way if you got reconnect problem with your LV device try also app "Liveview Charm ".
I've found it too, but I can't pay for apps in my country cause I don't have any credit card.
Can you please respond on PM?

Natwest App

I'm currently using the latest MiniCM7 on my X10 mini.
The one app I'm really missing is the official Natwest App. It doesn't appear in the market on my phone and if I look it up on the android market on my computer then I am told it is incompatible. I'm just curious as to whether people on other ROMS are able to download it? Maybe I could modify something to make it compatible.
Apparently a lot of people have had similar problems, trying to run a UK banking app on anything other than a stock ROM.
I had a quick Google hunt about this and quite a few people suggest using the app, Bank Control, which apparently works with Natwest as well as some other banks. Some have talked about editing the phone's build.prop as well.
Not much help, I know, but hopefully this may be useful to you.
I've been reluctant to try Bank Control as its not officially supported by Natwest. I've finally given it a go and now can't register with it for some reason.
I'm interested in modifying the build.prop. People seem to have had success on other phones by editing the ro.build.fingerprint. Could somebody post that line from a stock X10 mini so I could give it a go? Or could I use the ro.build.fingerprint from a different phone without it affecting anything?
Well, I could..but it might be easier if I just gave you the whole thing and you can pick the bits you need..
I've had to zip it because .prop files can't be attached here.
Worked like an absolute charm, thanks a lot!
In case anyone searches for this I changed the ro.build.fingerprint line to
Code:
ro.build.fingerprint=SEMC/U20i_1238-7173/U20i/delta:2.1-update1/2.1.1.A.0.6/-X_d:user/release-keys
Didn't have to change anything else.
No problem, I'm glad it worked out.

[Q] Up!, Last Try. Market hides apps your dev can't run but some work, how list them?

First I'm deeply sorry to being a novice question come to this forum to disturb, but I couldn't get answers in other common android forums.
Second many greetings to you all, and hope to be helpful some day here. Apologies too for any cr*p as my english is quite limited.
And the thing:
As you know better than me, market gets your device id, and if an app witch has a minimal specification (f.e. skyfire, requests resolution over 480*320, flashplayer cpu over arm6 and so on), your device does not meet, is not listed. But as you again sure know better than me some of them sometimes do work in the device.
Is there a way from the device to get the Whole list or yo send the device id I like to market so I can list this apps or any other way than do on my self and find somewhere else to get them one by one?
What would happen If I change device id in /system/build.prop, something nasty or is this id wich is sent to market?
Sorry again if something is too lame or stupid, and thanks for your time.
Only let know that athough I belived it could, market does not get dev id from the built.prop in /system. I changed and erased all data of market but still does not make it...

Cannot get past WIFI selection on Hudl 1

Hi guys, I hope someone can help coz I'm at the end of my tether!.
I've got a Hudl v1 which I factory reset because it was getting slow with stock ROM (never changed anything).
I come to the Let's get started and I click Start to get to the WIFI selection bit. I connect to my own router and it quickly says Authenticating (which it does), then it say Cannot connect to the internet, check your WIFI, and I click OK which takes me back to the WIFI connection screen. If I reboot at this point and start again, at the connect to WIFI point it says connected and there's the WIFI icon but no triangle icon to continue.
I've tried it on several networks, both open and secured and set it static IP but no luck.
If I use the Google keyboard method of getting to Settings I can browse Ok using Chrome and access Play Store etc and install apps.
I have tried 3 different ROM's now and all are the same. Used RKTOOL to flash it. Factory reset after installing each of them.
Debug mode and rooted now BTW.
I used ES explorer to browse to system/apps folder and renamed the HUDL SETUP apk to something different then reset again. The only difference now is that I have the 3 nav icons at the bottom.
Is there a way around this to skip the WIFI screen and continue to the next setup screen?
Is there a way of killing this process (if so what's it called?) of removing it?
Much appreciate any help.
Cheers
Paul
Factory reset HUDL - cannot get past the wifi screen
Paull,
I am having exactly the same issue my HUDL. I have not been through as many processes as you to get around the startup screen. My main theory now is to wipe the HUDL software and install alternative Android OS. Not sure if that would work in practice, but seems just the HUDL thats the issue.. Is it possible this is a deliberate bug by HUDL to kick the systems gradually off the market? Seems a waste as my HUDL still works well, so be stupid to bin it just yet.
Can you add any advice on how you did the other actions - how did you get your three buttons and did they operate as expected - presuymably not:? Even when I by pass to the keyboard section I am unable to download or update apps or install the Google Now Launcher.
Seems stupid to me. Really keen to find a post a fix for this stupid stupid issue?
Stuart
pwigg said:
Hi guys, I hope someone can help coz I'm at the end of my tether!.
I've got a Hudl v1 which I factory reset because it was getting slow with stock ROM (never changed anything).
I come to the Let's get started and I click Start to get to the WIFI selection bit. I connect to my own router and it quickly says Authenticating (which it does), then it say Cannot connect to the internet, check your WIFI, and I click OK which takes me back to the WIFI connection screen. If I reboot at this point and start again, at the connect to WIFI point it says connected and there's the WIFI icon but no triangle icon to continue.
I've tried it on several networks, both open and secured and set it static IP but no luck.
If I use the Google keyboard method of getting to Settings I can browse Ok using Chrome and access Play Store etc and install apps.
I have tried 3 different ROM's now and all are the same. Used RKTOOL to flash it. Factory reset after installing each of them.
Debug mode and rooted now BTW.
I used ES explorer to browse to system/apps folder and renamed the HUDL SETUP apk to something different then reset again. The only difference now is that I have the 3 nav icons at the bottom.
Is there a way around this to skip the WIFI screen and continue to the next setup screen?
Is there a way of killing this process (if so what's it called?) of removing it?
Much appreciate any help.
Cheers
Paul
Click to expand...
Click to collapse
---------- Post added at 11:35 AM ---------- Previous post was at 10:57 AM ----------
I called TESCO contact centre and they confirmed that the software is no longer support and this sounds like a deliberate bug to stop the devices. - If you have a HUDL I would urge you not to factory reset as this will kill it altogether. I think from an environmental standpoint its atrocious to do this and for TESCO not to have a section about it on the website. They should also be telling people where they can send the devices for recycling or repurposing or offering a very basic OS so it can still be used even with limited fucnctionality. We need to start thinking about the whole picture and getting the information like this out there in the public domain.
Stuart
load settings
stuartcm83 said:
Paull,
I am having exactly the same issue my HUDL. I have not been through as many processes as you to get around the startup screen. My main theory now is to wipe the HUDL software and install alternative Android OS. Not sure if that would work in practice, but seems just the HUDL thats the issue.. Is it possible this is a deliberate bug by HUDL to kick the systems gradually off the market? Seems a waste as my HUDL still works well, so be stupid to bin it just yet.
Can you add any advice on how you did the other actions - how did you get your three buttons and did they operate as expected - presuymably not:? Even when I by pass to the keyboard section I am unable to download or update apps or install the Google Now Launcher.
Seems stupid to me. Really keen to find a post a fix for this stupid stupid issue?
Stuart
---------- Post added at 11:35 AM ---------- Previous post was at 10:57 AM ----------
I called TESCO contact centre and they confirmed that the software is no longer support and this sounds like a deliberate bug to stop the devices. - If you have a HUDL I would urge you not to factory reset as this will kill it altogether. I think from an environmental standpoint its atrocious to do this and for TESCO not to have a section about it on the website. They should also be telling people where they can send the devices for recycling or repurposing or offering a very basic OS so it can still be used even with limited fucnctionality. We need to start thinking about the whole picture and getting the information like this out there in the public domain.
Stuart
Click to expand...
Click to collapse
i know this is old but just going through this on my granddads old Hudl, he died so no way am I getting rid the first post got me interested but didnt know what they keyboard trick was have found out so am posting here to help other users
1. select anywhere that will let you type in text
2. when the keyboard comes up long press the microphone key
3. click on google keyboard settings
4. scroll down to about google keyboard
5. click on privacy policy (it will load up google chrome)
6. in the address bar type in google app
7. the google app will show click on it in the google search results
8. click open in play store
9 click on open
10. in the search bar type settings / play store
11. root your tablet following other guids
hope this helps fill in the blanks
Tesco HUDL1_Post-factory reset Workround
Hi All,
Over the past couple of years I've contributed to the MoDaCo forum on this topic as a HUDL user - since the MoDaCo forum is now defunct (sadly, recently confirmed to me by PaulO'Brien via email), I thought it might be useful to fill in some of the gaps for you by summarising the extensive history surrounding this problem, starting from the first Tesco server outage in early 2019. Much of this was documented in MoDaCo but is now no longer available.
I can also offer you a couple of workround solutions which I’ve tested on a factory-reset HUDL1, and documented as a detailed instruction set within a .pdf file.
Since it isn’t possible to attach anything other than image files to this post. I’ve transferred the file to Google drive. Unfortunately as a new user, it does not appear to be possible for me to include the shareable link within this reply to allow you access…..
If any of you are interested in viewing this file, please let me know via this post and I will look into alternative means of getting it to you.
Viv
viv001 said:
Hi All,
Over the past couple of years I've contributed to the MoDaCo forum on this topic as a HUDL user - since the MoDaCo forum is now defunct (sadly, recently confirmed to me by PaulO'Brien via email), I thought it might be useful to fill in some of the gaps for you by summarising the extensive history surrounding this problem, starting from the first Tesco server outage in early 2019. Much of this was documented in MoDaCo but is now no longer available.
I can also offer you a couple of workround solutions which I’ve tested on a factory-reset HUDL1, and documented as a detailed instruction set within a .pdf file.
Since it isn’t possible to attach anything other than image files to this post. I’ve transferred the file to Google drive. Unfortunately as a new user, it does not appear to be possible for me to include the shareable link within this reply to allow you access…..
If any of you are interested in viewing this file, please let me know via this post and I will look into alternative means of getting it to you.
Viv
Click to expand...
Click to collapse
Hi would you be able to contact me somewhere regarding this? would be interested in taking look at the pdf file
Hi
I would certainly be interested in looking at the .pdf as I have 2x Hudl 1 both of which have been factory reset before I knew Tesco no longer supported them and had swithched off the server.
Thx
Tesco HUDL1_Post-factory reset Workround
KingUsman said:
Hi would you be able to contact me somewhere regarding this? would be interested in taking look at the pdf file
Click to expand...
Click to collapse
Hi,
Since I'm new to this forum and there do seem to be quite a few restrictions on exchange of data, I'll need some advice on how to give folks access to the pdf file. As you'll appreciate, the amount of info is too large to insert into a post 'longhand', so a separate document was really the only way to go with this.
I suspect there will be quite a bit of interest, and it would be a shame if the site's restrictions prevented me from sharing the info.
I notice there is an icon on the post compilation page entitled 'Insert email link' - what exactly does this do, and could we use it to exchange email addresses offline ? I've no objection to corresponding with interested individuals, but I'd rather not broadcast my address too widely....
Cheers, Viv
Grimbo58 said:
Hi
I would certainly be interested in looking at the .pdf as I have 2x Hudl 1 both of which have been factory reset before I knew Tesco no longer supported them and had swithched off the server.
Thx
Click to expand...
Click to collapse
Hi, Happy to let you have a copy, but please see my reply to KingUsman re how best to do it. Not sure why the forums are so restrictive...
My sympathies on being landed with 2 'dead' HUDLs by Tesco - you certainly won't have been alone in this, given the popularity of this tablet and continued buoyancy of the second hand market before the event....
Cheers,
Viv
viv001 said:
I can also offer you a couple of workround solutions which I’ve tested on a factory-reset HUDL1, and documented as a detailed instruction set within a .pdf file.
Since it isn’t possible to attach anything other than image files to this post. I’ve transferred the file to Google drive. Unfortunately as a new user, it does not appear to be possible for me to include the shareable link within this reply to allow you access…..
Click to expand...
Click to collapse
Hi Viv,
I've sent you a PM, and hope you can share the link to the PDF that way?
Thanks,
Rob.
viv001 said:
Hi,
Since I'm new to this forum and there do seem to be quite a few restrictions on exchange of data, I'll need some advice on how to give folks access to the pdf file. As you'll appreciate, the amount of info is too large to insert into a post 'longhand', so a separate document was really the only way to go with this.
I suspect there will be quite a bit of interest, and it would be a shame if the site's restrictions prevented me from sharing the info.
I notice there is an icon on the post compilation page entitled 'Insert email link' - what exactly does this do, and could we use it to exchange email addresses offline ? I've no objection to corresponding with interested individuals, but I'd rather not broadcast my address too widely....
Cheers, Viv
Click to expand...
Click to collapse
I've sent you a PM, can you see if you can send the link through there? If not maybe you can try enter it here with spaces between and see if that works
Sorry, folks - I've tried to unravel the complexities of exchanging information via this forum, but they do seem to me to be insuperable for a 'novice' user. I'll have to explore other ways of sharing the information....
In the meantime, best of luck finding ways to reactivate your HUDLs,
Cheers,
Viv
viv001 said:
Sorry, folks - I've tried to unravel the complexities of exchanging information via this forum, but they do seem to me to be insuperable for a 'novice' user. I'll have to explore other ways of sharing the information....
In the meantime, best of luck finding ways to reactivate your HUDLs,
Cheers,
Viv
Click to expand...
Click to collapse
If you can upload the PDF to this link
https://www.dropbox.com/request/l3mJsUEvPhWvZtMR2mLM
I'll be able to share it with others for you.
Thanks to both you and Viv for helping out with this. If you manage to get that available on dropbox I would be keen (and very grateful) for a copy.
The restrictions on this forum do seem quite onerous. My original attempt to post a reply was rejected because it quoted your post which contained a link!
Thanks
FIXED!
I just managed to get past the setup wizard and get both my Hudl 1's back into service. The problem is not that the Tesco server is gone, but that it's certificate expired on 26th June. If you can escape the wizard and get to settings to set the Hudl's time to before that date the wizard completes successfully.
I've written up how I escaped the wizard and got into the settings to do this - it's s combination of information from this thread and stuff I've found elsewhere, none of it is really mine . No rooting or USB debuuging required.
Find the write up here: Apparently I haven't posted enough here to be able to post the actual link, so try this ....
https colon slash slash rob dot themayfamily dot me dot uk slash hudl
If someone with enough privileges could post an actual link for others to click that would be excellent.
I hope this is useful. Please let me know if you find better/easier ways to achieve the same end effect. If I get time I'll have a look to see if the setup wizard can more easily be disabled, but for now this has got me where I need to be.
Enjoy,
Rob.
[Edited to add: you can find a clickable link under the Home Page in the contact info of my profile]
TigerRob, I went to the website and tried. It still says failed to connect. I did the same thing you did by resetting thinking it was a good idea but totally forgotten about this being a thing with hudls. Im gonna try again and hope for the best.
EDIT: OMG IT WORKS!!!! I guess setting it to 2015 was a bad idea. Should of checked before and set to 22/11/19. Thanks dude!
lemurmad said:
TigerRob, I went to the website and tried. It still says failed to connect. I did the same thing you did by resetting thinking it was a good idea but totally forgotten about this being a thing with hudls. Im gonna try again and hope for the best.
Click to expand...
Click to collapse
Sorry, but not sure what website you went to. If you go to my site there are step by step instructions for recovering - but I still don't have enough posts here to link to it directly. If you click on 'TigerRob' to the left of this post and then follow the link to 'view profile' and then click on the 'Contact Info' tab you will find a link under the 'Home Page' - follow that to my write-up.
I've had a couple of other people confirm that they've made it work - let me know how you get on.
I'm working on a custom ROM, based on the latest stock ROM (JDQ39.20140424.153851) that will have the following features:
- boot 'chime' disabled
- setup wizard & Tesco updates disabled
- Tesco apps and branding removed
- Remaining stock apps updated to latest available for JellyBean/4.2.2
I'm probably a week away from having something that can be tested - if you're interested in having early sight and helping test then please let me know by replying here or PM'ing me.
Rob.
Fixed as well!
Rob, thanks for what is probably the best described fix I've ever seen for a tech problem. It worked perfectly, just as you described at every step, including the lack of download of the settings app so I went back and reset the hudl again but was quicker through the process second time. Excellent job! Rob
lemurmad said:
TigerRob, I went to the website and tried. It still says failed to connect. I did the same thing you did by resetting thinking it was a good idea but totally forgotten about this being a thing with hudls. Im gonna try again and hope for the best.
EDIT: OMG IT WORKS!!!! I guess setting it to 2015 was a bad idea. Should of checked before and set to 22/11/19. Thanks dude!
Click to expand...
Click to collapse
I'll add an instruction not to go too far in the past . The Hudl talks to other sites during setup, and if they have certificates then those certificates will have 'not before' dates, and if you set the time before these dates then those communications will fail ...
TMF Custom ROM v0.1 (for HUdl 1)
I have a working custom ROM that is currently running on 3 of my Hudl's. If any with a bit of experience of flashing the Hudl want to give it a shot then drop me a PM and I'll share a link - but I'd like to get some confidence of it working on other devices before I open up to general downloads.
.
Rob.
This ROM is not Rooted. It just works around the issue of not being able to complete the setup wizard but disabling it and removes most of the Tesco branding. More information once I have confidence that it's good for wider distribution

Categories

Resources